/*
	Theme Name: Beckons
	Author: Jimmyweb
	Author URI: https://jimmyweb.net/
	Version: 1.0.0
*/
@font-face {
	font-family: 'Inter Light';
	src: url("assets/fonts/Inter_18pt-Light.ttf") format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Regular';
	src: url("assets/fonts/Inter_18pt-Regular.ttf") format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Medium';
	src: url("assets/fonts/Inter_18pt-Medium.ttf") format('truetype');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Semi Bold';
	src: url("assets/fonts/Inter_18pt-SemiBold.ttf") format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
/*@font-face {
	font-family: 'Reckless Regular';
	src: url("assets/fonts/RecklessStandardXL-Regular.otf");
	src: url("assets/fonts/RecklessStandardXL-Regular.otf?#iefix") format("embedded-opentype"), url("assets/fonts/RecklessStandardXL-Regular.woff2") format("woff2"), url("assets/fonts/RecklessStandardXL-Regular.woff") format("woff");
	font-style: normal;
}
@font-face {
	font-family: 'Reckless Regular Italic';
	src: url("assets/fonts/RecklessStandardXL-RegularItalic.otf");
	src: url("assets/fonts/RecklessStandardXL-RegularItalic.otf?#iefix") format("embedded-opentype"), url("assets/fonts/RecklessStandardXL-RegularItalic.woff2") format("woff2"), url("assets/fonts/RecklessStandardXL-RegularItalic.woff") format("woff");
	font-style: normal;
}*/

@font-face {
	font-family: 'Reckless Regular';
	src: url('assets/fonts/RecklessStandardXL-Regular.woff2') format('woff2'),
	     url('assets/fonts/RecklessStandardXL-Regular.woff') format('woff'),
	     url('assets/fonts/RecklessStandardXL-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Reckless Regular Italic';
	src: url('assets/fonts/RecklessStandardXL-RegularItalic.woff2') format('woff2'),
		 url('assets/fonts/RecklessStandardXL-RegularItalic.woff') format('woff'),
		 url('assets/fonts/RecklessStandardXL-RegularItalic.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: "Inter Light", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #1D1D1D;
	background-color: #FFF9ED;
}

a {
	font-family: "Inter Medium", serif;
}
a:focus, input:focus, textarea:focus, select:focus {
	outline: none;
}
a.btn {

}
a.link, .wrapper header a.link {
	font-family: "Inter Medium", serif;
	font-size: 16px;
	line-height: 16px;
	color: #5F0002;
	text-transform: uppercase;
	position: relative;
	padding-right: 28px;
	text-decoration: none;
	letter-spacing: 0.08em;
	transition: all 0.4s ease-out;
}
.wrapper header a.link {
	background: none;
}
.inner-page .wrapper header a.link {
	color: #FFF9ED;
}
a.links:hover {
	padding-right: 40px;
	transform: translateX(6px);
}
a.links:after {
	content: "";
	position: absolute;
	background-image: url("assets/images/arrow.svg");
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 3px;
	right: 0;
	transition: all 0.4s ease-out;
	transform: translateX(-4px);
}

.link-arrow {
	position: relative;
	width: 16px;
	height: 16px;
	transition: all 0.4s ease-out;
}
.link-arrow:after {
	content: "";
	position: absolute;
	right: 0;
	background-image: url("assets/images/arrow.svg");
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	right: 0;
}
.inner-page .link-arrow:after {
	background-image: url("assets/images/arrow-white.svg");
}
header a.link .link-arrow:after {
	transform: rotate(180deg);
}


a.link {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
}
a.link:hover {
	padding-right: 36px;
}

a.link .link-text,
a.link .link-arrow {
	transition: transform 0.3s ease;
}
a.link .link-text {
	padding-right: 12px;
}
.wrapper header a.link .link-text {
	padding-right: 0;
	padding-left: 12px;
}

a.link:hover .link-text, .wrapper header a.link:hover .link-arrow {
	transform: translateX(-4px);
}

a.link:hover .link-arrow, .wrapper header a.link:hover .link-text {
	transform: translateX(8px);
}


/*a.link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap 0.3s ease;
}

a.link:hover {
	gap: 14px;
}*/

a.links:hover .link-arrow {
	transform: translateX(8px);
}

h1, h2, h3 {
	font-family: "Reckless Regular", serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #5F0002;
}
h1 {
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 34px;
}
h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 110%;
	leading-trim: none;
	text-align: center;
	margin-bottom: 42px;
}
h1 em, h2 em {
	font-family: "Reckless Regular Italic", serif;
	font-style: normal;
}
p {
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 16px;
	letter-spacing: -0.01em;
}

p a {
	color: #1d1d1d;
}

img {

}
a.btn-white {
	background-color: #5F0002;
	font-size: 14px;
	line-height: 14px;
	color: #FFF9ED;
	border: 0;
	padding: 16px;
	border-radius: unset;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
	letter-spacing: 0.08em;
}

.beckons-center {
	text-align: center;
}
.wrapper {
	position: relative;
}
.wrapper header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
}
.wrapper header nav {
	display: flex;
	justify-content: end;
	-webkit-justify-content: flex-end;
	margin-top: 24px;
	margin-right: 24px;
}
.wrapper header nav.left {
	ustify-content: start;
	-webkit-justify-content: flex-start;
	margin-left: 24px;
	margin-right: unset;
}
.wrapper header a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #FFF9ED;
	background-color: #5F0002;
	text-decoration: none;
	letter-spacing: 0.08em;
	font-size: 12px;
	line-height: 12px;
	padding: 16px;

}
.video-area, .video-mask-area, .banner-area {
	position: relative;
	z-index: 1;
	height: 100vh;
}
.video-area:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(29, 29, 29, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.video-holder {
	height: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
.video-holder .bg-video {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}
.video-area .caption, .banner-area .caption, .video-mask-area .video-mask {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 3;
}
.video-area .caption .img-logo {
	width: 178px;
}
.video-area .caption .img-logo img {
	width: 100%;
}
.video-area .video-volume {
	bottom:20px;
	left: 50%;
	margin: 0 0 0 -18px;
	color: #fff;
	z-index: 3;
	outline: none;
	position: absolute;
	background-image: url("assets/images/volumn-on.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
}
.video-area .video-volume.is-muted {
	background-image: url("assets/images/volumn-off.svg");
}
.content-section {
	margin-top: 80px;
	margin-bottom: 80px;
}
.content-section-inc {
	padding-top: 80px;
	padding-bottom: 80px;
}
.intro .title {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.video-mask {

}
.video-mask .video-mask-content {
	position: relative;
	/*width: 215px;
	height: 220px;*/
	width: 300px;
	height: 310px;
	margin: auto;
	overflow: hidden;
	z-index: 1;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.video-mask .video-mask-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("assets/images/main-video-mask-mobile-min.svg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	top: 0;
	left: 0;
}
.home .video-mask .video-mask-content:before {
	left: -1px;
}
.video-mask .video-mask-content .bg-video {
	left: 0;
	/*position: absolute;*/
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	height: 98%;
	width: 98%;
	object-fit: cover;
	z-index: 2;
}
.video-mask .video-mask-content .bg-video {

}
.about-beckons .about-content {
	max-width: 780px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}
.about-beckons .about-content p:last-of-type {
	margin-bottom: 0;
}
.about-footer {
	text-align: center;
}
.lodges {
	position: relative;
}
.lodges .lodge-title {
	position: absolute;
	width: 100%;
	top: 50px;
	z-index: 1000;
}
.lodges .lodge-title h2 {
	color: #ffffff;
}
.lodges .lodge-holder {
	position: relative;
}
.lodges .lodge-holder .lodge-image {
	position: relative;
}
.lodges .lodge-holder .lodge-image:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(29, 29, 29, 0.4) 0%, rgba(29, 29, 29, 0) 100%);
	width: 100%;
	height: 100%;
}
.lodges .lodge-holder .lodge-image img {
	width: 100%;
}
.lodges .lodge-holder .lodge-text {
	position: absolute;
	width: 100%;
	bottom: 72px;
	text-align: center;
}
.lodges .lodge-holder .lodge-text .lodge-logo {
	margin-bottom: 32px;
}
.lodges .lodge-holder .lodge-text .lodge-logo img {
	display: inline-block;
}
.lodges .lodge-holder .lodge-text h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 104%;
	margin-bottom: 26px;
	letter-spacing: 0;
}
.lodges .lodge-holder .lodge-text span {
	display: block;
	text-transform: uppercase;
}
.lodges .lodge-holder .lodge-text span.location {
	font-family: "Inter Medium", Serif;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.08em;
}
.lodges .lodge-holder .lodge-text span.address {
	font-size: 12px;
	line-height: 12px;
	color: #FFF9ED80;
	letter-spacing: 0.08em;
}
.lodges .lodge-holder a.lodge-link {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.slick-prev:after, .slick-next:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 15px;
	background-size: 8px 15px;
	background-repeat: no-repeat;
}
.slick-slider .slick-arrow {
	width: 40px;
	height: 50px;
	top: 50%;
	right: 50px;
	z-index: 5;
	border: none;
	outline: none;
	position: absolute;
	cursor: pointer;
	background: rgba(0, 0, 0, .1);
	-webkit-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: transparent;
	overflow: hidden;
}
.slick-slider .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}
.slick-slider .slick-prev {
	left: 0;
}
.slick-slider .slick-next {
	right: 0;
}
.slick-slider .slick-prev:after {
	background-image: url("assets/images/left-arrow-white.svg");
}
.slick-slider .slick-next:after {
	background-image: url("assets/images/right-arrow-white.svg");
}
.why-beckons {
	background-color:  #9B8676;
}
.why-beckons .intro {
	max-width: 775px;
	margin: 0 auto 70px;
	text-align: center;
}
.why-beckons h2, .why-beckons p, .why-beckons h2, .why-beckons span.title {
	color: #FFF9ED;
}
.why-beckons p, .why-beckons span.short-info {
	color: rgba(255, 249, 237, 0.85);
}
.mobile-only {
	display: block;
}
.desktop-only {
	display: none;
}
.journey-slider .slide {
	margin-left: 12px;
	margin-right: 12px;
}
.journey-slider .img-holder {
	margin-bottom: 42px;
	position: relative;
}
.journey-slider .img-holder img {
	width: 100%;
}
.journey-slider .img-holder .icon-holder {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}
.img-holder .icon-holder .icon {
	width: 140px;
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.img-holder .icon-holder .icon.one {
	background-image: url("assets/images/journey/journey-icon-1.svg");
}
.img-holder .icon-holder .icon.two {
	background-image: url("assets/images/journey/journey-icon-2.svg");
}
.img-holder .icon-holder .icon.three {
	background-image: url("assets/images/journey/journey-icon-3.svg");
}
.journey-slider .text span {
	display: block;
	text-align: center;
}
.journey-slider .text span.title {
	font-family: "Inter Medium", Serif;
	font-size: 14px;
	line-height: 110%;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.journey-slider .text span.short-info {
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0.5px;
}
.journey-slider .slick-dots {
	text-align: center;
	list-style: none;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.journey-slider .slick-dots li {

}
.journey-slider .slick-dots li button {
	color: transparent;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	display: block;
	width: 13px;
	height: 12px;
	position: relative;
	border: 0;
	background-color: unset;
}
.journey-slider .slick-dots li button:after {
	content: "";
	position: absolute;
	background-image: url("assets/images/pagination-hover.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 12px;
	top: 0;
}
.journey-slider .slick-dots li.slick-active button:after {
	background-image: url("assets/images/pagination.svg");
}
footer {
	background-color: #1D1D1D;
	padding-top: 60px;
	padding-bottom: 40px;
}
footer.inner-footer {
	background-color: #5F0002;

}
footer .footer-logo {
	padding-bottom: 40px;
	border-bottom: 1px solid #FFF9ED40;
	border-bottom: 1px solid rgba(255, 249, 237,.25);
}
footer .footer-logo .logo {
	width: 125px;
	height: 94px;
	margin: auto;
}
footer .beckons-logo {
	margin-bottom: 30px;
}
footer .beckons-logo .logo {
  	width: 170px;
	height: 138px;
}
footer .footer-logo .logo img, footer .beckons-logo .logo img {
	width: 100%;
	object-fit: cover;
}
#footer .navs-holder {
	overflow: hidden;
}
#footer .navs-holder.bl-sign-up-mudule {
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .logo-box {
	margin: 0 0 44px;
	overflow: hidden;
	text-align: center;
}
#footer .navs-holder.bl-sign-up-mudule .logo-box {
	margin-bottom: 26px;
	padding: 0;
}

.bl-sign-up-mudule h3, .bl-ft-lodge-list h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	letter-spacing: 0;
}
.bl-ft-lodge-list h3 {
	margin-bottom: 26px;
}
.bl-sign-up-mudule .text {
	font-size: 14px;
	line-height: 125%;
	color: #fff;
	letter-spacing: 0.01em;
}
.bl-sm-show {
	display: none;
}
.bl-sm-hide {
	display: block;
}
#footer a {
	text-decoration: none;
}
#footer .navs-holder.bl-sign-up-mudule .navs-box {
	padding-top: 0;
}
#footer .bl-sign-up-mudule .navs-wrap.text {
	width: 440px;
	padding: 0;
	border: 0;
}
#footer .bl-sign-up-mudule .navs-wrap.btn {
	width: calc(100% - 440px);
	padding: 0;
	border-radius: 0;
	border: 0;
	cursor: auto;
}
.bl-sign-up-muduless .btn-white {
	height: 35px;
	width: 190px;
	background-color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: Neutraface Demi, serif;
	color: #000;
	border: 0;
	border-radius: unset;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
}
#footer .bl-sign-up-mudule .navs-wrap.btn a {
	float: right;
}
#footer .list-bar {
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #FFF9ED40;
	border-top: 1px solid rgba(255, 249, 237,.25);
}
.bl-ft-lodge-list {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 42px;
}
.bl-ft-lodge-list .bl-ft-lodge-item {
	width: 100%;
}
.bl-ft-lodge-list .footer-lodge-info .text {
	font-size: 14px;
	line-height: 125%;
	color: #fff;
	max-width: 272px;
}
.bl-ft-lodge-list ul.ft-lodge-main-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.bl-ft-lodge-list ul.ft-lodge-main-list > li > span, .bl-ft-lodge-list ul.ft-lodge-main-list ul li > span {
	display: block;
	color: #fff;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 24px;
	letter-spacing: 0.08em;
}
.bl-ft-lodge-list ul.ft-lodge-main-list ul li > span {
	padding-left: 0;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.08em;
	display: block;
	color: #FFF9ED80;
}
.bl-ft-lodge-list ul.ft-lodge-main-list ul li > span > span, .list-bar .accordion ul.sub-list li > span > span {
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 100%;
	text-decoration: none;
	margin-bottom: auto;
}
.bl-ft-lodge-list ul.ft-lodge-main-list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.bl-ft-lodge-list ul.ft-lodge-main-list ul li a {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family: "Reckless Regular", serif;
	text-transform: none;
	display: block;
	margin-bottom: 2px;
}
#footer .bottom-bar {
	padding: 23px 0 0;
	overflow: hidden;
	text-align: center;
}
#footer .bottom-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
}
.footer-nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 5px;
	position: relative;
}
.footer-nav li, .footer-nav li a {
	color: #FFFFFF;
}
.footer-nav li + li:after {
	top: 1px;
	left: -7px;
	width: 1px;
	height: 12px;
	content: "";
	position: absolute;
	background: #bbb;
}

.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 43px;
	font-size: 23px;
	line-height: 38px;
	font-weight: 400;
	border-top: 1px solid #b7b7b7;
}
.accordion li {
	padding: 23px 0;
	position: relative;
	border-bottom: 1px solid #b7b7b7;
}
.accordion li.acc-active > a {
	color: #323f48;
}
.accordion li > a:before, .accordion li > a:after {
	top: 40px;
	right: 8px;
	content: "";
	width: 2px;
	height: 16px;
	margin: -10px 0 0;
	position: absolute;
	background: #5F0002;
}
.accordion li > a:before {
	top: 37px;
	right: 1px;
	width: 16px;
	height: 2px;
	margin: 0;
}
.accordion li.acc-active > a:before {
	background: #5F0002;
}
.accordion li.acc-active > a:after {
	content: none;
}
.accordion a {
	text-decoration: none;
}
a i.fa-angle-down {
	background-image: url("assets/images/angle-down.svg");
}
a i.fa-angle-up {
	background-image: url("assets/images/angle-up.svg");
}
.accordion .text-holder li {
	font-size: 16px;
	line-height: 120%;
	padding: 0;
	margin-bottom: 16px;
	border: 0;
}

/* Form Styles */
.form-page .wrapper headers a, .inner-page .wrapper headers a {
	background-color: #5F0002;
	color: #FFF9ED;
	border: none;
	position: relative;
	padding-left: 42px;
}
.form-page .wrapper headers a:before, .inner-page .wrapper headers a:before {
	content: "";
	position: absolute;
	background-image: url("assets/images/arrow-white.svg");
	transform: rotate(180deg);
	width: 16px;
	height: 16px;
	left: 16px;
	background-size: contain;
	background-repeat: no-repeat;
}
.video-mask-area .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 4;
}
.form-page .video-mask .video-mask-content {
	width: 289px;
	height: 289px;
}
.form-page .video-mask .video-mask-content:before {
	background-image: url("assets/images/form-video-mask-min.svg");
}
.form-area .intro {
	max-width: 740px;
	margin: auto;
	text-align: center;
}
.form-holder {
	max-width: 832px;
	margin: 48px auto 64px;
}
.form-holder form {
	color: #1d1d1d;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: 0.5px;
}
.form-holder form .input {
	margin-top: 14px;
}
.form-holder form input[type='text'], .form-holder form input[type='email'], select, .form-holder form input[type='date'] {
	height: 50px;
	border: 1px solid #1D1D1D;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF9ED;
}
.form-holder form fieldset.form-columns-3 .hs-form-field .input input[type='text'], .form-holder form fieldset.form-columns-2 .hs-form-field .input input[type='email'], .form-holder form fieldset.form-columns-2 .hs-form-field .input select {
	width: 100% !important;
}
.form-holder ul.inputs-list.multi-container {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.form-holder ul.inputs-list.multi-container li {
	margin-bottom: 8px;
}
.form-holder ul.inputs-list input[type=checkbox], .form-holder.w-fieldset ul.inputs-list input[type=checkbox] {
	width: 20px;
	height: 20px;
	angle: 0 deg;
	opacity: 1;
	border: 1px solid #1d1d1d;
	margin-right: 8px;
}
.form-holder ul.inputs-list .hs-form-checkbox-display {
	display: flex;
}
.form-holder form .hs_submit.hs-submit {
	text-align: center;
}
.form-holder form .hs_submit input[type=submit] {
	font-size: 14px;
	line-height: 14px;
	font-family: "Inter Medium", serif;
	padding: 16px;
	border: 0;
	border-radius: unset;
	background-color: #5F0002;
	color: #FFF9ED;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
form ul.hs-error-msgs {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 16px;
}
form ul.hs-error-msgs li {
	font-size: 16px;
	line-height: 16px;
	color: #DA1E27;
}
.w-fieldset form fieldset {
	width: 100%;
	max-width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	gap: 36px 24px;
}
.w-fieldset form fieldset .hs_title.hs-title {
	width: 100% !important;
	flex: 0 0 100%;
}
.w-fieldset form fieldset.form-columns-1 .hs-dependent-field {
	width: 100%;
}
.w-fieldset form fieldset.form-columns-1 .hs-dependent-field .field.hs-form-field {
	width: 100%;
}
.w-fieldset form fieldset.form-columns-1 .hs-dependent-field .field.hs-form-field .input, .w-fieldset form fieldset.form-columns-1 .hs-dependent-field .field.hs-form-field select {
	margin-right: 0!important;
	width: 100%;
}
.w-fieldset form fieldset .field.hs-form-field .input {
	margin-right: 0;
}
.form-holder .inputs-list {
	list-style: none;
	padding-left: 0;
}
.form-holder .legal-consent-container p {
	font-size: 14px;
	line-height: 125%;
}
.form-holder .legal-consent-container p a {
	color: #1d1d1d;
	text-decoration: none;
}
.form-holder .legal-consent-container .inputs-list > li {
	position: relative;
}
.form-holder .legal-consent-container .inputs-list > li input[type=checkbox] {
	position: absolute;
	left: 0;
}
.form-holder form .field.hs-form-field.hs_comments {
	flex: 0 0 100%;
}
.form-holder form .field.hs-form-field.hs_comments textarea {
	width: 100%;
	background-color: #FFF9ED;
	height: 200px;
}
.form-holder form .field.hs-form-field.hs_recaptcha .input {
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.form-holder .legal-consent-container .hs-form-booleancheckbox-display>span {
	display: inline-block;
	margin-left: 0;
}
.form-holder .legal-consent-container .inputs-list {
	padding-left: 0;
}
.form-holder .legal-consent-container .inputs-list li label span {
	margin-left: 28px;
}
.form-holder .legal-consent-container .inputs-list li label span.jcf-checkbox {
	margin-left: 0;
}
.form-holder form select {
	position: absolute !important;
	left: -9999px !important;
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	border-width: 0px !important;
}
/* End Form Styles */

/* JCF Styles */
/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 15px 10px 0;
	border: 1px solid #1D1D1D;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: unset;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #1d1d1d;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 29px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}
.jcf-select .jcf-select-opener:after {
	content: "";
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url("assets/images/chevron-up.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after {
	background-image: url("assets/images/chevron-up.svg");
	margin-top: -14px;
	transform: rotate(180deg);
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 99999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #1D1D1D;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
	height: 50px;
	border-bottom: 1px solid #1D1D1D;
	background-color: #FFF9ED;
}
.jcf-list ul li:last-of-type {
	border-bottom: none;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 14px;
	color: #1D1D1D;
}

.jcf-list .jcf-disabled {
	background-color: #FFF9ED!important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #FFF9ED;
	border: 1px solid #1D1D1D;
	margin: 0 8px 0 0;
	height: 20px;
	width: 20px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:6px;
	width:11px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #fff;
	border-width:0 0 2px 2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.jcf-checkbox.jcf-checked {
	position: relative;
}
.jcf-checkbox.jcf-checked:after {
	content: "";
	position: absolute;
	background: #1d1d1d;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
}
.jcf-checkbox.jcf-checked span {
	display:block;
}
.legal-consent-container .jcf-checkbox {
	position: absolute;
	bottom: unset;
	top: 2px;
}
/* End JCF Styles */
.banner-area .bg-image-holder {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-area .caption .banner-text {
	max-width: 340px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.banner-area .caption .banner-text h1, .banner-area .caption .banner-text p {
	color: #FFF9ED;
}
.banner-area .caption .banner-text p {
	margin-bottom: 0;
}
/* Video Popup Styles */
.mfp-container {
	padding: 0;
}
.mfp-contents {
	height: 100vh;
}
.mfp-contents .video-popup {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.video-popups .bg-video {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}
.video-popup .mfp-close {
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	color: transparent;
	background-image: url("assets/images/close.svg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
}

/* FAQ Style */
.faq-holder {
	max-width: 1070px;
	margin: 48px auto 64px;
}
.faq-holder h3 {
	margin-bottom: 30px;
	letter-spacing: 0;
}
.faq-holder .accordion {
	line-height: 18px;
}
.faq-holder .accordion a.acc-opener {
	font-size: 16px;
	line-height: 120%;
	color: #1D1D1D;
	font-family: "Inter Regular", Serif;
}
.faqs .columns-block {
	padding: 30px 0 4px;
}
.faqs .accordion {
	margin-bottom: 60px;
}
.faqs .accordion li > a:before, .faqs .accordion li > a:after {
	top: 40px;
	right: 8px;
	content: "";
	width: 2px;
	height: 16px;
	margin: -10px 0 0;
	position: absolute;
	background: #5F0002;
}
.faqs .accordion li > a:before {
	top: 37px;
	right: 1px;
	width: 16px;
	height: 2px;
	margin: 0;
}
.faqs .accordion li.acc-active > a:after {
	content: none;
}
.faqs .accordion li > a {
	padding-right: 30px;
	outline: none;
	display: block;
	overflow: hidden;
	white-space: pre-wrap;
	text-overflow: ellipsis;
}


@media (min-width: 601px) {
	.mobile-only {
		display: none;
	}
	.desktop-only {
		display: block;
	}
	.video-area .caption .img-logo {
		width: 300px;
	}
	.video-area .video-volume {
		bottom: 74px;
	}
	.content-section {
		margin-top: 136px;
		margin-bottom: 136px;
	}
	.content-section-inc {
		padding-top: 136px;
		padding-bottom: 136px;
	}
	h1 {
		font-weight: 400;
		font-size: 95px;
		margin-bottom: 64px;
	}
	h2 {
		font-size: 64px;
		margin-bottom: 72px;
	}
	.why-beckons h2 {
		margin-bottom: 48px;
	}
	p {
		font-size: 20px;
	}
	.wrapper header a {
		font-size: 14px;
		line-height: 14px;
	}
	.video-mask .video-mask-content {
		width: 444px;
		height: 454px;
	}
	.video-mask .video-mask-content:before {
		/*background-image: url("assets/images/main-video-mask.svg");*/
	}
	.about-footer {

	}
	.lodges .lodge-holder .lodge-image {
		height: 740px;
	}
	.lodges .lodge-holder .lodge-image img {
		height: 100%;
		object-fit: cover;
	}
	.lodges .lodge-holder .lodge-text h3 {
		font-size: 40px;
		margin-bottom: 32px;
	}
	.lodges .lodge-holder .lodge-text span.location {
		font-size: 16px;
		line-height: 1.1em;
	}
	.lodges .lodge-holder .lodge-text span.address {
		font-size: 16px;
		line-height: 110%;
	}
	.why-beckons .intro {
		margin-bottom: 104px;
	}
	.journey-slider .slide {
		margin-left: 24px;
		margin-right: 24px;
	}
	.journey-slider .slick-dots {
		margin-top: 80px;
	}
	.journey-slider .img-holder {
		margin-bottom: 48px;
	}
	.journey-slider .text span.title {
		font-size: 16px;
	}
	.journey-slider .text span.short-info {
		font-size: 16px;
	}
	.video-mask-area {
		height: calc(100vh - 105px);
	}
	.video-mask-area .caption .header {
		padding-left: 50px;
		padding-right: 50px;
	}
	.form-area .intro {
		padding-left: 20px;
		padding-right: 20px;
	}

	footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer .footer-logo {
		margin-top: 48px;
		padding-bottom: 48px;
	}
	footer .footer-logo .logo {
		width: 184px;
		height: 138px;
	}

	#footer .navs-holder {
		padding: 0 0 46px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	#footer .logo-box {
		margin: 0;
		width: 65%;
		text-align: left;
		padding-top: 21px;
	}
	#footer .navs-holder.bl-sign-up-mudule {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#footer .navs-holder.bl-sign-up-mudule .logo-box {
		margin-bottom: 0;
	}
	#footer .navs-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 35%;
		padding: 13px 0 0;
	}
	#footer .list-bar {
		padding: 24px 0 16px;
	}
	.list-bar-new .bl-ft-lodge-list .bl-ft-lodge-item.left {
		width: 100%;
	}
	.bl-ft-lodge-list {
		margin-top: 0;
	}
	.bl-ft-lodge-list .footer-lodge-info {
		margin-bottom: 30px;
	}
	.bl-ft-lodge-list .footer-lodge-info .text {
		max-width: 578px;
	}
	.list-bar-new .bl-ft-lodge-list .bl-ft-lodge-item.right {
		width: 100%;
	}
	.list-bar-new .bl-ft-lodge-list .right-inner-wrap {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.list-bar-new .bl-ft-lodge-list .right-inner-wrap .ft-lodge-wrapper {
		width: 50%;
	}
	.footer-nav li {
		margin: 0 0 0 10px;
	}
	#footer .bottom-bar {
		padding: 23px 0 0;
		overflow: hidden;
		text-align: center;
		border-top: 1px solid rgba(255, 249, 237,.25);
	}

	.ft-mobile-only {
		display: none;
	}
	.form-holder form {
		font-size: 16px;
	}
	.form-holder form {
		display: flex;
		flex-wrap: wrap;
		gap: 36px 24px;
	}
	.form-holder form .field.hs-form-field {
		flex: 0 0 calc(50% - 12px);
		width: calc(50% - 12px);
	}
	.w-fieldset fieldset.form-columns-1 .legal-consent-container {
		margin-top: -36px;
	}
	.form-holder form input[type='text'], .form-holder form input[type='email'], select, .form-holder form input[type='date'] {
		font-size: 16px;
		line-height: 16px;
	}
	.jcf-select .jcf-select-text, .jcf-list .jcf-option {
		font-size: 16px;
		line-height: 16px;
	}
	.form-holder form .field.hs-form-field.hs_date_of_birth, .form-holder form .field.hs-form-field.hs_recaptcha, .form-holder form .hs_submit.hs-submit {
		flex: 0 0 100%;
	}


	.form-page .video-mask .video-mask-content {
		width: 435px;
		height: 435px;
		bottom: 100px;
	}
	.form-holder .legal-consent-container p {
		font-size: 16px;
		line-height: 125%;
	}
	.banner-area .caption .banner-text {
		max-width: 785px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.video-popup .mfp-close {
		width: 40px;
		height: 40px;
	}

	.faq-holder .accordion a.acc-opener {
		font-size: 20px;
	}
	.accordion .text-holder li {
		font-size: 20px;
	}
}
@media (min-width: 901px) {
	.video-mask-area {
		height: 100vh;
	}
	.video-mask-area .caption .header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mfp-content {
		height: 100vh;
	}
	.mfp-content .video-popup {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.video-popup .bg-video {
		left: 0;
		position: absolute;
		top: 0;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		height: 100%;
		width: 100%;
		object-fit: cover;
		z-index: 0;
	}
	.form-area .intro {
		padding-left: 0;
		padding-right: 0;
	}
	.form-holder ul.inputs-list.multi-container {
		column-count: 2;
	}
	#footer .logo-box {
		width: 50%;
	}
	#footer .navs-box {
		width: 50%;
	}
	#footer .navs-wrap {
		width: 35%;
	}
	.bl-ft-lodge-list .footer-lodge-info {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-bottom: 40px;
	}
	#footer .navs-holder {
		padding: 0 0 67px;
	}
	.bl-ft-lodge-list .footer-lodge-info .lodge-info-item {
		width: 50%;
	}
	.bl-ft-lodge-list .footer-lodge-info .lodge-info-item {
		width: 50%;
	}
	.bl-ft-lodge-list .footer-lodge-info .text {
		max-width: 400px;
	}
	.bl-ft-lodge-list .footer-lodge-info .text {
		max-width: 400px;
	}
	.banner-area .caption .banner-text {
		padding-left: 0;
		padding-right: 0;
	}
	footer .beckons-logo {
		margin-bottom: 0;
	}
}
@media (min-width: 1024px) {

}
@media (min-width: 1201px) {
	.hide-desktop {
		display: none;
	}
	.wrapper header a {
		position: fixed;
	}
	.lodges .lodge-title {
		top: 64px;
	}
	.lodges .lodge-holder .lodge-image {
		height: auto;
		height: -webkit-fill-available;
		height: fill-available;
	}
	.lodges .lodge-holder .lodge-image img {
		height: auto;
	}
	#footer .logo-box {
		width: 33.9%;
	}
	#footer .navs-box {
		width: 66.1%;
	}
	#footer .navs-box {
		width: 66.1%;
	}
	#footer .navs-wrap {
		width: 25%;
	}
	.list-bar-new .bl-ft-lodge-list .bl-ft-lodge-item.left {
		width: 33.9%;
	}
	.list-bar-new .bl-ft-lodge-list .footer-lodge-info .lodge-info-item {
		width: 100%;
	}
	.list-bar-new .bl-ft-lodge-list .footer-lodge-info .lodge-info-item {
		width: 100%;
	}
	.list-bar-new .bl-ft-lodge-list .footer-lodge-info .text {
		max-width: 295px;
	}
	.list-bar-new .bl-ft-lodge-list .bl-ft-lodge-item.right {
		width: 66.1%;
	}
	.bl-ft-lodge-list .right-inner-wrap {
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.bl-ft-lodge-list .right-inner-wrap .ft-lodge-wrapper.last {
		padding-left: 30px;
	}
	footer .beckons-logo {
		margin-bottom: 30px;
	}
}
@media (min-width: 1321px) {
	.bl-ft-lodge-list .right-inner-wrap .ft-lodge-wrapper.last {
		padding-left: 40px;
	}
}
@media (max-width: 1200px) {
	#footer .bl-sign-up-mudule .navs-wrap.text {
		width: 300px;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn {
		width: calc(100% - 300px);
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn a.btn-white {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.hide-sm-m {
		display: none;
	}
	.why-beckons .container.no-padding {
		padding-left: 0;
		padding-right: 0;
		max-width: unset;
	}
}
@media (max-width: 1023px) {
	#footer .bl-sign-up-mudule .navs-wrap.text {
		margin-bottom: 35px;
	}
	#footer .navs-holder.bl-sign-up-mudule {
		padding-left: 0;
	}
	#footer .navs-holder.bl-sign-up-mudule .logo-box .text {
		margin-top: 30px;
		max-width: 440px;
	}
	.bl-sm-show {
		display: block;
	}
	.bl-sm-hide {
		display: none;
	}
	#footer .bl-sign-up-mudule .navs-box {
		align-items: end;
		-webkit-align-items: flex-end;
	}
	#footer .bl-sign-up-mudule .navs-wrap.text {
		margin-bottom: 35px;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn {
		width: 100%;
		margin-bottom: 3px;
	}
}
@media (max-width: 992px) {
	 .w-fieldset form .field.hs-form-field.hs-interests {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media (max-width: 900px) {
	#footer .bl-sign-up-mudule .navs-wrap.text {
		width: 100%;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn a.btn-white {
		width: 190px;
	}
}
@media (max-width: 600px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.bl-sm-show {
		display: none;
	}
	.bl-sm-hide {
		display: block;
	}

	.home .video-mask .video-mask-content:before {
		left: -1px;
	}

	.video-mask-area {
		height: calc(100vh - 100px);
	}

	.home-intro .intro {
		max-width: 300px;
		margin: auto;
	}
	.accordion li > a {
		padding-right: 30px;
	}
	#footer .bl-sign-up-mudule .navs-box {
		margin-top: 20px;
		text-align: center;
	}
	footer .bl-sign-up-mudule .navs-box {
		align-items: normal;
		-webkit-align-items: normal;
	}
	#footer .bl-sign-up-mudule .navs-wrap.text {
		margin-bottom: 26px;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn {
		margin-bottom: 0;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn a {
		float: none;
	}
	#footer .bl-sign-up-mudule .navs-wrap.btn a.btn-white {
		width: auto;
	}
	.ft-hide-mobile {
		display: none !important;
	}
	.list-bar .accordion {
		border: 0;
		margin-bottom: 0;
	}
	.list-bar .accordion > li {
		margin-bottom: 8px;
		padding: 0;
		border-bottom: 1px solid #707070;
	}
	.list-bar .accordion > li a {
		display: block;
		color: #ffffff;
		padding-left: 0;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 12px;
		margin-top: 25px;
		margin-bottom: 25px;
		position: relative;
	}
	.list-bar .accordion ul.sub-list {
		list-style: none;
		padding-left: 0;
		margin-top: 24px;
		margin-bottom: 42px;
	}
	.list-bar .accordion ul.sub-list li {
		padding: 0;
		border: 0;
	}
	.list-bar .accordion ul.sub-list li a {
		font-size: 16px;
		line-height: 104%;
		color: #ffffff;
		text-transform: none;
		display: block;
		margin-bottom: 10px;
		font-family: "Reckless Regular", Serif;
	}
	.list-bar .accordion ul.sub-list li > span {
		display: block;
		padding-left: 0;
		text-transform: uppercase;
		font-size: 12px;
		color: #FFF9ED80;
		line-height: 12px;
		margin-bottom: 24px;
	}
	footer .beckons-logo .logo {
		margin-left: auto;
		margin-right: auto;
	}
	.bl-ft-lodge-list h3 {
		text-align: center;
	}
	.accordion li a:after, .accordion li a:before {
		content: none;
	}
	.bl-ft-lodge-list .footer-lodge-info {
		padding-bottom: 42px;
		border-bottom: 1px solid #707070;
		margin-bottom: 17px;
	}
	.bl-ft-lodge-list .footer-lodge-info .text {
		max-width: 320px;
		margin: auto;
		text-align: center;
	}
	.list-bar .accordion > li > a i {
		position: absolute;
		top: 5px;
		right: 0;
		width: 12px;
		height: 12px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.list-bar .accordion li.acc-active > a i.fa-angle-down {
		display: none;
	}
	.list-bar .accordion > li > a i.fa-angle-up {
		display: none;
	}
	.list-bar .accordion > li.acc-active > a i.fa-angle-up {
		display: block;
	}

	.video-mask-area .header {
		max-width: 280px;
		margin: auto;
		margin-bottom: 80px;
	}
	.form-area .intro {
		max-width: 345px;
	}
	.form-holder form .field.hs-form-field {
		margin-bottom: 24px;
	}
	.form-holder form .hs_submit.hs-submit {
		margin-top: 40px;
	}
	.w-fieldset form fieldset {
		gap: unset;
	}
	.w-fieldset form fieldset.form-columns-3 > div {
		width: 100% !important;
	}
	.w-fieldset .form-columns-2 > div {
		width: 100% !important;
	}
	.lodges .lodge-holder .lodge-text {
		bottom: 50px;
	}
	.form-page .video-mask .video-mask-content {
		bottom: 50px;
	}
}