
:root {
	--main-font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	--body-font:'Fira Sans',sans-serif;

	--brand-orange: #ba4d27;
	--brand-blue: #163549;
	--brand-green: #1e5217;
}
#page-container :is(h1,h2,h3,h4,h5,h6){
	font-family: var(--main-font-family)
}
.nb-underline {
	width: 35px;
	height: 2px;
	background-color: black;
	margin: 10px 0 23px 0;
}

body .et_pb_blog_grid .et_pb_post .entry-title,
body .et_pb_blog_grid .et_pb_post
{
	text-align: left !important;
}
body .et_pb_blog_grid .et_pb_post .entry-title {
	font-size: 18px !important;
}


#page-container h1 {
	font-size: 40px;
}
#page-container h2 {
	font-size: 26px;
}
#page-container h3 {
	font-size: 22px;
}
#page-container h4 {
	font-size: 18px;
}
#page-container h5 {
	font-size: 16px;
}
#page-container h6 {
	font-size: 14px;
}
@media all and (max-width: 768px) {
	#page-container h2 {
		font-size: 22px;
	}
	#page-container h3 {
		font-size: 18px;
	}
	#page-container h4 {
		font-size: 16px;
	}
	#page-container h5 {
		font-size: 12px;
	}
	#page-container h6 {
		font-size: 10px;
	}
	body .et_pb_blog_grid .et_pb_post .entry-title {
		font-size: 16px !important;
	}
}
/*PODS*/
#pods :is(.pod-title, .nb-amenities) {
	margin-bottom: 0;
}
#pods .pod .pod-title {
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: left; */
}


#pods .pod-title h4{
	text-transform: capitalize;
	font-weight: bold;
	padding: 0.2rem!important;
	color: #f9efe5!important;
	background-color: transparent !important;
	position: relative;
	font-size: 16px;
}
#pods .pod-title h3:hover {
	cursor: pointer;
}
#pods .toggle-button {
	cursor: pointer;
}
#pods .pod :is(.pod-image,.pod-image .et_pb_image_wrap, img) {
	width: 100%;
	flex-grow: 1;height: 100%;object-fit: cover;
}
.pod-image:after {
	content: "";
	position:absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.pod-image:hover:after {
	background-color: rgba(0, 0, 0, 0.3)
}

#pods .pod-title h4:before {
	content: "";
	background-image: url(../images/circle-plus-solid-orange.svg);
	background-size: contain;background-repeat: no-repeat;background-position: center;position: absolute;
	z-index: 99;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 150px;
}
#pods .pod.active .pod-title h4:before{
	background-image: url(../images/circle-minus-solid-orange.svg);
}

.brand-blue #pods .pod-title h4:before {
	background-image: url(../images/circle-plus-solid.svg);
}
.brand-blue #pods .pod.active .pod-title h4:before{
	background-image: url(../images/circle-minus-solid.svg);
}


.brand-blue #pods .pod-title h4:before {
	color: var(--brand-green);
}

#pods :is(h2, h3, h4, h5, h6),
.pods-reveal :is(h2, h3, h4, h5, h6){
	font-family: var(--main-font-family )!important;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.pods-reveal .pod-title h2 {
	text-align: left !important;
}
.pods-reveal :is( p, ul, li, span) {
	font-family: var(--body-font) !important;
	font-weight: 300;
}
.pods-reveal .et_pb_button {
	color: #eae2d6!important;
	border-radius: 150px !important;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: var(--main-font-family );
	background-color: #BA4D27;
}
.brand-blue .pods-reveal .et_pb_button{
	background-color: var(--brand-blue);
}
.pods-reveal .et_pb_button:hover {
	background-color: rgba(186,77,39,0.69);
}

.pods-wrapper {
	display: flex;
	/* justify-content: stretch; */}
.nb-accommodation .toggle-button{
	text-align: center;
}
.nb-amenities {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2rem;
}
.nb-amenities > div{
	padding-left: 20px;
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}
.nb-amenities > div > h4{
	color: #cbcbcb;
	font-weight: 400;
	padding: 0px !important;
}
.nb-amenities .beds {
	background-image: url(../images/bed.png);
}
.nb-amenities .bathrooms {
	background-image: url(../images/bath.png);
}
.nb-amenities .kitchen {
	background-image: url(../images/kitchen.png);
}
.pod-footer {
	display: flex;
	/* grid-template-columns: 1fr 2fr; */justify-content: space-between;
	background-color: #ba4d27;
	padding: 0 15px;}
.brand-blue .pod-footer {
	background-color: #163549;
}


/*-----PODS REVEAL------*/
.pods-reveal {
	margin-top: 2rem;
}
/*Reveal Head*/

.pods-reveal__head {
	width: 80%;
	margin: 0 auto;
}
.pods-reveal__head .pod-title h2 {
	font-size: 32px;
	padding-bottom: 0;
}
.pods-reveal__head .et_pb_module {
	margin-bottom: 0;
	padding: 10px 0;
}

#page-container .pods-reveal .et_pb_text_33 {
	margin-bottom: 0;
}
.pods-reveal .et_pb_image_33 {
	margin-bottom: 7px!important;
	width: 10vw;
	text-align: left;
}

.newbook-long-content p:empty {
	display: none;
}
.newbook-short-content,
.newbook-long-content,
.newbook-long-content p {
	text-align: left;
}
.newbook-short-content h6 {
	padding-bottom: 0 !important;
}
.newbook-short-content.et_pb_module {
	margin-bottom: 23px;
}
/*DETAILS ROW*/
.pods-reveal__details-row {
	width: 80%;
	margin: 0 auto;
	display: flex;
}
/*COL LEFT*/

/*SWIPER STYLES*/
.pods-reveal .swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pods-reveal .swiper-button-next:after,
.pods-reveal .swiper-button-prev:after{
	font-size: 25px;
	font-weight: 700;
	color: white;
	text-shadow: 1px 1px 8px #b6b1b1;
}
.pods-reveal .swiper-button-prev,
.pods-reveal .swiper-button-next{
	opacity: 0;
	transition: .5s ease-in-out;
}
.pods-reveal .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -20px;
}
.pods-reveal .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -20px;
}
.pods-reveal .swiper:hover .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 15px;
	opacity: 1;
}
.pods-reveal .swiper:hover .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 15px;
	opacity: 1;
}
.pods-reveal .swiper-slide {
	background-color: white;
}
.pods-reveal .swiper-slide img{
	width: 100%;
}
.pods-reveal .swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: hsla(0,0%,100%,.5) !important;
}
.pods-reveal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff !important;
}

.col-left__footer .et_pb_button_module_wrapper {
	text-align: center;
}
.col-left__footer .price-from h3 {
	font-size: 15px;
}
.col-left__footer .price-from h6 {
	font-size: 14px;
}
.col-left__footer .fine-print h5{
	font-size: 10px;
}

/*COL RIGHT*/
.col-right {
	/*border-top: 1px solid #F9EFE5;*/
	/*padding-top: 1vh!important;*/
}
.col-right h3.col-right__heading {
	line-height: 2em;
}
/*TOGGLE STYLES*/
.pods-reveal .nb_toggle .nb_toggle_title:before {
	right: 0;
	left: auto;
}
.pods-reveal .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title {
	cursor: pointer;
	position: relative;
	padding: 0 50px 0 0;
}
.pods-reveal .nb_toggle_title {
	color: #BA4D27;
	position: relative;
	cursor: pointer;
}
.brand-blue .pods-reveal .nb_toggle_title {
	color: var(--brand-blue)
}
.pods-reveal .nb_toggle .nb_toggle_title:before {
	content: "\E050";
	/* color: aqua; */}
.pods-reveal .nb_toggle.open .nb_toggle_title:before {
	content: "\E04F";
}
.pods-reveal .nb_toggle_title:before {
	content: "\E050";
	font-family: ETmodules!important;
	font-style: normal;
	font-weight: 400;
	color: var(--brand-orange);
	position: absolute;
	/* border: 1px solid black; */right: 0;
	font-size: 16px;
	top: 50%;
	margin-top: -0.5em;
}
.brand-blue .pods-reveal .nb_toggle_title:before {
	color: var(--brand-blue);
}
.pods-reveal .pods-reveal__details-row .col-2 {
	display: none;
}

@media (min-width: 981px) {
	/*Pods*/
	.pods-wrapper{
		margin-left: 2px;
	}
	.pods-wrapper .pod {
		margin-right: 0;
		border-right: 2px solid white;
		flex-grow: 1;
		display: flex;flex-direction: column;}
	.pods-reveal :is(.newbook-short-content, .newbook-long-content) {
		/* padding: 0px 100px; */
	}
	/*Details row*/
	.pods-reveal__details-row > div {
		width: 50%;
	}
	.pods-reveal__details-row .col-left {
		padding-right: 2rem;
	}
	.pods-reveal__details-row .nb-module{
		margin-bottom: 3%;
	}
}
@media (max-width: 981px) {
	/*Pods*/
	.pods-wrapper {
		flex-direction: column;
		justify-content: center;
	}

	.pods-wrapper .pod {
		width: 80%;
		/* padding: 0 15px; */
		margin: 1rem auto;
	}
	/*Details row*/
	.pods-reveal__details-row {
		flex-direction: column;
		/* flex-wrap: wrap; */}
	.pods-reveal__details-row .nb-module{
		margin-bottom: 30px;
	}

	/*Mobile rearrangement*/

	.pods-reveal .pods-reveal__details-row .title-description-wrapper {
		display: none;
	}

	.pods-reveal .pods-reveal__details-row .col-1 {
		order: 2;
	}
	.pods-reveal .pods-reveal__details-row .col-2 {
		order: 1;
		display: block;
	}
	.pods-reveal .pods-reveal__details-row .col-3 {
		order: 3;
	}
}
/*GUEST FEEDBACK*/

.guest_reviews__container{
	display: grid;
	/*grid-template-columns: 1fr 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}
.guest_review__tile {
	box-shadow: 1px 1px 20px #00000020;
}

.guest_review__image {
	width: 100%;
}
.guest_reviews__container .guest_review__tile img{
	max-height: 250px;
	height: 250px;
	width: 200%;
	object-fit: cover;
}
.guest_review__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* height: 100%; */
	align-self: center;
}
.guest_review__body.height-100 {
	height: 100%;
}
.guest_review__text {
	text-align: center;
	padding: 1rem;
	padding-top: auto;
}
.guest_review__text p {
	font-family: var(--body-font) !important;
}
.guest_review__name {
	text-align: center;
	padding: 1rem 1rem 0 1rem;
}
.guest_review__name h5 {
	color: #BA4D27 !important;
	font-family: var(--main-font-family )!important;
}
@media (max-width: 981px) {
	.guest_reviews__container {
		grid-gap: 15px;

	}
}
@media (max-width: 667px) {
	.guest_reviews__container .guest_review__tile:nth-child(3){
		grid-column-start: auto;
		grid-column-end: auto;
	}
}
/*----HEADER-----*/
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 768px) {
	.et_pb_section_0_tb_header {
		height: 9vh;
	}
}
/*----FOOTER-----*/
#footer-widgets {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-widgets .title {
	font-family: var(--main-font-family) !important;
}
#footer-widgets .footer-widget:first-child {
	width: 164px;
}
#footer-widgets .footer-widget:nth-child(2) {
	display: none;
}
.footer-widget .et-social-icon a{
	font-size: 24px !important;
	color: #fff !important;
}