/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.html_entry_id_1 #top  .blog-meta {
    display: none !important;
}

.html_entry_id_1 #top .entry-content-header {
	display: none !important;
}
#top #header {
	display: none;
}

#top .single_hotel_inner_cont {
	max-width: 600px;
    margin: 0 auto;
	padding: 0px;
}

#top .single_hotel_logo {	    
    margin: 0 auto;
	margin-top: 72px;
    display: block;
}

#top .single_hotel_inner_wrapper {
	padding: 0px 20px;
}

#top .single_hotel_header_design, #top .single_hotel_footer_design {
    margin: 0 auto;
    display: block;
    width: 100%;
}

#top .single_hotel_title {
	margin: 0px;
    display: block;
    text-align: center;
    margin-top: 80px;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
}

#top .intro_buttons_cont {
    display: grid;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 30px;
    padding: 12px 30px 12px 30px;
	border-radius: 5px;
	cursor: pointer;
}

#top .intro_buttons_cont .intro_button_icon {
	display: block;
	width: 23px;
	height: 23px;
}

#top .intro_buttons p {
	margin: 0px;
}

#top .intro_buttons {
	display: grid;
    grid-template-columns: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 52px;
	gap: 16px;
}

#top .venues_title {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px; 
	margin-top: 70px;
}

#top .scroll_down_icon {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

#top .venues_intro_text {
	margin-top: 24px;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	color: inherit;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

#top .single_venue_cont {
    height: 150px;
    padding: 40px 30px;
    border-radius: 5px;
    border: 1px solid #00000010;
	cursor: pointer;
}

#top .single_venue_logo {
	display: block;
    width: 100%;
    height: 100%;
}

#top .all_venues_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    max-width: 354px;
    margin: 0 auto;
    margin-top: 48px;
}

#top .discover_btn svg {
	display: block;
}

#top .discover_btn {
    color: #111F31;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

#top .ax_foundation_img {
	display: block;
	width: 100%;
	height: 100%;
}

#top .ax_foundation_img_cont {
	border-radius: 5px;
    padding: 70px 40px 20px 40px;
    margin-top: -65px;
}

#top .ax_foundation_button_cont {
	position: relative;
	z-index: 20;
}

#top .single_hotel_logo_footer {
	display: block;
	margin: 0 auto;
}

#top .single_hotel_footer_cont {
	margin-top: 46px;
    padding: 70px 20px 28px 20px;
}

#top .single_hotel_footer_socials_inner_cont a, #top .single_hotel_footer_socials_inner_cont svg {
	display: block;
}

#top .single_hotel_footer_socials_inner_cont svg {
	width: 22px;
	height: 22px;
}

#top .single_hotel_footer_socials_text {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	display: block;
}

#top .single_hotel_footer_socials_inner_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 20px;
    align-items: center;
}

#top .single_hotel_footer_socials_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 18px;
    justify-content: center;
    padding: 20px 0px;
    margin-top: 66px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

#top .single_hotel_footer_copyright {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-top: 38px;
}

#top .main_popup_cont {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: 9999;
	display: none;
	display: block;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}

#top .main_popup_cont_active {
	opacity: 1;
	pointer-events: auto;
}

#top .main_popup_overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #2B2929;
}

#top .main_popup_inner_cont {
	position: absolute;
    max-width: 600px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 52px 20px 30px 20px;
    bottom: -500px;
    left: 50%;
    transform: translateX(-50%);
	transition: bottom .4s;
}

#top .main_popup_cont_active .main_popup_inner_cont {
	bottom: 0px;
}

#top .main_popup_inner_cont svg {
	display: block;
}

#top .popup_close {
	position: absolute;
	top: 20px;
	left: 15px;
	cursor: pointer;
}

#top .main_popup_inner_cont .single_venue_logo {
    max-height: 80px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 14px;
}

#top .single_venue_text * {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

#top .single_venue_text_intro {
	margin-top: 20px;
}

#top .venue_popup_btn {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 16px 40px;
}

#top .main_popup_inner_cont .intro_buttons {
    margin-top: 36px;
}

#top .single_venue_text_footer {
	margin-top: 48px;
}

#top .explore_btn {
	margin-top: 28px;
	font-size: 25px;
}

#top .explore_btn svg {
	width: 14px;
	height: 14px;
}

#top .hotel_popups_title {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	line-height: 40px;
}

#top .discover_malta_btn {
	margin-top: 64px;
}

#top .ax_foundation_popup_img_cont img {
	width: 205px;
	height: 38px;
	margin: 0 auto;
	display: block;
}

#top .ax_foundation_popup_img_cont {
	margin-top: 14px;
}

#top .explore_ax_foundation_btn {
	margin-top: 50px;
}

.scroll-disabled {
  	overflow: hidden !important;
}

#top .wifi_password_inner {
	text-transform: none;
}

#top .single_hotel_cont {
	transition: filter .2s;
}

#top .popup_loading {
	filter: blur(1px) brightness(0.6);
}

#top .loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #272727;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#top .ax_loader {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
	opacity: 0;
	transition: opacity .2s;
}

#top .ax_loader_active {
	opacity: 1;
}

#top .line_sep {
	width: 305px;
	margin: 0 auto;
	height: 0.5px;
	background: rgba(0, 0, 0, 0.30);
	margin-bottom: 50px;
}

#top .marg_top_64 {
	margin-top: 64px;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .title_no_marg_top {
	margin-top: 0px;
}

#top .extra_btns_cont {
	margin-top: 28px;
}

#top #sustainability_btn {
	padding: 5px 30px 5px 30px;
}