/**
 * @file
 * Subtheme specific CSS.
 */

body {
	background: #fff !important;
}

video#videoBG {
	width: 100%;
	height: auto;
}

.logo-wrap img {
	max-width: 200px;
	width: 100%;
}


.logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

.logo-wrap a {
	display: inline-block;
}

.logo-wrap a img {
	width: 100%;
	height: auto;
}

#header nav#block-boardwalk-main-menu {
	max-width: 720px;
	width: 100%;
	border: 0px solid #000;
}

a.navbar-brand {}

#header .navbar {
	padding: 0px;
}

#header .navbar li.nav-item {
	max-width: 118px;
	width: 100%;
	text-align: center;
	border-right: 1px solid rgba(34, 55, 72, 0.3);
	padding: 30px 0 20px;
	font-family: "nobel", sans-serif;
	text-align: center;

}

#header .navbar li.nav-item:first-child {
	border-left: 1px solid rgba(34, 55, 72, 0.3);
}

#header .navbar li.nav-item:last-child {
	border-width: 0px;
}

#header .navbar li.nav-item a {
	font-size: 21px;
	line-height: 25px;
	padding-top: 30px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	position: relative;
	color: #000;
}

#header .navbar li.nav-item a:hover {
	color: #B78B53;
}

#header .navbar-expand-lg {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar li.nav-item a.visit::after {
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-visit.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 36px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}

.navbar li.nav-item a.events::after {
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-events.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	height: 29px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}

.navbar li.nav-item a.explore::after {
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-explore.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 38px;
	height: 25px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}

.navbar li.nav-item a.leasing::after {
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-leasing.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 31px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}

.navbar li.nav-item a.contact::after {
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-contact.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}
.navbar li.nav-item a.nav-link--latest-news::after{
	position: absolute;
	background: url(/themes/custom/boardwalk/images/Icons/icon-news.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 34px;
	height: 36px;
	background-size: cover;
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
}

.four_image_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.view-events-and-offer .view-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	grid-gap:3%;
}
@media screen and (max-width: 767px) {
	.view-events-and-offer .view-content {
		display: block;
	}
}

.big_image {
	position: relative;
}

.big_image img {
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.big_image:after {
	background: rgba(21, 61, 85, 0.35);
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	background-size: cover;
	z-index: 1;
}

.big_image:before {
	content: "";
	width: 94%;
	height: 94%;
	border: 1px solid #fff;
	left: 3%;
	top: 3%;
	z-index: 2;
	position: absolute;
}



.calender h3,
.calender p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.calender h3 {
	font-size: 21px;
	line-height: 1;
}

.org {
	background: #F1A745;
}

.blue {
	background: #146697;
}

.partition-wrapper h3,
.partition-wrapper h2 {
	margin: 0;
}

.partition-wrapper h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
	position: relative;
}

.partition-wrapper h3::after {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 134px;
	height: 2px;
	content: "";
	left: -30px;
	bottom: -30px;
}

.partition-wrapper h3 a {
	color: #fff;
	display: inline-block;

}

a {
	text-decoration: none;
}

.partition-wrapper h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
	text-transform: capitalize;
}

.partition-wrapper {
	position: relative;
}

.first_half {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partition-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.left-partition {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #fff;
	margin: auto;
	width: 50%;
}

.left-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0px 0 30px;
	width: 100%;
	display: inline-block;
	max-width: 300px;
}

.page-node-1 .main-banner-content .banner-text h1 {
	color: rgba(183, 139, 83, 1);
}

.main-banner-content .banner-text h1 {
	font-size: 75px;
	line-height: 85px;
	font-family: Rockwell Nova;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.video-background img.img-fluid {
	width:100%;
	height:auto;
	vertical-align:center;
}

.video-background .main-banner-content img {
	width:unset;
}

.main-banner-content {
	max-width: 950px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.path-frontpage .main-banner-content {
	max-width: 950px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	/*background: rgba(22, 22, 46, 0.6);*/
	padding-top: 30px;
	padding-bottom: 15px;
}

.video-background {
	position: relative;
}

.main-banner-buttons a {
	font-size: 21px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #6FB4D1;
	max-width: 200px;
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 1;
	padding: 13.5px 0px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	background:rgba(0, 0, 0, 0.3);
}

.main-banner-buttons {
	max-width: 450px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 180px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}


.main-banner-buttons a:hover {
	color: #fff;
	border-right: 1px solid #6FB4D1;
	border-left: 1px solid #6FB4D1;
	border-top: 1px solid #6FB4D1;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease;
}

.location-section {
	background: url(/themes/custom/boardwalk/images/location_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	padding-bottom: 180px;
	background-size: cover;
	padding-top: 55px;
	margin-top: -2px;
}

.location-section p.location-p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.location-section h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
	margin: 7px 0 21px 0;
}

.location-wrapper {
	max-width: 70%;
	width: 100%;
}

.location-wrapper p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.96;
	margin-bottom: 0px;
	color: #fff;
}

.location-btn {
	max-width: 30%;
	width: 100%;
	text-align: center;
}

.location-btn a {
	border: 1px solid #fff;
	max-width: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}

.location-inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.background-location {
	background: url(/themes/custom/boardwalk/images/curve_bg.png);
	width: 100%;
	height: 83px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top bottom;
}

.location-front .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
	margin-top: -88px;
	position: relative;
}


.footer-content {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto !important;
}

section.social a {
	display: inline-block;
	padding: 0 15px;
}

section.social a i {
	font-size: 42px;
	line-height: 1;
	color: #fff;
}

section.social a:first-child {
	padding-left: 0px;
}

section.social a:last-child {
	padding-right: 0px;
}

#block-boardwalk-footer,
#block-footerblock,
#block-social {
	margin: 0px;
	padding: 0px;
}

#block-boardwalk-footer .navbar-nav {
	display: block;
}

nav#block-boardwalk-footer ul li {
	max-width: 100px;
	width: 100%;
	float: left;
	border-right: 2px solid rgba(183, 139, 83, 0.5);
	text-align: center;
	padding: 20px 0;

}

nav#block-boardwalk-footer ul li:last-child {
	border-right: 0px solid #B78B53;
}

nav#block-boardwalk-footer ul li a {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}

.sub-footer-column {
	border-top: 2px solid rgba(183, 139, 83, 0.5);
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
}

.sub-footer-column .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer .block {
	border: 0px solid #444;
}

div#block-simplenewssubscription {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 2px solid rgba(183, 139, 83, 0.5);
	padding-bottom: 0px;
	padding-top: 36px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer-main-logo img {
	max-width: 300px;
	width: 100%;
	position:relative;
	z-index: 1000;
}

div#edit-mail-wrapper {
	max-width: 75%;
	width: calc(100% - 12px);
	margin-right: 12px;
	margin-bottom: 0px !important;
}

div#edit-actions,
div#edit-actions--2 {
	max-width: 25%;
	width: 100%;
	margin-top: 0;
}

div#edit-actions--2 {
	margin-bottom: 0px !important;
	border-left: 2px solid rgba(183, 139, 83, 0.5);
}
#newsletter-signup-content .simplenews-subscriber-form .form-group,
#newsletter-signup-content-contact .simplenews-subscriber-form .form-group{
	/* margin-top: 1rem; */
	margin-bottom: 0 !important;
}
#newsletter-signup-content div#edit-actions--2,
#newsletter-signup-content-contact div#edit-actions--2 {
	margin-top: 1rem;
	margin-bottom: 0rem;
	/* border-left: 0px */
}
#newsletter-signup-content form,
#newsletter-signup-content-contact form {
	align-items: center;
	padding: 1rem;
}
#newsletter-signup-content form input#edit-email,
#newsletter-signup-content-contact form input#edit-email--2 {
	border: 1px solid #ebebeb;
}

div#block-simplenewssubscription {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6FB4D1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	margin-bottom: 0px;
}

div#block-simplenewssubscription .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}

form#simplenews-subscriptions-block-092aa5c6-28ef-4b9b-b1f9-c7b82f4436b0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

button#edit-subscribe {
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	border-radius: 0px;
	height: 55px;
}

button#edit-subscribe:hover,
nav#block-boardwalk-footer ul li a:hover,
section.social a:hover i {
	color: #B78B53;
}

section.social a:hover span {
	color: #B78B53 !important;
}

form#simplenews-subscriptions-block-092aa5c6-28ef-4b9b-b1f9-c7b82f4436b0 label.js-form-required.form-required {
	display: none;
}

form#simplenews-subscriptions-block-092aa5c6-28ef-4b9b-b1f9-c7b82f4436b0 small#edit-mail-0-value--description {
	display: none;
}

fieldset.js-form-item.js-form-type-email.form-type-email.js-form-item-mail-0-value.form-item-mail-0-value.mb-3 {
	margin-bottom: 0px !important;
}

#block-footerblock p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0px;
	text-align: right;
	color: #fff;
}

input#edit-mail-0-value, #webform-submission-newsletter-signup-node-1-add-form input#edit-email {
	height: 55px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.1);
	border: 0px solid #fff;
	color: #fff;
}

div#block-leasingopportunities img {
	width: 100%;
}

.sub-footer a.navbar-brand {
	display: block;
	text-align: center;
	margin-right: 0;
}

img.img-fluid.leasing-logo {
	max-width: 200px;
	width: 100%;
}

.site-footer__bottom {
	border-top: 0px solid #555;
	margin-top: 0px;
}

.four-section {
	padding: 0 90px;
	margin-top: -100px;
	margin-bottom: 70px;
}

.partition-wrapper h2 a {
	color: #fff;
	text-transform: capitalize;
}


.container-fluid.custom-container {
	padding: 0 100px;
}

.news-content {
	background: #50BBC4;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-wrap {
	padding-left: 30px;
}

.news-wrap p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
	position: relative;
}

.news-wrap p::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 134px;
	height: 2px;
	left: -30px;
	bottom: -26px;
}

.news-wrap h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.news-wrap a {
	border: 1px solid #fff;
	max-width: 200px;
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}


.leasing-content {
	height: 100%;
	background-size: cover;
	padding: 190px 100px 190px 100px;
	background: url(/themes/custom/boardwalk/images/greenback.jpg);
	background-position: center center;
	width: 100%;
}

.leasing-p1 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 55px;
	position: relative;
}

.leasing-p1::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 200px;
	height: 2px;
	left: -100px;
	bottom: -30px;
}

p.leasing-p2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
}

p.leasing-p3 {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #FFFFFF;
}

.pre-background {
	background-size: cover;
	width: 100%;
	background: url(/themes/custom/boardwalk/images/slider_bg.jpg);
	padding: 200px 0 100px;
	margin-top: -100px;
}

.premium-dest p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #153D55;
}

.premium-dest {
	max-width: 875px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	max-width: 250px;
	padding: 0;
	border: 0;
	width: 100%;
	background: url(/themes/custom/boardwalk/images/prev.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 33px;
	z-index: 99;
	left: 0px;
}

button.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	max-width: 250px;
	padding: 0;
	border: 0;
	width: 100%;
	background: url(/themes/custom/boardwalk/images/next.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 32px;
	z-index: 99;
	right: 0px;
}

button.slick-next.slick-arrow:focus,
button.slick-prev.slick-arrow:focus {
	outline: none;
}

.pre-background h3 {
	text-align: center;
}

.leasing-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.front-news-section {}

.leasing-photo {
	position: relative;
	height: 100%;
}

.leasing-photo::after {
	position: absolute;
	content: "";
	left: 100px;
	top: -100px;
	background: url(/themes/custom/boardwalk/images/waves_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 206px;
	height: 206px;
}

#header a.navbar-brand {
	padding-left: 100px;
}

.leasing-wrap a {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	border: 1px solid #fff;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;

}

.leasing-wrap a:hover,
.location-btn a:hover,
.news-wrap a:hover,
.event-back a:hover {
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease;
	border-color: #000;
	color: #fff;
}

.leasing-wrap a:visited,
.location-btn a:visited,
.news-wrap a:visited,
.event-back a:visited {
	color: #fff;
}

.leasing-wrap a:link,
.location-btn a:link,
.news-wrap a:link,
.event-back a:link {
	color: #fff;
}

/* selected link */
.leasing-wrap a:active,
.location-btn a:active,
.location-btn a.news-wrap a,
.event-back a:active {
	color: #fff;
}

.img-logo {
	margin: 0 0 25px;
	display: block;
	text-align: center;
}

.partition-wrapper.small-first {
	background: url(/sites/default/files/2021-08/Asset%2013-100.jpg);
	background-size: cover !important;
	background-position: center right !important;
	height: 435px;
}

.banner-text {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

/*
.nes-img {
    background: url(/sites/default/files/2021-08/Rectangle%2034.jpg);
    background-size: cover;
    background-position: center center;
}
*/
.mobile-only {
	display: none;
}

.leasing-photo {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.menu--footer button.navbar-toggler {
	display: none;
}

.author {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	color: #B78B53;
}

.raving-content {
	height: 100%;
	background-size: cover;
	padding: 100px 100px 100px 100px;
	background: url(/themes/custom/boardwalk/images/orgback.jpg);
	background-position: center center;
	width: 100%;
}

.colour-1{
	background-color: #50BBC4;
}
.colour-2{
	background-color: #A9B049;
}

.colour-3 {
	background: #146697;
}

.colour-4 {
	background: #F1A745;
}

.blue_wrapper {
	background: url(/themes/custom/boardwalk/images/blue_bg_custom.jpg)center center;
	background-size: cover;
	padding: 100px;
}

.left_visit_wrapper {
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.title-img-wrap {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.left_visit_wrapper .title-img-wrap h2 {
	margin-bottom: 0;
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 75px;
	line-height: 1.13;
	text-align: center;
	color: #FFFFFF;
}

.blue_wrapper h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.locate_icon img,
.parking_icon img,
.found_icon img {
	max-width: 65px;
	width: 100%;
	height: auto;
	margin-bottom: 17px;
}

.locate_wrapper p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #FFFFFF;
}

.locate_wrapper p span {
	display: block;
}

.locate_wrapper p.red {
	color: #Fff;
	max-width: 420px;
	width: 100%;
}

.location_info,
.parking_info,
.found_info {
	margin-bottom: 40px;
}

.primer-tab-section .ui-tabs .ui-tabs-nav li {
	width: calc(100% / 5 - 0.2em);
	text-align: center;
	background: transparent;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}

.primer-tab-section .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a {
	border-bottom: 10px solid #F1A745;
}

.primer-tab-section .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	background: transparent;
}

.primer-tab-section .ui-tabs .ui-tabs-nav li a {
	display: block;
	text-align: center;
	float: none;
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 0px;
	color: #153D55;
	padding-top: 40px;
	height: 180px;
	line-height: 180px;
	border-bottom: 10px solid transparent;
}

.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-9,
.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-10,
.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-11,
.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-12,
.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-13 {
	position: relative
}

.primer-tab-section .ui-tabs .ui-tabs-nav li a#ui-id-9::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-dining.svg) no-repeat;
	background-size: cover;
	width: 34px;
	height: 44px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 50%);
}

.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-10::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-shopping.svg) no-repeat;
	background-size: cover;
	width: 48px;
	height: 43px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 30%);
}

.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-11::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-wellness.svg) no-repeat;
	background-size: cover;
	width: 61px;
	height: 43px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 30%);
}

.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-12::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-services.svg) no-repeat;
	background-size: cover;
	width: 62px;
	height: 39px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 30%);
}

.primer-tab-section .ui-tabs .ui-tabs-nav li #ui-id-13::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-viewall.svg) no-repeat;
	background-size: cover;
	width: 54px;
	height: 36px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 50%);
}

.primer-tab-section .ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.contact-content {
	height: 100%;
	background-size: cover;
	padding: 100px 100px 100px 100px;
	background: url(/themes/custom/boardwalk/images/orgback.jpg);
	background-position: center center;
	width: 100%;
}

.calender time.datetime:nth-child(2) {
	display: none;
}

.event_date time.datetime:nth-child(2) {
	display: none;
}

.date-only time.datetime:nth-child(2) {
	display: none;
}

.buisness_category_wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0px;
	max-width: 940px;
	width: 100%;
	margin: 40px auto 0;
}

.buisness_category_wrapper ul li {
	width: calc(33.33% - 20px);
	margin: 10px 10px 30px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

.buisness_icon img {
	border-radius: 50%;
	/*margin-bottom: 20px;*/
	max-height:150px;
	width:auto;
}

.buisness_cntent h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F1A745;
}

.buisness_cntent p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.96;
	text-align: center;
	color: #16162E;
	margin-bottom: 10px;
}

.buisness_cntent a {
	display: inline-block;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.96;
	text-align: center;
	color: #146697;
	text-decoration: underline;
}

.buisness_cntent a:hover {
	color: #000;
}

.site-footer {
	padding-bottom: 0px;
	background: #16162E;
}

.site-footer__bottom {
	padding-bottom: 75px;
}

.background-faq {
	background: url(/themes/custom/boardwalk/images/location_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 100px;
	margin-top: -20px;
}

.background-faq h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 1.18;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 60px;
}

#block-views-block-faq-block-1 {
	max-width: 875px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

#block-views-block-faq-block-1-2 {
	max-width: 875px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.background-faq .ui-accordion .ui-accordion-header {
	background: transparent;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
	border-bottom-width: 0px;
	padding-right: 20px !important;
	height: 75px;
	line-height: 75px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;

}

.background-faq .ui-accordion .ui-accordion-header a {
	color: #FFFFFF;
}

.view-faq .views-accordion-header {
	position: relative;
}

.view-faq .views-accordion-header::after {
	position: absolute;
	content: "";

}

.ui-icon {
	width: 16px;
	height: 16px;
	transform: scale(2) !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(-50%);
}


.main-back-faq .background-location {
	margin-top: -80px;
	position: relative;
}

.map-image {
	padding: 0 28px;
}

.region-event-part h2.tittle-h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
	margin-bottom: 0px;
}

.region-event-part h2.tittle-h2 a {
	color: #153D55;
}

.event_date {
	width: 100px;
	height: 100px;
	background: rgba(238, 229, 210, 0.3);
	float: left;
	padding-top: 20px;
}

.event-back {
	background: url(/themes/custom/boardwalk/images/event-right.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0px 130px 100px;
	background-position: center bottom;
}

.event-right {
	max-width: 500px;
	width: 100%;
}

.event-back span {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 7px;
}

.event-back h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.event-back p {
	color: #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
}

.event-back a {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	border: 1px solid #fff;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	margin-top: 36px;
}


.event-list {
	border-bottom: 2px solid rgba(34, 72, 55, 0.3);
	padding-top: 40px;
	padding-bottom: 50px;
	cursor: pointer;
}

.date {
	width: calc(100% - 160px);
	margin: 0 20px 32px 40px;
	float: left;
}

.date .datetime {
	text-align: left;
}

.title {
	width: calc(100% - 160px);
	margin: 0 20px 0 40px;
	float: left;
}

.upcoming-view {
	padding: 60px 100px 90px;
}

.div-part2 {
	margin-top: 100px;
}

.review-item.slick-slide {
	border-width: 0px;
}


.google-review-section {
	background-size: cover;
	width: 100%;
	background: url(/themes/custom/boardwalk/images/slider_bg.jpg);
	padding: 100px 0 100px;
	text-align: center;
}

.three-image {
	background-size: cover !important;
	height: 350px;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	position: relative;
	display: block;
}

.three-left-partition {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #fff;
	margin: auto;
	width: 50%;
}

.three-left-partition h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
	position: relative;
	max-width: 130px;
	width: 100%;
}

.three-left-partition h3 a {
	color: #fff;
}

.three-left-partition h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
}

.org,
.eventcolour-1 {
	background: #F1A745;
}

.blue,
.eventcolour-2 {
	background: #146697;
}

.sblue,
.eventcolour-3 {
	background: #50BBC4;
}

.three-left-partition h3::after {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 134px;
	height: 2px;
	content: "";
	left: -22px;
	bottom: -30px;
}

.three-box {
	width: calc(33.33% - 24px);
	margin: 0 12px;
}

.event-container {
	padding: 0 100px;
	width: 100%;
}

.three-box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
}

.three-left-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0px 0 22px;
	width: 100%;
	display: inline-block;
	max-width: 300px;
}

.page-node-17 .video-background {
	position: relative;
}

.page-node-17 .video-background::after {
	background: rgba(21, 61, 85, 0.35);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.background-inner-slider.pre-background {
	margin-top: 0px;
	padding-top: 100px;
}

.page-node-17 .pre-background .premium-dest {
	max-width: 820px;
	width: 100%;
}





.past-image-wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.past-image-wrap img.img-fluid {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.past-image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 726px;
    object-position: center center;
}
*/

.page-node-9 .video-background,
.page-node-34 .video-background {
	display: none;
}

.past-event .view-id-events.view-display-id-block_2 h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 1.18;
	text-align: center;
	color: #153D55;
	margin-bottom: 87px;
}

#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 {
	padding: 100px 0 0;
}

.view-id-events.view-display-id-block_2 .img-logo {
	margin: 0 0 30px;
}

.view-display-id-block_1 .ui-widget-content {
	border:unset;
	background: transparent;
	color:#fff;
}

.view-display-id-block_1 .ui-widget-content a {
	text-decoration: underline;
	color:#fff;
}

.blue-background-restourants {
	position: relative;
}

.content-restourants {
	position: absolute;
	left: 50%;
	top: 41%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.content-restourants h1 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 75px;
	line-height: 1.13;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 65px;
}

.restorant-link a {
	max-width: 200px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	display: inline-block;
	width: 100%;
	color: #fff;
	border-bottom: 2px solid #6fb4d1;
	margin-right: 50px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}

.restorant-link a:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}

.restorant-link a:last-child {
	margin-right: 0px;
}

.location-hours {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
}

.location-part-top p span {
	display: block;
}

.location-part,
.hours-part {
	width: 50%;
}

.location-hours h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.location-hours p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #146697;

}

.location-hours p:last-child {
	margin-bottom: 0px;
}

.instagram_feed .instagram_new {
	width: 20%;
}

.instagram_feed .insta-link {
	background: #6FB4D1;
}

div#block-instagramliteblock {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#block-instagramliteblock h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6FB4D1;
	margin-bottom: 40px;
	position: relative;
}

div#block-instagramliteblock h2::before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-size: 40px;
	padding-right: 20px;
	top: 8px;
	position: relative;
}

footer.site-footer {
	margin-top: 0px;
}

.alt-wrap {
	text-align: center;
}

p.alt {
	display: none;
}

.insta-link:hover p.alt {
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	padding: 0 10px;
}

div#block-footermainlogo {
	margin: -60px 0 0;
	padding: 0;
	position: relative;
}

.nes-img img {
	object-fit: cover;
}

.pre-background.restourant-content-background {
	padding: 0px;
	margin-top: 0;
	background: none;
}

.two-category-wrap .view-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fourth-part {
	background: url(/themes/custom/boardwalk/images/location_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	padding: 70px 0 120px;
	background-size: cover;
	margin-top: -2px;
}

.node--type-events .fourth-part {
	padding-bottom: 100px;
}

.restourant-paragraph-slider {
	padding-top: 77px;
	padding-bottom: 57px;
}

.restourant-paragraph-slider .slick-list.draggable {
	max-width: 820px;
	margin: 0 auto;
	width: 100%;
}

.new-container {
	padding-left: 100px;
	padding-right: 100px;
}

.node--type-restaurant .icon-wrap-image .icon {
	display:none;
}

.paragraph.paragraph--type--hours-restaurant.paragraph--view-mode--default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*.paragraph--type--hours-restaurant time.datetime:nth-child(2) {
    display: none;
}*/

.paragraph--type--hours-restaurant .field.field--name-field-days.field--type-list-string.field--label-hidden.field__item {
	width: 19%;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
}

.field.field--name-field-restaurant-content-title {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 1.18;
	text-align: center;
	color: #153D55;
}

.field--name-field-restaurant-content-body {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
		text-align: center;
}

.restourant-content .field--name-field-restaurant-content-body p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #153D55;
	margin-top: 45px;
	margin-bottom: 35px;
}

.restourant-content .field--name-field-restaurant-content-body p:last-child {
	margin-bottom: 0px;
	margin-top: 0px;
}

.text-special {
	max-width: 600px;
	width: 100%;
	margin-left: auto;
}

.text-special p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.text-special h4 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.text-special-p {
	padding-top: 40px;
}

.text-special-p p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #FFFFFF;
}

.field-content.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 60px;
}

.gallery-parent {
	width: calc(33.33% - 24px);
	margin: 0 12px 24px;
}

.body-content {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 87px 0 45px;
}

.body-content p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
	margin-bottom: 40px;
}

.body-content h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #B78B53;
}

.event-part1 {
	background-size: cover;
	width: 100%;
	background: url(/themes/custom/boardwalk/images/slider_bg.jpg);
	height: 100%;
	position: relative;
}

.part-wrap {
	text-align: center;
	max-width: 520px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-experience-boardwalk h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 1.18;
	color: #153D55;
	margin: 0px;
}

.header-experience-boardwalk a {
	max-width: 200px;
	height: 55px;
	line-height: 55px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	color: #6FB4D1;
	display: inline-block;
	border: 2px solid #6FB4D1;
	width: 100%;
	text-align: center;
}

.news-wrapper {
	padding: 40px 0 50px;
	border-bottom: 2px solid rgba(183, 139, 83, 0.3);
}


.news-wrapper:first-child {
	padding-top: 0px;
}

.time-only {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Rockwell Nova;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.time-only .datetime {
	font-style: normal;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

.container-fluid.pad-0 {
	padding: 0;
}

.blue-background-restourants {
	background: url('/themes/custom/boardwalk/images/blue-res-back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 570px;
}

.image-part-slider {
	margin-right: 46px;
	position: relative;
	width: calc(100% - 46px)
}

.image-part-slider::before {
	content: "";
	width: 94%;
	height: 94%;
	border: 1px solid #fff;
	left: 3%;
	top: 3%;
	z-index: 2;
	position: absolute;
}

.image-part-slider::after {
	background: rgba(21, 61, 85, 0.35);
	background-size: auto;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	background-size: cover;
	z-index: 1;
}

.node--type-restaurant .image-part-slider::after {
	background: unset;
}

.content-part-restourants {
	padding-left: 54px;
	padding-top: 42px;
}

.rest-logo {
	margin-bottom: 37px;
}

.location-hours img {
	max-width: 31px;
	width: 100%;
	margin-bottom: 18px;
}

.location-part {
	padding-right: 24px;
}

.hours-part {
	padding-left: 24px;
}

.location-part-bottom {
	padding-top: 56px;
}

.field--name-field-open-time,
.field--name-field-closed-time,
.field--name-field-closed {
	font-family: Nobel;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
}
.field--name-field-closed-time {
 	padding-left:10px;
}

.field--name-field-closed-time::before {
 	content: "-";
	padding-right:10px;
}

#header .navbar {
	padding: 0px;
	border-top: 3px solid #b88b52;
	border-bottom: 2px solid #e9dccb;
}

.page-node-23 .node__content,
.page-node-35 .node__content,
.page-node-35 .node__content,
.page-node-34 .node__content {
	margin-top: 0px;
}

.two-category-wrap h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 1.18;
	text-align: center;
	color: #153D55;
	margin-bottom: 86px;
}

.image-part-slider ul.slick-dots button {
	font-size: 0;
	border: 0;
	text-indent: -555px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(221, 221, 221, 0.8);
	opacity: 0.7;
}

.image-part-slider ul.slick-dots .slick-active button {
	background: rgba(255, 255, 255, 1);
}

.image-part-slider ul.slick-dots li {
	margin: 0 4px;
}

.image-part-slider ul.slick-dots {
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	justify-content: center;
	margin-bottom: 0px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.event-list:hover .event_date {
	background: #B78B53;
}

.event-list:hover .event_date time.datetime {
	color: #fff;
}

.restaurant-category img {
	width: 100%;
	max-height:250px;
	object-fit: cover;
}

.restaurant-category p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 50px;
	position: relative;
	text-transform: uppercase;
}

.restaurant-category p::after {
	position: absolute;
	width: 200px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	left: -100px;
	bottom: -28px;
	content: "";
}

.restaurant-category h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #fff;
	margin-bottom: 35px;
	max-width: 650px;
	width: 100%;
}

.restaurant-category a {
	display: inline-block;
	max-width: 200px;
	height: 55px;
	line-height: 51px;
	border: 2px solid #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.restaurant-category a:hover {
	border: 2px solid #000;
}

.restaurant-category.restaurant-category-div-1 .content-category {
	background: url(/themes/custom/boardwalk/images/Group-blue.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 43px 0px 53px 100px;
	width: 100%;
}

.restaurant-category .content-category {}

.restaurant-category.restaurant-category-div-1 {
	margin-right: 25px;
	width: calc(100% - 25px);
	margin-left: 0px;
}

.restaurant-category {
	width: calc(100% - 25px);
	margin-left: 25px;
	margin-right: 0px;
}

.restaurant-category .content-category {
	background: url(/themes/custom/boardwalk/images/Group.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 43px 0px 53px 100px;
	width: 100%;

}

.two-category-wrap .view-header {
	text-align: center;
}

.explore-sec {
	padding-top: 100px;
	padding-bottom: 50px;
}

.restourant-content button.slick-prev.slick-arrow {
	position: absolute;
	top: 89px;
	transform: translateY(-25%);
}

.restourant-content button.slick-next.slick-arrow {
	position: absolute;
	top: 89px;
	transform: translateY(-25%);
}

.text-special {}

.text-special-p {
	padding-top: 40px;
	max-width: 620px;
	width: 100%;
	padding-left: 28px;
}

.two-category-wrap .view-header img {
	margin-bottom: 30px;
}

.content-part-restourants .field.field--name-field-time.field--type-daterange.field--label-hidden.field__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	align-items: center;
}

.content-part-restourants .field.field--name-field-time.field--type-daterange.field--label-hidden.field__item time.datetime {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #16162E;
	text-transform: lowercase;
}

.location-part-top p,
.location-part-bottom p {
	margin-bottom: 0px;
}

.location-part-bottom p,
.location-part-top p {
	text-decoration: underline;
}

.location-part-top p.note {
	text-decoration: none;
}

.location-part-top p:last-child {
	color: #000;
}

.image-part-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.image-part-slider .slick-slide {
	height: inherit !important;
}

.content-restourants img {
	margin-bottom: 15px;
}

.webform-submission-vendors-artists-form {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.webform-submission-vendors-artists-form p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	text-align: center;
	color: #16162E;
	margin-bottom: 30px;
}

.webform-submission-vendors-artists-form label {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-bottom: 15px;
}

.webform-submission-vendors-artists-form .form-control,
.webform-submission-vendors-artists-form .form-select {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom: 2px solid rgba(183, 139, 82, 0.5);
	border-radius: 0px;
	margin-bottom: 30px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
	background: transparent;
}

.webform-submission-vendors-artists-form .form-select {
	text-transform: capitalize;
}

.webform-submission-vendors-artists-form .form-control:focus,
.webform-submission-vendors-artists-form .form-select:focus {
	outline: none;
	box-shadow: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom: 2px solid rgba(183, 139, 82, 0.5);
}

.webform-submission-vendors-artists-form .form-textarea-wrapper .form-control,
.webform-submission-vendors-artists-form .form-textarea-wrapper .form-control:focus {
	border: 1px solid rgba(183, 139, 82, 0.5);
}

.webform-submission-vendors-artists-form div#edit-actions {
	text-align: right;
	max-width: 100%;
	margin-top: 12px;
}

.webform-submission-vendors-artists-form div#edit-actions button.webform-button--submit {
	max-width: 200px;
	height: 55px !important;
	line-height: 53px;
	padding: 0px !important;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	width: 100%;
	background: transparent;
	border: 2px solid #6FB4D1;
	border-radius: 0px;
	color: #6FB4D1;
}

.webform-submission-vendors-artists-form div#edit-actions button#edit-submit:hover {
	border: 2px solid #B78B53;
	color: #B78B53;
}

.webform-submission-vendors-artists-form fieldset.js-form-item:first-child {
	width: 100%;
}

.webform-submission-vendors-artists-form fieldset.js-form-item:last-child,
.webform-submission-vendors-artists-form fieldset.js-form-item:first-child {
	width: 100%;
}

.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-textfield.form-type-textfield,
.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-select,
.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-email {
	width: calc(50% - 44px);
	display: inline-block;
	float: left;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-textarea {
	max-width: 100%;
	width: 100%;
	display: block;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-textarea label {
	margin-bottom: 30px;
}

.Social-main-content .social {
	border-top: 2px solid rgba(183, 139, 82, 0.5);
	border-bottom: 2px solid rgba(183, 139, 82, 0.5);
	text-align: center;
	padding: 32px 0;
}

.Social-main-content .social a i {
	color: #6FB4D1;

}

.button-explore {
	text-align: right;
}

/*-----------Latest News-----------*/
.page-node-36 .offer-colour-1 {
	background: #146697;
}

.page-node-36 .offer-colour-2 {
	background: #F1A745;
}

.page-node-36 .offer-colour-3 {
	background: #50BBC4;
}

.page-node-36 .three-box-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-node-36 .new-container {
	margin-top: 100px;
	margin-bottom: 50px;
}

.latest-news-list-wrapper .views-field-field-news-category .field-content {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6FB4D1;
	margin-bottom: 22px;
}

.latest-news-list-wrapper .views-field.views-field-title .field-content a {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
}

.latest-news-list-wrapper .views-row {
	padding: 42px 0 39px;
	border-top: 2px solid rgba(183, 139, 82, 0.3);
}

.latest-news-list-wrapper .views-row:last-child {
	border-bottom: 2px solid rgba(183, 139, 82, 0.3);
}

.latest-news-list-wrapper .page-item.active .page-link {
	background-color: transparent;
	border-color: #0071b3;
	color: #146697;
}

.latest-news-list-wrapper .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0;
}

.latest-news-list-wrapper .page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 0px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 21px;
	color: #153D55;
}

.page-node-36 .video-background::after {
	background: rgba(21, 61, 85, 0.35);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.node--type-offers #block-boardwalk-content .header {
    display:flex;
    justify-content:
    space-between;
    align-items: center;
		max-height: 400px;
		overflow: hidden;
}
@media screen and (max-width:767px) {
	.node--type-offers #block-boardwalk-content .header {
		flex-wrap: wrap;
	}
}
.node--type-offers #block-boardwalk-content .header .left {
    padding: 5%;
	font-family: Rockwell Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.node--type-offers #block-boardwalk-content .header .field.field--name-field-offer-image {
	overflow: hidden;
	display: block;
}
@media screen and (min-width:767px) {
	.node--type-offers #block-boardwalk-content .header .field.field--name-field-offer-image {
	 max-width: 50%;
	}
}

.node--type-offers #block-boardwalk-content .header .field.field--name-field-offer-image img {
		object-fit: cover;
		margin-bottom: 0;
}

.page-node-36 .offer-list-wrapper {
	padding-left: 76px;
	position: relative;
}

.three-box-wrapper {}

.page-node-36 .small-image {
	width: 100%;
	display: block;
	margin: 0px 0px 20px 0px;
}

.page-node-36 .new-container {
	padding: 0 100px;
	max-width: 100%;
}

.page-node-36 .three-box-wrapper {
	margin: 0px;
}

.our-past-event-gallery-section button.slick-prev.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	max-width: 60px;
	padding: 0;
	border: 0;
	width: 100%;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	z-index: 99;
	left: 0px;
}

.our-past-event-gallery-section button.slick-prev.slick-arrow::after {
	background: url(/themes/custom/boardwalk/images/left-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 32px;
	width: 32px;
	z-index: 100;
	position: absolute;
	content: "";
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.our-past-event-gallery-section button.slick-next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	max-width: 60px;
	padding: 0;
	border: 0;
	width: 100%;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	z-index: 99;
	right: 0px;
}

.our-past-event-gallery-section button.slick-next.slick-arrow::after {
	background: url(/themes/custom/boardwalk/images/right-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 32px;
	width: 32px;
	z-index: 100;
	position: absolute;
	content: "";
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.event-date .time-only {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: italic;
	color: #b78b53;
	text-transform: capitalize;
}

.news-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.event-title a {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #153D55;
}

.event-title a:hover {
	color: #153D55;
}

.event-link {
	text-align: center;
	margin-top: 30px;
}

.event-link a {
	max-width: 215px;
	width: 100%;
	border: 2px solid #153D55;
	height: 55px;
	line-height: 53px;
	display: inline-block;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	color: #153D55;

}

.event-link a:hover {
	color: #B78B53;
}

.part-wrap {
	text-align: center;
}

.event-title {
	margin-top: 25px;
	text-transform: capitalize;
}

.simplenews-event-content.event-newsletter {
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
}

.simplenews-event-content.event-newsletter,
.Social-main-content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.simplenews-event-content.event-newsletter form {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
}

.simplenews-event-content.event-newsletter label,
.simplenews-event-content.event-newsletter small#edit-mail-0-value--description,
.simplenews-event-content.event-newsletter fieldset#edit-message {
	display: none;
}

.simplenews-event-content.event-newsletter form {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.simplenews-event-content.event-newsletter form input#edit-mail-0-value {
	background: rgba(255, 255, 255, 1);
	color: rgba(22, 22, 46, 0.5);
	text-align: center;
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input {
	height: 100px;
	line-height: 100px;
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input:focus {
	box-shadow: none;
	background: rgba(22, 22, 46, 0.1)
}

.simplenews-event-content.event-newsletter form div#edit-actions,
.simplenews-event-content.event-newsletter form div#edit-mail-wrapper {
	margin-bottom: 0px !important;

}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper {
	margin-right: 0px;
	width: 100%;
}

.simplenews-event-content.event-newsletter form div#edit-actions {
	border-left: 2px solid rgba(183, 139, 83, 0.5);
}

.simplenews-event-content.event-newsletter form .button#edit-subscribe {
	height: 100px;
	line-height: 100px;
	border-width: 0px;
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #146697;
	padding: 0px;
}

.simplenews-event-content.event-newsletter::after {
	background: url(/themes/custom/boardwalk/images/newsletter.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: -45px;
	content: "";
	width: 191px;
	height: 191px;
}

.sponsors-block {
	margin-top: 130px;
}

.sponsors-block .sponsor-row img {
	margin: 0 auto;
}

.sponsors-block .sponsor-row.slick-slide img {
	padding: 0 10%;
	max-height:150px;
}

.sponsors-block .img-logo {
	margin: 0 0 49px;
}

.gallery-event {
	margin-top: 100px;
	margin-bottom: 75px;
}

.event-gallery-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.event-gallery-row .img-fluid {
	max-width: 100%;
	height: auto;
	object-fit: cover !important;
	width: 100%;
	object-position: center center;
}

.event-ad {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto 100px;
}

.event-ad .view-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 85px;
}

.event-ad .view-content .views-row {
	width: calc(100% / 3);
}

.experiance-par-title h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-bottom: 13px;
}

.experiance-par-body h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
	margin: 0px;
	max-width: 375px;
	width: 100%;
}

.event-img img {
	width: 100%;
}

.experiance-par {
	padding-left: 25px;
	border-left: 2px solid rgba(183, 139, 83, 0.5);
}

.text-special a {
	display: inline-block;
	border: 1px solid #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	height: 55px;
	line-height: 53px;
	width: 100%;
	color: #fff;
	max-width: 200px;
	text-align: center;
	margin-top: 38px;

}

.text-special a:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.event-list-container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.event-img {
	position: relative;
}

.event-img::before {
	content: "";
	width: 94%;
	height: 94%;
	border: 1px solid #fff;
	left: 3%;
	top: 3%;
	z-index: 2;
	position: absolute;
}

.icon {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 3%;
	bottom: 3%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.icon img {
	max-width: 40px;
	width: 100%;
	margin-bottom: 10px;
}

.icon_content {
	text-align: center;
}

.icon_content p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #16162E;
	margin: 0;
}

.bluepart {
	background: linear-gradient(90.35deg, #146697 0%, #153D55 100%);
	padding: 55px 0;
}

.bluepart .background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bluepart p {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 200px;
	width: 100%;
	margin: 0px;

}

.bluepart .newslogo {
	max-width: 200px;
	width: 100%;

}

.part-wrap section.social .text {
	padding-right: 30px;
	border-right: 2px solid rgba(183, 139, 83, 0.5);
}

.part-wrap section.social .text p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
	margin-bottom: 0px;
}

.part-wrap section.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.part-wrap .social .icons a span.fab {
	font-size: 32px;
	color: #6FB4D1;
}

.part-wrap section.social a:first-child {
	padding-left: 30px;
}

.page-node-48 .body-content {
	padding: 94px 0 0px;
}

.page-node-48 .event-body-page .body-content {
	padding-top: 0px;
	padding-bottom: 88px;
}

.event-body-page .body-content p.title {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
}

.event-body-page .body-content p.title a {
	color: #B78B53;
}

.event-body-page .body-content .rest-part p {
	margin-bottom: 0px;
}

.event-body-page .body-content .rest-part {
	padding-bottom: 44px;
}

.offer-news-block {
	margin-top: 100px;
}

.page-node-48 .node__content,
.page-node-2 .node__content {
	margin-top: 0px;
}

.page-node-35 .video-background::after {
	background: rgba(21, 61, 85, 0.35);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.contact-block-background {
	background: url(/themes/custom/boardwalk/images/contact-back.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
}

.contact-block-background::after {
	background: url(/themes/custom/boardwalk/images/contact_webform.png);
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -22px;
	height: 7px;
	content: "";
}

.contact-container {
	max-width: 1540px;
	width: 100%;
	margin: 0 auto;
}

.contact-block {
	padding: 60px 0 30px;
}

.Contact-webform h2 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	margin-bottom: 8px;
	color: #143e56;
}

.Contact-webform {
	padding-top: 100px;
}

.Contact-webform .webform-submission-vendors-artists-form {
	margin-top: 0px;
	margin-bottom: 130px
}

.location_content h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-bottom: 4px;
}

.location_content p,
.location_content p a {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
	margin-bottom: 0px;
}

.location_content p a {
	display: block;
	text-decoration: underline;
	color: #6FB4D1;
}

.location_content p span {
	display: block;
}

.location_content .p2 a {
	display: inline-block;
	padding: 0 3px;
}

.contact-newsletter {
	border-top: 2px solid rgba(183, 139, 83, 0.5);
	margin-bottom: 100px !important;
}

.video-container {
	height: 100%;
}

.first-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.main-parent-contact ul {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-parent-contact ul li {
	max-width: 430px;
	width: 100%;
}

.main-parent-contact ul li:last-child {
	max-width: 250px;
	width: 100%;
}

.contact-two-part .restaurant-category.restaurant-category-div-1 .content-category.leasing-contact-content {
	background: url(/themes/custom/boardwalk/images/greenback.jpg);
}

/*footer contact form*/
.simplenews-subscriber-form .form-email {
	height: 55px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.1);
	border: 0px solid #fff;
	color: #fff;
}


.simplenews-subscriber-form .form-submit {
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	border-radius: 0px;
	height: 55px;
}

.simplenews-subscriber-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.simplenews-subscriber-form .field--name-mail {
	max-width: 75%;
	width: calc(100% - 12px);
	margin-right: 12px;
	margin-bottom: 0px !important;
}

.simplenews-subscriber-form .form-actions {
	max-width: 25%;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px !important;
	border-left: 2px solid rgba(183, 139, 83, 0.5);

}

.simplenews-subscriber-form small {
	display: none;
}

.page-node-9 .locate_wrapper a {
	color: #fff;
	text-decoration: underline;
}

/*footer contact form*/
.Contact-webform .js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-yes-please-add-me-to-the-boardwalk-s-email-list-.form-item-yes-please-add-me-to-the-boardwalk-s-email-list- label {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
	color: #16162E;
	text-transform: none;
	margin-bottom: 0px;
}

.Contact-webform .webform-submission-vendors-artists-form div.vendor-button,
.Contact-webform .webform-submission-vendors-artists-form div#edit-actions {
	text-align: right;
	max-width: 200px;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 0px !important;
}
details#captcha {
    width: 50%;
    margin-top:10px;
}

small.details-description.text-muted,
details#captcha summary{display: none;}

.Contact-webform .vendor-checked.artist-vendor.js-form-item.js-form-type-checkbox.checkbox {
	padding-top: 16px;
}

.Contact-webform fieldset.js-form-item.js-form-type-textarea.form-type-textarea.js-form-item-comments {
	margin-bottom: 0px !important;
}

.explore-sec.contact-two-part {
	padding-top: 50px;
}

.map-img img {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.leasing-tab-container .leasing-wrap a {
	max-width: 290px;
}

div#block-quicktabstabs {
	max-width: 1320px;
	width: 100%;
	margin: 50px auto 88px;
}

.paragraph.paragraph--type--overview-tab.paragraph--view-mode--default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.Left-part,
.Right-part {
	width: 50%;
	margin-top: 68px;
	margin-bottom: 70px;
}

.Left-part {
	padding-right: 50px;
}

.Right-part {
	padding-left: 50px;
}

.Left-part .label-color.field.field--name-field-label,
.Right-part .label-color {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.Left-part .title4.field.field--name-field-title.field--type-string,
.Right-part .field--type-string-long {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
}

.Left-part img {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 37px;
}

.Left-part .field--name-field-description {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
}

.Right-part .field--type-string-long {
	padding-bottom: 70px;
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
}

.Right-part .label-color {
	margin-top: 70px;
}

.Right-part .label-color:first-child {
	margin-top: 0px;
}

.three-part-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.third-part {}

.three-part-wrap > .field__item {
	width: calc(33.33% - 20px);
}

.three-part-wrap .field__item img {
	width: 100%;
	height: auto;
}

.ready-block {
	width: 100%;
	border-top: 2px solid rgba(183, 139, 83, 0.5);
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
	padding: 50px 0;
	margin-top: 50px;
}

.third-part .field--name-field-title {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.third-part .field--name-field-description {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
}

.ready-block .paragraph.paragraph--type--ready-to-make-waves-tab-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.part1 img {
	width: 100%;
	height: auto;
}

.part1 {
	width: calc(15% - 20px);
	margin-right: 20px;
}

.part2 {
	width: calc(55% - 40px);
	margin: 0 20px;
}

.part3 {
	width: 30%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.page-node-34 #quicktabs-tabs .quicktabs-tabpage {
	padding: 0px !important;
	border-width: 0px !important;
}

.page-node-34 .quicktabs-tabs > li > a {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #153D55;
	height: 125px;
	line-height: 160px;
	background: transparent;
	border-top-width: 0px;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 999;
	background: none !important;
}

.page-node-34 .quicktabs-tabs > li > a:hover,
.page-node-34 .quicktabs-tabs > li.active > a {
	border-bottom-color: transparent;
	background: #fff;
	border-right: 0px solid #ddd;
	border-left-width: 0px solid #ddd;
	border-top-width: 0px solid #ddd;
	border-bottom: 10px solid #6FB4D1;

}

.page-node-34 .list-group-item.active {
	background-color: transparent;
	border-color: transparent;
}

.page-node-34 .list-group-item {
	border-right-width: 0px;
	border-left-width: 0px;
}

.page-node-34 .view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
 font-size:20px;
 padding-right:100px;
}

.part2 .label-color {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.part2 .title-ready {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
}

.part2 .desc-ready {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
}

.part2 .email-contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.part2 .email-contact-wrap a {
	color: #146697;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	padding-right: 12px;
	margin-right: 12px;
	text-decoration: underline;
}

.email-ready a {
	border-right: 2px solid #16162E;
}

.part3 a {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	max-width: 290px;
	width: 100%;
	height: 55px;
	line-height: 53px;
	color: #16162E;
	display: inline-block;
	border: 2px solid #16162E;
}

.part3 a:hover {
	background: #000;
	color: #fff;
}

.page-node-34 .list-group-item.overview {
	position: relative;
	border-top-width: 0px;
}

.page-node-34 .list-group-item.overview::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-overview.svg);
	background-size: cover;
	width: 70px;
	height: 59px;
	background-position: center center;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.page-node-34 .list-group-item.statistics::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-statistics.svg);
	background-size: cover;
	width: 66px;
	height: 66px;
	background-position: center center;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.page-node-34 .list-group-item.demographics::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-demographics.svg);
	background-size: cover;
	width: 60px;
	height: 63px;
	background-position: center center;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.page-node-34 .list-group-item.the-area::after {
	position: absolute;
	content: "";
	background: url(/themes/custom/boardwalk/images/Icons/icon-thearea.svg);
	background-size: cover;
	width: 70px;
	height: 59px;
	background-position: center center;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .field__label {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part1 .field__item,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part2 .field__item,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part3 .field__item > div,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .field--name-field-statistic .field__item {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part3 .field__item > p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
	margin-bottom: 0px;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .paragraph.paragraph--type--statistics-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part1,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part2,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part3 {
	max-width: 33.33%;
	width: 100%;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .field--type-string,
.quicktab-leasing #quicktabs-tabpage-tabs-1 .field--name-field-traffic-counts {
	margin-top: 50px;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .stat-part3 div:first-child {
	margin-top: 50px;
}

.quicktab-leasing #quicktabs-tabpage-tabs-1 .paragraph.paragraph--type--statistics-tabs .third-part {
	margin-top: 50px;
}

.demographics-table .row_0.col_0,
.demographics-table .row_0.col_1,
.demographics-table .row_0.col_2,
.demographics-table .row_0.col_3,
.demographics-table .row_0.col_4,
.demographics-table .row_1.col_0,
.demographics-table .row_2.col_0,
.demographics-table .row_3.col_0,
.demographics-table .row_4.col_0,
.demographics-table .row_5.col_0 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
}

.demographics-table tr.odd {
	border-bottom: 0px solid #ccc;
	padding: 0.1em 0.6em;
	background: rgba(249, 246, 236, 1);
}

.demographics-table thead tr {
	background: #fff;
}

.demographics-table tr.even {
	background: #fff;
}

.demographics-table .table {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E !important;
	margin-top: 70px;
	margin-bottom: 35px !important;
}

.demographics-table tbody,
.demographics-table td,
.demographics-table tfoot,
.demographics-table th,
.demographics-table thead,
.demographics-table tr {
	height: 70px;
	line-height: 70px;
}

.demographics-table tr td {}

.page-node-34 .quicktabs-tabs > li.statistics > a:hover,
.page-node-34 .quicktabs-tabs > li.active.statistics > a {
	border-color: #ABB346;
}

.page-node-34 .quicktabs-tabs > li.demographics > a:hover,
.page-node-34 .quicktabs-tabs > li.active.demographics > a {
	border-color: #50BBC4;
}

.page-node-34 .quicktabs-tabs > li.the-area > a:hover,
.page-node-34 .quicktabs-tabs > li.active.the-area > a {
	border-color: #F1A745;
}

#quicktabs-tabpage-tabs-1 .paragraph--type--statistics-tabs {
	padding-top: 20px;
}

#quicktabs-tabpage-tabs-2 .table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.00);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.0);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

#quicktabs-tabpage-tabs-2 .third-part {
	border-top: 2px solid rgba(183, 139, 83, 0.5);
	padding-top: 35px;
	position: relative;
}

.third-part .icon {
	right: 5px;
	bottom: 21px;
}

/*-----The Area Tab---------*/
#quicktabs-tabpage-tabs-3 .paragraph--type--the-area-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.img-part2 {
	width: calc(70% - 30px);
	margin-left: 30px;
	margin-top: 70px;
}

.img-part1 {
	width: calc(30% - 30px);
	margin-right: 30px;
	margin-top: 70px;
}

.img-part1 img,
.img-part2 img {
	width: 100%;
}

#quicktabs-tabpage-tabs-3 .label-color {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-bottom: 17px;
}

#quicktabs-tabpage-tabs-3 .second-part-title {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #153D55;
	margin-bottom: 39px;
}

.first-part-desc {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
}

#quicktabs-tabpage-tabs-3 img {
	margin-bottom: 45px;
}

#quicktabs-tabpage-tabs-3 p {
	margin-bottom: 0px;
}

#quicktabs-tabpage-tabs-3 .first-part-desc {
	padding-bottom: 35px;
	margin-bottom: 44px;
	border-bottom: 2px solid rgba(183, 139, 83, 0.5);
}


#quicktabs-tabpage-tabs-3 .img-part2 ul,
#quicktabs-tabpage-tabs-3 .img-part1 ul {
	margin-bottom: 0px;
}

#quicktabs-tabpage-tabs-3 .ready-block {
	margin-top: 0px;
}

/*-----The Area Tab---------*/
/*-----Leasing Top video section---------*/
.icon-leasing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.first-video {
	position: relative;
	height: 100%;
}

.icon-leasing {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

#play-button img,
#pause-button img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	padding: 15px;
}

#play-button span {
	display: block;
	color: #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}



#pause-button span {
	display: block;
	color: #fff;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}

/*
.video-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.leasing-host-popup {
	margin-top: -85px;
	position: relative;
}

.leasing-host-popup .location-section {
	padding-bottom: 100px;
}

.view-testimonial.view-display-id-block_1 ul.slick-dots button {
	font-size: 0;
	border: 0;
	text-indent: -555px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(221, 221, 221, 0.8);
	opacity: 0.7;
}

.view-testimonial.view-display-id-block_1 ul.slick-dots .slick-active button {
	background: rgba(255, 255, 255, 1);
}

.view-testimonial.view-display-id-block_1 ul.slick-dots li {
	margin: 0 5px;
}

.view-testimonial.view-display-id-block_1 ul.slick-dots {
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	justify-content: center;
	margin-bottom: 0px;
	position: absolute;
	bottom: 60px;
	right: 25%;
	z-index: 3;
}

.view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #FFFFFF;
}

.view-testimonial.view-display-id-block_1 .raving-content .leasing-author {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
	color: #FFFFFF;
	margin-top: 25px;
}

.view-testimonial.view-display-id-block_1 .raving-content {
	position: relative;
}

.view-testimonial.view-display-id-block_1 .leasing-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.view-testimonial.view-display-id-block_1 {
	margin-top: 50px;
	margin-bottom: 115px;
}

.view-testimonial.view-display-id-block_1 {
	position: relative;
}

.view-testimonial.view-display-id-block_1::after {
	position: absolute;
	content: "";
	left: 200px;
	top: -100px;
	background: url(/themes/custom/boardwalk/images/waves_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 206px;
	height: 206px;
}

.no-title .img-logo {
	display: none;
}

.background-blue-tab {
	background: linear-gradient(90.35deg, #146697 0%, #153D55 100%);
	padding: 60px 0 70px;
	margin-top: 90px;
}

.background-blue-tab .content-section-part h3 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6FB4D1;
}

.background-blue-tab .content-section-part a {
	color: #6FB4D1;
	display: inline-block;
}

.background-blue-tab .content-section-part p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #FFFFFF;
	margin-top: 20px;
}

.background-blue-tab .content-section-part {
	padding-left: 50px;
	border-left: 2px solid #B78B53;
}

.background-blue-tab .img-section-part {
	padding-right: 50px;

}

.background-blue-tab .location-inner-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*-----Leasing Top video section---------*/
/*--------Explore page---------*/
.circle-icon {
	width: 77px;
	height: 77px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin: 0 auto 24px;
}

.skyblue {
	background: #50BBC4;
}

.darkblue {
	background: #6FB4D1;
}

.green {
	background: #ABB346;
}

.icon-main-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icon-main-wrapper .banner-icon-wrapper {
	width: calc(25% - 22px);
	margin: 0 11px;
	text-align: center;
}

.icon-main-wrapper .banner-icon-wrapper h4 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #FFFFFF;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

.icon-main-wrapper .banner-icon-wrapper h4 span {
	display: block;
}

.icon-main-wrapper .banner-icon-wrapper h4 a {
	display: inline-block;
	color: #fff;
}

.explore-banner-buttons {
	padding: 0 100px;
	position: absolute;
	left: 0;
	bottom: 87px;
	width: 100%;
	z-index: 2;
}

.page-node-31 .video-background::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(21, 61, 85, 0.35);
}

.img-video {
	padding-left: 0px;
}

.explore-content {
	padding-right: 100px;
}

.explore-wrap p.explore-p2 {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.95;
	color: #16162E;
	margin-bottom: 0px;
}

.explore-wrap .explore-p1 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;

}

.explore-wrap .explore-p1 a {
	color: #153D55;
}

.explore-wrap span.explore {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F1A745;
	margin-bottom: 50px;
	position: relative;
	display: block;
}

.explore-wrap span.explore::after {
	background: rgba(183, 189, 83, 0.5);
	width: 140px;
	height: 2px;
	content: "";
	left: -40px;
	bottom: -26px;
	content: "";
	position: absolute;
}

.explore-wrap {
	max-width: 552px;
	margin-left: 40px;
	width: 100%;
}

section.explore-paragraph.Right .row,
.explore-paragraph .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.explore-section {
	background: url(/themes/custom/boardwalk/images/grouporg.jpg);
	background-size: cover;
	margin-top: 100px;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	background-position: left 120px;
}

.wrap-explore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1350px;

}

section.explore-section .explore {
	width: calc(100% / 3);
	padding: 0 25px;
}

section.explore-section .explore a {
	display: inline-block;
}


section.explore-section .explore .content-part {
	background: #fff;
	width: 100%;
	display: block;
	padding: 27px 35px 15px;
	position: relative;
	min-height: 230px;
}

section.explore-section .explore .content-part::after {
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(183, 189, 83, 0.5);
	position: absolute;
	left: 0;
	top: 10px;
}

section.explore-section .explore .content-part .title-node a {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-bottom: 14px;
}

section.explore-section .explore .content-part .body-node p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.95;
	color: #16162E;
}

.explre-1 .big_image {
	margin: 0px;
	width: 100%;
}

section.explore-paragraph.Left .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

section.explore-paragraph.Left .img-video {
	padding-left: 0px;
	padding-right: 0px;
}

section.explore-paragraph.Left .explore-content {
	padding-right: 0px;
	padding-left: 100px;
}

section.explore-paragraph.Left .explore-wrap {
	margin-left: inherit;
	margin-right: auto;
}

.main-explore-wrap:nth-of-type(2) {
	background: url(/themes/custom/boardwalk/images/explore-second-back.jpg)repeat center center;
	width: 100%;
	background-size: cover;
}

.main-explore-wrap:nth-of-type(2) section.explore-section {
	background-image: none;
}

.main-explore-wrap:nth-of-type(3) section.explore-section {
	background: url(/themes/custom/boardwalk/images/explore-blue.jpg)no-repeat;
	background-position: left 120px;
	background-size: cover;
}

.main-explore-wrap:nth-of-type(4) {
	background: #153d56;
}

.main-explore-wrap:nth-of-type(4) section.explore-section {
	background-image: none;
}

.main-explore-wrap:nth-of-type(4) .explore-wrap span.explore {
	color: #abb346;
}

.main-explore-wrap:nth-of-type(4) .explore-wrap p.explore-p2,
.main-explore-wrap:nth-of-type(4) .explore-wrap .explore-p1 a {
	color: #fff;
}

.main-explore-wrap:nth-of-type(2) .explore-wrap span.explore,
.main-explore-wrap:nth-of-type(3) .explore-wrap span.explore {
	color: rgba(80, 187, 196, 1);
}



.event_date span .datetime {
	display: block;
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 0.8;
	text-align: center;
	text-transform: uppercase;
	color: #B78B53;

}

.site-footer {
	position: relative;
}

.site-footer::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	background: rgba(183, 139, 83, 0.5);
	height: 2px;
	width: 100%;
}

div#block-instagramliteblock h2::after {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 0px;
	background: rgba(183, 139, 83, 0.5);
	height: 2px;
	width: 100%;
}

.ready-block .part2 .label-color {
	margin-top: 0px !important;
}

.ready-block .part2 .title-ready {
	margin-top: 15px !important;
}

.second-part-desc p label {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	margin-top: 33px;
	margin-bottom: 20px;
}

.second-part-desc ul {
	padding-left: 0px;
	list-style: none;
}

#quicktabs-tabpage-tabs-3 .img-part1 .field__item:last-of-type .first-part-desc {
	border-width: 0px;
	margin-bottom: 0;
}


#quicktabs-tabpage-tabs-3 .img-part2 .field__item:last-of-type .first-part-desc {
	border-width: 0px;
	margin-bottom: 0;
}

.page-node-35 .main-banner-content img {
	margin-bottom: 17px;
}


.contact-newsletter form div#edit-mail-wrapper input::placeholder {
	font-family: Nobel;
	font-style: normal !important;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	color: #16162E !important;
}

.contact-newsletter form div#edit-mail-wrapper input::-webkit-input-placeholder {
	font-family: Nobel;
	font-style: normal !important;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	color: #16162E !important;
}

.contact-newsletter form div#edit-mail-wrapper input::-moz-placeholder {
	font-family: Nobel;
	font-style: normal !important;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	color: #16162E !important;
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input::placeholder {
	color: rgba(22, 22, 46, 0.5);
	font-style: italic;
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input::-webkit-input-placeholder {
	font-family: Nobel;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	opacity: 1;
	color: rgba(22, 22, 46, 0.5);
	;
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	font-family: Nobel;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	opacity: 1;
	color: rgba(22, 22, 46, 0.5);
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	font-family: Nobel;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	opacity: 1;
	color: rgba(22, 22, 46, 0.5);
}

.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input:-moz-placeholder {
	/* Firefox 18- */
	font-family: Nobel;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	opacity: 1;
	color: rgba(22, 22, 46, 1);
}

.page-node-23 .content-restourants img {
	margin-bottom: 20px;
}

.hours-part p:empty {
	display: none !important;
}

.icon-wrap-image {
	position: relative;
}

.icon-wrap-image .icon {
	right: 62px;
	bottom: 3%;
	z-index: 99;
}

.page-node-36 .offer-list-wrapper::after {
	background: url(/themes/custom/boardwalk/images/newsletter.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: inherit;
	right: -90px;
	top: -45px;
	content: "";
	width: 191px;
	height: 191px;
}

.path-webform .webform-submission-form.webform-submission-vendors-artists-form h1 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #153D55;
}

.path-webform .webform-submission-form.webform-submission-vendors-artists-form fieldset#edit-processed-text {
	width: 100%;
	display: block;
}

#quicktabs-tabpage-tabs-0 .third-part .icon {
	display: none;
}

.view-faq .ui-icon,
.view-faq .ui-widget-content .ui-icon {
	background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png) !important;
}

.background-faq .ui-accordion .ui-accordion-header:focus {
	outline: none;
}

.body-content p a {
	color: rgba(20, 102, 151, 1);
	text-decoration: underline;
}

.region-event-part {
	margin-bottom: 60px;
}

.page-node-17 .region-event-part {
	margin-bottom: 0px;
}

.event-container .three-left-partition h2 {
	text-transform: capitalize;
}

.page-node-17 .event-container .eventcolour-1 {
	background: #146697;
}

.page-node-17 .event-container .eventcolour-2 {
	background: #F1A745;
}

.explre-1 .big_content h4:first-child {
	text-transform: uppercase;
}

.explre-1 .big_content h5 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.explre-1 .big_content h4 {
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.icon-main-wrapper .banner-icon-wrapper:last-child h4 {
	max-width: 300px;
	width: 100%;
}

.our-past-event-gallery-section .slick-slide {
	margin-right: 3px;
}

.new-container .partition-wrapper h2 {
	text-transform: capitalize;
}

.page-node-48 .part-wrap {
	max-width: 550px;
}

.page-node-48 .event-body-page .body-content p.title a {
	text-decoration: none;
}

.page-node-48 .eventcolour-1 {
	background: #146697;
}

.page-node-48 .eventcolour-2 {
	background: #F1A745;
}

/*07-sep-2021*/
.business-5 {
	color: #6FB4D1;
}

.business-6 {
	color: #50BBC4;
}

.business-7 {
	color: #B78B53;
}

.business-8 {
	color: #146697;
}

.business-9 {
	color: #F1A745;
}

.hours-part p {
	border: 0.5px solid #B78B53;
}

.latest-news-list-wrapper .pagerer-center-pane ul.pager__items {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
}

.latest-news-list-wrapper .pagerer-center-pane ul.pager__items li {
	padding: 0 8px;
}

.latest-news-list-wrapper .pagerer-center-pane ul.pager__items li.is-active a {
	color: #146697;
	text-decoration: underline;
}

.latest-news-list-wrapper .pagerer-center-pane ul.pager__items li a:hover {
	color: #b78b53;
}

.latest-news-list-wrapper .pagerer-center-pane ul.pager__items li a {
	font-size: 24px;
	font-weight: normal;
	color: #16162e;
	font-family: "nobel", sans-serif;
}

.latest-news-list-wrapper .pagerer-left-pane ul.pager__items li a,
.latest-news-list-wrapper .pagerer-right-pane ul.pager__items li a {
	font-size: 22px;
	font-weight: normal;
	color: #146697;
	font-family: "nobel", sans-serif;
}

.latest-news-list-wrapper .pagerer-left-pane ul.pager__items li a:hover,
.latest-news-list-wrapper .pagerer-right-pane ul.pager__items li a:hover {
	color: #b78b53;
}

.latest-news-list-wrapper ul {
	list-style: none;
}

div.pagerer-left-pane,
div.pagerer-right-pane {
	max-width: 40px;
}

.restaurant-category a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

/*07-sep-2021*/

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
	max-width: 900px !important;
	width: 100% !important;
}

.ui-dialog .ui-dialog-title {
	display: none;
}

.ui-dialog .ui-dialog-titlebar {
	background: transparent;
	border-width: 0;
}

.ui-dialog .button {
	border-radius: 0px !important;
	height: 55px !important;
	background: transparent !important;
	border: 2px solid #6FB4D1 !important;
	color: #6FB4D1 !important;
	background-image: none;
	max-width: 200px;
	width: 100%;
	font-size: 21px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
}

.vendor-button .button:hover {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.vendor-button.artist-vendor {
	text-align: right;
	display: block;
	width: 100%;
}

.webform-submission-vendors-artists-form h1 {
	margin-top: 100px;
}

.webform-submission-add-form h1 {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #153D55;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0px 1em;
	position: relative;
	text-align: right;
	background: transparent;
	z-index: 99;
	right: 5px;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: relative;
	right: 0;
	top: 50%;
	width: 100px;
	margin: 0px 0 0 0;
	height: 100px;
	border-width: 0px;
	z-index: 1;
	background: rgba(238, 229, 210, 0.3);
	cursor: pointer;
	padding: 30px 20px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
	background: url(/themes/custom/boardwalk/images/close.png)no-repeat;
	background-size: cover;
	width: 30px;
	height: 29px;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.offer-mobile {
	display: none;
}

.node--type-events .event-img .icon {display:none;}

/*--------Explore page---------*/
.google-review-section .review-text {
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	text-align: center;
	color: #153D55;
}

.review-stars {
	max-width: 872px;
	width: 100%;
	margin: 0 auto 35px;
}

.google-review-section .header,
.review-meta,
.review-text {
	max-width: 872px;
	width: 100%;
	margin: 0 auto 0px;
}

.review-item {
	margin: 0 auto;
	padding: 0em;
	flex: auto;
}

.image-google {
	margin-top: 50px;
}

.rest-body-part {
	display: none;
}

.calender time.datetime {
	max-width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.calender {
	background: #fff;
	padding: 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 3%;
	left: 3%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.calender .ev_date{
	font-family: Rockwell Nova;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B78B53;
	max-width: 50px;
}

.navbar-toggler-icon {
	background-image: url(/themes/custom/boardwalk/images/menubar.svg) !important;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.write.Review p {
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("/themes/custom/boardwalk/images/down_arrow.png");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	padding-right: 2rem;
}

.webform-submission-vendors-artists-form .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("/themes/custom/boardwalk/images/down_arrow.png");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	padding-right: 2rem;
}

.webform-submission-vendors-artists-form div#edit-actions button.webform-button--submit:hover {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}

.contact-newsletter button#edit-subscribe:hover {
	background: #000;
	color: white !important;
}

.ui-dialog .ui-dialog-content {
	padding-top: 0px !important;
}

.webform-text-desc {
	width: 100%;
}

.page-node-34 .leasing-content .leasing-p1::after {
	left: -30px;
}

.page-node-34 .leasing-content .leasing-p1::after {
	left: -30px;
}

.page-node-34 .raving-content .leasing-p1::after {
	left: -100px;
}

.page-node-34 .raving-content .leasing-p1::after {
	left: -100px;
}

/*--------24-Nov-2021---------*/
#main-explore-wrap2 .explre-1 h4 a,
#main-explore-wrap4 .explore-p1 {
	color: #fff;
}

.our-past-event-gallery-section img {
	width:100%;
	height:auto;
}

.our-past-event-gallery-section .img-logo img {
	width:unset;
	height:auto;
}

.page-node-34 .view-id-sponsors .sponsor-row img {
	width:80%;
	height:auto;
	margin: 0 10%
}
/*--------Article CT---------*/
.article-wrap{
	font-size: 16px;
	line-height: 22px;
	font-family: Nobel;
	font-style: normal;
	font-weight: normal;
	color: #16162E;
	margin: 50px auto;
}
.article-wrap h2 {
	font-family: Rockwell Nova;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.29;
	color: #6FB4D1;
	margin-bottom: 30px;
}

/*--------24-Nov-2021---------*/
@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
		width: 100%;
	}
}

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

	button.slick-prev.slick-arrow {
		max-width: 175px;
		height: 23px;
	}

	button.slick-next.slick-arrow {
		max-width: 175px;
		height: 22px;
	}

	.news-wrap {
		padding: 30px 30px 30px;
	}

	.restaurant-category .content-category,
	.restaurant-category.restaurant-category-div-1 .content-category {
		padding: 43px 15px 53px 50px;
	}

	.restaurant-category p::after {
		left: -50px;
	}

	.page-node-9 .main-back-faq,
	.page-node-35 .main-back-faq {
		overflow: inherit;
	}
}

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

	.path-frontpage .big_image .calendar {
		width:50px;
		height:50px;
		line-height:50px
	}

	.path-frontpage .big_image time.datetime{
		font-size:16px;
		line-height:1.25;
	}

	button.slick-prev.slick-arrow {
		max-width: 120px;
		height: 16px;
	}

	button.slick-next.slick-arrow {
		max-width: 120px;
		height: 15px;
	}

	.news-wrap h2 {
		margin-bottom: 30px;
	}

	.partition-wrapper h2,
	.premium-dest p,
	p.leasing-p2,
	.location-section h2,
	.news-wrap h2 {
		font-size: 32px;
	}

	.path-frontpage .partition-wrapper h2 {font-size:28px;padding-right:20px;}

	.location-section {
		padding-bottom: 140px;
		padding-left: 15px;
		padding-right: 15px;
	}

	p.leasing-p3 {
		line-height: 1.5;
	}

	.leasing-content {
		padding: 100px 30px;
	}

	.leasing-p1::after {
		left: -30px;
	}

	.pre-background {
		padding-top: 160px;
	}

	.premium-dest {
		max-width: 780px;
	}

	#header a.navbar-brand {
		padding-left: 40px;
	}

	.banner-text {
		max-width: 600px;
		margin: 0 auto;
	}

	.main-banner-content .banner-text h1 {
		font-size: 60px;
		line-height: 1.2;
	}

	.partition-wrapper.small-first {
		height: 320px;
	}

	.news-wrap p {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.news-wrap p::after {
		bottom: -15px;
	}

	.nes-img {
		min-height: 400px;
	}

	.nes-img img {
		min-height: inherit;
	}

	.footer-content {
		padding: 0 15px;
	}

	.upcoming-view {
		padding: 20px 30px 90px;
	}

	.event-back {
		padding: 60px 0px 90px 30px;
	}

	.event-container {
		padding: 0 15px;
	}

	.three-left-partition h2 {
		font-size: 24px;
	}

	.field.field--name-field-restaurant-content-title {
		font-size: 32px;
		margin-bottom:45px;
	}

	.blue-background-restourants {
		min-height: 500px;
	}

	.restaurant-category h2 {
		font-size: 32px;
	}

	.content-restourants h1 {
		font-size: 60px;
	}

	.event-ad,
	.event-list-container {
		padding: 0 12px;
	}

	.past-event .view-id-events.view-display-id-block_2 h2 {
		font-size: 32px;
	}

	.icon-main-wrapper .banner-icon-wrapper h4 {
		font-size: 28px;
	}

	.explore-banner-buttons {
		bottom: 50px;
	}

	.page-node-31 .main-banner-content .banner-text h1 {
		font-size: 48px;
	}

	.page-node-31 .main-banner-content {
		top: 35%;
	}

	.content-part-restourants {
		padding-left: 35px;
	}

	.image-part-slider {
		margin-right: 15px;
		width: calc(100% - 15px);
	}

	section.explore-section .explore .content-part .body-node p {
		font-size: 18px;
		line-height: 1.5;
	}

	section.explore-section .explore {
		padding: 0 20px;
	}
	.path-frontpage .calender {
		width:70px;
		height:70px;
	}
}

@media screen and (max-width: 1280px) {
	section.explore-section .explore .content-part {
		min-height: 215px;
	}

	section.explore-paragraph.Left .explore-content {
		padding-left: 15px;
	}

	section.explore-paragraph.Left span.explore::after {
		left: -15px;
	}

	section.explore-paragraph.Right span.explore::after {
		left: -15px;
	}

	section.explore-paragraph.Right .explore-wrap {
		padding-left: 15px;
		padding-right: 0px;
		margin-left: 0px;
	}

	.second-part-rest .container-fluid.custom-container {
		padding: 0 15px;
	}

	.restaurant-category .content-category,
	.restaurant-category.restaurant-category-div-1 .content-category {
		padding-left: 40px;
	}

	.news-wrapper:first-child {
		padding-top: 30px;
	}

	.event-right {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.partition-wrapper.small-first {
		height: 290px;
	}

	.premium-dest {
		max-width: 600px;
	}

	.four-section {
		padding: 0 0px;
	}

	.container-fluid.custom-container {
		padding: 0 15px;
	}

	.leasing-photo::after {
		top: -74px;
		width: 150px;
		height: 150px;
	}

	nav#block-boardwalk-footer ul li {
		max-width: 85px;
	}

	.main-banner-buttons {
		bottom: 100px;
	}

	.region-event-part h2.tittle-h2,
	.event-back h3,
	.three-left-partition h2 {
		font-size: 30px;
	}

	.three-box-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.three-box {
		width: calc(50% - 24px);
		margin-bottom: 20px;
	}

	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 h2 {
		font-size: 36px;
	}

	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 {
		padding: 100px 0 0;
	}

	.upcoming-view {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-banner-content .banner-text h1 {
		font-size: 42px;
		line-height: 1.2;
	}

	.restourant-paragraph-slider .slick-list.draggable {
		max-width: 650px;
	}

	.image-part-slider {
		margin-right: 25px;
		width: calc(100% - 25px);
	}

	.content-part-restourants {
		padding-left: 25px;
		padding-top: 50px;
	}

	.new-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.restourant-content .field--name-field-restaurant-content-body p {
		margin-top: 50px;
		margin-bottom: 25px;
	}

	.fourth-part {
		padding: 50px 0;
	}

	.text-special,
	.text-special-p {
		max-width: 100%;
	}

	.explore-sec {
		padding-top: 50px;
	}

	.two-category-wrap h3 {
		font-size: 32px;
		margin-bottom: 46px;
	}

	.content-restourants h1 {
		font-size: 42px;
	}

	.text-special h4 {
		font-size: 32px;
	}

	.text-special-p p {
		font-size: 18px;
	}

	.page-node-36 .new-container {
		padding: 0 12px;
	}

	.latest-news-list-wrapper {
		padding-right: 0px;
	}

	.latest-news-list-wrapper .views-field.views-field-title .field-content a {
		font-size: 32px;
	}

	.header-experience-boardwalk h2,
	.experiance-par-body h2 {
		font-size: 32px;
	}

	.experiance-par {
		padding-left: 12px;
		padding-right: 12px;
	}

	.event-ad {
		margin-bottom: 50px;
	}

	.body-content p {
		margin-bottom: 20px;
	}

	.event-title a {
		font-size: 32px;
	}

	.part-wrap section.social .text p {
		font-size: 18px;
	}

	.part-wrap section.social .text {
		padding-right: 12px;
	}

	.part-wrap section.social a:first-child {
		padding-left: 12px;
	}

	.part-wrap section.social {
		margin-top: 40px;
	}

	.part-wrap .social .icons a span.fab {
		font-size: 28px;
	}

	.explore-banner-buttons {
		padding: 0 15px;
	}

	.icon-main-wrapper .banner-icon-wrapper h4 {
		font-size: 24px;
	}

	.circle-icon {
		width: 55px;
		height: 55px;
		line-height: 55px;
		margin: 0 auto 20px;
	}

	.circle-icon img {
		max-width: 32px;
		width: 100%;
	}

	.icon-main-wrapper .banner-icon-wrapper {
		width: calc(25% - 12px);
		margin: 0 6px;
	}

	.page-node-31 .main-banner-content .banner-text h1 {
		font-size: 36px;
	}

	.explore-content {
		padding-right: 15px;
	}

	.explore-wrap .explore-p1 {
		font-size: 32px;
	}

	section.explore-section .explore {
		padding: 0 15px;
	}

	section.explore-section {
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.page-node-31 .main-banner-content .banner-text h1 {
		font-size: 30px;
	}

	.view-testimonial.view-display-id-block_1::after {
		width: 120px;
		height: 120px;
		left: 25px;
		top: -60px;
	}
	.path-frontpage .calender {
		width:70px;
		height:70px;
	}
	.page-node-17 .three-box .three-left-content p {
		font-size:24px;
		padding-right:20px;
	}
}

@media screen and (max-width: 1100px) {
	.path-frontpage .partition-wrapper h2 {font-size:18px;line-height:22px;padding-right:20px;}
}



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

	.col-md-4.social-column {
		width: 30%;
	}

	.col-md-5.menu-column {
		width: 55%;
	}

	.col-md-3.block-column {
		width: 15%;
	}

	section.social a {
		padding: 0 12px;
	}

	nav#block-boardwalk-footer ul li {
		max-width: 80px;
	}

	.leasing-content {
		padding: 30px;
	}

	.buisness_category_wrapper ul li {
		margin: 10px 10px 40px;
	}

	.region-event-part .col-md-7,
	.region-event-part .col-md-5 {
		width: 100%;
	}

	.region-event-part .col-md-5 {
		margin-bottom: 40px;
	}

	.view-id-events.view-display-id-block_2 .view-content .image-row.views-row {
		width: calc(100% / 2);
	}

	.view-id-events.view-display-id-block_2 .view-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-node-17 .pre-background .premium-dest {
		max-width: 580px;
		width: 100%;
	}

	.past-image-wrap {
		height: 550px;
		width: 100%;
	}

	.slick-slide .past-image-wrap img {
		width: 100%;
	}

	.background-inner-slider.pre-background {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 {
		padding: 60px 0 0;
	}

	.upcoming-view {
		padding-bottom: 60px;
	}

	.blue-background-restourants {
		min-height: 400px;
	}

	.offer-list-wrapper .three-box-wrapper .left-content {
		padding: 0 0px 0 15px;
	}

	.event-img > img {
		width: 100%;
		min-height: 400px;
		object-fit: cover;
		object-position: center center;
	}

	.event-body-page .body-content .rest-part {
		padding-bottom: 20px;
	}

	.page-node-48 .event-body-page .body-content {
		padding-bottom: 30px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.offer-news-block {
		margin-top: 50px;
	}

	.page-node-48 .body-content {
		padding: 50px 12px 0px;
	}

	.event-body-page .body-content .rest-part p,
	.body-content p {
		font-size: 18px;
	}

	.sponsors-block .img-logo {
		margin: 0 auto 49px;
	}

	.content-part-restourants .field.field--name-field-time.field--type-daterange.field--label-hidden.field__item time.datetime,
	.paragraph--type--hours-restaurant .field.field--name-field-days.field--type-list-string.field--label-hidden.field__item {
		font-size: 18px;
		line-height: 1.95;
	}

	.location-part p {
		font-size: 18px;
	}

	.location-part {
		padding-right: 15px;
	}

	.hours-part {
		padding-left: 15px;
	}

	.explore-wrap span.explore::after {
		left: 0px;
	}

	.explore-wrap .explore-p1 {
		font-size: 20px;
	}

	.explore-wrap p.explore-p2 {
		font-size: 18px;
		line-height: 1.5;
	}

	section.explore-section .explore .content-part .body-node p {
		font-size: 18px;
		line-height: 1.3;
	}

	.body-content {
		padding: 37px 15px 45px;
	}

	body-content p:last-child {
		margin-bottom: 0px;
	}

	.sponsors-block {
		margin-top: 60px;
	}

	.gallery-event {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.header-experience-boardwalk h2,
	.experiance-par-body h2,
	.event-title a,
	.text-special h4 {
		font-size: 24px;
	}

	.Social-main-content,
	.simplenews-event-content.event-newsletter,
	.event-ad {
		padding: 0 15px;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input,
	.simplenews-event-content.event-newsletter form .button#edit-subscribe {
		border-bottom: 2px solid rgba(183, 139, 83, 0.5);
	}

	.simplenews-event-content.event-newsletter {
		border-bottom: 0px solid rgba(183, 139, 83, 0.5);
	}

	.page-node-35 .simplenews-event-content.event-newsletter {
		border-bottom: 2px solid rgba(183, 139, 83, 0.5);
		padding: 0px;
		margin: 0 15px;
		width: calc(100% - 30px);
	}

	.page-node-35 .simplenews-event-content.event-newsletter form div#edit-mail-wrapper input,
	.page-node-35 .simplenews-event-content.event-newsletter form .button#edit-subscribe {
		border-bottom: 0px solid rgba(183, 139, 83, 0.5);
	}

	.node--type-events .fourth-part {
		padding-bottom: 50px;
	}

	.calender {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	section.explore-section .explore .content-part {
		min-height: 175px;
		padding: 27px 15px 15px;
	}

	.big_content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: 80%;
	}

	.wrap-explore .big_content h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.left_visit_wrapper {
		min-height: 500px;
	}

	#block-premierdestination .col-md-6 {
		width: 100%;
	}

	.location_info,
	.parking_info,
	.found_info {
		margin-bottom: 40px;
		width: calc(50% - 3px);
		display: inline-block;
	}

	.blue_wrapper {
		padding: 40px;
	}

	.left_visit_wrapper .title-img-wrap h2 {
		font-size: 50px;
		margin-top: 15px;
	}

	.google-review-section .review-text {
		font-size: 24px;
		line-height: 30px;
	}

	.background-faq {
		padding-bottom: 50px;
	}

	.page-node-35 .video-background > img {
		min-height: 340px;
		object-fit: cover;
		object-position: 70%;
	}

	.page-node-35 .main-back-faq .background-location {
		margin-top: -65px;
		position: relative;
	}

	.event-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.div-part2 {
		margin-top: 0px;
	}

	.div-part1,
	.div-part2 {
		max-width: 350px;
		width: 100%;
		padding: 0 15px;
	}

	.event-back span {
		font-size: 16px;
	}

	.event-back h3 {
		font-size: 20px;
		margin-top: 15px;
	}
	.page-node-34 .leasing-p1::after {
		left: -50px;
	}
}

@media screen and (max-width: 991px) {
	button.slick-prev.slick-arrow {
		position: absolute;
		bottom: -35px;
		top: auto;
		left: 40% !important;
		transform: translateX(-50%);
	}

	button.slick-next.slick-arrow {
		position: absolute;
		top: auto;
		right: auto;
		left: 60%;
		bottom: -35px;
		transform: translateX(-50%);
	}

	.premium-dest {
		max-width: 100%;
	}

	button.slick-prev.slick-arrow {
		max-width: 100px;
		height: 13px;
	}

	button.slick-next.slick-arrow {
		max-width: 100px;
		height: 12px;
	}


	.premium-dest p,
	p.leasing-p2,
	.location-section h2,
	.news-wrap h2 {
		font-size: 24px;
	}

	.big_content h2,
	.partition-wrapper h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.nes-img {
		min-height: 320px;
	}

	p.leasing-p3 {
		font-size: 18px;
	}

	.leasing-wrap a {
		margin-top: 15px;
		margin-top: 15px;
	}

	.news-wrap a,
	.location-btn a {
		max-width: 150px;
		height: 40px;
		line-height: 40px;
	}

	.main-banner-buttons a {
		font-size: 18px;
		background:rgba(0, 0, 0, 0.3);
	}

	.main-banner-content .banner-text h1 {
		font-size: 42px;
		line-height: 1.2;
	}

	.news-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.news-wrap p::after {
		left: -15px;
	}

	button.navbar-toggler {
		background: #fff;
		border-radius: 0px;
		padding: .25rem 0px;
	}

	#header a.navbar-brand {
		padding: 15px;
		max-width: 200px;
		width: 100%;
	}

	#header .navbar-expand-lg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#header button.navbar-toggler {
		position: absolute;
		top: 11px;
		right: 25px;
	}

	#header .navbar li.nav-item {
		max-width: 100%;
		width: 100%;
		border-top: 1px solid #000;
		border-right: 0px solid #000;
		padding: 20px 0 5px;

	}

	nav#block-boardwalk-main-menu {
		max-width: initial;
		width: 100%;
		border: 0px solid #000;
	}

	.partition-wrapper.small-first {
		height: 250px;
	}

	#header .navbar li.nav-item:last-child {
		border-top-width: 1px;
	}

	#header .navbar li.nav-item:first-child {
		border-left: 0px solid rgba(34, 55, 72, 0.3);
	}

	section.social a i {
		font-size: 30px;
	}

	.buisness_category_wrapper ul li {
		margin: 10px 10px 40px;
	}

	.instagram_feed .instagram_new {
		width: 33.33%;
	}

	div#block-footermainlogo {
		margin: 20px 0 0;
	}

	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 {
		margin-bottom: 40px;
	}

	.restourant-content button.slick-prev.slick-arrow {
		bottom: 0px;
		top: auto;
		left: 40% !important;
		transform: translateX(-50%)
	}

	.restourant-content button.slick-next.slick-arrow {
		top: auto;
		right: auto;
		left: 60%;
		bottom: 0px;
		transform: translateX(-50%);
	}

	.restourant-paragraph-slider .slick-list.draggable {
		max-width: 580px;
	}

	.latest-news-list-wrapper .views-row {
		padding: 22px 0 19px;
	}

	.webform-submission-vendors-artists-form {
		max-width: 700px;
		width: 100%;
	}

	.our-past-event-gallery-section {
		margin-bottom: 80px;
	}

	.our-past-event-gallery-section button.slick-prev.slick-arrow,
	.our-past-event-gallery-section button.slick-next.slick-arrow {
		top: auto;
		bottom: -100px;
		border: 1px solid #6fb4d1;

	}

	.our-past-event-gallery-section button.slick-next.slick-arrow {
		left: 52%;
	}

	.simplenews-event-content.event-newsletter::after {
		top: -175px;
		width: 100px;
		height: 100px;
		left: 22px;
	}

	.text-special a {
		font-size: 18px;
		margin-top: 18px;
	}

	.second-part-rest .row .col-sm-6 {
		flex: 0 0 auto;
		width: 100%;
	}

	.second-part-rest .row.g-0 {
		flex-wrap: wrap;
	}

	.location-part-bottom {
		padding-top: 50px;
	}

	.icon-main-wrapper .banner-icon-wrapper h4 {
		font-size: 18px;
	}

	.body-content {
		padding: 37px 15px 65px;
	}

	.img-video img {
		object-fit: cover;
		min-height: 300px;
		object-position: center center;
	}

	#header nav#block-boardwalk-main-menu {
		max-width: 991px;
		width: 100%;
	}

	.page-node-35 .simplenews-event-content.event-newsletter::after {
		top: -90px;
	}

	.page-node-2 .simplenews-event-content.event-newsletter::after {
		top: -160px;
	}

	.page-node-2 .body-content {
		padding-bottom: 80px;
	}

	.page-node-35 .Contact-webform .webform-submission-vendors-artists-form {
		margin-bottom: 100px;
	}

	.sponsors-block .sponsor-row img {
		max-width: 130px;
		width: 100%;
	}
	.rest-logo {
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width:867px) {
	.page-node-34 .view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
		font-size:16px;
		padding-right:50px;
		line-height:1.5rem;
	}
}

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

	.path-frontpage .big_image .calendar {
		width:100px;
		height:100px;
		line-height:100px
	}

	.path-frontpage .big_image time.datetime{
		font-size:18px;
		line-height:1.5;
	}

	.page-node-34 .view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
	font-size:24px;
	padding-right:0px;
	}

	.small-image,
	.big_image,
	.offer {
		margin: 0px 15px 15px 15px;
		width: calc(100% - 30px);
	}

	.news-wrap {
		padding: 40px 35px 40px 35px;
	}

	.left-content {
		padding: 0 0px 0 15px
	}

	.partition-wrapper h3::after {
		left: -15px;
	}

	main-banner-content .banner-text h1 {
		font-size: 24px;
		line-height: 1.2;
	}

	.location-inner-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.location-wrapper,
	.location-btn {
		max-width: 100%;
		width: 100%;
	}

	.location-wrapper p {
		font-size: 18px;
		line-height: 1.5;
	}

	.location-btn {
		text-align: left;
	}

	.location-btn a {
		margin-top: 20px;
	}

	video#videoBG {
		height: 100%;
		min-height: 600px;
		object-fit: cover;
	}

	.location-section {
		padding-top: 20px;
	}

	div#block-simplenewssubscription h2,
	div#div#block-newslettersignup h2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	div#block-simplenewssubscription .content,
	div#block-newslettersignup .content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 100%;
	}
	.webform-submission-newsletter-signup-add-form fieldset.form-group {
		margin-bottom: 0;
	}

	button#edit-subscribe {
		font-size: 18px;
	}

	.leasing-photo {
		height: 330px;
		width: 100%;
	}

	.nes-img {
		min-height: inherit;
	}

	.img-logo {
		margin: 0 auto 25px;
		max-width: 200px;
	}

	#header a.navbar-brand {
		padding-left: 15px;
		max-width: 200px;
		width: 100%;
	}

	.col-md-5.menu-column {
		width: 100%;
		order: 1;
		border-bottom: 0px solid #B78B53;
	}

	.col-md-4.social-column {
		width: 100%;
	}

	.col-md-3.block-column {
		width: 100%;
		order: 2;
	}

	#block-boardwalk-footer .navbar-nav {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}

	section.social {
		padding: 26px 0 32px;
		text-align: center;
	}

	.main-banner-content img {
		max-width: 200px;
		margin: 0 0 20px;
	}

	.main-banner-content {
		padding: 0 15px;
	}

	.main-banner-content .banner-text h1 {
		font-size: 30px;
	}

	.navbar li.nav-item a.visit::after,
	.navbar li.nav-item a.nav-link--latest-news::after {
		width: 30px;
		height: 31px;
		top: -5px;
		left: 35%;
	}

	.navbar li.nav-item a.events::after {
		width: 25px;
		height: 25px;
		top: 0px;
		left: 35%;
	}

	.navbar li.nav-item a.explore::after {
		width: 35px;
		height: 23px;
		top: 5px;
		left: 35%;
	}

	.navbar li.nav-item a.leasing::after {
		width: 24px;
		height: 23px;
		top: 0px;
		left: 35%;
	}

	.navbar li.nav-item a.contact::after{
		width: 25px;
		height: 25px;
		top: 0px;
		left: 35%;
	}

	#header .navbar li.nav-item a {
		padding-top: 0px;
	}

	.four_image_wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.first_half {
		width: 100%;
	}

	.partition-wrapper.small-first {
		background-position: top right !important;
	}

	section.social a {
		padding: 0 8px;
	}

	section.social a i {
		font-size: 25px;
	}

	.three-box-wrapper {
		margin: 0 -15px;
	}

	.three-box {
		width: calc(100% - 30px);
		margin: 0 15px 15px;
	}

	.three-image {
		height: 360px;
		background-position: top right !important;
	}

	.three-left-content {
		padding-left: 12px;
		padding-right: 12px;
	}

	.three-left-partition h3::after {
		left: -12px;
	}

	.three-left-partition h2 {
		font-size: 20px;
		margin-bottom: 0px;
		line-height: 30px;
	}

	.event-back {
		padding-left: 12px;
		padding-right: 12px;
	}

	.upcoming-view {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.region-event-part h2.tittle-h2,
	.premium-dest p,
	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 h2 {
		font-size: 20px;
	}

	.event-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.event-list .date {
		margin-bottom: 20px;
	}


	.event_date time.datetime {
		font-size: 12px;
	}

	.event_date {
		width: 70px;
		height: 70px;
		padding: 15px 0;
	}

	.event_date span .datetime {
		font-size: 28px;
	}

	.date-only time.datetime,
	.event-list .time-only,
	.time-only {
		font-size: 16px;
		line-height: 26px;
	}

	.time-only .datetime {
		padding-left: 0px;
		padding-right: 0px;
	}

	.view-id-events.view-display-id-block_2 .img-logo {
		margin: 0 auto 20px;
	}

	.past-image-wrap {
		height: 420px;
	}


	.restaurant-category .content-category,
	.restaurant-category.restaurant-category-div-1 .content-category {
		padding: 43px 15px 53px 15px;
	}

	.restaurant-category p::after {
		left: -35px;
		width: 130px;
	}

	.restaurant-category {
		width: calc(100% - 12px);
		margin-left: 12px;
		margin-right: 0px;
	}

	.restaurant-category.restaurant-category-div-1 {
		margin-right: 12px;
		width: calc(100% - 12px);
		margin-left: 0px;
	}

	.text-special,
	.text-special-p {
		padding: 0px;
	}

	.location-part,
	.hours-part {
		width: 50%;
	}

	.image-part-slider {
		margin-right: 0px;
		width: calc(100% - 0px);
	}

	.location-hours,
	.second-part-rest .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.location-part-bottom {
		padding-top: 30px;
	}

	.second-part-rest .col-sm-6,
	.page-node-36 .col-sm-7,
	.page-node-36 .col-sm-5 {
		flex: 0 0 auto;
		width: 100%;
	}

	.hours-part {
		padding-left: 15px;
		padding-top: 0px;
	}

	.rest-logo {
		margin-bottom: 25px;
		text-align: center;
	}

	.restourant-paragraph-slider {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.content-restourants {
		top: 50%;
	}

	.blue-background-restourants {
		min-height: 506px;
	}

	.content-part-restourants {
		padding-left: 0px;
	}

	.two-category-wrap .col-sm-6 {
		flex: 0 0 auto;
		width: 100%;
	}

	.two-category-wrap .view-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.restaurant-category.restaurant-category-div-1 {
		margin-right: 0px;
		width: calc(100% - 0px);
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.restaurant-category {
		width: calc(100% - 0px);
		margin-left: 0px;
		margin-right: 0px;
	}

	.content-restourants h1 {
		margin-bottom: 40px;
	}

	.field.field--name-field-restaurant-content-title,
	.restaurant-category h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.two-category-wrap h3
		{
		font-size: 30px;
	}

	.restourant-content .field--name-field-restaurant-content-body p {
		font-size: 21px;
		line-height: 1.48;
	}

	.restaurant-category a {
		font-size: 21px;
	}

	.page-node-36 .new-container {
		margin-top: 50px;
	}

	.latest-news-list-wrapper .views-field.views-field-title .field-content a {
		font-size: 24px;
	}

	.webform-submission-vendors-artists-form {
		max-width: 100%;
		width: 100%;
		padding: 0px;
		margin: 50px 0;
	}

	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-textfield.form-type-textfield,
	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-select,
	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-email {
		width: calc(50% - 20px);
	}

	.webform-submission-vendors-artists-form .form-control,
	.webform-submission-vendors-artists-form .form-select {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 21px;
	}

	.webform-submission-vendors-artists-form div#edit-actions button#edit-submit {
		max-width: 120px;
		height: 40px !important;
		line-height: 38px;
		font-size: 18px;
		width: 100%;
	}

	.event-part1 {
		min-height: 445px;
	}

	.bluepart {
		padding: 30px 0;
	}

	.simplenews-event-content.event-newsletter::after {
		top: -160px;
	}

	.Social-main-content .social {
		padding: 20px 0px;
	}

	.Social-main-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.leasing-photo::after {
		top: -50px;
		width: 115px;
		height: 115px;
		left: 15px;
	}

	div#block-instagramliteblock h2 {
		line-height: 1.5;
	}

	.news-wrapper .date {
		width: calc(100% - 85px);
		margin: 0 0px 0px 15px;
	}

	.news-wrapper .time-only,
	.news-wrapper .time-only .datetime {
		font-size: 16px;
		display: inline;
	}

	.news-wrapper .title {
		margin: 12px 0 0 0;
		float: left;
		width: 100%;
	}

	.news-wrapper .time-only {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-transform: lowercase;
	}

	.news-wrapper {
		padding: 20px 0 22px;
	}

	/*.page-node-17 .video-background,
	.page-node-36 .video-background {
		height: 340px;
	}*/

	.event-back {
		padding: 27px 15px 71px 15px;
	}

	.event-back span {
		font-size: 16px;
		margin-bottom: 9px;
	}

	.event-back h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.event-back a {
		margin-top: 26px;
	}

	.region-event-part .col-md-5 {
		margin-bottom: 17px;
	}

	.offer-mobile {
		display: block;
	}

	.three-image,
	.partition-wrapper {
		background-image: none !important;
		position: inherit !important;
	}

	.three-left-partition h3 {
		margin-bottom: 50px;
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	.three-left-partition {
		position: relative;
		left: 0;
		top: 0;
		height: 50%;
		color: #fff;
		margin: auto;
		width: 100%;
	}

	.left-partition {
		position: relative;
		left: 0;
		top: 0;
		height: 180px;
		color: #fff;
		margin: auto;
		width: 100%;
	}

	.partition-wrapper.small-first {
		height: inherit;
	}

	.offer-mobile img {
		width: 100%;
	}

	.three-left-content p {
		margin-bottom: 0px;
	}

	#block-views-block-events-block-2 .view-id-events.view-display-id-block_2 {
		padding: 35px 15px 0;
		margin-bottom: 0px;
	}

	.event-back a {
		max-width: 340px;
	}

	.our-past-event-gallery-section ul.slick-dots {
		padding-left: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		justify-content: center;
		margin-bottom: 0px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}

	.our-past-event-gallery-section ul.slick-dots li {
		margin: 0 3px;
	}

	.our-past-event-gallery-section ul.slick-dots button {
		font-size: 0;
		border: 0;
		text-indent: -555px;
		display: block;
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background: rgba(221, 221, 221, 0.8);
		opacity: 1;
		padding: 4px;
	}

	.our-past-event-gallery-section ul.slick-dots .slick-active button {
		background: rgba(255, 255, 255, 1);
	}

	.background-inner-slider.pre-background {
		padding-top: 50px;
		padding-bottom: 90px;
	}

	button.slick-prev.slick-arrow {
		max-width: 115px;
		height: 15px;
	}

	button.slick-next.slick-arrow {
		max-width: 115px;
		height: 14px;
	}

	button.slick-prev.slick-arrow,
	.restourant-content button.slick-prev.slick-arrow {
		position: absolute;
		bottom: -46px;
		top: auto;
		left: 0px !important;
		transform: none;
	}

	button.slick-next.slick-arrow,
	.restourant-content button.slick-next.slick-arrow {
		position: absolute;
		top: auto;
		right: 0;
		left: auto;
		bottom: -46px;
		transform: none;
	}

	.author {
		font-size: 16px;
		line-height: 20px;
	}

	div#block-instagramliteblock h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	div#block-instagramliteblock h2::before {
		font-size: 24px;
		color: #fff;
		top: -35px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 0px;
	}

	.region.region-sub-footer {
		margin-top: 24px;
	}

	div#block-instagramliteblock h2::after {
		bottom: -26px;
	}

	div#block-footermainlogo {
		margin: -25px 0 0;
	}

	.sub-footer a.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}

	div#block-simplenewssubscription {
		padding-top: 15px;
	}

	div#edit-actions {
		max-width: 345px;
		width: 100%;
		margin-top: 24px;
		text-align: center;
		display: block;
	}

	nav#block-boardwalk-footer ul li a {
		font-size: 12px;
		line-height: 22px;
		padding: 0;
	}

	nav#block-boardwalk-footer ul li {
		border-right: 0px solid rgba(183, 139, 83, 0.5);
		padding: 0px 0;
	}

	nav#block-boardwalk-footer ul li {
		max-width: 100%;
		border-right: 0px solid #B78B53;
		border-bottom: 0px solid #B78B53;
	}

	.sub-footer-column {
		border-bottom: 0px solid rgba(183, 139, 83, 0.5);
	}

	#block-footerblock p {
		font-size: 12px;
		line-height: 22px;
		text-align: center;
	}

	.logo-wrap {
		max-width: 345px;
		width: 100%;
	}

	.logo-wrap a img {
		padding-right: 15px;
	}

	.site-footer__bottom .region {
		margin-top: 8px;
	}

	.mobile-only {
		display: block;

	}

	.mobile-only p {
		font-size: 12px;
		line-height: 22px;
		text-align: center;
		font-family: Nobel;
		font-style: normal;
		font-weight: normal;
		color: #fff;
	}

	.desktop-only {
		display: none;
	}

	.site-footer__bottom {
		padding-bottom: 0px;
	}

	div#edit-mail-wrapper {
		max-width: 100%;
		width: calc(100% - 0px);
		margin-right: 0px;
		margin-bottom: 0px !important;
	}


	form#simplenews-subscriptions-block-092aa5c6-28ef-4b9b-b1f9-c7b82f4436b0 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.location-front .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
		margin-top: -30px;
	}

	.main-banner-buttons {
		bottom: 85px;
		display: block;
	}

	.background-location {
		height: 30px;
		background-position: bottom center;
		background-size: contain;
	}

	.location-btn a,
	.news-wrap a {
		max-width: 345px;
		height: 55px;
		line-height: 55px;
		width: 100%;
	}

	.four-section {
		margin-top: -50px;
	}

	.location-section {
		padding-bottom: 100px;
	}

	.calender {
		padding: 12px;
		width: 70px;
	}

	.big_content h4,
	.partition-wrapper h3,
	time.datetime,
	.leasing-p1 {
		font-size: 16px;
	}

	.partition-wrapper h2,
	.news-wrap h2,
	p.leasing-p2 {
		font-size: 20px;
		line-height: 28px;
	}

	p.leasing-p3 {
		font-size: 21px;
	}

	.nes-img img {
		width: 100%;
		height: auto;
	}

	.news-wrap p {
		margin-bottom: 55px;
	}

	.news-wrap p::after {
		left: -35px;
		bottom: -28px;
	}

	.leasing-section {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.leasing-content {
		padding: 35px;
	}

	.leasing-p1::after {
		display: none;
	}

	.partition-wrapper.small-first {
		background-image: none !important;
	}

	.review-main {
		max-width: 875px;
		width: 100%;
	}

	.icon-wrap-image .icon {
		right: 3%;
		bottom: 3%;
		z-index: 99;
		width: 70px;
		height: 70px;
	}

	.icon img {
		max-width: 28px;
		margin-bottom: 5px;
	}

	.image-part-slider ul.slick-dots button {
		width: 5px;
		height: 5px;
		border-radius: 5px;
		opacity: 1;
		padding: 2px;
	}

	.image-part-slider ul.slick-dots {
		bottom: 30px;
	}

	.content-part-restourants {
		padding-top: 44px;
	}

	.content-restourants h1 {
		font-size: 30px;
	}

	.page-node-23 .content-restourants img {
		max-width: 250px;
	}

	.restorant-link a {
		max-width: 345px;
	}

	.main-banner-buttons a {
		font-size: 21px;
		background:rgba(0, 0, 0, 0.4);
	}

	.location-hours h3,
	.text-special p {
		font-size: 16px;
	}

	.text-special p {
		line-height: 1.75;
	}

	.text-special h4 {
		margin-bottom: 25px;
	}

	.text-special-p p {
		font-size: 21px;
		line-height: 1.48;
	}

	.restourant-content .field--name-field-restaurant-content-body p {
		margin-top: 76px;
	}

	.restourant-content-mobile {
		padding-top: 50px;
	}

	.rest-body-part {
		display: block;
		padding-top: 72px;
	}

	.rest-body-part p {
		font-family: Nobel;
		font-style: normal;
		font-weight: normal;
		font-size: 21px;
		line-height: 1.48;
		margin-bottom: 44px;
	}

	.fourth-part {
		padding: 50px 0;
	}

	.restaurant-category p {
		font-size: 16px;
	}

	.two-category-wrap h3 {
		font-size: 20px;
		margin-bottom: 46px;
	}

	.two-category-wrap .view-header img {
		margin-bottom: 22px;
		max-width: 150px;
		width: 100%;
	}

	.page-node-31 .video-background > img {
		min-height: 737px;
		object-fit: cover;
		object-position: center center;
	}

	.icon-main-wrapper .banner-icon-wrapper {
		width: calc(50% - 12px);
		margin: 0 6px 15px;
	}

	.icon-main-wrapper .banner-icon-wrapper h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.circle-icon {
		margin: 0 auto 15px;
	}

	.experiance-par-body h2,
	.text-special h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.event-title a,
	.header-experience-boardwalk h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.header-experience-boardwalk h2 {
		text-align: center;
	}

	.body-content p {
		font-size: 21px;
		line-height: 1.48;
	}

	.event-part2 {
		padding: 0 15px;
		margin-top: -50px;
	}

	.icon {
		width: 70px;
		height: 70px;
	}

	.event-link a {
		max-width: 345px;
	}

	.news-logo .img-fluid {
		max-width: 135px;
		height: auto;
	}

	.part-wrap {
		top: 30px;
		transform: translate(-50%);
		left: 50%;
	}

	.news-logo {
		margin-bottom: 24px;
	}

	.event-title {
		margin-top: 10px;
	}

	.simplenews-event-content.event-newsletter form div#edit-actions {
		margin-top: 0px;
		max-width: 150px;
		width: 100%;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input::-webkit-input-placeholder {
		font-size: 16px;
		line-height: 19px;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input::-moz-placeholder {
		/* Firefox 19+ */
		font-size: 16px;
		line-height: 19px;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input:-ms-input-placeholder {
		/* IE 10+ */
		font-size: 16px;
		line-height: 19px;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input:-moz-placeholder {
		/* Firefox 18- */
		font-size: 16px;
		line-height: 19px;
	}

	.event-ad .view-content .views-row {
		width: calc(100% / 1);
		margin-bottom: 15px;
	}

	.header-experience-boardwalk .col-md-3 {
		display: none;
	}

	.experiance-par-title h3 {
		font-size: 16px;
		line-height: 28px;
	}

	.event-ad .view-content {
		margin-top: 31px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.experiance-par {
		padding-top: 25px;
		padding-bottom: 24px;
		padding-left: 25px;
	}

	.sponsor-row.views-row {
		width: calc(100% / 2);
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
	}

	.event-gallery-row {
		margin: 0px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.gallery-parent {
		width: calc(50% - 3px);
		margin: 0 0 7px;
	}

	.gallery-event .new-container {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-event {
		margin-top: 15px;
	}

	.node--type-events .fourth-part {
		padding-top: 25px;
	}

	.header-experience-boardwalk.mobile-only .button-explore {
		text-align: left;
	}

	.header-experience-boardwalk.mobile-only a {
		max-width: 345px;
		margin-top: 20px;
	}

	.event-ad {
		margin-bottom: 30px;
	}

	.explore-wrap span.explore {
		font-size: 16px;
		line-height: 28px;
	}

	.explore-wrap p.explore-p2 {
		font-size: 21px;
		line-height: 1.48;
	}

	section.explore-paragraph.Right .explore-wrap {
		margin-left: inherit;
	}

	.explore-wrap {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	section.explore-section .explore .content-part .body-node p {
		font-size: 20px;
		line-height: 30px;
	}

	.explore-wrap span.explore::after {
		left: -15px;
		width: 115px;
	}

	section.explore-section .explore {
		padding: 0 7px;
	}

	section.explore-section .explore .content-part {
		padding: 27px 20px 15px 30px;
		min-height: 220px;
	}

	section.explore-paragraph.Right .explore-wrap {
		padding-left: 0;
		padding-right: 0px;
	}

	.explore-content {
		padding-right: 0px;
	}

	.explore-paragraph {
		padding: 0 15px;
	}

	section.explore-paragraph.Left .explore-content {
		padding-left: 0;
	}

	.leasing-p1 {
		margin-bottom: 8px;
	}

	.main-explore-wrap:nth-of-type(1) section.explore-section {
		padding-top: 50px;
		background-position: 0px;
		background: url(/themes/custom/boardwalk/images/mobile_bg_orange.png);
		background-size: contain;
	}

	.main-explore-wrap:nth-of-type(3) section.explore-section {
		padding-top: 50px;
		background-position: 0px;
		background: url(/themes/custom/boardwalk/images/mobile_bg_blue.png);
		background-size: contain;
	}

	.quicktab-leasing .on-the-gray {
		margin: 0 auto;
		padding: 0 0px;
	}

	div#quicktabs-container-tabs,
	.our-past-event-gallery-section {
		padding: 0 15px;
	}

	.our-past-event-gallery-section .slick-slide {
		margin-right: 0px;
	}

	#blocktabs-premier_destination > .ui-tabs-nav {
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.buisness_category_wrapper ul li {
		width: calc(50% - 20px);
	}

	.page-node-9 .main-back-faq .view-faq h2,
	.page-node-35 .main-back-faq .view-faq h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.page-node-9 .main-back-faq .background-location,
	.page-node-35 .main-back-faq .background-location {
		background: none;
		margin-top: -25px;
	}

	.page-node-9 .main-back-faq .background-faq,
	.page-node-35 .main-back-faq .background-faq {
		background-position: 0px;
		background: url(/themes/custom/boardwalk/images/mobile_bg_blue.png);
		background-size: cover;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 65px;
	}

	.page-node-9 .main-back-faq .background-faq .view-faq {
		padding-right: 0px;
		padding-left: 0px;
	}

	.page-node-35 .main-back-faq .background-faq .view-faq {
		padding-right: 0px;
		padding-left: 0px;
	}

	.left_visit_wrapper .title-img-wrap h2 {
		font-size: 30px;
		margin-top: 15px;
	}

	.page-node-9 .title-img-wrap img {
		max-width: 135px;
		width: 100%;
	}

	.blue_wrapper {
		padding: 50px 15px;
	}

	.buisness_cntent h3 {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 0px;
	}

	.buisness_cntent a,
	.buisness_cntent p {
		line-height: 31px;
	}

	.buisness_icon img {
		max-width: 75px;
		width: 100%;
	}

	#blocktabs-premier_destination .buisness_icon {
		text-align:center;
	}

	#blocktabs-premier_destination .buisness_icon img {
		max-width: unset;
		width: unset;
		height:unset;
	}

	#block-contactusmap img,
	#block-contactusmap-3 img {
		height: 375px;
		object-fit: cover;
		object-position: center center;
	}

	.google-review-section {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.review-stars {
		margin: 0 auto 25px;
	}

	.write.Review p {
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 0px;
	}

	.google-review-section .review-text {
		font-size: 20px;
		line-height: 30px;
	}

	.image-google {
		margin-top: 70px;
	}

	.map-image {
		padding: 0;
	}

	.left_visit_wrapper {
		min-height: 300px;
	}

	.page-node-35 .simplenews-subscriber-form .form-actions {
		max-width: 25%;
	}

	.page-node-35 .simplenews-event-content.event-newsletter {
		margin-bottom: 30px !important;
	}

	.page-node-35 .new-container.explore-sec.contact-two-part .container-fluid {
		padding: 0px;
	}

	.page-node-35 .restaurant-category p::after {
		display: block;
	}

	.page-node-17 .event-container .three-left-content {
		position:relative;
		padding:40px 20px;
		transform:unset;
		top:unset;
		display:inline-block;
	}

	.page-node-17 .event-container .three-image {
		height:auto;
	}

	.page-node-17 .event-container .three-left-content p {
		line-height:42px;
	}

	.page-node-17 .event-right .div-part1, .page-node-17 .event-right .div-part2 {
		margin-bottom:60px;
	}

	.event-part1 .time-only .datetime {
		padding-left: 3px;
		padding-right: 3px;
	}

	.page-node-1 .location-front .background-location {
		height: 30px;
		display: none;
	}

	.page-node-1 .location-front .location-section {
		background: url(/themes/custom/boardwalk/images/mobile_bg_blue.png);
		background-size: cover;
		padding-top: 50px;
	}

	.page-node-1 .location-front .location-section h2 {
		line-height: 31px;
	}

	.location-btn a {
		margin-top: 33px;
	}

	.event-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.primer-tab-section .ui-tabs .ui-tabs-nav {
		width: 750px;
	}

	.primer-tab-section .item-list {
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.primer-tab-section .ui-tabs .ui-tabs-nav li a {
		padding-top: 32px;
	}

	.three-part-wrap .Three-wrap .field__item img {
		height: 190px;
	}

	.background-blue-tab .content-section-part h3 {
		font-size: 16px;
	}

	.ui-dialog .ui-dialog-titlebar-close {
		width: 50px;
		height: 50px;
		padding: 1rem;
	}

	.webform-submission-add-form h1 {
		font-size: 24px;
	}

	.webform-submission-vendors-artists-form label {
		font-size: 16px;
	}

	#main-explore-wrap2 {
		font-size:14px;
	}
}

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

	.page-node-17 .video-background img,
	.page-node-36 .video-background img {
		object-fit: cover;
		height: 100%;
		object-position: center right;
	}

	.page-node-17 .video-background,
	.page-node-36 .video-background {
		height: 340px;
	}

	.webform-submission-vendors-artists-form p {
		font-size: 16px;
		line-height: 1.5;
	}
	#main-explore-wrap2 {
		font-size:12px;
	}
}

@media screen and (max-width: 639px) {
	.tablesaw-stack th b.tablesaw-cell-label {
		display: none;
	}

	th .tablesaw-cell-content,
	td b.tablesaw-cell-label {
		font-family: Rockwell Nova;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #B78B53;
	}

	th .tablesaw-cell-content {
		display: block;
		max-width: 100%;
	}

	td .tablesaw-cell-label {
		width: calc(50% - 0px) !important;
	}

	td .tablesaw-cell-content {
		max-width: calc(50% - 0px) !important;
		width: 100%;
		;
		line-height: 23px !important;
		height: 23px !important;
	}

	.demographics-table td {
		height: inherit !important;
		line-height: inherit !important;
	}

	.demographics-table tr td {
		padding: 0px;
		height: 40px !important;
		line-height: 40px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 0px;
		padding: .5rem 1rem;
	}

	.demographics-table tr.odd,
	.demographics-table tr.even {
		padding: 0px;
	}

	.tablesaw-stack tbody tr {
		border-bottom: 0px solid #dfdfdf
	}

	.demographics-table th {
		height: 50px;
		line-height: 50px !important;
		border-width: 0px;
	}

	.demographics-table thead {
		display: none;
	}

	.tablesaw-stack tbody tr {
		display: inline-table;
	}

	.tablesaw-stack tbody th {
		padding: 0.5rem 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 17px;
	}

	.tablesaw-stack tbody tr td:last-child {
		margin-bottom: 20px;
	}

	.demographics-table .table {
		margin-top: 50px;
	}
}

@media screen and (max-width: 575px) {
	.text-special h4 {
		margin-bottom: 18px;
	}

	.text-special a {
		font-size: 21px;
		margin-top: 0;
		margin-bottom: 35px;
		max-width: 345px;
	}

	.node--type-events .fourth-part {
		padding-bottom: 8px;
	}

	.icon-main-wrapper .banner-icon-wrapper {
		width: calc(100% - 0px);
		margin: 0 0px 15px;
	}

	.icon-main-wrapper .banner-icon-wrapper h4 {
		max-width: 275px;
		text-align: left;
		width: calc(100% - 70px);
		margin: 0;
	}

	.icon-main-wrapper .banner-icon-wrapper:last-child h4 {
		max-width: 275px;
		text-align: left;
		width: calc(100% - 70px);
		margin: 0;
	}

	.icon-main-wrapper .banner-icon-wrapper {
		width: calc(100% - 0px);
		margin: 0 0px 15px;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.circle-icon {
		margin: 0 15px 0 0;
	}

	.wrap-explore .slick-slide img {
		display: block;
		width: 100%;
	}

	.location_info,
	.parking_info,
	.found_info {
		margin-bottom: 40px;
		width: calc(100% - 0px);
		display: block;
	}

	.buisness_category_wrapper ul li {
		width: calc(100% - 0px);
	}

	.buisness_category_wrapper ul li {
		margin: 10px 0px 30px;
		text-align: left;
	}

	.buisness_cntent h3,
	.buisness_cntent p {
		text-align: left;
	}

	#block-blocktabspremierdestination .buisness_cntent h3,
	#block-blocktabspremierdestination .buisness_cntent p,
	#block-blocktabspremierdestination .buisness_category_wrapper ul li {
		text-align: center;
	}

	.page-node-35 .simplenews-subscriber-form .form-actions {
		max-width: 100%;
		width: 100%;
		border-top: 2px solid rgba(183, 139, 83, 0.5);
	}

	.page-node-35 .simplenews-event-content.event-newsletter form .button#edit-subscribe {
		border-left: 0px solid rgba(183, 139, 83, 0.5);
	}

	/*    section.explore-section .explore .content-part {min-height: 202px;}*/
	section.explore-section .explore .content-part .body-node p {
		font-size: 21px;
	}

	.div-part1,
	.div-part2 {
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}

	.div-part2 {
		margin-top: 35px;
	}

}

@media screen and (max-width:620px) and (min-width:575px) {
	#main-explore-wrap2 .title-node a {
		font-size:14px;
	}
}

@media screen and (max-width:560px) and (min-width:575px) {
	.page-node-1 .four_image_wrapper .big_content h2 {
		font-size:24px;
	}
}

@media screen and (max-width: 568px) {
	.main-banner-buttons a {
		display: block;
		margin: 0 auto;
		background:rgba(0, 0, 0, 0.3);
	}

	.main-banner-buttons a:first-child {
		margin-bottom: 15px;
	}

	.view-id-events.view-display-id-block_2 .view-content .image-row.views-row {
		width: calc(100% / 1);
	}

	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-textfield.form-type-textfield,
	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-select,
	.webform-submission-vendors-artists-form fieldset.js-form-item.js-form-type-email {
		width: calc(100% - 0px);
	}

	.our-past-event-gallery-section button.slick-prev.slick-arrow {
		left: 35% !important;
	}

	.sponsors-block .sponsor-row img {
		max-width: 135px;
		width: 100%;
		padding:5%;
	}
}

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

	.logo-wrap img {
		max-width: 145px;
		width: 100%;
		height: auto;
	}

	form#simplenews-subscriptions-block-092aa5c6-28ef-4b9b-b1f9-c7b82f4436b0 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	div#edit-mail-wrapper {
		max-width: 100%;
		width: calc(100% - 0px);
		margin-right: 0px;
	}

	.instagram_feed .instagram_new {
		width: 50%;
	}

	.restorant-link a:last-child {
		margin: 0 auto;
	}

	.restorant-link a {
		margin: 0 auto 15px;
		display: block;
	}

	.location-part,
	.hours-part {
		width: 100%;
	}

	.location-part {
		padding-right: 0px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 50px;
	}

	.hours-part {
		padding-left: 0px;
	}

	.bluepart .background {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.simplenews-event-content.event-newsletter form div#edit-actions {
		margin-top: 0px;
	}

	.main-banner-buttons a {
		max-width: 345px;
		background:rgba(0, 0, 0, 0.3);
	}

	.content-part-restourants .field.field--name-field-time.field--type-daterange.field--label-hidden.field__item time.datetime,
	.paragraph--type--hours-restaurant .field.field--name-field-days.field--type-list-string.field--label-hidden.field__item {
		font-size: 21px;
		line-height: 1.95;
	}

	.location-part p {
		font-size: 21px;
	}

	.simplenews-event-content.event-newsletter form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.simplenews-event-content.event-newsletter {
		border-bottom: 0px solid rgba(183, 139, 83, 0.5);
	}


	.simplenews-event-content.event-newsletter form div#edit-actions {
		border: 0px solid rgba(183, 139, 83, 0.5);
		max-width: 100%;
		width: 100%;
	}

	.simplenews-event-content.event-newsletter form .button#edit-subscribe {
		height: 75px;
		border-bottom: 2px solid rgba(183, 139, 83, 0.5);
		line-height: 1;
		border-left: 0px solid rgba(183, 139, 83, 0.5) !important;
	}

	.simplenews-event-content.event-newsletter form div#edit-mail-wrapper input {
		border-bottom: 2px solid rgba(183, 139, 83, 0.5);
		padding: 0px;
		height: 75px;
		line-height: 1;
	}

	.partition-wrapper .left-content {
		padding-left: 35px;
	}

	.partition-wrapper h3::after {
		left: -35px;
	}
	.path-frontpage .calender {
		width: 50px;
		height: 50px;
	}

	.path-frontpage .big_image time.datetime {
		font-size:14px;
		line-height: 16px;
	}
	.path-frontpage .four-section .big_content h2 {
		text-align:center;
	}
	.path-frontpage .four-section .big_content h4 {
		text-align:center;
		font-size:24px;
	}

	.path-frontpage  .four-section {
		margin-top:20px;
	}

	.path-frontpage video#videoBG {
		min-height:400px
	}

}

@media screen and (max-width: 375px) {}

.simplenews-subscriber-form .form-group {
	margin-bottom: 1rem !important;
	margin-right: 10px !important;
}