/* ---------- Colors From Old CSS ----------- */
body {
  color: #3b3b3b;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: white;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #16162E;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */
[dir=rtl] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir=rtl] .color-form .form-item label {
  float: right;
}

[dir=rtl] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

/* ---------- Colors From New CSS ----------- */
:root {
  --light-orange:#F1A745;
  --turquoise:#50BBC4;
  --light-blue: #6eb1ce;
  --olive-green:#ABB346;
}

.bkg-blue {
  background: #146697;
}

.bkg-orange {
  background: #F1A745;
}

.bkg-turquoise {
  background: #50BBC4;
}

.bkg-dark-blue {
  background: #153d56;
  color: white;
}

.bkg-wavy-blue {
  background: url("/themes/custom/boardwalk/images/location_bg.png") bottom center no-repeat;
}

.bkg-wavy-blue-topwave {
  position: relative;
  background: url("/themes/custom/boardwalk/images/location_bg.png");
}

.bkg-wavy-blue-topwave::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("/themes/custom/boardwalk/images/curve_bg.png");
}

.bkg-wavy-orange {
  background: url("/themes/custom/boardwalk/images/grouporg.jpg") bottom center no-repeat;
}

.bkg-paper {
  background: url("/themes/custom/boardwalk/images/contact-back.jpg");
  padding: 100px 0;
}

.bkg-blue-wood {
  background: url("/themes/custom/boardwalk/images/blue_bg_custom.jpg");
}

.bkg-green-wood {
  background: url("/themes/custom/boardwalk/images/greenback.jpg");
}

.bkg-orange-wood {
  background: url("/themes/custom/boardwalk/images/Group.jpg");
}

.bkg-blue-gradient {
  background: linear-gradient(90.35deg, #146697 0%, #153D55 100%);
}

.node__content {
  margin: 0;
}

nav.tabs {
  position: fixed;
  bottom: 20px;
  left: 100px;
  z-index: 100;
  background: white;
  padding: 20px;
  box-shadow: grey 1px 1px 10px;
}
nav.tabs ul.nav-tabs {
  list-style: none;
  border: 0;
}
nav.tabs ul.nav-tabs li {
  display: inline-block;
  padding: 0 5px 0 0;
}
nav.tabs ul.nav-tabs li a {
  color: grey;
}
nav.tabs ul.nav-tabs li a.nav-link.active {
  border: 0;
  color: var(--light-blue);
}

form#user-login-form {
  width: clamp(300px, 40vw, 800px);
  margin: 50px auto;
}

.simplenews-subscriber-form .button {
  background-color: rgb(19, 102, 151);
}

.main-content.col {
  padding: 0;
}

.video-background .main-banner-buttons {
  justify-content: center;
}
.video-background .main-banner-buttons .field--name-field-banner-buttons {
  display: flex;
  justify-content: space-around;
  gap: 25px;
}
.video-background .main-banner-buttons .field--name-field-banner-buttons a {
  padding: 15px 20px;
}
@media screen and (max-width: 991px) {
  .video-background .main-banner-buttons .field--name-field-banner-buttons a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 991px) {
  .video-background .main-banner-buttons .field--name-field-banner-buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  body.page-node-31 blockquote {
    margin: 0 0 0 !important;
  }
  body.page-node-31 .paragraph--type--business-section .section-header {
    flex-direction: column !important;
  }
  body.page-node-31 .paragraph--type--business-section .section-header .section-text .explore-wrap {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
    margin: inherit;
  }
  body.page-node-31 .wrap-explore .field--name-field-content-cards .node--type-restaurant.node--view-mode-teaser {
    width: 100%;
  }
  body.page-node-31 .event-teaser {
    width: 100%;
    max-width: 100%;
  }
  body.page-node-31 .view-premier-destiation.view-id-premier_destiation.view-display-id-block_1 {
    max-width: 100%;
    padding: 0 20px;
  }
  body.page-node-31 .view-premier-destiation.view-id-premier_destiation.view-display-id-block_1 .views-row .row {
    padding: 10px !important;
    margin: 10px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-content {
    top: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-node-31 .video-background > img {
    min-height: 525px !important;
  }
}
body.page-node-31 .main-banner-buttons {
  max-width: initial;
  transform: initial;
  left: initial;
  justify-content: center;
  z-index: 5;
  bottom: 50px;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons {
    bottom: 15px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item a {
  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;
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item a {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item a {
  align-items: center;
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item a::before {
  content: " ";
  display: block;
  width: 77px !important;
  height: 77px !important;
  border-radius: 50%;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item a::before {
    min-width: 50px;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(1) a::before {
  background: var(--light-orange) url("/themes/custom/boardwalk/images/Icons/icon-business.svg") center center no-repeat;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(1) a::before {
    background-size: 40px 30px;
    margin-right: 10px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(2) a::before {
  background: var(--turquoise) url("/themes/custom/boardwalk/images/Icons/icon-wellness-white.svg") center center no-repeat;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(2) a::before {
    background-size: 30px 30px;
    margin-right: 10px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(3) a::before {
  background: var(--light-blue) url("/themes/custom/boardwalk/images/Icons/icon-family.svg") center center no-repeat;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(3) a::before {
    background-size: 30px 30px;
    margin-right: 10px;
  }
}
body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(4) a::before {
  background: var(--olive-green) url("/themes/custom/boardwalk/images/Icons/icon-datenight.svg") center center no-repeat;
}
@media screen and (max-width: 991px) {
  body.page-node-31 .main-banner-buttons .field--name-field-banner-buttons > .field__item:nth-child(4) a::before {
    background-size: 30px 30px;
    margin-right: 10px;
  }
}

.big_content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%);
  z-index: 3;
}
.big_content h2 {
  font-family: Rockwell Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}
@media screen and (max-width: 1400px) {
  .big_content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .big_content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .big_content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.big_content h2 {
  color: white;
  margin-bottom: 0px;
}
.big_content h2 a {
  color: white;
  text-transform: capitalize;
}
.big_content h4 {
  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;
}

.offer .field--type-image img {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  body.page-node-9 .paragraph--type--tabs ul.ui-tabs-nav {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-node-9 .paragraph--type--tabs ul.ui-tabs-nav li {
    width: inherit;
    padding: 5px 15px;
  }
  body.page-node-9 .view-restaurant.view-id-restaurant .item-list ul {
    flex-direction: column;
  }
  body.page-node-9 .view-restaurant.view-id-restaurant .item-list ul li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid lightblue;
  }
}

.view-restaurant ul {
  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;
}
.view-restaurant 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;
}
.view-restaurant ul li .buisness-icon {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.view-restaurant ul li .buisness-icon img {
  max-height: 150px;
  max-width: 150px;
  min-width: 150px;
  width: auto;
  height: auto;
}
.view-restaurant ul li 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;
}
.view-restaurant ul li 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;
}
.view-restaurant ul li a {
  display: inline-block;
  font-family: Nobel;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.96;
  text-align: center;
  text-decoration: underline;
}

.view-events .tittle-h2 a {
  color: #153D55;
}

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

.view-faq {
  max-width: 875px;
  margin: 0 auto;
}

.path-frontpage .field--name-field-content-cards,
.path-frontpage .view-hp-offers .view-content,
.path-frontpage .view-hp-events .view-content {
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .path-frontpage .field--name-field-content-cards,
  .path-frontpage .view-hp-offers .view-content,
  .path-frontpage .view-hp-events .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 3%;
  }
}
.path-frontpage .view-hp-events {
  margin-bottom: 110px;
}

.paragraph--type--tabs ul.ui-tabs-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 2px solid rgba(183, 139, 83, 0.5);
}
.paragraph--type--tabs ul.ui-tabs-nav li {
  width: 100%;
}
.paragraph--type--tabs ul.ui-tabs-nav li.tab-dinning a {
  background: url(/themes/custom/boardwalk/images/Icons/icon-dining.svg) center center no-repeat;
}
.paragraph--type--tabs ul.ui-tabs-nav li.tab-shopping a {
  background: url(/themes/custom/boardwalk/images/Icons/icon-shopping.svg) center center no-repeat;
}
.paragraph--type--tabs ul.ui-tabs-nav li.tab-wellness a {
  background: url(/themes/custom/boardwalk/images/Icons/icon-wellness.svg) center center no-repeat;
}
.paragraph--type--tabs ul.ui-tabs-nav li.tab-services a {
  background: url(/themes/custom/boardwalk/images/Icons/icon-services.svg) center center no-repeat;
}
.paragraph--type--tabs ul.ui-tabs-nav li.tab-all a {
  background: url(/themes/custom/boardwalk/images/Icons/icon-viewall.svg) center center no-repeat;
}
.paragraph--type--tabs ul.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;
}
.paragraph--type--tabs ul.ui-tabs-nav li a:hover {
  text-decoration: none;
}
.paragraph--type--tabs ul.ui-tabs-nav li a.active {
  border-bottom: 10px solid #F1A745;
}
.paragraph--type--tabs .ui-tabs-panel {
  display: none;
}

.paragraph--type--image-full-width .field--name-field-media-image {
  display: flex;
  gap: 20px;
}
.paragraph--type--image-full-width .field--name-field-media-image img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--image-full-width .field__item {
  flex: 1;
}

.paragraph--type--two-columns .field--name-field-content {
  display: flex;
}
.paragraph--type--two-columns .field--name-field-content > .field__item {
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--two-columns .field--name-field-content {
    flex-wrap: wrap;
  }
  .paragraph--type--two-columns .field--name-field-content > .field__item {
    max-width: unset;
  }
}

.paragraph--type--business-section {
  background-size: 200% 60%;
  background-position: left bottom;
  overflow: hidden;
  padding: 0;
}
.paragraph--type--business-section .section-header {
  display: flex;
}
.paragraph--type--business-section .section-header .section-text,
.paragraph--type--business-section .section-header .section-image {
  flex: 1;
}
.paragraph--type--business-section .section-header .section-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.paragraph--type--business-section .section-header .section-text .explore-p2 {
  font-family: Nobel;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.95;
  color: #16162E;
  margin-bottom: 0px;
}
.paragraph--type--business-section .section-header .img-section img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--business-section .cards-section {
  margin: 50px 0;
}
.paragraph--type--business-section .cards-section .field--name-field-content-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1350px;
}
.paragraph--type--business-section .cards-section .field--name-field-content-cards > .field__item {
  padding: 0 15px;
}
.paragraph--type--business-section.bkg-wavy-blue {
  background-image: url(/themes/custom/boardwalk/images/explore-blue.jpg);
}
.paragraph--type--business-section.bkg-wavy-blue .explore {
  color: rgb(80, 187, 196);
}
.paragraph--type--business-section.bkg-dark-blue h2,
.paragraph--type--business-section.bkg-dark-blue .section-header .section-text .explore-p2 {
  color: white;
}
.paragraph--type--business-section.bkg-dark-blue .explore {
  color: #abb346;
}

.field__item:nth-child(2n) .paragraph--type--business-section .section-header {
  flex-direction: row-reverse;
}

.view-events.view-display-id-block_1 .event_date > time {
  padding-left: 10px;
  margin-top: -10px;
  display: block;
}

.event-teaser {
  display: block;
}
.event-teaser h2 {
  font-size: 25px;
  line-height: 32px;
}

.event-page h1 {
  font-family: Rockwell Nova;
}
.event-page .field--type-image img,
.event-page .field--type-entity-reference {
  margin: 0;
}
.event-page .image-style-max-1300x1300 {
  width: 100%;
  max-height: 100%;
  height: auto;
}
.event-page .col-md-6 {
  padding: 0;
}

.upcoming-view .pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.upcoming-view .pagination li.page-item .page-link {
  border: 0;
  border-radius: 50%;
  line-height: 16px;
  color: var(--turquoise);
}
.upcoming-view .pagination li.page-item.active .page-link {
  background: var(--turquoise);
  color: #fff;
}
.upcoming-view .pagination li a {
  border: 0;
  color: var(--turquoise);
}

.cards-section .event-teaser {
  display: block;
  width: clamp(300px, 30vw, 400px);
}
.cards-section .event-teaser img {
  height: 500px;
}

.node--type-restaurant.node--view-mode-full .business-header {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.node--type-restaurant.node--view-mode-full .business-header .img-sub-title {
  width: 200px;
  height: auto;
  z-index: 2;
}
.node--type-restaurant.node--view-mode-full .business-header 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: 30px;
  z-index: 2;
}
.node--type-restaurant.node--view-mode-full .business-header .business-cta {
  display: flex;
  z-index: 2;
  gap: 10px;
}
.node--type-restaurant.node--view-mode-full .business-header .business-cta 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: 15px 10px;
  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);
}
.node--type-restaurant.node--view-mode-full .business-header::after {
  background: rgba(21, 61, 85, 0.35);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  backdrop-filter: blur(5px);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.node--type-restaurant.node--view-mode-full .second-part-rest {
  margin-top: 40px;
}
.node--type-restaurant.node--view-mode-full .second-part-rest .image-part-slider {
  margin-bottom: 30px;
}
.node--type-restaurant.node--view-mode-full .second-part-rest .image-part-slider img {
  max-width: 100%;
  height: auto;
}
.node--type-restaurant.node--view-mode-full .second-part-rest .rest-logo {
  text-align: left;
}
.node--type-restaurant.node--view-mode-full .second-part-rest .rest-logo img {
  max-width: 2000px;
  max-height: 150px;
  min-width: 150px;
  width: auto;
  height: auto;
}
.node--type-restaurant.node--view-mode-teaser {
  background-color: white;
  width: clamp(300px, 30vw, 400px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.node--type-restaurant.node--view-mode-teaser a {
  text-decoration: none;
}
.node--type-restaurant.node--view-mode-teaser .part-image img {
  max-width: 100%;
  height: auto;
}
.node--type-restaurant.node--view-mode-teaser .part-image {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(183, 189, 83, 0.5);
}
.node--type-restaurant.node--view-mode-teaser .content-part {
  background: #fff;
  width: 100%;
  display: block;
  padding: 27px 35px 15px;
  position: relative;
  min-height: 215px;
}
.node--type-restaurant.node--view-mode-teaser .content-part h4 {
  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;
}
.node--type-restaurant.node--view-mode-teaser .content-part .body-node {
  font-family: Nobel;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.95;
  color: #16162E;
}

.page-node-31 .event-teaser .calender {
  display: none;
}

.news-offer {
  margin: 60px 60px 20px 20px;
}

.newsletter-wrapper {
  position: relative;
  height: 80px;
}
.newsletter-wrapper .newsletter {
  display: block;
  padding: 50px;
  background: url(/themes/custom/boardwalk/images/newsletter.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 191px;
  height: 191px;
  color: rgba(1, 1, 1, 0);
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .contact-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-back-faq {
    overflow: hidden;
  }
  .background-faq {
    padding-left: 8px;
    padding-right: 8px;
  }
  .location_content p,
  .location_content p a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .page-node-17 .view-offers.view-id-offers.view-display-id-block_1 p {
    font-size: 20px;
    padding-right: 20px;
  }
  .page-node-17 .view-offers.view-id-offers.view-display-id-block_1 .three-left-content h3 {
    font-size: 14px;
  }
  .path-frontpage .four-section .content p {
    font-size: 20px;
    padding-right: 20px;
  }
  .path-frontpage .four-section .content .left-content h3 {
    font-size: 14px;
  }
  .path-frontpage .four-section .content .left-content h2 {
    font-size: 24px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .quicktabs-main .Left-part {
    padding-right: 20px;
  }
  .quicktabs-main .Right-part {
    padding-left: 20px;
  }
  .background-faq {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-node-34 .quicktabs-tabs > li > a {
    font-size: 17px;
  }
  .ready-block .paragraph.paragraph--type--ready-to-make-waves-tab-block {
    flex-wrap: wrap;
  }
  .part2 {
    width: calc(80% - 40px);
  }
  .part3 a {
    margin-top: 20px;
  }
  .part3 {
    width: 100%;
    padding-left: 18%;
  }
  .Left-part .title4.field.field--name-field-title.field--type-string,
  .Right-part .field--type-string-long {
    font-size: 28px;
  }
  .view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
    font-size: 18px;
  }
  .view-testimonial.view-display-id-block_1 .raving-content {
    padding: 100px 50px 100px 50px;
  }
  .slick-slide img {
    height: auto;
    max-width: 100%;
  }
  .slick-initialized .slick-slide.sponsor-row {
    padding: 0 10px;
  }
  .three-part-wrap .field__item img {
    height: auto;
  }
  .third-part .field--name-field-description {
    line-height: 1.5;
  }
  .background-blue-tab .img-section-part {
    padding-right: 20px;
    padding-left: 20px;
  }
  .view-offers.view-id-offers.view-display-id-block_1 p {
    font-size: 18px;
    padding-right: 18px;
  }
  .page-node-17 .three-left-partition h2 {
    font-size: 24px;
  }
  .path-frontpage left-partition h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .main-parent-contact ul {
    flex-wrap: wrap;
  }
  .main-parent-contact ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .locate_icon img,
  .parking_icon img,
  .found_icon img {
    height: auto;
  }
  .Contact-webform .vendor-checked.artist-vendor.js-form-item.js-form-type-checkbox.checkbox {
    margin-bottom: 20px;
  }
  .Contact-webform .webform-submission-vendors-artists-form {
    margin-bottom: 190px;
  }
  .quicktab-leasing #quicktabs-tabpage-tabs-1 .field__label {
    font-size: 16px;
  }
  .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-size: 30px;
  }
  #quicktabs-tabpage-tabs-3 .second-part-title {
    font-size: 30px;
  }
  .first-part-desc {
    line-height: 1.6;
  }
  #quicktabs-tabpage-tabs-3 img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .leasing-tab-container > .row {
    flex-direction: column-reverse;
  }
  .on-the-gray > .item-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .leasing-tab-container .leasing-wrap a {
    line-height: 47px;
    border: 2px solid #fff;
  }
  .on-the-gray > .item-list .quicktabs-tabs.list-group {
    width: 600px;
    padding-top: 9px;
  }
  .page-node-34 .quicktabs-tabs > li > a {
    font-size: 13px;
    height: 105px;
    line-height: 130px;
  }
  .page-node-34 .list-group-item.statistics::after {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .page-node-34 .list-group-item.overview::after {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .page-node-34 .list-group-item.demographics::after {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .page-node-34 .list-group-item.the-area::after {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .quicktabs-tabpage .Left-part {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
  }
  .quicktabs-tabpage .Right-part {
    width: 100%;
    padding-left: 0;
  }
  .Left-part .title4.field.field--name-field-title.field--type-string,
  .Right-part .field--type-string-long {
    font-size: 20px;
  }
  .quicktabs-tabpage .Left-part img {
    margin-top: 30px;
  }
  .quicktabs-tabpage .Left-part .field--name-field-description {
    line-height: 1.5;
  }
  .quicktabs-tabpage .Left-part {
    margin-bottom: 20px;
  }
  .part3 {
    padding-left: 0;
  }
  .quicktabs-tabpage .Right-part {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .map-img img {
    margin-bottom: 40px;
  }
  .Right-part .field--type-string-long {
    padding-bottom: 30px;
  }
  .Right-part .label-color {
    margin-top: 28px;
  }
  .quicktabs-main .three-part-wrap {
    flex-wrap: wrap;
  }
  .quicktabs-main .three-part-wrap > .field__item {
    width: 100%;
    margin-bottom: 25px;
  }
  .quicktabs-main .three-part-wrap > .field__item {
    margin-bottom: 0px;
  }
  .quicktabs-main .three-part-wrap > .field__item:first-child {
    display: none;
  }
  .quicktabs-main .three-part-wrap > .field__item:nth-child(2) {
    display: none;
  }
  .third-part .field--name-field-description {
    line-height: 1.4;
  }
  .quicktabs-main .ready-block {
    margin-top: 20px;
    padding: 40px 0;
  }
  .ready-block .paragraph.paragraph--type--ready-to-make-waves-tab-block {
    flex-wrap: wrap;
  }
  .part1 {
    width: 23%;
    margin-right: 10px;
  }
  .part2 {
    width: calc(75% - 24px);
    margin: 0 10px;
  }
  .part2 .label-color {
    font-size: 15px;
  }
  .part2 .title-ready {
    font-size: 20px;
  }
  .ready-block .part2 .title-ready {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .part2 .desc-ready {
    font-size: 18px;
    line-height: 1.4;
  }
  .part2 .email-contact-wrap {
    flex-wrap: wrap;
  }
  .part2 .email-contact-wrap a {
    line-height: 1.5;
    font-size: 18px;
  }
  .email-ready a {
    border-right: 0 none;
  }
  .part3 {
    width: 100%;
    text-align: center;
  }
  .part3 a {
    margin: 15px auto 0;
  }
  .past-event .view-id-events.view-display-id-block_2 h2 {
    font-size: 20px;
  }
  div#block-quicktabstabs {
    margin-bottom: 50px;
  }
  .past-event .view-id-events.view-display-id-block_2 h2 {
    margin-bottom: 50px;
  }
  .leasing-host-popup {
    margin-top: -55px;
  }
  .location-section h2 {
    font-size: 20px;
  }
  .location-section p.location-p {
    font-size: 16px;
  }
  .view-testimonial.view-display-id-block_1::after {
    left: 20px;
    top: -60px;
    background-size: cover;
    width: 116px;
    height: 116px;
  }
  .view-testimonial.view-display-id-block_1 .leasing-wrap {
    position: relative;
    top: 0;
    transform: inherit;
  }
  .view-testimonial.view-display-id-block_1 .raving-content p.leasing-body {
    font-size: 20px;
  }
  .raving-content {
    padding: 40px 30px 80px 30px;
  }
  .view-testimonial.view-display-id-block_1 .raving-content .leasing-author {
    margin-top: 0;
  }
  .view-testimonial.view-display-id-block_1 ul.slick-dots {
    right: 45%;
  }
  .view-sponsors > .view-content {
    padding: 0 10px;
  }
  .view-testimonial.view-display-id-block_1 {
    margin-bottom: 50px;
  }
  .background-blue-tab {
    margin-top: 40px;
    padding: 40px 0 20px;
  }
  .background-blue-tab .content-section-part {
    padding: 15px;
    border-left: 0 none;
  }
  .background-blue-tab .img-section-part {
    padding-right: 0;
  }
  .background-blue-tab .content-section-part p {
    font-size: 18px;
    line-height: 1.7;
  }
  .sponsor-row.views-row {
    padding: 0 15px;
  }
  .view-sponsors > .view-content img {
    max-width: 100%;
    height: auto;
  }
  .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: 100%;
  }
  .img-part1 {
    width: 100%;
    margin-right: 0;
  }
  .img-part2 {
    width: 100%;
    margin-left: 0;
  }
  .first-part-desc {
    line-height: 1.5;
  }
  #quicktabs-tabpage-tabs-3 .paragraph--type--the-area-tab .img-part1 {
    order: 2;
  }
  #quicktabs-tabpage-tabs-3 .second-part-title {
    font-size: 21px;
  }
  #quicktabs-tabpage-tabs-3 .paragraph--type--the-area-tab .img-part1 {
    order: 1;
  }
  #quicktabs-tabpage-tabs-3 .ready-block {
    order: 3;
  }
  #quicktabs-tabpage-tabs-3 img {
    height: auto;
  }
  .quicktabs-tabpage .Left-part img {
    height: auto;
  }
  .main-parent-contact ul {
    flex-wrap: wrap;
  }
  .main-parent-contact ul li {
    max-width: 100%;
    margin-bottom: 35px;
    width: 100%;
  }
  .location_content p,
  .location_content p a {
    font-size: 20px;
  }
  .locate_icon img,
  .parking_icon img,
  .found_icon img {
    width: auto;
  }
  .simplenews-event-content.event-newsletter form .button#edit-subscribe {
    border-top: 0;
    width: 100%;
    border: 2px solid rgba(183, 139, 83, 0.5);
    border-top: 0 none;
    border-right-width: 0px;
  }
  .simplenews-subscriber-form .form-actions {
    border-left: 0 none;
    max-width: 100%;
  }
  .simplenews-event-content.event-newsletter::after {
    top: -85px;
  }
  .Contact-webform .webform-submission-vendors-artists-form {
    margin-bottom: 120px;
  }
  .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-size: 18px;
    margin-bottom: 15px;
  }
  .contact-block {
    padding: 50px 20px 30px;
  }
  .background-faq h2 {
    font-size: 34px;
  }
  .background-faq .view-faq {
    padding-right: 20px;
    padding-left: 20px;
  }
  .background-faq .ui-accordion .ui-accordion-header {
    line-height: 1.4;
    padding-right: 20px;
    padding: 10px 0;
    font-size: 20px;
    height: auto;
  }
  .background-faq {
    padding-bottom: 50px;
  }
  .explore-sec.contact-two-part {
    padding-top: 20px;
  }
  .page-node-35 .leasing-photo {
    height: auto;
  }
  .restaurant-category a {
    max-width: 100%;
  }
  .restaurant-category .content-category,
  .restaurant-category.restaurant-category-div-1 .content-category {
    padding: 30px 35px 35px 35px;
  }
  .restaurant-category h2 {
    margin-bottom: 15px;
  }
  .view-offers.view-id-offers.view-display-id-block_1 .three-left-content {
    max-width: unset;
  }
  .view-offers.view-id-offers.view-display-id-block_1 .three-left-content p {
    font-size: 28px;
  }
  .page-node-17 .view-offers.view-id-offers.view-display-id-block_1 .three-left-content h3 a {
    font-size: 18px;
  }
  .path-frontpage .four-section .content .left-content {
    max-width: unset;
  }
  .path-frontpage .four-section .content .left-content h3 {
    font-size: 18px;
    line-height: 1.56;
  }
  .path-frontpage .four-section .big_content h4 {
    font-size: 32px;
  }
  .path-frontpage .four-section .big_content h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

/*# sourceMappingURL=styles.css.map */
