/*
Theme Name: AHF
Theme URI: www.rubiowebs.es
Version: 4.0
Description: Tema AHF
Author: RubioWebs
Template: twentyfourteen
*/

@import url("../twentyfourteen/style.css");

/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/

.site:before {
    background-color: #0046AE;
}
.site-header {
    background-color: #0046AE;
}

.featured-content .entry-header {
    background-color: #0046AE;
	}
.grid .featured-content .entry-header {
    border-color: #0046AE;
	}
.site-footer {
    background-color: #0046AE;
	}
.site-footer, .site-info, .site-info a {
    color: yellow;
}
.search-toggle {
    background-color: #0046AE;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}

/* Anchura bloque stylesheet */
/* Main column width */
.wp-block {
    max-width: 100% !important;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}
