/*
Theme Name: Divi Child 01
Template: Divi
Version: 4.7.4
*/

@import url('../Divi/style.css');

/* ========== GLOBAL STYLES ========== */

#page-container {
	overflow-x: hidden;
}
.fa {
	font-display: swap;
}
.orange {
	color: #e88a35;
}
.blue {
	color: #3985BF;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.et_pb_sticky_placeholder {
	opacity: 0;
}

/* ========== FOOTER ========== */

#footer-info img,
footer .amp {
	margin-right: 3px;
	padding: 0;
	width: 14px;
	margin-bottom: -4px;
}

/* ========== BUTTONS ========== */

.et_pb_button:hover {
	text-decoration: underline !important;
}


/* ========== PRELOADER ========== */

#page-preloader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
#page-preloader.hidden {
	opacity: 0;
	visibility: hidden;
}
#page-preloader img {
	width: 70vw;
	max-width: 450px;
	animation: fadeIn 0.4s ease;
	margin: 0 auto;
	justify-self: stretch;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* ========== MENU BUTTON STYLES ========== */

.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.et_pb_menu_page_id-319 a {
	padding: 15px 30px;
	background: #e88a35;
	border-radius: 100px;
	color: #fff !important;
	opacity: 1;
}
.et-db #et-boc .et-l .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu > nav > ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
	justify-content: center;
	align-items: center;
}
.et-db #et-boc .et-l li.et_pb_menu_page_id-319 {
	margin-top: 0;
	opacity: 1;
}

/* ========== MAGNIFIC POPUP Z-INDEX FIX ========== */

.mfp-wrap,
.mfp-bg {
	z-index: 999999;
}

/* ========== SLICK SLIDER STYLES ========== */

.mobile-items .slick-slide {
	margin: 8px 8px 14px !important;
}
.mobile-items .slick-arrow,
.mobile-items .slick-arrow:before {
	color: #303440;
	margin-top: -2px;
}
.locations .mobile-items .slick-arrow,
.locations .mobile-items .slick-arrow:before {
	color: #fff;
}
.locations .mobile-items .slick-slide.et_pb_blurb {
	max-width: 200px;
}

/* ========== PLACES CARD GRID ========== */

.et-db #et-boc .et-l .places-cards-wrapper {
	display: grid;
	gap: 30px;
}
.et-db #et-boc .et-l .places-cards-wrapper.cols-1 {
	grid-template-columns: 1fr;
}
.et-db #et-boc .et-l .places-cards-wrapper.cols-2 {
	grid-template-columns: repeat(2, 1fr);
}
.et-db #et-boc .et-l .places-cards-wrapper.cols-3 {
	grid-template-columns: repeat(3, 1fr);
}
.et-db #et-boc .et-l .places-cards-wrapper.cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

/* ========== PLACES CARD STYLES ========== */

.et-db #et-boc .et-l .places-cards-slider .place-card {
	width: 390px;
	margin: 0 10px;
}
.et-db #et-boc .et-l .places-cards-slider > .slick-list:before {
	content: '';
	background: linear-gradient(-90deg, white 0%, transparent 100%);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	height: 100%;
	display: block;
	z-index: 1;
}
.et-db #et-boc .et-l .place-card {
	border: 1px solid #E8E6E3;
	border-radius: 22px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.et-db #et-boc .et-l .cols-1 .place-card {
	flex-direction: row;
	flex-wrap: wrap;
}
.et-db #et-boc .et-l .place-card-gallery {
	padding: 10px;
}
.et-db #et-boc .et-l .place-card-gallery img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	aspect-ratio: 3/2;
	object-fit: cover;
	object-position: center;
}
.et-db #et-boc .et-l .cols-1 .place-card-gallery {
	width: 295px;
}
.et-db #et-boc .et-l .cols-1 .place-card-gallery img {
	aspect-ratio: 1.0784/1;
}
.et-db #et-boc .et-l .place-card-content {
	padding: 20px 30px;
	width: calc(100% - 295px);
}
.et-db #et-boc .et-l .slick-slide .place-card-content {
	padding: 10px 30px 5px;
	width: 100%;
}

.et-db #et-boc .et-l .place-card-buttons {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.et-db #et-boc .et-l p.address,
.et-db #et-boc .et-l p.tags {
	padding-bottom: 10px;
	font-size: 13px !important;
	font-weight: 600;
	color: #303440;
}
.et-db #et-boc .et-l p.address:before,
.et-db #et-boc .et-l p.tags:before {
	font-family: 'ETmodules';
	color: #E88A35;
	margin-right: 5px;
	font-weight: 400;
}
.et-db #et-boc .et-l p.address:before {
	content: '\e01d';
}
.et-db #et-boc .et-l p.tags:before {
	content: '\e012';
}
.et-db #et-boc .et-l .place-card-content h3 {
	font-size: 20px;
}
.et-db #et-boc .et-l .place-card-content p {
	font-size: 14px;
	line-height: 1.4;
}
.et-db #et-boc .et-l .place-card-buttons div:first-of-type a.et_pb_button {
	color: #303440;
	border-color: #A0D1ED;
	display: inline-block;
}
.et-db #et-boc .et-l .place-card-buttons div:first-of-type a.et_pb_button:hover {
	background: #A0D1ED;
	box-shadow: 0px 5px 10px rgba(160,209,237,0.4);
}
.et-db #et-boc .et-l .place-card-buttons div:last-child a.et_pb_button {
	color: #fff;
	background: #e88a35;
	border-color: #e88a35;
	display: inline-block;
}
.et-db #et-boc .et-l .place-card-buttons div:last-child a.et_pb_button:hover {
	background: #f19341;
	box-shadow: 0px 5px 10px rgba(232,138,53,0.4);
}
span.new-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #F76F8E;
	color: white;
	padding: 3px 20px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 20px;
	z-index: 1;
}
.place-card-images {
	position: relative;
}
.cols-1 .place-card-images {
	align-self: flex-start;
}

/* ========== SLIDER ARROWS ========== */

.et-db #et-boc .et-l .slick-prev,
.et-db #et-boc .et-l .slick-next {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.et-db #et-boc .et-l .slick-prev {
	left: 10px;
}
.et-db #et-boc .et-l .slick-next {
	right: 10px;
}
.et-db #et-boc .et-l .et-arrow-left:before,
.et-db #et-boc .et-l .et-arrow-right:before {
	font-family: 'ETmodules';
	font-size: 30px;
	color: #fff;
	display: inline-block;
}
.et-db #et-boc .et-l .et-arrow-left:before {
	content: '4';
}
.et-db #et-boc .et-l .et-arrow-right:before {
	content: '5';
}
.et-db #et-boc .et-l .cards-slider-arrows {
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	place-self: end;
	position: relative;
}
.et-db #et-boc .et-l .cards-slider-arrows a.slick-arrow {
	border: 1px solid #A0D1ED;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: none;
}
.et-db #et-boc .et-l .cards-slider-arrows .et-arrow-left:before {
	content: '#';
}
.et-db #et-boc .et-l .cards-slider-arrows .et-arrow-right:before {
	content: '$';
}
.et-db #et-boc .et-l .cards-slider-arrows .et-arrow-left:before,
.et-db #et-boc .et-l .cards-slider-arrows .et-arrow-right:before {
	color: #303440;
	font-size: 22px;
	text-shadow: none;
}

/* ========== GRAVITY FORM STYLES ========== */

.et-db #et-boc .et-l input#input_2_1 {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	background: #fafafa;
	border-radius: 30px !important;
	padding: 0 20px;
}
.et-db #et-boc .et-l div#gform_fields_2 {
	padding: 10px;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	border: 1px solid #E8E6E3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	transition: all 0.2s ease;
}
.et-db #et-boc .et-l div#gform_fields_2:focus-within {
	border: 1px solid #d1cdc7;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.et-db #et-boc .et-l input#gform_submit_button_2 {
	border-radius: 100px;
	padding: 0 25px;
	min-width: 104px;
	background: #e88a35;
	outline: none;
	border: 1px solid #e88a35;
}
.et-db #et-boc .et-l input#gform_submit_button_2:hover {
	background: #f19341;
	box-shadow: 0 5px 10px rgba(232,138,53,0.4);
}

/* ========== NAV DROPDOWN ========== */

.et-db #et-boc .et-l .nav li ul {
	border-radius: 10px;
	padding: 20px !important;
	column-count: 2;
	width: 430px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	border: 1px solid #E8E6E3 !important;
}
.et-db #et-boc .et-l .nav li li {
	padding: 0 !important;
	width: 100%;
}
.et-db #et-boc .et-l .nav li li a {
	border-radius: 5px;
	width: 100%;
}

/* ========== SEARCH & FILTER ========== */

.search-filter-label {
	font-size: 20px;
	font-weight: bold;
	color: #303440;
}
.search-filter-input-text {
	border-radius: 12px;
}
.search-filter-input-text input[type=text],
.search-filter-input-text input[type=number] {
	color: #4F5669;
	padding: 11px 0;
	font-size: 14px;
}
.search-filter-icon__svg {
	fill: #E88A35;
	color: #E88A35;
}
.search-filter-input-checkbox__label {
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	color: #2B5F88;
}
.search-filter-base.search-filter-field--control-type-reset {
	text-align: right;
	margin-right: 0;
	align-items: flex-end;
}
.sort-filters .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
	flex-wrap: wrap;
	gap: 20px;
}
.sort-filters .et_pb_column .et_pb_module {
	width: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}
div#search-filter-input-checkbox-1 {
	max-height: 300px;
	overflow: auto;
}


div#field_2_1 {
	width: calc(100% - 115px);
}

div#field_submit {
	width: 105px;
}


/* ========== MEDIA QUERIES ========== */

@media screen and (max-width: 768px) {
	body .et_pb_button {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 980px) {
	div#field_2_1, div#field_submit {
		width: 100%;
	}

	.locations .et_pb_blurb img {
		aspect-ratio: 1/1 !important;
		object-fit: cover !important;
		object-position: center !important;
	}
	.et-db #et-boc .et-l .cards-slider-arrows {
		place-self: flex-start !important;
	}
	.et-db #et-boc .et-l .place-card-content,
	.et-db #et-boc .et-l .cols-1 .place-card-gallery, 
	.et-db #et-boc .et-l .cols-1 .place-card-images {
		width: 100% !important;
	}
	.et-db #et-boc .et-l .cols-1 .place-card {
		flex-direction: column !important;
	}
}







.et-db #et-boc .et-l #gform_wrapper_1 input:not([type="submit"]), 
.et-db #et-boc .et-l #gform_wrapper_1 textarea {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	background: #fff;
	border-radius: 30px !important;
	padding: 10px 20px;
	border: 1px solid #E8E6E3 !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.025) !important;
	transition: all .2s ease;
}

.et-db #et-boc .et-l #gform_wrapper_1 textarea {
	border-radius: 20px !important;
}


.et-db #et-boc .et-l #gform_wrapper_1 input:not([type="submit"]):focus, 
.et-db #et-boc .et-l #gform_wrapper_1 textarea:focus {
	border: 1px solid #d1cdc7 !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}
.et-db #et-boc .et-l input#gform_submit_button_1 {
	border-radius: 100px;
	padding: 0 25px;
	min-width: 104px;
	background: #e88a35;
	outline: none;
	border: 1px solid #e88a35;
}
.et-db #et-boc .et-l input#gform_submit_button_1:hover {
	background: #f19341;
	box-shadow: 0 5px 10px rgba(232,138,53,0.4);
}






.places-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}

.places-pagination .page-numbers {
	display: inline-block;
	min-width: 29px;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 6px;
	background: #F4F3EE;
	color: #303440;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
}

.places-pagination .page-numbers:hover {
	background: #A0D1ED;
}

.places-pagination .page-numbers.current {
	background: #3985BF;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.places-pagination .page-numbers.prev,
.places-pagination .page-numbers.next {
	background: #E8E6E3;
	color: #303440;
}

.places-pagination .page-numbers.prev:hover,
.places-pagination .page-numbers.next:hover {
	background: #cce6f5;
}
