@font-face {
	font-family: 'Nord';
	src: url('/wp-content/themes/Oceancity-child/fonts/Nord-Regular.woff2') format('woff2'),
		url('/wp-content/themes/Oceancity-child/fonts/Nord-Regular.ttf') format('truetype');
}

body,
html {
	margin: 0;
	padding: 0 !important;
	overflow-x: hidden;
}

body {
	font-family: "area-normal";
	font-size: 16px;
}

.outline-btn {
	display: inline-block;
	border: 2px solid #72AAC1;
	color: #72AAC1;
	padding: 10px 30px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Nord", sans-serif;
	text-transform: uppercase;
	transition: all 0.3s ease;
	text-decoration: none;
}

.outline-btn:hover {
	background-color: #72AAC1;
	color: #fff;
}

#main-nav #main-menu li.dropdown ul.dropdown-menu a {
	white-space: normal;
}

#main-nav #main-menu li.dropdown ul.dropdown-menu a:hover {
	background-color: #afc0c6 !important;
	color: #ffffff !important;
}

#main-nav .dropdown-menu {
	display: block;
}

#main-nav {
	background: transparent !important;
	position: fixed;
	width: 100%;
	z-index: 5;
	padding-right: 0 !important;
}

.navbar-brand.custom-logo-link img {
	display: none;
}

nav.fixed-top .navbar-brand.custom-logo-link img {
	display: block;
	position: absolute;
	top: 10px;
	left: calc(50% - 120px);
}

#navbarNavOffcanvas {
	background: #afc0c6 !important;
}

.navbar-toggler {
	background: #afc0c6;
	border: none;
	width: 68px;
	height: 50px;
	border-radius: 0;
	padding: 10px 5px;
}

.navbar-toggler span {
	background-image: url(/wp-content/themes/Oceancity-child/images/hamburger.png) !important;
	width: 43px;
}

h1,
h2,
h3 {
	font-family: 'p22-mackinac-pro', serif;
}

#home-banner {
	background-image: url(/wp-content/uploads/2022/05/shutterstock_1298849575.png);
	min-height: 774px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-logo {
	position: absolute;
	z-index: 1;
	width: 388px;
	top: 200px;
}

.left-accent {
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: 54px;
	z-index: 1;
}

.right-accent {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	width: 120px;
}

@media only screen and (max-width:1024px) {
	.home-logo {
		width: 194px;
		top: 100px;
	}
}

@media only screen and (max-width:767px) {
	.left-accent {
		width: 27px;
		bottom: 15px;
		left: 15px;
	}

	.right-accent {
		bottom: 15px;
		right: 10px;
		width: 60px;
	}
}

#page-banner,
#top-banner-slider {
	max-height: calc(100vh - 84px);
	height: 774px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

h1.page-title {
	color: #ffffff;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 52px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 50px;
	text-align: center;
	transition: all .5s ease-in-out;
}

.menu-book-now {
	background-color: #afc0c6;

}

#main-nav #main-menu>li {
	margin: 0px 15px;
}

#main-nav #main-menu li:last-child {
	margin-right: 0px;
}

#main-nav #main-menu li a {
	padding: 14px 30px 14px 0 !important;
	font-family: "Nord", sans-serif;
	font-weight: 400;
	white-space: normal;
	font-size: 22px;
	border-bottom: 1px solid #ffffff33;
	font-style: normal;
	color: #fff;
	line-height: 32px;
}

#main-nav #main-menu li a:hover {
	opacity: 0.8;
}


#main-nav #main-menu li.menu-book-now a {
	padding: 14px 30px !important;
}

@media only screen and (max-width:767px) {
	#main-nav #main-menu li a {
		font-size: 18px;
		line-height: 28px;
	}
}

#main-nav #main-menu>li.menu-item-has-children>a::before {
	content: ">";
	position: absolute;
	right: 0;
	color: #fff;
	font-family: 'p22-mackinac-pro';
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	width: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

#main-nav #main-menu ul.dropdown-menu::before {
	content: "< Back";
	font-family: 'p22-mackinac-pro';
	font-size: 20px;
	font-weight: 600;
	opacity: 1;
	z-index: 2;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	top: -40px;
	left: 40px;
	position: absolute;
}

#main-nav #main-menu ul.dropdown-menu::before:hover {
	opacity: 1;
}

.navbar .btn-close {
	opacity: 1 !important;
}


.top-menu-bar ul.top-menu li.menu-book-now a {
	color: #ffffff !important;
	padding: 11px 22px !important;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #afc0c6;
	border: none;
	font-style: normal;
	line-height: 44px;
}

#main-nav ul.dropdown-menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: -40px;
	top: 50px;
	background: #afc0c6;
	border: none;
	z-index: 2;
	width: 400px;
	box-shadow: none !important;
	max-width: 100%;
	height: 100%;
	padding: 12px 40px;
	-webkit-transition: opacity .35s linear, visibility .35s linear, left .35s linear;
	-o-transition: opacity .35s linear, visibility .35s linear, left .35s linear;
	transition: opacity .35s linear, visibility .35s linear, left .35s linear;
}

#main-nav ul.dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	left: 0;
	overflow: visible;
}


#wave-bg.left-wave {
	background-image: url(/wp-content/uploads/2022/05/Slice_1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 100px 0px;
}

#wave-bg.right-wave {
	background-image: url(/wp-content/uploads/2022/05/Slice_6.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 100px 0px;
}

#wave-bg h2 {
	color: #afc0c6;
	font-family: Nord;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

#wave-bg h3 {
	color: #43484F;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: left;
	text-transform: none;
}

#wave-bg p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.learn-more-btn {
	color: #afc0c6;
	background: #F1EDDF;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius: 0;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
	padding: 8px 25px;
	padding-right: 90px;
	margin-top: 25px;
	height: 42px;
	position: relative;
}

.full-width-with-image-content-wrapper-right .learn-more-btn,
.wave-bg-content-wrapper.white-overlay .learn-more-btn,
.wedding-overlay-left-image-content-wrap .learn-more-btn,
.rooms-btn .learn-more-btn {
	background: #afc0c6;
	color: #F3F0E2;
}

.learn-more-btn::after {
	content: '';
	position: absolute;
	width: 28px;
	height: 19px;
	right: 35px;
	top: 12px;
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right.png');
}

.full-width-with-image-content-wrapper-right .learn-more-btn::after,
.rooms-btn .learn-more-btn::after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right-light.png');
}

.wave-bg-content-wrapper.white-overlay .learn-more-btn::after,
.wedding-overlay-left-image-content-wrap .learn-more-btn::after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right-light.png');
}

.learn-more-btn:hover {
	color: #2e2e2e;
}

.full-width-with-image-content-wrapper-right .learn-more-btn:hover,
.wedding-overlay-left-image-content-wrap .learn-more-btn:hover,
.rooms-btn .learn-more-btn:hover {
	color: #fff;
}

.carousel-wrapper {
	position: relative;
}

.learn-more-btn i {
	display: none;
}

#wave-bg p.wave-bg-image-caption {
	color: #01385e;
	font-family: Nord, sans-serif;
	font-size: 48px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	/* Text style for "Catchy cap" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	max-width: 520px;
}

.right-wave .wave-bg-content-wrapper {
	padding-top: 0px;
}

#room-carousel {
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-1.png) center center repeat;
	padding: 50px 0;
}

.section-title {
	color: #565961;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
}

.carousel-bottom p {
	text-align: left;
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
}

a.carousel-left-item,
a.carousel-right-item {
	background-color: #2E2E2E;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 82px;
	height: 63px;
	border-radius: 0;
	position: absolute;
}

a.carousel-left-item {
	left: 14.5%;
	top: calc(50% - 31px);
}

a.carousel-right-item {
	right: 14.5%;
	top: calc(50% - 31px);
}

a.carousel-left-item img,
a.carousel-right-item img {
	width: 40px;
}

a.carousel-left-item:hover,
a.carousel-right-item:hover {
	color: #ffffff;
}

.carousel-item .card-img img {
	object-fit: cover;
	width: 100%;
	height: 50vh;
}

.carousel-wrapper {}

#recipeCarousel {
	width: 150%;
	margin-left: -25%;
}

.carousel-clone {
	width: 30%;
}

.carousel-clone:nth-child(2) {
	width: 40%
}

.carousel-item .card-img-overlay {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}

.carousel-item .card {
	background-color: transparent;
	margin: 0px 20px;
	border: solid #afc0c6 12px;
	border-radius: 0;
}

.carousel-bottom {
	margin-top: -400px;
	padding: 450px 80px 40px 80px;
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-2.png) center center repeat;
}

.rooms-accent {
	display: block;
	width: 75px;
	margin-top: 30px;
}

@media only screen and (max-width:767px) {
	.rooms-accent {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

.rooms-btn {
	text-align: right;
}

h4.carousel-inside-btn {
	color: #023252;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	/* Text style for "ROOMS" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	background: #ffffff;
	padding: 8px 35px;
	min-width: 171px;
	margin-bottom: 45px;
}

.carousel-arrow-btn-wrap {
	display: flex;
	align-items: end;
	height: 100%;
}

/*Carousel*/
@media (max-width: 767px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}


#parallax-bg {
	background-image: url(/wp-content/uploads/2022/05/parallax-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 180px 0px;
	position: relative;
}

#parallax-bg .container {
	position: relative;
	z-index: 1;
}

.parallax-bg-content-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.parallax-bg-content-wrap .section-title {
	color: #ffffff;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 68px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 112px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
}

.parallax-bg-content-wrap p {
	color: #ffffff;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	/* Text style for "Lorem ipsu" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	max-width: 851px;
	text-align: center;
}

a.learn-more-btn-simple {
	color: #ffffff;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	border: 2px solid #fff;
	background-color: #afc0c6;
	padding: 11px 44px;
	margin-top: 45px;
}

a.learn-more-btn-simple:hover {
	color: #fff;
}

.full-width-with-image-content-wrapper-left {
	max-width: 460px;
	float: right;
	margin-right: 48px;
	position: relative;
}

.full-width-with-image-content-wrapper-left p {
	font-size: 18px;
	line-height: 26px;
	color: #F3F0E2;
}

.full-width-with-image-content-wrapper-right p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

#full-width-with-image h2 {
	color: #F1EDDF;
	font-family: Nord;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
	/* Text style for "Sub header" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

#full-width-with-image h3 {
	color: #F1EDDF;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: left;
	text-transform: none;
}

#full-width-with-image .full-width-with-image-content-wrapper-right h2 {
	color: #afc0c6;
}

#full-width-with-image .full-width-with-image-content-wrapper-right h3 {
	color: #565961;
}

.full-width-with-image-wrapper-right {
	background-image: url(/wp-content/uploads/2022/05/arshad-pooloo-GdwWrLHdwpw-unsplash.png);
	background-position: center center;
	background-size: cover;
	min-height: 625px;
	display: flex;
}

.full-width-with-image-wrapper-left {
	background-image: url(/wp-content/uploads/2022/05/evangeline-shaw-xRlI-L-kvrw-unsplash.png);
	background-position: center center;
	background-size: cover;
	min-height: 625px;
	display: flex;
}

.full-width-with-image-content-wrapper-right {
	max-width: 460px;
	margin-left: 48px;
	position: relative;
}

.full-video {
	width: 100%;
	object-fit: cover;
}

.callout-video {
	position: absolute;
	height: 100%;
	filter: brightness(0.5);
	top: 0;
	width: 100vw;
	object-fit: cover;
	z-index: 1;
}

/*
#full-width-with-image .row{
		align-items: center;
}*/
#full-width-with-image .row .col-md-6 {
	padding: 0px;
}

footer {
	background-color: #565961;
}

footer p {
	color: #F3F0E2;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 28px;
	text-align: left;
}

.address {
	margin-top: 25px;
}

footer ul {
	list-style: none;
}

footer ul li {
	list-style: none;
	text-align: center;
	margin: 5px 0px;
}

footer ul li a {
	color: #F3F0E2;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 28px;
	text-align: center;
	/* Text style for "Accommodat" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

footer h4 {
	color: #F3F0E2;
	font-family: 'Nord';
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	text-transform: uppercase;
	/* Text style for "STAY IN TO" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

footer a {
	color: #F3F0E2;
	text-decoration: none;
}

footer a:hover {
	color: #F3F0E2;
}

footer {
	position: relative;
}

.footer-accent {
	position: absolute;
	opacity: 0.15;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.privacy-policy-wrap {
	text-align: center;
	z-index: 1;
	position: relative;
}

.privacy-policy-wrap a {
	margin: 5px 15px;
}

.cookies {
	text-align: center;
	color: #F3F0E2;
	font-family: "area-normal", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	/* Text style for "This websi" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.footer-top {
	padding: 102px 0px;
}

.footer-top p {
	font-weight: 600;
}

.footer-bottom {
	padding: 5px 0px 50px;
}

.subscription-text {
	color: #F3F0E2;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: normal;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.gform_wrapper.gravity-theme #gform_1 #field_submit input,
.gform_wrapper.gravity-theme #gfrom_1 .gform_footer input {
	align-self: center;
	height: 39px;
	background-color: #AFC0C6 !important;
	color: #F3F0E2 !important;
	font-weight: 400;
	border: none;
	padding: 0px 30px;
	font-family: "Nord", sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	/* Text style for "SUBMIT" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.gform_wrapper.gravity-theme #gform_1 .gform_fields {
	grid-column-gap: 0%;
}

#input_1_1 {
	border: none;
	font-family: "proxima-nova";
}

.align-items-center {
	align-items: center;
}

.carousel-indicators [data-bs-target] {
	background-color: #023252;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #023252;
	opacity: 1;
}

.carousel-indicators button.active {
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #023252;
}

.carousel-indicators {
	bottom: -35px;
	margin-bottom: 0;
}

.room-carousel {
	padding: 0px 30px;
}

.wave-bg-content-wrapper {}

#wave-bg .wave-bg-content-wrapper-full-width {
	text-align: center;
}

#wave-bg .wave-bg-content-wrapper-full-width h2 {
	text-align: center;
}

#wave-bg .wave-bg-content-wrapper-full-width h3 {
	text-align: center;
}

#wave-bg .wave-bg-content-wrapper-full-width p {
	text-align: center;
}

#wave-bg.right-bottom-wave {
	background-position: right bottom;
	margin-bottom: 50px;
}

#local-attractions-map {
	background-size: cover;
	background-position: center;
	min-height: 815px;
}

#wave-bg.text-overlay-img {
	background-size: cover;
	background-position: center;
}

.wave-bg-image-wrapper,
.wave-bg-image-wrapper img {
	height: 100%;
}

#numbered-list-item {
	padding: 100px 0px;
	line-height: 40px;
}

.left-split {
	background: url('/wp-content/themes/Oceancity-child/images/texture-2.png') center center repeat;
	padding: 50px 80px;
	display: flex;
	align-items: center;
}

.wave-bg-content-wrapper.white-overlay {
	background: transparent;
}

#weddings-gallery .item {
	padding: 0px;
}

.wedding-gallery-content-wrapper h2 {
	color: #afc0c6;
	font-family: "area-normal", sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.2px;
	line-height: 37px;
	text-align: center;
	/* Text style for "View Our" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.wedding-gallery-content-wrapper h3 {
	color: #023252;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	/* Text style for "WEDDING GA" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
}

#weddings-gallery {
	padding: 100px 0px;
}

/*Popup css*/
.portfolio-menu {
	text-align: center;
}

.portfolio-menu ul li {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all .5s ease;
}

.portfolio-item {
	/*width:100%;*/
	padding: 50px 0px 100px;
}

.portfolio-item .item {
	/*width:303px;*/
	float: left;
	margin-bottom: 0px;
}

.portfolio-item .item img {
	object-fit: cover;
	width: 100%;
}

/*End Popup css*/
.footer-content-wrap.first-widget img {
	max-width: 230px;
}

#banner-slider img {
	max-height: calc(100vh - 84px);
}

#banner-slider .carousel-inner {
	height: 100%;
}

#banner-slider .carousel-item {
	height: 100%;
}

#banner-slider h1.page-title {
	display: initial;
	padding: 30px 30px 15px 30px;
	background: #333333bb;
}

.home #banner-slider h1.page-title {
	background: transparent !important;
	font-size: 43px;
	display: block;
}

#banner-slider h1.page-title .handwritten {
	display: block;
	margin-top: 10px;
	font-family: "Professor";
	font-weight: 400;
	text-align: center;
	font-size: 85px;
	line-height: 1.2;
}

@media only screen and (max-width:1800px) {
	#banner-slider h1.page-title .handwritten {
		font-size: 75px;
	}
}

@media only screen and (max-width:1500px) {
	#banner-slider h1.page-title .handwritten {
		font-size: 65px;
	}
}

.home .carousel-inner .carousel-item>div {
	display: block !important;
}

#banner-slider .carousel-caption {
	top: 50%;
}

.home #banner-slider .carousel-caption {
	bottom: 6%;
	padding: 0;
	top: unset;
}

@media only screen and (max-width:767px) {
	.home #banner-slider h1.page-title {
		padding: 0;
		font-size: 24px;
	}

	#banner-slider h1.page-title .handwritten {
		font-size: 35px;
	}
}


#wave-bg.left-wave.frame .wave-bg-image-wrapper img {
	transform: rotate(3deg);
	margin-left: 4px;
	padding: 0px 75px;
}

#wave-bg.left-wave.frame .wave-bg-image-wrapper {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 453px;
	max-width: 520px;
	display: flex;
	align-items: center;
}

#wave-bg.left-wave.frame .top-frame {
	position: absolute;
	text-align: center;
	margin-left: 226px;
	z-index: 2;
	margin-top: 15px;
	opacity: .8;
}

#wave-bg.right-wave.frame .wave-bg-image-wrapper img {
	transform: rotate(-3deg);
	margin-left: -6px;
	padding: 0px 75px;
}

#wave-bg.right-wave.frame .wave-bg-image-wrapper {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 453px;
	max-width: 520px;
	display: flex;
	align-items: center;
}

#wave-bg.right-wave.frame .top-frame {
	position: absolute;
	text-align: center;
	margin-left: 200px;
	z-index: 2;
	margin-top: 15px;
	opacity: .8;
}

.btn-wrapper {
	text-align: center;
}

.wave-bg-content-wrapper-full-width form {
	text-align: left;
}

.carousel-indicators.onecarousel-item {
	opacity: 0;
}

.dropdown-toggle::after {
	display: none;
}

.wsp-posts-title,
.wsp-posts-list {
	display: none;
}

.wsp-pages-title,
.wsp-rooms-title {
	font-weight: bold;
}

.wsp-pages-list li a {
	font-size: 20px;
	color: #808080;
	text-decoration: none;
}

.wsp-rooms-list li a {
	font-size: 20px;
	color: #808080;
	text-decoration: none;
}

.wsp-rooms-list li,
.wsp-pages-list li {
	padding: 8px 0px;
}

.wsp-rooms-title {
	margin-top: 45px;
}

.rooms-wrapper .left-wave .learn-more-btn {
	color: #F3F0E2;
	background: #afc0c6;
}

.rooms-wrapper .left-wave .learn-more-btn::after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right-light.png');
}

.rooms-wrapper .left-wave.rooms .learn-more-btn {
	color: #afc0c6;
	background: #F1EDDF;
}

.rooms-wrapper .left-wave.rooms .learn-more-btn::after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right.png');
}

.rooms-wrapper .left-wave.rooms h3,
.rooms-wrapper .left-wave.rooms h2,
.rooms-wrapper .left-wave.rooms p {
	color: #F3F0E2 !important;
}

form .booknow-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

form .booknow-form .date-container {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #dddddd;
}

form .booknow-form input {
	background: transparent;
	border: none;
	color: #ffffff;
	line-height: 36px;
	height: 35px;
	min-width: 250px;
}

form .booknow-form p {
	margin-bottom: 0px;
}

form .booknow-form input:focus-visible {
	outline: none;
}

form .booknow-form select:focus-visible {
	outline: none;
}

form .booknow-form select {
	background: transparent;
	border: none;
	color: #ffffff;
	height: 35px;
	min-width: 250px;
	border-bottom: 2px solid #dddddd;
}

form .booknow-form select option {
	color: #000;
}

form .booknow-form i {
	color: #ffffff;
}

.form-submit {
	text-align: center;
}

.form-submit input {
	background: #afc0c6;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	/* margin-top: 70px; */
	margin: 70px 10px;
}

h2.book-now-form-title {
	color: #ffffff;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	margin: 70px 10px;
}

.book-now-form-logo {
	text-align: left;
	margin: 50px 10px 100px;
}

.book-now-form-logo img {
	max-width: 250px;
	display: none;
}

div.datepicker {
	padding: 20px;
	width: 280px;
}

div.datepicker table {
	width: 100%;
	text-align: center;
}

div.datepicker table td.day {
	cursor: pointer;
}

div.datepicker table td.active.day {
	background: #01385e;
	color: #ffffff;
}

p.all-hidden-fields {
	height: 1px;
	margin-bottom: 0px;
}

.for-only-rooms-reverse-column {
	display: flex;
	flex-direction: column-reverse;
}

.social-icons-wrap a {
	margin-right: 20px;
}

.social-icons-wrap a i {
	font-size: 22px;
}

footer .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0px;
}

.navbar-brand.custom-logo-link img {
	max-width: 240px;
}

/*Map*/
#map {
	height: 500px;
	width: 100%;
}

.marker {
	background-image: url('/wp-content/uploads/2022/08/map-icon.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 33px;
	cursor: pointer;
}

.mapboxgl-popup {
	max-width: 800px !important;
}

.mapboxgl-popup-content {
	text-align: left;
}

.mfp-bg {
	opacity: 1 !important;
	background-color: #565961dd !important;
}

.mapboxgl-popup-content h3 {
	font-weight: normal;
	font-size: 18px;
	color: #43484F;
	font-family: "nord", sans-serif;
}

.mapboxgl-popup-content a {
	color: #ffffff !important;
	padding: 0px 22px !important;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	display: block;
	width: 150px;
	margin: auto;
	text-decoration: none;
	font-size: 16px;
	background: #afc0c6;
	border: none;
	font-style: normal;
	line-height: 44px;
	outline: none;
	text-align: center;
}

.mapboxgl-popup-content h3 span {
	display: inline-block;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 50px !important;
	top: 0px !important;
	text-decoration: none;
	text-align: center;
	opacity: 1 !important;
	padding: 0 0 18px 10px;
	color: #ffffff !important;
	font-style: normal;
	font-size: 32px;
}

.book-now-form-logo {
	max-width: 1440px;
	margin: 0 auto;
}

.post-content-wrap p {
	color: #808080;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.post-content-wrap p strong {
	color: #afc0c6;
	font-family: "area-normal", sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.4px;
	line-height: 37px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

/*------- New Home CSS  ---------*/
#oceanfront {
	padding: 140px 0px 120px;
	background: url(/wp-content/themes/Oceancity-child/images/texture-1.png) center center repeat;
	position: relative;
}

.a-accent {
	position: absolute;
	right: -60px;
	bottom: 120px;
}

.oceanfront-wrap {
	background: url(/wp-content/themes/Oceancity-child/images/texture-2.png) center center repeat;
	padding: 30px 0px;
	max-width: 950px;
	margin: 0 auto;
}

.oceanfront-title {
	color: #43484F;
	font-family: "p22-mackinac-pro";
	font-size: 66px;
	font-weight: 500;
	font-style: normal !important;
	letter-spacing: normal !important;
	line-height: 95px;
	text-align: left;
	max-width: 501px;
	position: relative;
	margin-left: -81px;
}

.oceanfront-title::after {
	content: '';
	position: absolute;
	background-color: #afc0c6;
	width: 200px;
	left: 5px;
	bottom: 0px;
	height: 3px;
}

.photo-with-caption {
	position: relative;
	margin-top: -95px;
	margin-left: 65px;
	width: 613px;
}

.photo-with-caption .photo-caption {
	display: block;
	position: absolute;
	top: 40px;
	max-width: 70%;
	left: 50px;
	color: #2E2E2E;
	font-family: 'professor';
	font-size: 40px;
	transform: rotate(-7deg);
}

@media only screen and (max-width:767px) {
	.photo-with-caption .photo-caption {
		font-size: 30px;
	}
}

.oceanfront-img {
	max-width: 613px;
	border: solid #afc0c6 15px;
}

.oceanfront-texts {
	padding: 45px 0px;
	max-width: 702px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	font-family: "area-normal", sans-serif;
}

#reserve-home {
	padding: 120px 0px;
}

.reserve-title-wrap {
	text-align: center;
}

.reserve-home-title {
	color: #01385e;
	font-family: "area-normal", sans-serif;
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto;
	max-width: 168px;
}

.reserve-img1-wrap {
	text-align: center;
}

.reserve-img2-wrap img {
	margin-bottom: 40px;
}

#stamp-wrap {
	padding: 80px 0px;
	background: url(/wp-content/themes/Oceancity-child/images/texture-1.png) center center repeat;
}

.stamp-inner {
	position: relative;
	width: 85%;
	margin-left: auto;
	max-width: 1230px;
}

.stamp-inner .accent-text {
	position: absolute;
	bottom: 140px;
	right: 10%;
	font-family: 'professor';
	color: #fff;
	font-size: 47px;
	transform: rotate(-7deg);
}

.stamp-bg {
	background: url(/wp-content/themes/Oceancity-child/images/texture-2.png) center center repeat;
	margin-left: 22%;
	padding: 80px 0;
}

.stamp-inner .stamp {
	position: absolute;
	width: 293px;
	top: 0;
	left: 0;
	max-width: 25%;
}

.stamp-inner .stamp-img,
.stamp-inner .stamp-video {
	max-width: calc(100% + 22%);
	margin-left: -22%;
}

.stamp-img-wrap {
	background: linear-gradient(to right, white 30%, #f2e8da 0%);
	display: flex;
	justify-content: flex-end;
	padding: 0px 0px 80px;
}

@media only screen and (max-width:767px) {
	.stamp-inner .stamp {
		left: -14%;
	}

	.stamp-bg {
		margin-left: 0;
	}

	.stamp-inner .accent-text {
		font-size: 32px;
		bottom: 120px;
	}
}

#offers {
	padding: 80px 0px 100px 0;
	text-align: center;
	background: #565961;
	position: relative;
}

#offers h2 {
	color: #F3F0E2;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	line-height: 64px;
	text-align: center;
	text-transform: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

#offers h2:before {
	content: '';
	position: absolute;
	background-color: #72AAC1;
	width: 180px;
	bottom: 0px;
	height: 3px;
	left: 50%;
	transform: translate(-50%);
}

.single-offer-wrap h3 {
	color: #3A291F;
	font-family: 'p22-mackinac-pro';
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	margin: 20px;
}

.single-offer-wrap p {
	color: #3A291F;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px 15px 20px;
	margin-bottom: 0px;
}

.single-offer-wrap a {
	/* width: 169px; */
	background-color: #afc0c6;
	border: 2px solid #afc0c6;
	color: #F3F0E2;
	font-family: Nord;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	border-radius: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.single-offer-wrap a:after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right-light.png');
}

.single-offer-wrap a:hover {
	color: #ffffff;
}

.single-offer-wrap {
	position: relative;
	z-index: 1;
	background: #F3F0E2;
}

#home-booking-form {
	background-color: #565961;
	padding: 20px 0px;
}

#home-booking-form .form-submit input {
	margin: 0px;
	height: auto;
	color: #fff !important;
	background-color: #afc0c6 !important;
	text-transform: uppercase;
	line-height: 1.1;
}

#home-booking-form form .booknow-form input {
	background: #ffffff;
	border: none;
	color: #999;
	height: 45px;
	min-width: 265px;
	padding: 10px;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}

#home-booking-form form .booknow-form .date-container {
	border-bottom: none;
	background: #ffffff;
}

#home-booking-form form .booknow-form i {
	color: #54565a;
	font-size: 25px;
	margin-right: 10px;
}

#home-booking-form form .booknow-form select {
	background: #ffffff;
	border: none;
	height: 45px;
	min-width: 265px;
	padding: 10px;
	color: #999;
	font-family: "proxima-nova";
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 48px;
}

.top-menu-bar ul.top-menu {
	list-style: none;
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

.top-menu-bar ul.top-menu li {
	display: inline-block;
	margin: 5px 7px;
}

.top-menu-bar ul.top-menu li a {
	color: #54565a;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

.for-offcanvas {
	display: block;
}

.full-width-with-image-content-main-wrapper {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.full-width-with-image-content-main-wrapper.right-aligned {
	justify-content: flex-start;
}

.full-width-with-image-content-wrapper-left::after {
	content: '';
	height: 155px;
	width: 3px;
	position: absolute;
	top: 0;
	left: -35px;
	border-left: 3px solid #F1EDDF;
}

.wave-bg-content-wrapper {
	position: relative;
}

.full-width-with-image-content-wrapper-right::after,
.wave-bg-content-wrapper.white-overlay::after {
	content: '';
	height: 155px;
	width: 3px;
	position: absolute;
	top: 0;
	left: -35px;
	border-left: 3px solid #afc0c6;
}

@media only screen and (max-width:767px) {
	.full-width-with-image-content-wrapper-left::after {
		top: 35px;
	}

	.full-width-with-image-content-wrapper-right::after {
		top: 35px;
	}
}

.large-triangle-accent {
	position: absolute;
	width: 102px;
	left: 25px;
	bottom: 25px;
}

.large-group-accent {
	position: absolute;
	width: 165px;
	right: 25px;
	bottom: 25px;
}

@media only screen and (max-width:767px) {

	.full-width-with-image-content-main-wrapper,
	.full-width-with-image-content-main-wrapper.right-aligned {
		justify-content: center;
	}

	.large-triangle-accent {
		width: 64px;
	}

	.large-group-accent {
		width: 83px;
	}
}

.nomp {
	margin: 0px !important;
	padding: 0px !important;
}

.full-width-with-image-content-main-wrapper h3 {
	color: #023252;
	font-family: "p22-mackinac-pro";
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 50px;
	text-align: left;
	text-transform: uppercase;
}

.full-width-with-image {
	margin-bottom: 0;
}

#wedding-overlay-right-image {
	padding: 0;
}

#wedding-overlay-left-image {
	padding: 0;
}

.wedding-overlay-right-image-content-wrap {
	background-size: cover;
	background-position: left bottom;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
	height: 100%;
	padding: 50px 0;
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-3.png) center center repeat;
}

.wedding-overlay-left-image-content-wrap {
	background-size: cover;
	background-position: left bottom;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	height: 100%;
	padding: 50px 0;
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-2.png) center center repeat;
}

.wedding-overlay-right-image-wrap {
	padding: 0;
	display: block;
	z-index: 1;
	height: 100%;
}

.wedding-overlay-left-image-content-wrap .a-accent,
.wedding-overlay-right-image-content-wrap .a-accent {
	z-index: 3;
	bottom: 0;
}

@media only screen and (max-width:450px) {

	.wedding-overlay-left-image-content-wrap .a-accent,
	.wedding-overlay-right-image-content-wrap .a-accent {
		display: none;
	}
}

.wedding-overlay-left-image-wrap {
	padding: 0;
	display: block;
	z-index: 1;
	height: 100%;
}

.wedding-overlay-right-image-wrap img {
	margin-right: 0;
	width: calc(100% + 200px);
	max-width: calc(100% + 200px);
	object-fit: cover;
	height: 100%;
	margin-left: -200px;
	z-index: 1;
	position: relative;
}

.wedding-overlay-left-image-wrap img {
	margin-right: 0;
	width: calc(100% + 200px);
	max-width: calc(100% + 200px);
	object-fit: cover;
	height: 100%;
	z-index: 1;
	position: relative;
}

.wedding-overlay-right-image-content-wrap-inside {
	max-width: 575px;
	padding: 50px 80px 50px 20px;
	z-index: 2;
	position: relative;
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-3.png) center center repeat;
}

.wedding-overlay-left-image-content-wrap-inside {
	max-width: 575px;
	padding: 50px 20px 50px 80px;
	z-index: 2;
	position: relative;
	background: url(https://fontaineostg.wpengine.com/wp-content/themes/Oceancity-child/images/texture-2.png) center center repeat;
}

.wedding-overlay-right-image-sub-header {
	color: #afc0c6;
	font-family: Nord;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}



.wedding-overlay-right-image-title {
	color: #565961;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 66px;
	text-align: left;
	text-transform: none;
}

.wedding-overlay-right-image-content-wrap-inside p {
	color: #000000;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
}

.wedding-overlay-left-image-content-wrap-inside p {
	color: #000000;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
}

.wedding-overlay-right-image-content-wrap .wedding-overlay-right-image-sub-header,
.wedding-overlay-right-image-content-wrap .wedding-overlay-right-image-title,
.wedding-overlay-right-image-content-wrap-inside p {
	color: #F3F0E2;
}

.page-banner-description {
	color: #ffffff;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	max-width: 465px;
	margin: 25px auto 0px;
}

#wave-bg.text-overlay-img {
	background-color: #01385e;
	padding: 120px 0px !important;
}

.wedding-overlay-btn-wrapper a {
	margin-bottom: 15px;
	margin-right: 15px;
}

.split-wrapper {
	display: flex;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.split-wrapper .left-split,
.split-wrapper .right-split {
	width: 50%;
}

@media only screen and (max-width:991px) {
	.split-wrapper {
		flex-direction: column-reverse;
	}

	.split-wrapper .left-split,
	.split-wrapper .right-split {
		width: 100%;
	}

}

@media only screen and (max-width:767px) {
	.left-split {
		padding: 50px 20px;
	}
}

.wave-bg-image-wrapper img {
	width: 100%;
	object-fit: cover;
}

/*responsive start*/
@media only screen and (min-width: 1824px) {
	.stamp-img-wrap img {
		width: 1600px;
	}

	.stamp-img-wrap {
		background: linear-gradient(to right, white 41%, #f2e8da 0%);
	}
}

@media only screen and (min-width: 1401px) and (max-width: 1823px) {
	.stamp-img-wrap {
		background: linear-gradient(to right, white 50%, #f2e8da 0%);
	}
}

@media only screen and (min-width: 1401px) {
	.full-width-with-image-content-wrapper-left {
		margin-right: 90px;
	}

	.full-width-with-image-content-wrapper-right {
		margin-left: 130px;
	}
}

@media only screen and (min-width: 1025px) {
	.footer-content-wrap.first-widget {
		padding-left: 150px;
	}

	.wave-bg-content-wrapper.white-overlay {}

	.dropdown:hover>.dropdown-menu,
	.dropdown:focus-within>.dropdown-menu {
		padding: 0px 0px;
		border-bottom: 5px solid #565961;
		/* background: linear-gradient(315deg, #cacaca, #f0f0f0); */
		/* box-shadow: -20px -20px 60px #bebebe, 20px 20px 60px #000; */
		box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
	}

	.for-offcanvas {
		display: none;
	}

	#main-nav #main-menu li.last-item {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {

	.dropdown-menu {
		min-width: 5rem;
	}

	#main-nav>.container {
		padding: 20px 40px;
	}

	#main-nav #main-menu li.dropdown ul.dropdown-menu a {
		min-width: 120px;
	}

	.top-menu-bar ul.top-menu li a {
		font-size: 14px;
	}

	.top-menu-bar ul.top-menu li.menu-book-now a {
		font-size: 14px;
	}

	#main-nav #main-menu li.menu-book-now a {
		color: #ffffff !important;
		padding: 6px 14px !important;
		font-family: "area-normal", sans-serif;
		font-weight: 700;
		font-size: 13px;
		font-style: normal;
	}

	.full-width-with-image-content-wrapper-left {
		max-width: 435px;
		float: right;
		margin-right: 48px;
	}

	.full-width-with-image-content-wrapper-right {
		max-width: 435px;
		margin-left: 48px;
	}

	.oceanfront-title {
		color: #01385e;
		font-family: "p22-mackinac-pro";
		font-size: 50px;
		font-weight: 500;
		font-style: normal !important;
		letter-spacing: normal !important;
		line-height: 75px;
		text-align: left;
		text-transform: uppercase;
		max-width: 501px;
		margin-left: -81px;
	}

	.photo-with-caption {
		margin-top: -95px;
		margin-left: 65px;
		max-width: 475px;
	}

	.oceanfront-img {
		max-width: 475px;
	}

	.oceanfront-wrap {
		max-width: 850px;
	}

	#home-booking-form form .booknow-form input {
		min-width: 195px;
		width: 195px;
	}

	#home-booking-form form .booknow-form select {
		min-width: 195px;
		width: 195px;
	}

	.wedding-overlay-left-image-content-wrap-inside {}
}

@media only screen and (max-width: 1024px) {
	.wave-bg-content-wrapper a.learn-more-btn {
		margin-bottom: 15px;
	}

	form .booknow-form {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
		flex-direction: column;
	}

	form .booknow-form select {
		min-width: 280px;
	}

	form .booknow-form input {
		min-width: 280px;
	}

	h2.book-now-form-title {
		margin: 70px 10px 10px;
		font-size: 30px;
	}

	#home-booking-form form .booknow-form {
		align-items: center;
		justify-content: center;
		gap: 40px;
		flex-direction: column;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#home-booking-form .form-submit input {
		width: 100%;
	}

	#wave-bg.left-wave.frame .wave-bg-image-wrapper {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
		min-height: 317px;
		max-width: 345px;
		display: flex;
		align-items: center;
	}

	#wave-bg.left-wave.frame .wave-bg-image-wrapper img {
		transform: rotate(3deg);
		margin-left: 4px;
		padding: 0px 40px;
	}

	#wave-bg.left-wave.frame .top-frame {
		position: absolute;
		text-align: center;
		margin-left: 160px;
		z-index: 2;
		margin-top: 15px;
		opacity: .8;
		width: 60px;
	}

	#wave-bg.right-wave.frame .wave-bg-image-wrapper {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
		min-height: 317px;
		max-width: 345px;
		display: flex;
		align-items: center;
	}

	#wave-bg.right-wave.frame .wave-bg-image-wrapper img {
		transform: rotate(-3deg);
		margin-left: -4px;
		padding: 0px 40px;
	}

	#wave-bg.right-wave.frame .top-frame {
		position: absolute;
		text-align: center;
		margin-left: 130px;
		z-index: 2;
		margin-top: 15px;
		opacity: .8;
		width: 60px;
	}

	#home-banner,
	#top-banner-slider {
		min-height: 400px;
	}

	#page-banner {
		min-height: 400px;
	}

	#banner-slider img {
		min-height: 400px;
		object-fit: cover;
	}

	.menu-book-now {
		background-color: #f3f0e2;
		width: 200px;
		margin-top: 30px;
		margin-left: 0px;
		text-align: center;
		margin-top: 20px !important;
		margin-left: 20px !important;
	}

	#main-nav.fixed-top {
		/* top: -40px;
		transform: translateY(40px);
		padding-top: 15px;*/
	}

	#wave-bg.left-wave {
		padding: 30px 0px;
	}

	#wave-bg h3 {
		font-size: 30px;
	}

	#wave-bg h2 {
		font-size: 20px;
	}

	.wedding-overlay-right-image-sub-header {
		font-size: 20px;
	}

	#wave-bg p.wave-bg-image-caption {
		font-size: 30px;
	}

	.section-title {
		font-size: 30px;
	}

	#room-carousel {
		padding: 45px 0px 45px;
	}

	@media only screen and (max-width:767px) {
		.room-carousel {
			margin-bottom: 40px;
		}
	}


	#wave-bg.right-wave {
		padding: 50px 0px;
	}

	.right-wave .wave-bg-content-wrapper {
		padding-top: 20px;
	}

	#parallax-bg {
		padding: 80px 0px;
	}

	.parallax-bg-content-wrap .section-title {
		font-size: 30px;
	}

	#full-width-with-image h3 {
		font-size: 30px;
	}

	#full-width-with-image h2 {
		font-size: 20px;
	}

	.full-width-with-image-content-wrapper-left {
		padding-left: 25px;
	}

	.full-width-with-image-content-wrapper-right {
		padding-right: 40px;
	}

	h1.page-title {
		font-size: 30px;
	}

	#local-attractions-map {
		min-height: 400px;
	}

	.wedding-gallery-content-wrapper h2 {
		font-size: 20px;
	}

	.wedding-gallery-content-wrapper h3 {
		font-size: 30px;
	}

	#weddings-gallery {
		padding: 30px 0px;
	}

	.portfolio-item.row {
		--bs-gutter-x: 0;
	}

	.photo-with-caption {
		margin-top: -95px;
		max-width: 335px;
		margin-left: 48px;
	}

	.oceanfront-img {
		max-width: 335px;
	}

	.oceanfront-title {
		font-size: 30px;
		line-height: 45px;
		max-width: 501px;
		margin-left: -37px;
	}

	.oceanfront-texts {
		max-width: 525px;
	}

	.top-menu-bar {
		display: none;
	}

	.navbar-nav .dropdown-menu {
		border-color: #fff;
	}

	#main-nav #main-menu li.menu-book-now a {
		color: #2e2e2e;
	}

	.wedding-overlay-right-image-content-wrap-inside {
		padding-left: 20px;
	}

	.wedding-overlay-right-image-title {
		color: #023252;
		font-family: "p22-mackinac-pro";
		font-size: 30px;
		font-weight: 500;
		font-style: normal;
		letter-spacing: normal;
		line-height: 40px;
		text-align: left;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	#wave-bg.text-overlay-img {
		padding: 50px 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.social-icons-wrap {
		text-align: center;
	}

	.mobile-column-reverse {
		flex-direction: column-reverse;
	}

	.full-width-with-image-wrapper-right {
		min-height: 250px;
	}

	.full-width-with-image-content-wrapper-left {
		float: none;
		margin-right: 0px;
		padding: 25px;
	}

	.full-width-with-image-wrapper-left {
		min-height: 250px;
	}

	.full-width-with-image-content-wrapper-right {
		margin-left: 0px;
		padding: 25px;
	}

	.footer-top {
		padding: 30px 0px;
	}

	footer {
		text-align: center;
	}

	.address {
		text-align: center;
	}

	footer ul {
		padding-left: 0px;
	}

	footer h4 {
		margin-top: 30px;
	}

	.subscription-text {
		text-align: center;
	}

	.gform_wrapper.gravity-theme #gform_1 #field_submit input,
	.gform_wrapper.gravity-theme #gfrom_1 .gform_footer input {
		height: 46px;
	}

	.gform_wrapper.gravity-theme #gform_1 .gform_fields {
		display: flex;
	}

	.gform_wrapper.gravity-theme #gform_1 .gform_fields {
		grid-column-gap: 0%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-bottom {
		padding: 5px 0px 15px;
	}

	.wave-bg-content-wrapper {
		max-width: 532px;
		margin-bottom: 30px;
	}

	.only-image-bottom-space img {
		margin: 10px 0px;
	}

	#numbered-list-item {
		padding: 30px 0px;
		line-height: 30px;
	}

	footer p {
		text-align: center;
	}

	.oceanfront-title {
		max-width: 100%;
		margin-left: 0;
		padding: 20px 20px 0px;
	}

	.photo-with-caption {
		margin-top: 0;
		max-width: 100%;
		margin-left: 0;
		padding: 20px;
	}

	.oceanfront-img {
		max-width: 100%;
	}

	.oceanfront-texts {
		padding: 15px 20px;
		max-width: 100%;
	}

	#reserve-home {
		padding: 50px 0px;
	}

	.reserve-img1-wrap {
		text-align: center;
		padding: 20px;
	}

	.reserve-img2-wrap {
		text-align: center;
		padding: 0px 20px;
	}

	#stamp-wrap {
		padding: 30px 0px;
	}

	.stamp-img-wrap {
		padding: 0px 0px 30px;
	}

	#home-booking-form form .booknow-form {
		align-items: center;
		justify-content: center;
		gap: 20px;
		flex-direction: column;
		display: flex;
		grid-template-columns: 1fr 1fr;
	}

	#home-booking-form form .booknow-form .date-container {
		width: 100%;
	}

	#home-booking-form form .booknow-form input {
		min-width: auto;
		width: 100%;
	}

	#home-booking-form form .booknow-form select {
		min-width: auto;
		width: 100%;
	}

	#home-booking-form p.form-submit {
		width: 100%;
	}

	.single-offer-wrap {
		margin-bottom: 20px;
	}

	#offers {
		padding: 50px 0px;
	}

	.wedding-overlay-right-image-content-wrap-inside {
		max-width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}

	.wedding-overlay-left-image-wrap img {
		width: 100%;
		max-height: 400px;
	}

	.wedding-overlay-right-image-wrap img {
		margin-left: 0;
		max-height: 400px;
		width: 100%;
	}

	.wedding-overlay-right-image-wrap {
		background-color: transparent;
		padding: 0px 0px;
		max-height: 400px;
		object-fit: cover;
	}

	#wedding-overlay-left-image .row {
		flex-direction: column-reverse;
	}

	.wedding-overlay-left-image-content-wrap-inside {
		max-width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}

	#wedding-overlay-left-image {}

	.wedding-overlay-left-image-wrap {
		background-color: transparent;
		max-height: 400px;
		object-fit: cover;
		justify-content: unset;
	}
}

/*Animations*/
.animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
	0% {

		-webkit-transform: translateY(-20px);
	}

	100% {

		-webkit-transform: translateY(0);
	}

	0% {
		-webkit-transform: translateY(-20);
	}
}

@keyframes slideDownIn {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}

	0% {
		transform: translateY(-20px);
	}
}

.slideDownIn {
	-webkit-animation-name: slideDownIn;
	animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
	0% {

		-webkit-transform: translateY(20px);
	}

	100% {

		-webkit-transform: translateY(0);
	}

	0% {
		-webkit-transform: translateY(20px);
	}
}

@keyframes slideUpIn {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}

	0% {
		transform: translateY(20px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}


.stmap_bg {}

@media only screen and (max-width: 767px) {
	.stmap_bg {}
}

#main-nav>.container {
	max-width: 100%;
	padding: 20px 40px;
}

@media only screen and (max-width:991px) {
	#main-nav>.container {
		max-width: 100%;
		padding: 5px 15px;
	}

	.navbar-brand.custom-logo-link img {
		width: 150px;
		height: auto;
		right: 15px;
		left: unset !important;
	}
}


.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
	border-radius: 0 !important;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
	background-color: #01385e !important;
	border: 1px solid #01385e !important;
}

.hide-for-screenreader {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.top-banner-wrapper {
	padding: 10px 50px;
	min-width: 445px;
	background: #afc0c6;
	height: 108px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-banner-wrapper h1 {
	margin-bottom: 0;
	font-size: 46px;
}

#banner-slider {
	width: 100%;
	height: 100%;
}

#page-banner {
	align-items: flex-end;
}

.page-id-915 .single-offer-wrap img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 12/9;
}

.page-id-915 .single-offer-wrap {
	margin-bottom: 20px;
}

.page-id-915 .single-offer-wrap h3 {
	min-height: 52px;
}

.page-id-915 .single-offer-wrap p {
	min-height: 72px;
}

@media only screen and (max-width:767px) {
	.page-id-915 .single-offer-wrap h3 {
		min-height: unset;
	}

	.page-id-915 .single-offer-wrap p {
		min-height: unset;
	}
}

.gform_wrapper.gravity-theme .gform_footer input {
	color: #F3F0E2;
	background: #afc0c6;
	font-family: "area-normal", sans-serif;
	font-size: 18px;
	border: none;
	text-align: center;
	font-weight: 400;
	border-radius: 0;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-align: center;
	padding: 8px 25px;
	height: 38px;
	position: relative;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
	color: #fff;
}

.top-banner {
	background: #565961;
	padding: 5px 15px;
	color: #F1EDDF;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
}

@media only screen and (max-width:767px) {
	.top-banner-wrapper {
		min-width: auto;
		padding: 20px 30px;
		height: auto;
	}

	.top-banner-wrapper h1 {
		font-size: 28px;
		line-height: 32px;
	}
}

#mobile-fixed-footer {
	display: none;
}

@media only screen and (max-width:991px) {
	#mobile-fixed-footer {
		bottom: 0;
		left: 0;
		padding: 10px;
		position: fixed;
		width: 100%;
		background: #565961;
		color: #afc0c6;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		font-size: 18px;
		z-index: 99;
		box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
	}

	#mobile-fixed-footer a.button {
		color: #ffffff !important;
		padding: 15px 30px;
		font-family: "area-normal", sans-serif;
		font-weight: 700;
		font-size: 16px;
		background: #afc0c6;
		display: block;
		text-align: center;
		border: none;
		font-style: normal;
		line-height: 44px;
		height: 44px;
		line-height: 20px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#mobile-fixed-footer strong a {
		color: #F3F0E2;
		text-decoration: none;
		vertical-align: middle;
		line-height: 22px;
		display: block;
		transform: translate(0px, 4px);
	}

	.header-right-wrapper {
		display: none;
	}
}

.each-attraction {
	height: auto;
	min-height: 550px;
}

.each-attraction>div {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	text-decoration: none;
}



.each-attraction>div>div {
	background: #afc0c6;
	opacity: 0;
	transition: opacity .2s ease-in-out;
	/* position: absolute; */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.each-attraction .btn {
	color: #333 !important;
	padding: 11px 22px !important;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #F3F0E2;
	border: none;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 10px;
	border-radius: 0px;
}

#attractions-grid {
	padding: 50px 0;
}

.attractions-top {
	justify-content: space-evenly;
	display: flex;
}

.attractions-top h2 {
	color: #43484F;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.nice-select {
	border: none !important;
	position: relative;
}

.nice-select:after {
	border-bottom: 3px solid #43484F !important;
	border-right: 3px solid #43484F !important;
	top: 100% !important;
	width: 18px !important;
	height: 18px !important;
	right: 0 !important;
}

.nice-select .current {
	font-family: 'p22-mackinac-pro', serif;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #43484F;
	text-transform: none;
	display: block;
	line-height: 1;
}


.nice-select .current:after {
	content: '';
	background: #afc0c6;
	height: 25px;
	width: 120%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
}

.nice-select .list {
	min-width: 100%;
	top: auto;
	left: auto;
	box-shadow: none;
	border: 3px solid #43484F;
	border-radius: 0;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 20px;
}

.each-attraction>div:hover>div,
.each-attraction>div:focus-within div {
	opacity: 1;
}

@media only screen and (max-width:767px) {
	.attractions-top {
		flex-wrap: wrap;
		row-gap: 15px;
	}
}

button.skipper-be-cta,
button.skipper-be-cta-btn {
	background: #afc0c6;
	border: none;
	margin: 0px;
	height: 45px;
	color: #fff !important;
	background-color: #afc0c6 !important;
	text-transform: uppercase;
	line-height: 1.1;
	min-width: 195px;
	text-align: center;
	padding: 10px;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}

.desktop-nav {
	background: #565961;
	justify-content: space-between;
	align-items: center;
	display: flex;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.desktop-nav .mobile-only {
	display: none;
}

.desktop-nav ul.nav>li>a {
	color: #F1EDDF;
	font-family: "area-normal", sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: left;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.desktop-nav ul.nav>li {
	padding: 0 8px;
	position: relative;
}

#page {
	padding-top: 124px;
}

.nav-logo {
	max-width: 220px;
}

.desktop-nav ul.nav {
	align-items: center;
}

.desktop-nav li .sub-menu {
	position: absolute;
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	max-height: 0;
	overflow: hidden;
	transform-origin: top;
	-webkit-transform: scaleY(0) translateX(-50%);
	-moz-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.4s ease-out;
	width: auto;
	min-width: 200px;
	left: 50%;
	z-index: 50;
}

.desktop-nav li:hover .sub-menu,
.desktop-nav li .sub-menu:focus-within,
.desktop-nav li .sub-menu.active {
	max-height: 1000px;
	-webkit-transform: scaleY(1) translateX(-50%);
	-moz-transform: scaleY(1) translateX(-50%);
	transform: scaleY(1) translateX(-50%);
}

.desktop-nav li .sub-menu li a {
	font-size: 15px;
	color: #565961;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	text-decoration: none;
	padding: 6px 0;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 1.2;
}

.desktop-nav .menu-book-now a {
	color: #ffffff !important;
	padding: 0;
	text-align: center;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #afc0c6;
	height: 38px !important;
	border: none;
	font-style: normal;
	line-height: 42px;
}

.desktop-nav .menu-book-now {
	padding: 8px 15px !important;
	margin-left: 10px;
}

#main-nav {
	display: none;
}


@media only screen and (max-width:1500px) {

	.desktop-nav ul.nav>li>a {
		font-size: 16px;
	}

	.desktop-nav ul.nav>li {
		padding: 0 6px;
		position: relative;
	}
}

@media only screen and (max-width:1300px) {
	.desktop-nav {
		display: none;
	}

	#main-nav {
		display: block;
	}

	#page {
		padding-top: 0;
	}
}

.video-wrapper {
	width: 100%;
	height: 100%;
	font-size: 0px;
}

#page-banner.video-banner {
	max-height: calc(100vh - 210px);
	height: calc(100vh - 210px);
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.video-banner .top-banner-wrapper {
	position: absolute;
	z-index: 2;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
}

@media only screen and (max-width:1024px) {
	#page-banner.video-banner {
		max-height: calc(100vh - 84px);
		height: calc(100vh - 84px);
	}
}

@media only screen and (max-width:767px) {
	#page-banner.video-banner {
		max-height: unset;
		height: unset;
		aspect-ratio: 16/9;
		width: 100%;
		min-height: unset;
	}

	.video-wrapper video {
		aspect-ratio: 16/9;
	}
}

/* Accommodations UX CSS */
.accommodation-card-section {
	padding: 20px 15px 80px 15px;
}

.accommodation-card-section .beautiful {
	margin-top: 100px;
}

.accommodation-card-wrapper {
	max-width: 1500px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	row-gap: 45px;
	flex-wrap: wrap;
}

.accommodation-card {
	width: calc(33.3% - 15px);
	background: #F3F0E2;
	min-width: 400px;
}

.accommodation-card h3 {
	position: absolute;
	color: #fff;
	bottom: 8px;
	width: 100%;
	text-align: center;
	padding: 0 70px;
}

.accommodation-card .card-info {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	padding: 25px;
}

.attribute-icons {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.attribute-icons>div {
	display: flex;
	max-width: 92px;
	width: 100%;
	column-gap: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	font-size: 16px;
	row-gap: 25px;
	line-height: 22px;
}

.occupancy-icon {
	max-width: 32px;
}

.one-bed-icon {
	height: 20px;
}

.wheelchair-icon {
	width: 20px;
}

.scale-icon {
	width: 30px;
}

.attribute-icons .icon-wrapper {
	height: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
}

.accommodation-card .btn {
	color: #ffffff !important;
	padding: 0;
	text-align: center;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #afc0c6;
	border-radius: 0;
	height: 51px;
	border: none;
	width: 50%;
	font-style: normal;
	line-height: 55px;
}

.accommodation-card .ctas {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accommodation-card .tagline {
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	color: #565961;
	margin: 10px 0;
}

.accommodation-card .ctas .more-details {
	color: #2E2E2E;
	font-size: 18px;
	text-decoration: none;
}

.details-icon {
	width: 15px;
	margin-left: 10px;
	margin-bottom: 3px;
}

@media only screen and (max-width:767px) {
	.accommodation-card-section {
		padding: 70px 15px;
	}

	.accommodation-card {
		width: 100%;
		max-width: 400px;
		min-width: 250px;
	}

	accommodation-card .card-info {
		row-gap: 15px;
		padding: 15px;
	}

	.accommodation-card h3 {
		font-size: 22px;
		padding: 0 30px;
	}

	.card-info .attribute-icons {
		flex-wrap: wrap;
		column-gap: 15px;
		row-gap: 20px;
	}

	.attribute-icons>div {
		column-gap: 10px;
		font-size: 15px;
		row-gap: 10px;
		line-height: 19px;
	}

	.accommodation-card .tagline {
		font-size: 22px;
		margin: 0;
	}


}

@media only screen and (Max-width:500px) {
	.accommodation-card .ctas {
		flex-direction: column;
		row-gap: 20px;
	}

	.accommodation-card .ctas .btn {
		width: 100%;
	}
}

#ui-datepicker-div {
	z-index: 2 !important;
}

/* Reset style for input range */
.price-field input[type=range] {
	width: 100%;
	height: 3px;
	border: 1px solid #D9D9D9;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
	outline: 0;
}

.price-field input[type=range]::-ms-track {
	width: 188px;
	height: 2px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 0px;
	background: #D9D9D9;
	border-color: #D9D9D9;
	color: #D9D9D9;
	border-radius: 5px;
}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb {
	/* WebKit/Blink */
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 0%;
	height: 20px;
	width: 4px;
	margin-top: -10px;
	background-color: #D9D9D9;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
	/* Firefox */
	position: relative;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #D9D9D9;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
	/* IE */
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #D9D9D9;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track {
	/* WebKit/Blink */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #D9D9D9;
	border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
	/* Firefox */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #D9D9D9;
	border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
	/* IE */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #D9D9D9;
	border-radius: 5px;
}

/* Style for input value block */
.price-wrap {
	display: flex;
	color: #D9D9D9;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 0px;
	justify-content: center;
}

.price-wrap-1,
.price-wrap-2 {
	display: flex;
	margin-left: 0px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 6px;
	align-items: center;
}

.price-title {
	margin-right: 5px;
}

.price-wrap_line {
	color: #999;
	font-size: 30px;
	font-weight: 800;
	margin: 0 10px;
	display: flex;
	align-items: center;
}

.price-wrap #one,
.price-wrap #two {
	width: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	outline: 0;
	color: #2E2E2E;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	transform: translateY(2px);
}

.price-wrap label {
	text-align: right;
	color: #2E2E2E;
	font-weight: 600;
	transform: translateY(2px);
}

/* Style for active state inputs */
.price-field input[type=range]:hover::-webkit-slider-thumb {
	box-shadow: 0 0 0 0.5px #242424;
	transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 0.5px #242424;
	transition-duration: 0.3s;
}

.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #999;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: 100px auto;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.view-rates-form-title {
	color: #2E2E2E;
	text-transform: uppercase;
	font-weight: 800;
}

.rates input[type="text"],
.rates input[type="date"],
.rates .form-select,
.sort-by select,
.view-rates select {
	font-family: 'area-normal';
	font-size: 18px;
	line-height: 24px;
	padding: 14px 15px 10px 15px;
	color: #191919;
	border: none;
	border-radius: 0;
}

.rates input[type="text"]::placeholder {
	font-size: 18px;
	line-height: 24px;
	font-family: 'area-normal';
}

.form-control:focus,
.form-select:focus,
.btn:focus {
	box-shadow: 0 0 0 0.25rem #565961cc;
}

.sort-by {
	margin-bottom: 20px;
}

.container.wide-container {
	max-width: 1920px;
}

.accommodation-card .carousel-item img {
	aspect-ratio: 1.355;
	object-fit: cover;
}

h4.filter-title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 20px;
}

.view-rates select {
	text-transform: capitalize;
}

.price-field {
	position: relative;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 0;
}

.price-field input[type=range] {
	width: 100%;
	height: 3px;
	border: 1px solid #D9D9D9;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-appearance: none;
}

.price-field input[type=range] {
	position: absolute;
}

.price-container {
	display: flex;
	padding: 5px;
}

/***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.price-field input[type="range"]::-webkit-slider-runnable-track {
	background: #707070;
	height: 4px;
}

/******** Firefox ********/
.price-field input[type="range"]::-moz-range-track {
	background: #707070aa;
	height: 4px;
}

/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
.price-field input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* Override default look */
	appearance: none;
	margin-top: -11.5px;
	/* Centers thumb on the track */
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #82B3C6;
	width: 23px;
	height: 23px;
}

.rates-label {
	font-weight: 600;
}

.view-rates input[type=checkbox] {
	border-radius: 0;
	transform: scale(1.4);
	margin-top: 2px;
	margin-right: 12px;
	margin-left: -1.35em;
}

.view-rates .form-check-input:checked {
	background-color: #afc0c6;
	border-color: #afc0c6;
}

.view-rates .form-check-input:focus {
	border-color: #afc0c6;
	outline: 0;
	box-shadow: 0 0 0 1px #565961cc;
}

.view-rates .form-check label {
	font-weight: 600;
	font-size: 14px;
}

.view-rates .form-check {
	margin-bottom: 10px;
}

.no-rooms-available {
	text-align: center;
}

.no-rooms-available h4 {
	font-weight: 600;
}

.view-rates {
	max-width: 1200px;
	--bs-gutter-x: 2.5rem;
}

@media only screen and (max-width:1199px) {
	.accommodation-card-section .beautiful {
		margin-top: 50px;
	}

	.view-rates {
		margin-bottom: 30px;
	}
}

.accommodation-carousel .carousel-item::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #00000077;
}

.accommodation-carousel .carousel-item img {
	object-fit: cover;
}

.accommodation-carousel .carousel-overlay {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 40px;
	height: calc(100% - 80px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 700px;
}

.accommodation-carousel .carousel-control-next,
.accommodation-carousel .carousel-control-prev {
	width: 5%;
}

.accommodation-carousel .carousel-overlay a {
	color: #FBFBFB;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

.all-rooms img {
	margin-right: 10px;
	min-height: unset !important;
}

.all-rooms span,
.reviews-row span,
.bottom .span {
	transform: translateY(2px);
	display: inline-block;
}

.accommodation-carousel .reviews-row {
	margin-bottom: 35px;
}

.accommodation-carousel .key-img {
	margin-right: 10px;
	min-height: unset !important;
}

.accommodation-carousel .stars-img {
	margin-right: 25px;
	min-height: unset !important;
}

.carousel-overlay h1 {
	color: #fff;
}

.carousel-overlay p {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 600;
	margin-top: 10px;
	line-height: 32px;
}

.carousel-overlay .btn {
	color: #ffffff !important;
	padding: 0;
	text-align: center;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #afc0c6;
	border-radius: 0;
	height: 51px;
	border: none;
	width: 220px;
	margin-top: 5px;
	font-style: normal;
	line-height: 55px;
}

.carousel-overlay .bottom {
	display: flex;
	column-gap: 35px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.carousel-overlay .bottom img {
	margin-left: 10px;
	min-height: unset !important;
}

@media only screen and (max-width:1299px) {
	.accommodation-carousel .carousel-overlay {
		top: 120px;
		height: calc(100% - 160px);
	}
}

@media only screen and (max-width:991px) {
	.carousel-overlay p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width:767px) {
	.carousel-overlay .reviews-row {
		display: none;
	}

	.carousel-overlay p {
		display: none;
	}

	.accommodation-carousel .carousel-overlay {
		top: 100px;
		height: calc(100% - 120px);
	}

	.accommodation-carousel .carousel-overlay a {
		font-size: 16px;
	}

	.accommodation-carousel .carousel-control-next,
	.accommodation-carousel .carousel-control-prev {
		width: 8%;
	}
}

.single-accommodation-wrapper {
	padding-top: 80px;
	padding-bottom: 100px;
}

.single-accommodation-inner {
	max-width: 1330px;
	padding: 0 15px;
	margin: auto;
}

input[type="text"]::placeholder {
	overflow: visible;
}

.single-accommodation-stripe {
	background: #F3F0E2;
}

.details-stripe {
	margin-top: 100px;
	margin-bottom: 70px;
}

.stripe-inner {
	max-width: 1630px;
	padding: 0 15px;
	margin: auto;
	display: flex;
	column-gap: 7%;
	justify-content: space-between;
}

.stripe-content {
	padding: 40px 0 40px 0;
	max-width: 750px;
	width: 65%;
}

.stripe-gallery {
	width: 35%;
}

.stripe-gallery>div {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.stripe-gallery>div a {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.stripe-gallery>div a img {
	margin-left: 10px;
}

.stripe-content,
.stripe-content h1,
.stripe-content p {
	color: #575960;
}

.stripe-content p {
	line-height: 32px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 40px;
}

.stripe-content .icon-wrapper img {
	height: 100%;
	width: auto;
}

.stripe-content .attribute-icons {
	justify-content: flex-start;
	column-gap: 40px;
	row-gap: 30px;
	margin: 40px 0;
	flex-wrap: wrap;
}

.details-bottom a {
	text-decoration: none;
	color: #2E2E2E;
}

.details-bottom span {
	display: inline-block;
	margin-right: 10px;
	transform: translateY(2px);
}

.details-bottom {
	display: flex;
	column-gap: 40px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 25px;
}

.details-bottom .btn {
	color: #ffffff !important;
	padding: 0;
	text-align: center;
	font-family: "area-normal", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #afc0c6;
	border-radius: 0;
	height: 51px;
	border: none;
	width: 220px;
	margin-top: 5px;
	font-style: normal;
	line-height: 55px;
}

.floorplan-outer {
	padding-top: 120px;
	padding-bottom: 120px;
}

.single-accommodation-inner h1 {
	color: #575960;
	margin-bottom: 35px;
}

.reviews-outer {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}

.reviews-outer .review-card {
	width: calc(33.3% - 27px);
	padding: 40px;
	background: #F3F0E2;
}

.review-card .review-top {
	display: flex;
	column-gap: 5px;
	align-items: center;
}

.review-card .review-top {
	font-size: 16px;
	font-weight: 600;
	color: #939393;
	margin-bottom: 20px;
}

.review-top .name {
	color: #575960;
}

.review-card .review-top img {
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 5px;
}

.review-second {
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.review-second .stars {
	width: 130px;
	padding-top: 5px;
}

.review-second h3 {
	font-size: 28px;
	color: #575960;
	line-height: 34px;
	margin-bottom: 0;
	flex: 1;
	font-style: italic;
}

.review-content {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	color: #575960;
}

@media only screen and (max-width:1199px) {
	.stripe-content {
		width: 50%
	}

	.striple-inner {
		column-gap: 40px;
	}

	.stripe-gallery {
		width: 50%;
	}
}

@media only screen and (max-width:991px) {
	.stripe-inner {
		flex-direction: column;
	}

	.stripe-content {
		width: 100%;
		margin: auto;
	}

	.stripe-gallery {
		width: 100%;
		min-height: 400px;
	}

	.stripe-gallery>div {
		min-height: 400px;
	}

	.reviews-outer .review-card {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width:767px) {
	.floorplan-outer {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.reviews-outer .review-card {
		width: 100%;
		padding: 25px 15px;
	}

	.reviews-outer {
		row-gap: 20px;
	}
}

#reviews {
	margin-top: 80px;
}

#parallax-bg.video-bg {
	aspect-ratio: 16/9;
	align-items: center;
	display: flex;
}

.ui-datepicker td {
	position: relative;
	min-width: 35px;
}

.ui-datepicker td a {
	padding-bottom: 15px !important;
}

.ui-datepicker .price {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 9px;
}

.ui-datepicker .ui-datepicker-current-day .price {
	color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	min-height: 38px;
}

.ui-datepicker-unselectable .price {
	display: none;
}

#ui-datepicker-div {
	width: 260px !important;
}


/*
 * 
 * Floor Plans 
 *
*/

.events-accordion-wrap {
	padding: 140px 0;
}

.events-accordion {
	padding-top: 100px;
}

.events-accordion:first-child {
	padding-top: 0;
}

.events-accordion .title {
	border-top: 1px solid #afc0c6;
	text-align: left;
	padding-top: 45px;
	line-height: 1.1;
	font-size: 34px;
}

.events-accordion .accordion__item {
	border-bottom: 1px solid #afc0c6;
}

.events-accordion .accordion__item:first-child {
	border-top: 1px solid #afc0c6;
}

.events-accordion h4 {
	font-size: 24px;
	color: #565961;
	font-weight: 400;
	padding-top: 14px;
}

.events-accordion h5 {
	font-size: 16px;
	font-weight: bold;
}

.events-accordion h6 {
	font-size: 16px;
	font-weight: bold;
}

.accordion__title img.plus-icon {
	width: 30px;
}

.preview-img {
	display: block;
	mix-blend-mode: multiply;
	width: 780px;
	max-width: 100%;
}

.active .plus-icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.custom-accordion .accordion__item .accordion__title {
	cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
	display: none;
}

.custom-accordion.no-data {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
	padding-top: 21px;
	font-size: 25px;
}


#offers .swiper-button-next,
#offers .swiper-button-prev {
	background: none;
	width: 75px;
	height: 77px;
	border-radius: 50%;
	z-index: 1;
}

#offers .swiper-button-next {
	right: -20px;
}

#offers .swiper-button-prev {
	left: -20px;
}

#offers .swiper-button-next:after,
#offers .swiper-button-prev:after {
	content: none !important;
}

#offers .swiper-slide .single-offer-wrap {
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#offers .swiper-slide .single-offer-wrap img {
	aspect-ratio: 342/220;
}

#offers .swiper-slide:not(.swiper-slide-active) .single-offer-wrap p {
	font-size: 14px;
}

#offers .swiper-slide.swiper-slide-active .single-offer-wrap h3 {
	font-size: 34px;
	color: #565961;
	margin: 30px 10px;
}


#offers .swiper-slide-active .single-offer-wrap {
	margin: 0;
}

#offers .swiper-slide-active .single-offer-wrap img {
	aspect-ratio: 430/335;
}

#offers .swiper-wrapper {
	align-items: center;
}

#offers .swiper-scrollbar {
	background: #72AAC1;
	height: 3px;
	z-index: 1;
}

#offers .swiper-scrollbar-drag {
	background: #F3F0E2;
	height: 5px;
	top: -0.5px;
	border-radius: 0;
}


/* Happenings Slider */

#happenings-slider {
	padding: 80px 0px 100px 0;
	text-align: center;
	background: #565961;
	position: relative;
}

#happenings-slider h2 {
	color: #F3F0E2;
	font-family: 'p22-mackinac-pro', serif;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	line-height: 64px;
	text-align: center;
	text-transform: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

#happenings-slider h2:before {
	content: '';
	position: absolute;
	background-color: #72AAC1;
	width: 180px;
	bottom: 0px;
	height: 3px;
	left: 50%;
	transform: translate(-50%);
}

.single-happenings-wrap h3 {
	color: #3A291F;
	font-family: 'area-normal';
	font-size: 21px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin: 20px;
}

.single-happenings-wrap p {
	color: #000000;
	font-family: "area-normal", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.25;
	text-align: left;
	margin-bottom: 20px;
	padding: 0px 15px 20px;
	margin-bottom: 0px;
}

.single-happenings-wrap a {
	display: inline-block;
	color: #0065AF;
	font-family: Nord;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	margin: 20px;
}

.single-happenings-wrap a:after {
	background-image: url('/wp-content/themes/Oceancity-child/images/arrow-right-light.png');
}

.single-happenings-wrap a:hover {
	color: #ffffff;
}

#happenings-slider::before {
	content: '';
	position: absolute;
	background: url(/wp-content/themes/Oceancity-child/images/full-accent.png) center center repeat;
	width: 68px;
	left: -30px;
	opacity: 0.5;
	top: 25px;
	height: 806px;
}

.single-happenings-wrap {
	position: relative;
	z-index: 1;
	background: #F3F0E2;
	text-align: left;
}


#happenings-slider .swiper-button-next,
#happenings-slider .swiper-button-prev {
	background: none;
	width: 75px;
	height: 77px;
	border-radius: 50%;
	z-index: 1;
}

#happenings-slider .swiper-button-next {
	right: -20px;
}

#happenings-slider .swiper-button-prev {
	left: -20px;
}

#happenings-slider .swiper-button-next:after,
#happenings-slider .swiper-button-prev:after {
	content: none !important;
}

#happenings-slider .swiper-slide .single-happenings-wrap img {
	aspect-ratio: 340/320;
	object-fit: cover;
}

#happenings-slider .swiper-wrapper {
	align-items: center;
}

/* Offer Wrapper */
.offer-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	background: #f1eddf;
	max-width: 200px;
}

.offer-wrapper p {
	color: #4C4F56;
	font-family: "p22-mackinac-pro", sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 0;
}

.offer-wrapper a {
	color: #f1eddf;
	background-color: #72AAC1;
	font-family: "Nord", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 12px;
	text-align: center;
}

.last-modified{
	margin-bottom: 30px;
    display: block;
    color: #565961;
    font-weight: 600;
    font-family: 'p22-mackinac-pro', serif;
}

.faq-block h2{
	color: #565961;
}

.faq-block{
	background: url(/wp-content/themes/Oceancity-child/images/texture-1.png) center center repeat;
	padding-bottom: 1.5rem;
}

.ewd-ufaq-faq-title-text{
	font-family: Nord;
    color: #565961;
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-5px);
    line-height: 34px;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
	 color: #565961;
}

.ewd-ufaq-faq-post p{
	color: #000000;
    font-family: "area-normal", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
}