/*
Theme Name:   astra child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       fq3yksil
Author URL:   http://chiesasantinereoeachilleo.it
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */


body {
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
}
#intro-home{
max-height: calc(100vh - 60px)!important;	
}
.col-gallery{
margin-left:10px!important;	
}
.col-video{
margin-right:10px!important;		
}
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link{
color:#CEAD52!important;	
}
.sub-menu a, .sub-menu a:hover{
color:#000!important;	
}
.ast-menu-toggle:hover, .ast-menu-toggle:focus, .ast-menu-toggle{
background:transparent!important;
color:#000!important;
border-color:#000!important;
}
.main-header-menu .menu-link, .main-header-menu>a {
padding: 0 0.7em;
}


@media screen and (max-width: 1023px){
#intro-home{
max-height: 500px!important;}
.col-video{
margin-right:0px!important;}
} 

@media screen and (max-width: 767px){
#intro-home{
max-height: 100vh!important;}
header .site-logo-img .custom-logo-link img {
max-width: 75px!important;}
body {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;}
.row-gallery .gallery-item{
padding-left:0px!important;
padding-right:0px!important;
}
} 