/*
Theme Name: ProfDuePuntoZero 2020
Theme URI: http://www.esperienzaweb.it/
Description: Tema per il blog ProfDuePuntoZero.it in occasione dell'uscita del nuovo libro di Alessandro D'Avenia "Ogni storia è una storia d'amore"
Author: Esperienza Web
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

#header nav.navbar.navbar-default.navbar-fixed-top a.navbar-brand {
	width: 148px;
    background: transparent url(../profduepuntozero-2020/img/logo-white.png) no-repeat left center;
    background-size: contain;
}

#header nav.navbar.navbar-default.navbar-fixed-top.scrolled a.navbar-brand {
	width: 148px;
    background: transparent url(../profduepuntozero-2020/img/logo.png) no-repeat left center;
    background-size: contain;
}

/* 
Risolve un bug legato all'estensione dell'immagine di sfondo dell'header
*/

#header .head-background {
	background-size: cover;
}

/* 
Risolve un bug legato al widget biografia che non mandava a capo le widget social
*/

#sidebar-footer .widget_alex {
	float: none;
	width: 66.666%;
}

/* 
Modifica il blocco della citazione del libro in evidenza
*/

#header .head .ultimo-libro .ultimo-libro-citazione {
	margin: 30px 30% 0 0;
}

/* 
Modifica la font della citazione del libro in evidenza
*/

#header .head .ultimo-libro .ultimo-libro-citazione p {
	font-family: 'Just Another Hand', cursive;
	font-size: 30px;
    letter-spacing: 1px;
    color: #f1b829;
    text-transform: uppercase;
    text-shadow: -2px 2px 3px black;
}

/* 
Toglie l'effetto evidenziatore dalla citazione del libro in evidenza
*/

#header .head .ultimo-libro .ultimo-libro-citazione p em {
	background-color: transparent;
}

/* 
Modifica la font delle categorie del menu nel footer
*/

#footer .footer-menu .widget h4 {
	font-family: 'Just Another Hand', cursive;
    font-size: 38px;
    letter-spacing: 1px;
	color: white;
    text-transform: uppercase;
	text-shadow: -2px 2px 3px black;
}

/* 
Toglie l'effetto evidenziatore dalle categorie del menu nel footer
*/

#footer .footer-menu .widget h4 span {
	background-color: transparent;
}

/* 
Modifica la font delle voci di menu nel footer
*/

#footer .footer-menu .widget a {
    font-family: 'Kalam', cursive;
	color: white;
	text-shadow: -1px 1px 2px black;
}

/* 
Toglie l'effetto evidenziatore dalle voci di menu nel footer
*/

#footer .footer-menu .widget a {
	background-color: transparent;
}

/* 
Modifica la font dei titoli delle pagine interne
*/

#header .head .page-title {
	font-family: 'Just Another Hand', cursive;
    color: white;
    letter-spacing: 1px;    
    text-transform: uppercase;
    text-shadow: -2px 2px 3px black;
}

#header .head .page-title a {
    color: white;
}

#header .head .page-title a:hover {
	color: #f1b829;
	text-decoration: none;
}

/* 
Toglie l'effetto evidenziatore dai titoli delle pagine interne
*/

#header .head .page-title span {
	 background-color: transparent; 
}

/* 
Modifica la font dei titoli dei post
*/

.main .post h1, .main .post h2, .main .post h3, .main .post h4, .main .post h5, .main .post h6 {
    font-family: 'Just Another Hand', cursive !important;    
    letter-spacing: 1px;    
    text-transform: uppercase;
}

/* 
Modifica la font dei titoli nel resto del sito
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Just Another Hand', cursive;
    letter-spacing: 1px;    
    text-transform: uppercase;
}

/* 
Modifica la font delle note legali nel footer
*/

#footer .info .legals span {
	background-color: transparent;
	color: whitesmoke;
}

/* 
Modifica la font dei link nelle note legali nel footer
*/

#footer .info .legals a {
	color: wheat;
}

@media (max-width:991px) {
    
    /* 
    Modifica la font delle categorie del menu nel footer
    */

    #footer .footer-menu .widget h4 {
        color: black;
        text-shadow: 0 0 0 transparent;
    }
    
    /* 
    Modifica la font delle voci di menu nel footer
    */

    #footer .footer-menu .widget a {
	    color: #666;
        text-shadow: 0 0 0 transparent;
    }    

}

@media (max-width:767px) {
    
    /* 
    Modifica la font della citazione del libro in evidenza
    */

        #header .head .ultimo-libro .ultimo-libro-citazione {
    	margin: 30px 0 0 0 !important;

    }
    
    #header .head .ultimo-libro .ultimo-libro-citazione p {
        color: black;
        text-shadow: 0 0 0 transparent;

    }
}