/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@font-face {
    font-family: 'Gotham';
    src: url(/wp-content/themes/enfold-child/fonts/GothamRnd-Book.otf) format("opentype");
}
@font-face {
    font-family: 'Gotham Bold';
    src: url(/wp-content/themes/enfold-child/fonts/GothamRnd-Bold.otf) format("opentype");

}

a,p,div{
	font-family: "Gotham" !important;
}
p{
	font-size: 14px;
	line-height: 24px;
}

/*Header*/
a:hover, a:active, a:focus{
	text-decoration: none !important;
}
#header_main{
	z-index: 999;
}
#header_meta, #header_main{
	background: #333333;
}
.main_menu .avia-menu-text{
	text-transform: uppercase;
	color: #fff;
	border-color: #3CAFF2; 
}
.main_menu .sub-menu .avia-menu-text{
	color: #494949 !important;
}
.main_menu  ul.menu li a:hover{
	background: #40ACF7;
} 
#menu-item-search{
	display: none;
}
#advanced_menu_toggle{
	color: #fff;
}
ul.social_bookmarks, ul#avia-menu{
	float: left;
}
ul.social_bookmarks{
	top: 0 !important;
	margin: 12px 0 0 5px !important;
}
ul.sub-menu li{
	background: #f3f3f3;
	border-bottom:1px solid #e1e1e1;
}
span.logo{
	position: absolute;
	top: -38px;
	left: 0;
	z-index: 9999;

}
span.logo, span.logo a, span.logo a img{
	max-height: 169px !important;
    height: 169px;
}
.header_color div{
	border-color: #333333;
}
#header_meta, #header_meta>.container{
	position: static;
}
.translate .option{
	position: absolute !important;
}
/*#header_meta:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 10px;
	background-color: #fff;
	content: "";
}*/

/*Top bar info*/
.phone-info {
	border-bottom: 1px solid #494949 !important;
} 
ul.top_bar_info{
	margin:5px 0;
	z-index: 99999;
	position: relative;
}
ul.top_bar_info li{
	display: inline-block; 
	position: relative;
	margin-left: 30px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 12px;
}
ul.top_bar_info li.phone a:after,ul.top_bar_info li.location a:after,ul.top_bar_info li.email a:after{
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 0;
	left:0;
	background-size: 25px;
	background-repeat: no-repeat;
}
ul.top_bar_info li.phone a:after{
	background-image:url('/wp-content/themes/enfold-child/images/phone.svg');
}
ul.top_bar_info li.location a:after{
	background-image:url('/wp-content/themes/enfold-child/images/location.svg');
}
ul.top_bar_info li.email a:after{
	background-image:url('/wp-content/themes/enfold-child/images/email.svg');
}
/*Header END*/
/*Slider */
.tp-leftarrow{
	left: -60px !important;
}
.tp-rightarrow{
	left:calc(100% + 20px) !important;
}
.rev_slider, .rev_slider_wrapper{
	border-color: #F2F2F2;
}
.avia-section{
	border: none !important;
}
.rev_slider:after{
	content: "";
    position: absolute;
    bottom: -1px;
    background-image: url(/wp-content/themes/enfold-child/images/shape.png);
    width: 100%;
    height: 45px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;

}
.slider_bottom_arrow{
	position: absolute;
    bottom: 10px;
    z-index: 99999;
    text-align: center;
    width: 100%;
    color: #fff;
}

.slider_bottom_arrow:after{
    font-size: 35px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    content: '';
    width: 100%;
    height: 40px;
    background-size: 55px;
    background-image: url(/wp-content/themes/enfold-child/images/down-arrow.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}
.slider_bottom_arrow:hover:after {
	animation: bounce 1s;
}
#layer_slider_1{
	margin-top: -100px;
}

/*Slider END*/
/*Offers hp*/
#offers {
	padding-bottom: 40px;
}
#offers .av_one_third .avia-image-container-inner, #offers img.avia_image{
	width: 100%;
}
#offers .av_one_third{
	padding-bottom: 80px;
}
#offers .av_one_third.green{
	background-color: #46BF55;
}
#offers .avia-button{
	background-color: #fff;
}
#offers .green .avia-button{
	color: #46BF55;
}
#offers .av_one_third.blue{
	background-color: #42828E;
}
#offers .blue .avia-button{
	color: #42828E;
}
#offers .av_one_third.orange{
	background-color: #D66650;
}
#offers .orange .avia-button{
	color: #D66650;
}
#offers .avia_textblock, #offers .avia_textblock h2{
	color: #fff;
	padding: 0px 35px;
}
.main_title h2{
	color: #080808 !important;
	font-size: 32px !important;
	margin-bottom: 80px !important;
}
.template-page .entry-content-wrapper h2 {
    text-transform: capitalize;
}
.title_underline h2{
	position: relative;
	font-family: 'Gotham';
	font-size: 21px;
	margin: 25px 0;
	text-transform: capitalize !important; 
}
#offers .avia-textblock p{
	font-size: 14px;
} 
.title_underline h2:after{
	position: absolute;
    content: "";
    border-bottom: 2px solid #000;
    width: 100px;
    left: calc(50% - 50px);
    bottom: -15px;
    margin: 0 auto;
}
.green .title_underline h2:after,
.blue .title_underline h2:after,
.orange .title_underline h2:after{
	bottom: -5px;
    border-bottom: 2px solid #fff;
}
#offers .avia-button{
	padding: 16px 50px;
    font-size: 15px;
    text-transform: uppercase; 
}
#offers .avia-button-wrap{
	margin-bottom: 15px;
	bottom: 0;
	position: absolute;
	left: calc(50% - 95.5px);
}
#offers .avia-button:hover{
	background-color: #14272D;
	opacity: 1;
}
/*Offers hp END*/
/*Plan your trip*/
#tripadvisor{
	padding: 40px 0;
}
#trip .book_btn a{
	background-color: #3CAFF2 !important;
	border-radius: 20px;
	padding: 9px 50px !important;
	border: none !important;
	margin-top: 11px;
}
#trip h3{
	color: #fff;
	font-size: 24px;
}
/*Plan your trip END*/
/*What we offer page*/

/*Reservation*/
.reservation-page .social_bookmarks{
	display: none !important;
}
.reservation-page .span9{
	width: 70%;
	float: left;
}
.reservation-page .span3{
	width: 30%;
	float: left;
}
.RadPicker_Default td {
	vertical-align: baseline !important;
	height: 30px;
	display: inline-flex;
	justify-content: center;
}
.RadInput {
	display: inline-block;
	height: 35px;
}
.reservation-page .input_form span.label{
	min-width: 105px;
	display: inline-block;
}
#ctl00_cphMain_new_reservation1_txtChildrenAges_text{
	min-width: 145px;
}
.reservation-page input[type='submit']:hover{
	border-color: #40ACF7;
	background-color: #40ACF7;
}

/*Footer*/
#text-2 .widgettitle:after,#text-3 .widgettitle:after{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    left: 0;
}
#text-2 .widgettitle:after{
    background-image: url(/wp-content/themes/enfold-child/images/email.svg);
}
#text-3 .widgettitle:after{
    background-image: url(/wp-content/themes/enfold-child/images/alarm.svg);
}
#text-2 .widgettitle,#text-3 .widgettitle{
    padding-left: 40px;
    line-height: 30px;
}
#footer .textwidget p{
	font-size: 16px;
}
#lsi_widget-2{
	margin-top: 80px !important;
}
footer{
	background-color: #226f8d !important;
	border-color: #2883AA !important;
}
.copyright, .copyright a{
	color:#fff;
}
#CDSWIDSSP{
	margin:0 auto !important;
}
#CDSWIDCOE{
	float: right;
}
#footer{
	background: url("/wp-content/uploads/2017/03/footer.png");
	background-repeat:no-repeat;
	background-position: left bottom;
}
#footer:before{
	position: absolute;
	content: "";
	width: 100%;
	height:100%;
	left:0;
	top:0;

	background: -webkit-linear-gradient(left, rgba(34,111,141,0.9), rgba(34,111,141,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(34,111,141,0.9), rgba(34,111,141,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(34,111,141,0.9), rgba(34,111,141,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(34,111,141,0.9), rgba(34,111,141,1));/* Standard syntax (must be last)*/
}
#footer .container{
	margin-top: 20px;
}
#text-2{
	width:270px;
	margin:0 auto !important;
}
#text-3{
	width:235px;
	margin:0 auto !important;
}
.email_icon{
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
	display: block;
}
.email_icon:before{
	position: absolute;
	left: -30px;
	content: "";
	top: -2px;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2017/06/message-closed-envelope.png) no-repeat center;
	background-size: 75%;


}
/*Footer END*/
/*Book now button*/
.book_btn{
	border: 2px solid #000 !important;
	padding: 5px 10px;
}
.book_btn:hover{
	border: 2px solid #8bba34 !important;
}


@media (max-width: 1080px) and (min-width: 1025px ){
	.main_menu .avia-menu-text{
		font-size: 12px;
	}
}
@media (min-width:545px){
	.booking_button {
		background-color: #40ACF7 !important;
		border-bottom: none !important;
		margin-left: 5px !important;
		padding: 10px 25px;
		position: fixed;
		right: 53%;
		font-size: 15px;
		top: 0px;
		color: #fff;
		font-weight: bold;
		z-index: 9999;
	}

}
.booking_button:hover{
	opacity: 0.9;
}

@media only screen and (max-width: 1135px) {
	.main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none !important;}
	.container #advanced_menu_toggle, #advanced_menu_hide{display:block !important;}
	.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto !important;}
	.booking_button{
		right: 100px !important;

		z-index: 9999;
	}

}
@media (max-width: 768px){
	span.logo, span.logo a, span.logo a img{
		max-height: 100px !important;
		height: 110px !important;
		z-index:999;
	}

	.reservation-page .span9{
		width: 100%;
		float: left;
	}
	.reservation-page .span3{
		width: 100%;
		float: left;
	}
	#header_main{
		position: fixed;
		width: 100%;
	}
}
@media (max-width: 1135px) and (min-width:768px ){
	.booking_button{

		top: 54px !important;

	}
}
@media (max-width: 767px) and (min-width:544px ){
	.booking_button{
		top: 82px !important;
	}
}
@media (max-width: 628px) and (min-width:545px){
	#header_main{
		top:0;
	}
	.booking_button{
		top: 36px !important;

	}
}
@media (max-width: 379px){

	.booking_button{
		padding: 10px 5px;
		right: 80px !important;
	}
}



@media (min-width: 767px) {

	#first_section {
		margin-top: 100px;
	}
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@media (max-width:544px){
	.booking_button {
		background-color: #40ACF7 !important;
		border-bottom: none !important;
		margin-left: 5px !important;
		padding: 10px 25px;
		position: fixed;
		right: 53%;
		font-size: 15px;
		bottom: 0px;
		color: #fff;
		font-weight: bold;
		z-index: 9999;
		right: 0 !important;
	}
	#header_main {
		position: relative !important;

	}
}