/*
Theme Name: MaBe23-WP17-child
Template: twentyseventeen
Version: 1.0.0
Author:	Mauro Beretta
Theme URI: nd
Author URI: http://www.mabe23.it/
*/


/* ================================= AGGIUSTAMENTO DEL TEMA ================================= */


/*
 * HEADER
 */

/* TITOLO DEL SITO IN ALTO */
.has-header-image.twentyseventeen-front-page .site-branding {
    top: 0;
    bottom: auto;
}
/* TITOLO DEL SITO IN ALTO PER IL MOBILE */
.has-header-image.twentyseventeen-front-page .site-branding {
    vertical-align: top;
}
/* MARGINE DA BORDO DISPLAY DEL TITOLO DEL SITO */
.site-branding .wrap {
    padding-top: 2em;
}
/* SFUMATURA SOTTO TITOLO DEL SITO */
.twentyseventeen-front-page.has-header-image .site-branding {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.custom-header .site-branding {
    background: rgba(0,0,0,0.5);
}
.navigation-top {
    background: rgba(237,172,15,0.9); /* 162,67,67,0.9 */
}
.navigation-top a {
    /* color: #fff; */
    text-transform: uppercase;
}
.main-navigation a:hover {
    color: #0a8d36; /* ccc */
}
.navigation-top .current-menu-item > a, 
.navigation-top .current_page_item > a {
    color: #555; /* #490404; */
    font-weight: bold;
}
.site-header .navigation-top .menu-scroll-down {
    color: #222; /* fff */
}
/* MOBILE */
.toggled-on ul {
    background: rgba(237,172,15,0.7);
}


/*
 * PAGINE
 */

/* TESTATA */
.site-branding {
    padding: 1em 0; 
}
/* IMMAGINE IN EVIDENZA */
#page .single-featured-image-header {
    display: none;
}
.site-content-contain {
    padding-top: 2em;
}


/*
 * FOOTER
 */

.site-footer {
    background: #eee;
}




/*
 * TESTI VARI
 */

/* LINK */
a:hover {
    color: #0a8d36;
    box-shadow: none !important;
}

/* PULSANTE NEI TESTI */
.entry-content a {
    color: #fff;
    text-decoration: none !important;
    padding: 7px 15px;
    background-color: #edac0f; /* #a24343 */
    box-shadow: none;
}
.entry-content a:hover {
    background-color: #0a8d36; /* 444 */
    text-decoration: none !important;
    box-shadow: none;
}
.entry-content .more-link:before {
    content: none;
}
.greentext {
    color: #0a8d36;
}



/*
 * POST
 */

/* META: (es: data dei post) */
.entry-meta a {
    color: #0a8d36;
}
.entry-title a:hover {
    color: #0a8d36;
}
#comments {
    display: none;
}




/* ====================================== MAPPA GOOGLE ====================================== */

.scrolloff {
	pointer-events: none;
}




/* ========================================= PLUGIN ========================================= */



/* 
 * ITALY COOKIE CHOICES
 */

.consentText span {
    color: #fff !important; 
    background-color: transparent !important;
}