/*
 Theme Name:     Whistler Eco Tours Staging
 Description:    Divi Child Theme
 Author:         yunikon
 Author URI:     https://www.yunikon.ca
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* MB */
.et_pb_social_media_follow li a {
	margin-right: 0px !important;
}

.et_pb_menu ul li.booking a {
    background-color: #009a66 !important;
	color: #ffffff !important;
    padding: 5px 5px !important;
    align-self: center;
    padding: 3px !important;
}

.et_pb_menu ul li.booking a:hover {
    background-color: #303030!important;

}

/* Book now Checkfront pop up*/

body:not(.et-fb-root-ancestor) [class*='et-lb-content'] {
	position:fixed;
	visibility:hidden;
	top:0px;
	z-index:999999;
	min-height:100%;
	transition:all .2s 0s;
        width: 100%;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content'] .et_pb_row {
	position:relative;
	top:50px;
}
.et-lb-open {
	visibility:visible!important;
	width:100%;
}
span.et-lb-close {
	font-size:46px;
	right:-1vw;
	margin-top:-51px;
	display:block;
	color:#fff; /* COLOR OF THE CLOSING ICON*/
	padding:10px;
	cursor:pointer;
	font-weight:bold;
	font-family:etmodules;
	z-index:99999999999999;
	position:absolute;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-content']:not(.et-lb-open) {
	transform:scale(.3);opacity:0;
}
body:not(.et-fb-root-ancestor) [class*='et-lb-btn'] {
	cursor:pointer;
}

