/*!
Theme Name: CTK Sixth Form
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ctk-sixth-form
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CTK Sixth Form is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Not in use
--------------------------------------------------------------*/

.wp-block-file a {
    color: #392671 !important;
    letter-spacing: 0.5px;

border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 25px 30px 25px 30px;
    display: inline-block;
    text-decoration: none;
    background: #fff;
width:100%;
    padding-left: 70px;
    position: relative;
font-size: 16px;
    font-weight: bold;

}
.wp-block-file a:hover {
    background: #f2f2f2;
    color: #392671 !important;
    text-decoration: none!important;
 border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.wp-block-file a:before {
    content: '';
    background-image: url(/images/download.png);
    width: 44px;
    height: 44px;
    display: inline-block;
    background-size: 44px auto;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    position: absolute;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
a.wp-block-file__button {
    display: none!important;
}



