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

 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 ------------------------------*/
/*------------------------------------------------*/
/*---------[RES - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
            background-color: #FFFF!important;
            padding: 2px 0px 2px 2px;
            top: 9px;
            color: #C7AA8C!important;}
    .mobile_menu_bar::after {
            font-family: Arial;
            content: "MENU";
            position: relative;
            padding: 10px 20px 10px 5px;
            background-color: #FFFFFF;
            color: #C7AA8C!important;
        cursor: pointer;}
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";}
        
/*---------------------------------------MENU --------------------------------*/
/*---Achtergrond menu logo wit, overlapping 
@media only screen and (min-width: 981px) {
#main-header #logo {
min-height: 75px;
	background:white;
	border:solid 1px #D5BFA9;
	border-radius: 0px 0px 5px 5px;
	padding:10px;
	}
}
---*/

/*---Achtergrond menu logo wit, overlapping ---*/
@media only screen and (min-width: 100px) {
#main-header #logo {
min-height: 95%;
	background:white;
	padding: 15px;
	border-radius: 30px;
	}
	}

/*---------------Menu CTA Button---------------*/
             
.menu-cta a {
padding: 12px!important;
color: #ffffff!important;
    border-width: 8px!important;
    border-color: #815633;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 12px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #815633;
}
 
.menu-cta a:hover {
    background-color:#815633!important;
    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 {

	background-color: #815633!important;
} 

#main-header.et-fixed-header .menu-cta a:hover {
    background-color:#815633;
    color: white!important;
}
/*------- Menu CTA Button Mobile Settings -----------*/
 @media only screen and (max-width: 980px) {
.menu-cta a {
padding: 12px!important;
color: white!important;
    border-width: 8px!important;
    border-color: #815633;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #815633!important;
    text-align: center;
    }
}


/*------- dropdown menu -----------*/
.sub-menu{
border-radius:5px;
}

/*------- Hide Cart -----------*/

.et-cart-info { display:none !important; }



/*-----------------------------------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;
}


/*----------------WOOCOMMERCE STYLING -------------*/
.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
	border: solid 1px #c7aa8c;
    border-radius: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
 	text-align: center;
}

.woocommerce ul.products li.product .price {
	font-weight: 600;
    font-size: 18px;
    color: #c7aa8c!important;
    text-align: center;
}

/*---------------New breakpoint Tablet Fix Menu---------------------*/

@media (max-width: 1024px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }
/*--------------- End New breakpoint Tablet Fix Menu---------------------*/
