/*---------------------------------------------------------------------------------

 Theme Name:   Reservato
 Theme URI:    https://www.reservato.online
 Description:  The best child theme available. Worldwide. 
 Author:       Reservato
 Author URI:   https://www.reservato.online
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*----------------------------------- STYLEGUIDE STYLING -----------------------------*/
/*
h1, h2, h3, h4, h5{
font-family: FONTNAME}
}
p {
	font-family: FONTNAME}
*/
/*-----------------------------------HEADINGH TAGS H1 t/m H6 -----------------------------*/
h1{
font-size:1.802em;
}

h2{
font-size:1.602em;
}

h3{
font-size:1.424em;
}

h4{
font-size:1.266em;
}

h5{
font-size:1.125em;
}

h6{
font-size:1em;
}

/*-----------------------------------HEADINGH TAGS H1 t/m H6 MOBIEL ----------------------*/ 
/*
@media only screen and (max-width: 981px) {
h1{
font-size:30px;
}
	
h2{
font-size:26px;
}
	
h3{
font-size:22px;
}
	
h4{
font-size:20px;
}
	
	h5{
font-size:18px;
}
	
h6{
font-size:17px;
}
}	
*/


/*---------------Menu CTA Button---------------*/
             
.menu-cta a {
padding: 12px!important;
color: #ffffff!important;
	font-weight: 600;
    border: solid 2px #050e30!important;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 12px;
    /*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;*/
    text-transform: uppercase!important;
    background-color:#050e30;
}
 
.menu-cta a:hover {
    background-color:#050e30;
    color: white!important;

}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}

/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #ffffff !important;
}

/*---------------Menu CTA Button---------------*/
             
.menu-cta-1 a {
	padding: 12px!important;
	color: #050e30!important;
	font-weight: 600;
	border: solid 2px #050e30!important;
	border-radius: 5px;
	letter-spacing: 2px;
  	font-size: 12px;
  	/*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;*/
	text-transform: uppercase!important;
	background-color: none;
}
 
.menu-cta-1 a:hover {
    background-color:#050e30;
    color: #ffffff!important;
}

.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}

/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta-1 a {
color: #b2a3a0 !important;
}

/*---------------Hide Facet Flyout on Desktop---------------*/
@media (min-width: 780px) {
    .facetwp-flyout-open {
        display: none;
    }
}