/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-widget-text-editor ul {
	margin-bottom:20px;
}
#mobile-search {display:none;}
.page-menu {
	z-index:1 !important;
}
.elementor-widget-text-editor,
.elementor-flip-box__layer__description {
	text-align:justify;
}
#desktop-search button.e-search-submit > span{
	clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
	.bkg-blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	}
	.section-divider {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDE0MGw2NDAtNzAgNjQwIDcwVjBMNjQwIDcwIDAgMHYxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMTQwaDEyODBMNjQwIDcwIDAgMTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 10;
    transform: scale(1, -1);
}

div.elementor-widget-search .e-search.hidden {
    opacity: 1;
    visibility: visible;
    display:block;
}

/* Gutenberg Styles */
.single p {
	text-align:justify;
}
.single .elementor-widget-text-editor p {
	text-align: inherit;
}
.single p.has-text-align-center {
	text-align:center;
}
.single strong {
	font-weight: 700;
}
.caps {
	font-family: "Montserrat", Sans serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 4px;
}
.single h3.caps, .single h4.caps {
	font-family: "Montserrat", Sans serif;
	font-weight:400;
	font-size:18px;
}
.single .wp-block-image.size-large figcaption {
	background: #575557;
    color: #fff;
    padding: 10px;
    margin-top: 0;
	max-width:1024px;
}
a.wp-block-button__link.wp-element-button {
    color: #9e6363;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 300;;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #cbb3b7;
    border-radius: 0;
    text-decoration: none; 
	padding:10px 30px;
}
a.wp-block-button__link.wp-element-button:hover {
	color:#fff;
	background-color: #CBB3B7;
}
.wp-block-quote {
    border-left: 3px solid #BFAFAF;
    margin: 0;
    padding: 10px 20px;
    background: #F9F7F5;
}
.wp-block-details {
    padding: 10px 20px;
    margin-bottom: 15px; 
	background: #f4f4f4;
}
.wp-block-details .wp-block-column {
    padding: 5px 20px 20px;
}
.wp-block-details summary {
    font-weight: 600;
}
.wp-block-details summary::marker {
	content: "+ ";
}
.wp-block-details[open] summary::marker {
	content: "- "
}
figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #00000070;
	font-size:16px;
}
ul.wp-block-list {
	margin-bottom:20px;
}

/* HOTEL LOOP ITEMS */
.hotel-loop-item .elementor-widget-image,
.story-loop-item .elementor-widget-image{
	overflow: hidden;
}
.elementor.e-loop-item a, .elementor a.hotel-loop-item {
	text-decoration: none;
}

/* SINGLE HOTEL TEMPLATE */
.hotel-carousel img {
	margin-bottom:-10px;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.hotel-carousel figcaption {
	background: #FAFAFA;
	padding:10px;
}
.hotel-lists ul {
	margin-bottom:15px;
	padding-left:15px;
}
.read-more-button {
	color:#bc9f9f;
	margin-top:20px;
	font-style:italic;
	display:block;
	cursor:pointer;
}
.read-more-content {
	height:auto;
}
.read-more-content.closed {
	max-height: 190px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left center, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}
.acc-table-hotel, .acc-table-ant {
	margin-bottom:10px;
}
.acc-col-1, .acc-col-2, .acc-col-3 {
	font-size:17px;
	line-height:1.1em;
}
.acc-col-1 {
	font-weight:700;
}
.acc-col-2, .acc-col-3 {
	font-weight: 500;
}


/* Location Pages */
.location-map-container .map_wrapper {
	min-height:250px;
}
.linked-container-wrapper a {
	text-decoration:none !important;
}
.linked-container-wrapper .elementor-widget-text-editor p,
.linked-container-wrapper .elementor-widget-text-editor:hover p {
	color: var(--e-global-color-text);
}
.linked-container-wrapper .btn-linked-container:hover {
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}
.linked-container-wrapper .btn-linked-container:hover p.elementor-heading-title {
	color: var(--e-global-color-b050ef9);
}
.single-destinations .e-gallery-grid .e-gallery-image,
.dest-gallery  .e-gallery-grid .e-gallery-image {
    --aspect-ratio-value: 3 / 4; /* Calculations */
    --aspect-ratio: calc(100% * (1 / (var(--aspect-ratio-value))));
}

.faq-toggle {
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.faq-toggle details {
	padding:20px;
	margin-bottom: 10px !important;
}
.faq-toggle details:hover {
	box-shadow: 0px 2px 18px 0px #e8e8ef !important;
	transition: font-size 300ms ease 0ms, box-shadow 300ms ease 0ms, color 300ms ease 0ms;
}
.faq-toggle details:hover .e-n-accordion-item-title-text {
	font-size:21px;
}

/* Podcast Single Post */

.category-podcasts  hr,
.tag-podcasts  hr {
    margin-top: 50px;
    margin-bottom: 50px;
	border-top: 1px solid #D2CED0;
}

.tag-podcasts .gallery {
/*     width: 100%;
    display: flex; */
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tag-podcasts .gallery figcaption {
    display: none !important;
}

.tag-podcasts .gallery img {
	height: 300px !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.tag-podcasts figure.gallery-item {
   margin: 0px;
    width: 100%;
}

.tag-podcasts hr {
    margin: 50px 0;
}


/* ======= HOME ======== */
#dest-accordion li a:hover {
	transform:scale(1.02);
}

/* ========== MENU ========== */

.e-n-menu-dropdown-icon-opened svg,
.e-n-menu-dropdown-icon-closed svg{
	fill:#1c1c1c9e !important;
}

/* ========= GRAVITY FORMS ======== */
#gform_submit_button_2 {
    background-color: #AD8486;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    color: white;
    border: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: background-color 0.3s ease;
    transition: letter-spacing 0.3s ease;
}
#gform_submit_button_2:hover {
    background-color: #966F71;
    color: white;
    cursor: pointer;
    letter-spacing: 6px;
}

/* ======== FLIP BOXES ======== */
.blur-flip-box .elementor-flip-box__layer.elementor-flip-box__back,
.animal-flip-box .elementor-flip-box__layer.elementor-flip-box__back {
	display: flex;
	justify-content: center;
	align-items: center;
}
.blur-flip-box .elementor-flip-box__layer, 
.blur-flip-box .elementor-flip-box__layer__overlay {
	border-radius: 8px 8px 0 0 !important;
}
.blur-flip-box .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay,
.animal-flip-box .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
	width:90%;
	height:90%;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.animal-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 1) 100%);
}

/* ============ RESPONSIVE ============ */
@media (max-width:781px) {
	.col-reverse {
		flex-direction:column-reverse;
	}
}

@media (max-width:767px) {
	h1.elementor-heading-title.elementor-size-default {
    	word-wrap: break-word !important;
	}
	.tag-podcasts .gallery {
		width: 100%;
		display: block;
	}
	
	.tag-podcasts .gallery img {
		height: 200px !important;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.tag-podcasts figure.gallery-item {
		margin: 0px;
		width: auto;
	}
	.hotel-carousel img {
		height: 350px;
	}
}	

@media (min-width:768px) {
	.e-current span.e-n-menu-title-text {
 	   font-weight: 500 !important;
	}
	.acc-table-hotel, .acc-table-ant {
		display:flex;
		flex-direction:row;
		align-items: flex-start;
		justify-content: space-between;
	}
	.acc-table-hotel .acc-col-1 {
		width:30%;
	}		
	.acc-table-hotel .acc-col-2 {
		width:68%;
		text-align:right;
	}	
	.acc-table-ant .acc-col-1 {
		width: 22%;
	}
	.acc-table-ant .acc-col-2 {
		width: 54%;
	}
	.acc-table-ant .acc-col-3 {
		width:22%;
	}	
}
@media (min-width:1024px) {
	
}