  .page-template-no-sidebar .site-content {
    padding-top: 32px;
    min-height: 85vh;
  }

  .img-placeholder {
    background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/wholefoods-970x250.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 970px;
    height: 250px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  @media (max-width: 420px) {
   .img-placeholder {
     background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/wholefoods-970x250.jpg');
     background-color: #D6D6D6;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: contain;
     width: 320px;
     height: 50px;
   }
  }

  .footer {
    background: #222222;
    color: #9DA0A3;
    padding-top: 30px;
  }

  .footer a {
    color: #9DA0A3 !important;
  }

  .footer .menu {
    list-style: none;
    padding: 0;
    column-count: 4;
  }

  .footer .menu li {
    margin: 6px 0px;
    font-family: 'Futura Lt BT';
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .footer .menu li:nth-of-type(5), .footer .menu li:nth-of-type(6) {
    margin-left: -30px;
  }

  @media (max-width: 768px) {
   .footer .menu {
    column-count: 2;
   }
   .footer .menu li:nth-of-type(5),
   .footer .menu li:nth-of-type(6) {
    margin-left: 0;
   }
  }

  .footer hr {
    background-color: rgba(157, 160, 163, 0.3);
    border: 0;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .site-info {
    padding: 30px 0px;
    display: inline-block;
    font-family: 'Futura Lt BT';
  }

  .site-header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0px;
    height: 182px;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .custom-logo {
    height: 150px !important;
    width: auto;
}

.title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 28px;
}

.destinations, .restaurants {
  padding: 75px 30px 45px 30px;
  position: relative;
}

.destinations .lower-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.destinations .title {
  margin-bottom: 1rem;
  /* min-height: calc(1.375rem * 2 + 28px);
  padding-left: 30px;
  padding-right: 30px; */
}

/* .destinations .pimage img{
  width: 100%;
  max-height: 320px;
  object-fit: cover;
} */

.destinations .pimage, .feast-on-content .pimage, .wp-bp-content-width .pimage, .post-content-archive .pimage{
  overflow: hidden;
}
.destinations .pimage img, .feast-on-content .pimage img, .border-anim img, .post-content-archive .pimage img {
 transition: all 0.25s ease-in-out;
 border: 0px solid #56B4BC;
}
.destinations .pimage:hover img, .feast-on-content .pimage:hover img, .border-anim:hover img, .post-content-archive .pimage:hover img{
 border: 10px solid #56B4BC;
}

/*
.destinations .pimage img, .feast-on-content .pimage img, .wp-bp-content-width .pimage img{
  transition: transform 125ms ease-out;
  transform: scale(1, 1);
}

.destinations .pimage img:hover, .feast-on-content .pimage img:hover, .wp-bp-content-width .pimage img:hover {
  transform: scale(1.05, 1.05);
}
*/

/* .archive .page-header {
  padding: 0px 1.2rem;
} */

.description, p {
  font-size: 1.13rem;
  line-height: 24px;
  color: #4a4a4a;
  /* padding-bottom: 5px; */
}

.posted-on a, .posted-on a:hover {
  color: #000;
  text-decoration: none;
}

/* .title h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 28px;
} */

.title a, .title a:hover {
  color: #000;
  text-decoration: none;
}

.post-content .author a, .post-content .author a:hover {
  color: #56B4BC;
}

.wp-navbar-toggler {
  /* background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/menu-icon.png');
  background-size: cover; */
  height: 40px;
  width: 34px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  /* filter: invert(1); */
}

.wp-navbar-toggler .top-part,
.wp-navbar-toggler .mid-part,
.wp-navbar-toggler .bot-part {
 background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/menu-icon.png');
 background-size: 34px 40px;
 /* transition: all 0.2s cubic-bezier(0.2,1.5,0.8,-0.5); */
 transition: all 0.2s ease-in-out;
}

.wp-navbar-toggler .top-part {
 height: 15px;
}
.wp-navbar-toggler .mid-part {
 height: 12px;
 background-position: 0px -15px;
}
.wp-navbar-toggler .bot-part {
 height: 12px;
 background-position: 0px -27px;
}

.wp-navbar-toggler:hover .top-part {
 transform: translate(0,3px);
}
.wp-navbar-toggler:hover .mid-part {
 transform: scale(1.25,1);
}
.wp-navbar-toggler:hover .bot-part {
 transform: translate(0,-3px);
}

#primary-menu-wrap {
  position: fixed;
  right: 0px;
  top: 0;
  background: #fff;
  height: 100vh;
  bottom: 0;
  width: 400px;
  padding:0px 30px;
  z-index: 99999;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.close-menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
}

#primary-menu {
  padding: 50px 15px 15px 15px;
  display: block;
}

#primary-menu > li {
  color: #000;
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0px;
  font-family: 'Futura Md BT';
}

#primary-menu > li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

#primary-menu > li a:hover {
 /* text-decoration: underline; */
 color: #7ab3ba;
}

#primary-menu > li .dropdown-menu {
  position: relative;
  border: none;
}

#primary-menu-wrap.show + .close-menu {
  display: block;
  top: 15px;
  right: 270px;
}

#primary-menu .dropdown-toggle::after {
  float: right;
  margin-top: 7px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}

#primary-menu-wrap.show .dropdown.show .dropdown-toggle::after {
 transform: rotate(180deg);
}

.img-widget .card {
  border: none;
  background-color: transparent;
  text-align: right;
  float: right;
}

@media (max-width: 768px) {
 .img-widget .card {
  text-align: center;
  float: none;
 }
}

.img-widget .widget {
  padding: 1rem 0px !important;
  border: none !important;
}

#wp-bp-home-slider .carousel-item img {
  height: 80vh !important;
  min-height: 600px;
}

/* #wp-bp-home-slider h1 {
  font-size: 45px !important;
  line-height: 1.2;
}

@media (max-width: 768px) {
 #wp-bp-home-slider h1 {
  font-size: 35px !important;
 }
} */

.header-banner, .header-banner img {
  object-fit: cover;
  width: 100vw;
}
/* 
.carousel {
  max-height: 65vh;
} */

@media (min-width: 769px) {
  .header-banner .post-thumbnail img, #wp-bp-home-slide {
    height: 65vh;
  }
  .blog h1 {
    display: none;
  }

}

.footer-logo {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/footer-logo.png');
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: contain;
  width: 76px;
  height: 83px;
  display: block;
  margin-top: -6px;
}

@media (max-width: 768px) {
 .footer-logo {
  margin-top: 0;
  margin-bottom: 15px;
  background-position: center;
  width: 100%;
 }
 .site-info {
   padding: 15px 0px;
 }

 .footer-social {
  float: unset !important;
  padding: 0px !important;
  text-align: center;
 }

 .footer-social ul {
   margin-bottom: 0px;
 }
 .icon-feaston {
   margin-top: 15px;
 }
}

.newsletter {
  margin-top: -5px;
}

.newsletter .btn-submit {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/submit-icon.png');
  background-color: #56B4BC;
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  border: none;
}
.newsletter .form-input {
  background: none;
  border: 1px solid rgba(223, 223, 223, 0.1);
  box-shadow: none;
  color: #DFDFDF;
  border-radius: 0px;
  max-width: calc(100% - 44px);
  float: left;
  height: 44px;
  border-right: none;
  font-size: 13px;
}

.footer-social {
  float: right;
  padding: 20px 0px 0px;
}

.footer-social ul {
  list-style: none;
  padding:0px;
}
.social-icon {
  background-color: none;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
}

.social-fb {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-facebook.svg');
}
.social-instagram {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-instagram.svg');
}
.social-twitter {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-twitter.svg');
}
.social-yt {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-youtube.svg');
}

.menu-wrapper {
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
}

.menu-others .social-icons ul {
  padding: 0px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
  text-transform: uppercase;
}

.menu-others .wpforms-form {
  padding: 15px;
}

.menu-others .wpforms-form input {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 14px !important;
}

.menu-others .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 7px 0;
}

.menu-others .wpforms-form button {
  color: #fff !important;
  background-color: #56B4BC !important;
  border-color: #56B4BC !important;
  border-radius: 0 !important;
  width: 100% !important;
}

img {
  height: auto;
  max-width: 100%;
}

.related-image img {
  height: 200px;
  object-fit: cover;
}

.btn-w30 {
  width: 30vw;
}

.section-title {
  text-transform: uppercase;
}

.widget-area {
  border: none !important;
}

.sidebar-1-area .widget {
  border-bottom: none !important;
}

.content-area .card {
  border: none !important;
}

.post-thumbnail {
  margin-top: 0px !important;
}

#primary-menu-wrap {
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  transition: right 0.3s ease;
  right: -100%;
}

#primary-menu-wrap.show {
  right: 0;
}

.admin-bar #primary-menu-wrap.show {
 top: 32px;
}

.insta-photo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.insta-photo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.insta-photo .square {
  position: relative;
  width: 100%;
}

.insta-photo .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.insta-photo .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-instagram {
  background: #F5F5F5;
  padding: 5rem 0px;
}

.insta-title-icon {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-chicken-watermelon.png');
  background-color: transparent;
  background-position: right center;
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: bottom;
}

.widget-instagram .title-instagram {
  color: #EF4F4C;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Big John';
  letter-spacing: 2px;
}

.widget-instagram .follow-instagram {
  color: #56B4BC;
  text-transform: uppercase;
  margin-top: 4rem;
  font-family: 'Big John';
  letter-spacing: 2px;
  font-size: 14px;
}

.widget-instagram .follow-instagram a {
  color: #56B4BC; 
}

.icon-feaston {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/icon-feast.png');
  background-color: transparent;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
}

@media (max-width: 768px) {
 .icon-feaston {
  width: 100%;
 }
}

.btn-link {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/arrow.png');
  background-color: transparent;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 9px;
  display: inline-block;
  margin-top: 30px;
}

.feast-on-title h3{
  /* font-size: 30px;
  line-height: 1.3;
  font-family: 'Futura'; */
  margin-bottom: 30px;
}

@media (max-width: 768px) {
 /* .feast-on-title h3 {
  font-size: 20px;
 }
 .page-template-no-sidebar .page-title {
  font-size: 2.5rem;
  } */
}

.feast-on-content {
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  border: 1px solid #D6D6D6;
  padding: 60px 50px;
  margin: 5rem 0px;
}

@media (max-width: 768px) {
 .feast-on-content {
  padding: 25px 10px;
  margin: 1rem 0px;
 }
}

.feast-on-content p {
  color: #796F5A;
}

.dropdown-menu {
  position: unset !important;
  transform: unset !important;
  top: unset !important;
  left: unset !important;
  will-change: unset !important;
  display: block;
  height: 0px;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.dropdown-menu.show {
 height: 260px;
}

.menu-item-has-children .dropdown-menu .nav-link {
  text-transform: initial !important;
  font-weight: initial !important;
}

.nav-item.show .nav-link {
  font-weight: bold;
}

.close-menu, .close-search {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/close.svg');
  background-color: transparent;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.wpforms-submit-container {
  border-bottom: 1px solid #F1F1F1 !important;
  padding-bottom: 25px !important;
}

div.wpforms-container-full {
  margin-bottom: 0px !important ;
}

.list-style-square {
  list-style-type: square;
}

.page-template-no-sidebar .panel-grid-box-bg {
  padding: 3rem;
  color: #fff;
}

.page-template-no-sidebar .download-pdf {
  font-size: 1.75rem;
  background-color: #7ab3ba;
  padding: 3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.page-template-no-sidebar .download-kit {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-position: center right !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #be1d2d;
} 

.page-template-no-sidebar .download-kit a {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  font-size: 1.2rem;
  margin-top: 30px;
  display: block;;
}

.so-widget-sow-image h3 {
  /* font-size: 1rem; */
  margin-top: 12px !important;
}

.page-template-no-sidebar .widget_sow-image {
  margin-bottom: 12px;
}

.widget_sow-image-title p{
  font-weight: 500;
  font-family: 'Futura' !important;
  color: inherit;
}

.page-template-no-sidebar .wpforms-submit-container {
  border-bottom: none !important;
}

.page-template-no-sidebar div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: inherit;
  font-size: 1rem;
}

.explore-btn img {
  transition: all 0.5s ease;
}
.explore-btn img:hover {
  transform: scale(1.1);
}

@media (min-width: 769px) {
  .widget-instagram .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 768px) {
  .explore-btn img {
    display: block;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-no-sidebar h2 {
    font-size: 1.3rem;
  }

  .page-template-no-sidebar .widget_sow-image {
    margin-bottom: 0px !important;
  }

  .page-template-no-sidebar .panel-grid-cell {
    margin-bottom: 0px !important;
  }
  .page-template-no-sidebar .site-content {
    padding-top: 50px;
  }
}



#main {
  padding-top: 2rem;
}
 

#main .card-body .entry-header {
  margin-top: 1.5rem;
}

.sow-image-container img {
  width: 100%;
}
.menu-others .wpforms-container-full .wpforms-form button[type=submit] {
  font-family: 'Futura Md BT';
  text-transform: uppercase;
  text-decoration: none;
}

.sow-image-container .so-widget-image {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
}

.page-id-35 .widget_sow-image, .page-id-35 .widget_sow-image .panel-widget-style, .page-id-35 .so-widget-sow-image, .page-id-35 .sow-image-container {
  height: 100%;
}

.regsup {
  font-size: 14px;
  top: -2px;
  display: inline-block;
  position: relative;
}

.placemarker-img {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/placemarker.png');
  background-color: transparent;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
}

.destination-top-content {
  display: inline-block;
  width: calc(100% - 165px);
  vertical-align: top;
  padding-left: 50px;
}

.recommendation-img {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/HighlyRecommended_CTA.jpg');
  background-color: transparent;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
}

.custom-title {
  display: inline-block;
  position: relative;
}

.custom-title .sub-title {
  /* position: absolute; */
  font-size: 20px;
  /* right: 0; */
  /* font-style: italic; */
  color: #7ab3ba;
  text-transform: initial !important;
  /* font-family: 'Erbar'; */
  text-align: center;
  width: 100%;
  padding-top: 15px;
}

.theme-color {
  color: #7ab3ba;
}

.list-destinations ul li {
  display: inline-block;
}
.list-destinations ul li a {
  text-decoration: underline;
} 

.list-destinations ul li::after{
  content:"\A";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  top: -3px;
  position: relative;
  margin-left: 7px;
  margin-right: 3px;
}

.list-destinations ul li:last-of-type::after {
  content: "";
  background: none;
}

.region-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 0px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.1);
  padding: 15px;
}

.explore-box {
  border: 1.5px solid #fff;
  padding: 8px 30px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
}

.region-img {
  height: 300px;
}
.li-region {
  padding: 0;
  background-color: #7ab3ba;
  border: 15px solid #fff;
}

.li-region, .region-img {
  position: relative;
  overflow: hidden;
}

.li-region a:hover h3 {
  color: #fff !important;
}

.list-destinations img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.gallery img {
  height: 100%;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.hover-in img {
  transform: scale(1.1);
}
/* Hamburger animation
.wrap {display:table; width: 100%; height: 100%;}
.icon-wrapper {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.icon {
  position: relative;
  width: 60px; height: 50px;
  display:inline-block;
  cursor:pointer;
}


.bar {
  width: 40px; height: 4px;
  background-color: #000;
  margin: 5px 0;
  position:absolute;
}

.icon .bar.one {top: 0; left: 0; }
.icon .bar.two {top: 10px; left: 0; }
.icon .bar.three {top: 20px; left: 0; }

.icon .bar.one.active {
	animation: one 1s forwards
}
.icon .bar.two.active {
	animation: two 1s forwards
}
.icon .bar.three.active {
	animation: three 1s forwards
}

.icon .bar.one.notActive {animation: one-reverse 1s forwards;}
.icon .bar.two.notActive {animation: two-reverse 1s forwards;}
.icon .bar.three.notActive {animation: three-reverse 1s forwards;}

@keyframes one {
	0% {top:0;}
	30% {top:-5px}
	60% {top:10px}
	80% {transform: rotate(0)}
	100% {top:10px; transform: rotate(45deg);}
}

@keyframes one-reverse {
	0% {top:10px; transform: rotate(45deg);}
	30% {transform: rotate(0)}
	60% {top:10px}
	80% {top:-5px}
	100% {top:0;}
}

@keyframes two {
	0% {opacity:1;}
	80% {opacity:1;}
	100% {opacity:0;}
}


@keyframes two-reverse {
	0% {opacity:0;}
	80% {opacity:1;}
	100% {opacity:1;}
}

@keyframes three {
	0% {top: 20px; }
	30% {top: 25px; }
  60% {top: 10px; }
	80% {transform: rotate(0)}
	100% {top: 10px; transform: rotate(-45deg);}
}

@keyframes three-reverse {
	0% {top: 10px; transform: rotate(-45deg);}
	30% {transform: rotate(0); }
  60% {top: 10px; }
	80% {top: 25px;}
	100% {top: 20px; }
} */

/* HOME SLIDER STYLES */

div.custom-slider {
 max-width: 600px;
}

div.custom-slider h1 {
 line-height: 54px;
 margin-left: 10px;
}

div.custom-slider span {
 color: #fff;
 background: rgba(0,0,0,0.5);
 padding-top: 10px;
/*  box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5); */
 text-shadow: 3px 3px 5px rgba(0,0,0,0.35);
 line-height: 1.3;
}

@media (max-width: 768px) {
 div.custom-slider h1 {
  line-height: 50px;
 }
 div.custom-slider span {
  line-height: 50px;
 }
}

@media (min-width: 768px) {
 div.custom-slider .btn {
  transform: scale(1.2);
  transform-origin: left;
 }
}

.post-restaurants {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.post-restaurants li {
  float: left;
  width: 20%;
  padding: 10px;
  position: relative;
}

.post-restaurants li img {
  width: 100%;
}
.post-restaurants .related-title {
  position: absolute;
  bottom: 10px;
  padding: 15px;
  color: #fff;
  font-family: 'Big John';
  font-size: 18px;
  line-height: 1.2;
}

.r-feast-on {
  width: 100%;
  padding-top: 30px;
}

.restaurant-page .box-container {
  color: #fff;
  padding: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 200px;
  border-left: 15px solid #fff;
  border-right: 15px solid #ffff;
  margin-top: 30px;
}

.restaurant-page .info {
  color: #fff;
  font-family: 'Futura Md BT';
  font-size: 1.4rem;
}

.restaurant-page .box1 {
  background-color: #bf1e2e;
}

.restaurant-page .box2 {
  background-color: #ef4e4c;
}

.restaurant-page .box3 {
  background-color: #796f5b;
}

.restaurant-page .box4 {
  background-color: #56b4bc;
}

.restaurant-page .blue-box {
  background-color: #7ab4ba;
  padding: 13px 10px 7px 10px;
}

.restaurant-page .sub-title {
 font-family: 'erbar';
 text-transform: uppercase;
 font-size: 42px;
 line-height: 1;
 color: #fff;
 margin-top: 30px;
}

.restaurant-page .links img {
  margin-right: 5px;
  max-width: 36px;
}

.restaurant-page p, .restaurant-page a{
  color: #fff;
  line-height: 2;
}

.restaurant-page .list-inline {
  list-style: none;
  display: flex;
  align-items: stretch;
  padding-left: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

.restaurant-page .list-inline li {
  flex: 0 0 50%;
  line-height: 2;
}

@media (max-width: 768px) {
  .restaurant-page .list-inline li {
    flex: 0 0 100%;
  }
}

.certified, .voucher {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #7ab4ba;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Futura Md BT';
}

.certified span {
  font-size: 21px;
  line-height: 1;
  font-weight: bolder;
}

.voucher {
  margin-right: 10px;
}

.voucher span {
  font-size: 17px;
  line-height: 1.1;
  font-weight: bolder;
}

.partner-logo {
  max-height: 80px !important;
  padding-right: 30px;
  width: auto !important;
}

.restaurant-banner {
  background-color: #bf1e2e;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

.overlay-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(63, 63, 64, 0.9);
  color: #fff;
  right: 0px;
  padding: 10px 15px;
  height: 90px;
}

.restaurant-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.restaurant-item img{
  height: 100%;
  min-width: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
  object-position: center;
}

.overlay-bg-img:hover{
  border: 10px solid #56B4BC;
  z-index: 2;
}

.item-title {
  font-size: 14px;
  text-transform: uppercase;
}

.item-location {
  font-size: 11px;
  padding-top: 10px;
}

.hover-anim:hover img {
  transform: scale(1.1, 1.1);
}

.default-img-holder {
  min-height: 150px;
  background-color: #7ab3ba;
}

.ads-body img{
  height: 250px;
  object-fit: cover;
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a{
  color: #fff;
}

.widget-area {
  position: sticky;
  top: 15px;
  margin-bottom: 30px;
}

.program-partners-wrapper .bg-title{
  background-color: #ef4e4c;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.program-partners-wrapper p {
  color: #fff;
}

.program-partners-wrapper .bg-container {
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.program-partners-wrapper .bg-container .page-title {
  margin-bottom: 30px;
}

.program-supporter {
  font-size: 4em;
  color: #be1d2d;
  text-transform: uppercase;
  font-family: 'Erbar';
}

.program-partners-wrapper .program-img {
  /* text-align: right; */
  margin-bottom: 30px;
}

.program-partners-wrapper .program-img img {
  height: 80%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.related-post-wrapper {
  background-color: #F5F5F5;
  padding: 50px 0px;
  margin-top: 50px;
}

.tags-container {
  margin-top: 30px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 1rem 0px;
}

.tags-text {
  padding-right: 1em;
  color: #56B4BC;
  font-family: 'Futura Bk BT';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.tags-text a{
  color: #56B4BC;
}

.program-partners-wrapper .post-thumbnail, .program-partners-wrapper .post-thumbnail img {
  width: 100%;
}

.related-post-wrapper a, .related-post-wrapper a:hover {
  color: #4a4a4a;
  text-decoration: none;
}

.related-post-wrapper .btn {
  color: #fff;
}

.related-post-wrapper .default-img-holder {
  height: 200px;
}

.single .card-title.entry-title {
  margin-bottom: 1rem;
  font-family: 'Big John';
}

.single h3 {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  text-transform: inherit;
  font-family: 'Big John' !important;
}
.single p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.single h5 {
  font-family: inherit !important;
  text-transform: inherit; 
}

.overlay-bg-img {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  width: 100%;
  border: 0px solid #56B4BC;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 769px) {
  .content-area .card .page-title, .content-area .card .custom-title {
    font-size: 70px;
  }
}

.stories-nav {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.stories-nav a{
  width: 8em;
  min-width: 8em;
  overflow: hidden;
  padding: 0px;
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.stories-nav a:hover {
  background-color: transparent;
  border-color: transparent;
}

.post-nav-link {
  background-color: #56B4BC;
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  height: 44px;
  border: 2px solid #7ab3ba;
  width: 8em;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}

.post-nav-link:hover {
  background-color: #fff;;
}

.prev-page {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/chevron-left-solid.svg');
}

.next-page {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/chevron-right-solid.svg');
}

.prev-page:hover {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/chevron-left.svg');
}

.next-page:hover {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/chevron-right.svg');
}

.list-destinations ul {
  padding: 0px 15px;
}

@media (max-width: 768px) {
  #main {
    padding-top: 5em;
  }

  .single #main {
    padding-top: 2em;
  }

  .blog #main {
    padding-top: 8em;
  }

  h1, .page-title, .custom-title {
    font-size: 40px;
  }
  h3 {
    font-size: 21px !important;
  }

  .widget-area {
    text-align: center;
  }

  .destinations, .restaurants {
    padding: 75px 15px;
  }

  .home-recent-post .post-content, .blog .post-content {
    margin-top: 1.5rem;
  }

  .square-img img, .default-img-holder, .square-img-md img, .default-img-holder-md {
    max-width: 100%;
    width: 100%;
  }
  .ads-body img {
    height: 50px;
    width: 320px;
  }

  .destination-top-content {
    width: 100%;
    padding-left: inherit;
  }

  .placemarker-img {
    display: block;
    margin: 15px auto;
  }
  .gallery img {
    padding: 15px;
  }
  .recommendation-img {
    width: 200px;
    height: 200px;
    margin: 0px auto 15px auto;
    display: block;
  }
  .post-restaurants li {
    width: 50%;
  }
  .carousel {
    max-height: 100vh;
  }
  .blog article:nth-of-type(even) {
    background-color: #F5F5F5;
  }
  .blog .wp-bp-content-width {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog .card-body {
    padding: 0px 0px 50px 0px !important;
  }
  .blog .card-body > .row {
    margin-top: 0px !important;
  }
  .blog .post-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .li-region, .region-img, .list-destinations img {
    height: 200px;
  }

  .region-wrapper {
    height: 181px;
  }
  .explore-box {
    padding: 5px 25px;
  }

  .blog h1 {
    display: block;
  }

  .search-form-overlay .search-btn {
    display: block !important;
    margin: 15px auto;
  }

  .search-form-overlay input[type="text"] {
    font-size: 3em !important;
  }

  .reservations {
    max-width: 50px;
  }
  .restaurant-page .links img {
    max-width: 28px;
  }

  .restaurant-page .info {
    font-size: 1.2rem;
  }
  .mobile-align-right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 75px;
  }
}

.load-more-btn {
  margin: 30px 0px;
}

.btn-loading {
  position: relative;
  padding-left: 35px;
  min-width: 10em;
  font-family: 'Futura Md BT' !important;
  color: #56B4BC;
  letter-spacing: 0.5px;
  min-width: 10em;
  display: inline-block;
}

.btn-loading::before {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}

/* apply now page */
/* 
.gfield.justify-content-between .ginput_container {
  width: 50%;
} */
/* 
#gform_fields_1_3, .gform_page {
  padding: 15px 30px;
} */

#gform_1 .gfield.social-field .ginput_container, #gform_13 .gfield.social-field .ginput_container, 
#gform_13 .gfield.social-field .ginput_container, #gform_13 .gfield.social-field .ginput_container {
	width: 50%;
}
#gform_1 #gform_wrapper_1 .ginput_container_select, #gform_13 #gform_wrapper_1 .ginput_container_select,
#gform_13 #gform_wrapper_1 .ginput_container_select, #gform_13 #gform_wrapper_1 .ginput_container_select  {
	background: rgba(255,255,255,0.35);
}
#gform_wrapper_1 select,
#gform_wrapper_13 select {
	background: rgba(255,255,255,0.35);
	border: none;
	border-radius: 0;
}
#gform_wrapper_1 .gf_second_quarter,
#gform_wrapper_13.gf_second_quarter {
	padding-right: 0 !important;
}

.gform_page textarea,
.gform_page input[type="text"],
.gform_page input[type="password"],
#gform_1 textarea,
#gform_1 input[type="text"],
#gform_1 input[type="password"],
#gform_13 textarea,
#gform_13 input[type="text"],
#gform_13 input[type="password"]  {
	background: rgba(255,255,255,0.35);
 border-radius: 0;
 border: none;
}
#gform_1 li.gfield.gf_first_quarter,
#gform_1 li.gfield.gf_second_quarter,
#gform_1 li.gfield.gf_third_quarter,
#gform_1 li.gfield.gf_fourth_quarter,
#gform_13 li.gfield.gf_first_quarter,
#gform_13 li.gfield.gf_second_quarter,
#gform_13 li.gfield.gf_third_quarter,
#gform_13 li.gfield.gf_fourth_quarter {
	vertical-align: baseline !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#gform_wrapper_1 .gf_fourth_quarter .gfield_checkbox li,
#gform_wrapper_13 .gf_fourth_quarter .gfield_checkbox li {
	top: 15px;
}
#gform_wrapper_1 .gf_fourth_quarter,
#gform_wrapper_13 .gf_fourth_quarter  {
	padding-left: 16px;
}
#gform_wrapper_1 input[type="checkbox"], #gform_wrapper_1 input[type="radio"],
#gform_wrapper_13 input[type="checkbox"], #gform_wrapper_13 input[type="radio"],
.gform_page input[type="checkbox"], .gform_page input[type="radio"]  {
    cursor: pointer;
    z-index: 2;
    position: relative;
    opacity: 0;
}
#gform_wrapper_1 ul.gfield_checkbox li label:before,
#gform_wrapper_13 ul.gfield_checkbox li label:before,
.gform_page ul.gfield_checkbox li label:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    float: left;
    width: 13px;
    height: 13px;
    background: url(/wp-content/uploads/2020/02/img_checkbox.png) no-repeat;
    z-index: 1;
    border: 0px;
    border-radius: 0px;
}
#gform_wrapper_1 input[type="checkbox"]:checked + label:before,
#gform_wrapper_13 input[type="checkbox"]:checked + label:before,
.gform_page input[type="checkbox"]:checked + label:before  {
    content: "\2713";
    line-height: 7px;
    color: #ab2430;
    font-size: 14px;
    padding-left: 2px;
    padding-top: 1px;
}
#gform_wrapper_1 ul.gfield_radio li label:before,
#gform_wrapper_13 ul.gfield_radio li label:before,
.gform_page ul.gfield_radio li label:before  {
		content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    float: left;
    background: transparent;
    width: 13px;
    height: 13px;
    border-radius: 30px;
    border: 2px solid #ab2430;
    z-index: 1;
    font-family: sans-serif !important;
}
#gform_wrapper_1 input[type="radio"]:checked + label:before,
#gform_wrapper_13 input[type="radio"]:checked + label:before,
.gform_page input[type="radio"]:checked + label:before  {
    content: "";
    line-height: 10px;
    color: #ab2430;
    font-size: 28px;
    background: #ab2430;
}
#gform_1 .form-widget .widget-title, #gform_13 .form-widget .widget-title  {
	background: #7ab4ba;
	padding: 30px 30px 0;
	margin-bottom: 0;
}
#gform_wrapper_1,
#gform_wrapper_13 {
	margin-top: 0 !important;
}
#gform_1 .gform_body, #gform_13 .gform_body, #gform_21 .gform_body {
	background: #7ab4ba;
}
#gform_wrapper_1 .gform_footer, #gform_wrapper_13 .gform_footer  {
	margin: 16px 0 !important;
	padding: 0 !important;
}
#gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_13 .gform_footer .gform_button{
	width: 100% !important;
	background: #BE1F2D;
	border-radius: 0;
	padding: 16px;
	border: none;
	font-family: 'Erbar';
	font-size: 36px !important;
}
#field_1_1, #field_13_1 {
	margin-top: 0;
}
#gform_fields_1, #gform_fields_1_2, #gform_fields_13, #gform_fields_13_2 {
	padding: 30px;
}
#gform_fields_1 li, #gform_fields_1_2 li , #gform_fields_13 li, #gform_fields_13_2 li {
	padding-right: 0;
}
li#field_1_35 .gfield_label,
li#field_1_37 .gfield_label,
li#field_13_35 .gfield_label,
li#field_13_37 .gfield_label  {
 display: none;
}

#gform_wrapper_1 li#field_1_35 ul.gfield_checkbox li label:after,
#gform_wrapper_1 li#field_1_36 ul.gfield_checkbox li label:after,
#gform_wrapper_1 li#field_1_37 ul.gfield_checkbox li label:after,
#gform_wrapper_13 li#field_13_35 ul.gfield_checkbox li label:after,
#gform_wrapper_13 li#field_13_37 ul.gfield_checkbox li label:after,
.gform_page li#field_13_37 ul.gfield_checkbox li label:after {
 content: " *";
     color: #790000;
}

.widget_gform_widget .widget-title{
  display: none;
}

.gform_page_footer {
  background-color: transparent !important;
}

#gform_7 {
 padding: 15px;
}
#gform_7 #input_7_2_3, #gform_7 #input_7_3 {
 font-size: 14px !important;
 padding: 6px 10px !important;
 border-radius: 2px !important;
 margin-bottom: 0 !important;
}
#gform_7 #field_7_3 {
 margin-top: 0px !important;
}
#gform_submit_button_7 {
    width: 100%;
    border-radius: 0 !important;
    font-family: 'Futura Md BT';
}
#input_7_2_3_container, #field_7_3 {
    padding-right: 0 !important;
}
#gform_7 .gform_footer {
    margin-top: 0;
}

#gform_7 .gform_heading {
  margin-bottom: 0;
 }
 
 #gform_7 h3.gform_title {
  font-size: 1em;
 }

 #gform_7 h3.gform_title {
  font-size: 1em;
  margin: 0;
  font-family: sans-serif !important;
  text-align: center;
 }

 #gform_submit_button_7 {
  border: 3px solid #56B4BC;
  font-size: 0.875rem;
}

#gform_submit_button_7:hover {
  background-color: rgba(255,255,255,0.2);
  color: #56B4BC;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  width: 100% !important;
}

.feaston-application-form .gform_wrapper li.gfield {
  color: #fff;
}

.search-form-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255,255,255,0.95);
  z-index: 9999;
  transform: rotateX(90deg);
  transition: all 0.5s ease-in-out;
}

.search-form-overlay.animate {
  transform: translate3d(0, 0, 1px) scale(1, 1);
}

.search-form-overlay .search-container {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.search-form-overlay form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.search-form-overlay button {
  margin-top: 15px;
}

.search-form-overlay .search-btn {
  display: none;
}

.search-form-overlay input[type="text"] {
  background: transparent;
  border: none;
  font-size: 6rem;
  text-align: center;
  text-transform: uppercase;
  color: #7ab3ba;
  font-family: 'Erbar';
  line-height: 1;
}

.search-form-overlay input[type="text"]:focus {
  color: #7ab3ba;
  box-shadow: none;
  text-decoration: none;
}

.search-form-overlay ::-webkit-input-placeholder { /* Edge */
  color: #7ab3ba;
}

.search-form-overlay :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7ab3ba;
}

.search-form-overlay ::placeholder {
  color: #7ab3ba;
}


.search-icon {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/search-solid.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  top: 30px;
  cursor: pointer;
}

.close-search {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.search-tagline {
  text-align: center;
  color: rgba(0,0,0,0.4);
  font-family: 'Futura Md BT';
  font-size: 18px;
  line-height: 1.5;
  padding: 0px 15px;
}

@media (max-width: 768px) {
 .search-form-overlay {
  transform: translate(0, -100%);
 }

 .search-form-overlay.animate {
   transform: translate(0, 0);
 }
 .close-search {
  top: 150px;
  right: 50px;
 }
}

.page-id-157 p {
 line-height: 2;
}

.page-id-157 li {
 line-height: 1.8;
}

.page-id-157 ul {
 padding-left: 1.5em;
}

.page-id-157 h1 {
 margin-bottom: 0;
}

.size-ads_250x250{
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.size-ads_250x320{
  width: 250px;
  height: 320px;
  object-fit: cover;
}

.reservations {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.grid-col-p p {
  color: #fff;
  padding: 5px 30px;
}

@media (max-width: 568px) {
  .item-location {
    font-size: 9px;
    padding-top: 0px;
  }
  .item-title {
    font-size: 11px;
  }
  .overlay-title {
    height: 75px;
    padding: 8px;
  }
}

.purveyors-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;;
  display: block;
}

.bt-banner-img {
  background: #bf1e2e;
  padding: 2rem;
  margin-top: 30px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.bt-banner-img img{
  max-height: 150px;
}

.bottom-banner {
  padding: 4rem;
  background: #7a6f5b;
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  font-family: 'Erbar';
  margin-top: 30px;
}

.text-decor-none, .text-decor-none:hover {
  text-decoration: none;
}

.gform_wrapper div.charleft {
  display: none;
}

.user-info-links {
  border-bottom: 0px;
  margin-top: 40px;
}

.user-info-links li {
  padding: 15px 20px 15px 0px;
}


.user-info-links li a{
  color: #56B4BC !important;
  font-weight: bold;
  text-decoration: none !important;
  background-image: linear-gradient(#56B4BC,#56B4BC), linear-gradient(#fff, #fff);
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
  padding-bottom: 2px;
  font-size: 16px;
  font-family: 'Big John' !important;
}

.user-info-links li a:hover, .user-info-links li a.active {
  background-size: 100% 1px, auto;
}

.gform_wrapper .ginput_card_security_code {
  display: inline;
}

.header-apply-now-logo {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/feast-on-badge.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.site-header .navbar {
  justify-content: initial;
}

.user-btn-logout {
  color: #fff !important;
  text-decoration: none !important;
  float: right;
}

.user-btn-logout:hover {
  color: #56B4BC !important;
}

#cancel-pass {
  float: right;
  width: 150px;
  margin-top: 14px;
}

#change-pass {
  margin-left: 15px;
}

.gf_progressbar_title {
  color: #7ab4ba;
  opacity: 1 !important;
}

.gform_wrapper .gf_progressbar {
  background: none;
  box-shadow: none !important;
  border-radius: inherit !important;
  padding: 0px !important;
  width: 100% !important;
}

.gform_wrapper .gf_progressbar_wrapper {
  padding: 0px !important;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #fff !important;
}

.gform_wrapper .gf_progressbar:after {
  background-color: rgba(122, 180, 186, 0.5) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.gform_wrapper .gf_progressbar_percentage {
  background: #7ab4ba !important;
  border-radius: 0px !important;
}

.form-login {
  color: #fff !important;
  text-decoration: none !important;
}

.form-login:hover {
  background-color: #fff;
  color: #56B4BC !important;
  text-decoration: none !important;
}

#wppb-recover-password ul {
  margin: 50px 0px;
}

.resources-list .list-item{
  font-size: 1.13rem;
  font-family: 'Futura Bk BT' !important;
}

.resources-list .date-published {
  font-size: 14px;
  font-style: italic;
  font-family: 'Futura Bk BT' !important;
}

.resources-list ul li a {
  color: #56B4BC !important;
  text-decoration: none !important;
  font-family: 'Futura Bk BT' !important;
}

.resources-list ul li a:hover {
  text-decoration: underline !important;
}

.gform_page_fields a {
  color: #fff !important;
}

.gform_page_fields a:hover {
  color: #b9323d !important;
}

.manifesto {
  list-style: none;
}

.manifesto li {
  padding: 10px 0px;
}
.manifesto li:before {
  content: '✓';
  margin-left: -40px;
  padding-right: 26px;
}

 #wppb-edit-user .wppb-default-about-yourself-heading, #wppb-edit-user .wppb-default-biographical-info, .gform_wrapper .gform_card_icon_container {
   display: none;
 }

 #userinfo, #changepass, #purveyor, #resources, .wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label, 
 #purveyor .acf-field .acf-label label,  #purveyor ul.acf-radio-list li,  #purveyor ul.acf-checkbox-list li,  #purveyor .acf-field input {
  font-size: 1.13rem !important;
  line-height: 24px !important;
  color: #4a4a4a;
  font-family: 'Futura Bk BT' !important;
 }

 #purveyor .acf-field .acf-label label {
  font-weight: initial !important;
 }

 #purveyor .acf-field .acf-label {
   float: left;
   width: 30%;
 }

 #purveyor .acf-field .acf-input {
  float: left;
  width: 70%;
  padding-left: 15px;
 }

 #purveyor .acf-form-submit {
   margin-top: 50px;
 }

 #purveyor .acf-fields>.acf-field {
   border-top: none !important;
 }

 #purveyor .tab-subheader {
  padding-top: 30px;
  clear: both;
  font-family: 'Big John';
  padding-left: 15px;
 }

 .insta-gallery-actions {
   display: none;
 }

.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
  border: 0px solid transparent; 
  background-color: inherit !important;
  transition: all 0.3s ease-out !important;
}

.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap:hover .insta-gallery-image-mask {
   border: 10px solid #56B4BC; 
 }

.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap:hover .insta-gallery-image {
  transform: scale(1.1);
}

 @media (max-width: 568px) {
  h1, .custom-title {
    font-size: 33px;
  }
 }

.search-results .restaurants, .search-results .post {
  padding: 0px 30px;
  margin-top: 15px;
}

.cutomm-section-bg {
  padding: 50px 0px;
}

.cutomm-section-bg-wh {
  padding: 50px;
  color: #fff;
}

.grey-bg {
  background-color: #F5F5F5;
  padding: 50px 0px;
}

.inner-blue-bg {
  background-color: #56b4bc;
  padding: 50px;
  color: #fff;
}

.inner-red-bg {
  background-color: #EF4E4C;
  padding: 50px;
  color: #fff;
}

.gtoo-logo-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}

.gtoo-logo {
  height: 100%;
  object-fit: contain !important;
}

.center-archive-name {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  width: auto;
  background: rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 15px;
  padding: 15px;
}

.passport-icon {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/Passport_Stamp.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.passport-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.bg-image {
  background-position: center center;
  background-size: cover;
}

.cr__gallery .cr__asset__overlay.isLoaded:hover {
  border: 10px solid #56B4BC;
}

.cutomm-section-bg .card {
  background-color: transparent !important;
}

.archive-title-wrapper {
  padding-top: 50px;
  width: 100%;
  padding-bottom: 50px;
}

.archive-title-bg {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/archive-bg.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 120px;
  width: 100%;
  padding-bottom: 120px;
}

.gtto-related-post {
  background-image: url('/wp-content/themes/wp-bootstrap-4/assets/images/archive-bg.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
  background-color: transparent;
  margin: 0px;
  padding-top: 100px;
}

.text-white p, .text-white {
  color: #fff;
}

.btn-download-passport {
  background-color: #FFC700 !important;
  border-color: #FFC700 !important;
  color: #fff !important;
  padding: 0.56rem 2.5rem;
}

.min-squad-img {
  height: 100%;
  width: 100%;
  min-height: 250px;
}
.cutomm-section-bg.about-section .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-section {
  padding-top: 0px;
}

.about-section .card-footer {
  display: none;
}

.archive-featured-img {
  max-height: 80vh;
  object-fit: cover;
}

.hashtag-link {
  color: #56B4BC;
  text-transform: uppercase;
  margin-top: 4rem;
  font-family: 'Big John';
  letter-spacing: 2px;
  font-size: 14px;
}

.section-title.palmerlake-title{
  padding-top: 15px;
  padding-bottom: 10px;
}

.palmerlake-title {
  font-family: 'PalmerLakePrint-Regular' !important;
  font-size: 4.7em;
  line-height: 0.7;
}

.palmerlake-h3, .palmerlake-h3 h4 {
  font-family: 'PalmerLakePrint-Regular' !important;
  font-size: 2.85em;
  line-height: 0.7;
}

.palmerlake-h4, .archive-description.palmerlake-h4 p{
  font-family: 'PalmerLakePrint-Regular' !important;
  font-size: 1.9em;
  line-height: 0.8;
}

.gtoo-hero-banner img{
  width: 100%;
  object-fit: cover;
  min-width: 100vw;
}

.underline-hover-state{
  color: #000;
  text-decoration: underline;
}

.default-box {
  background-color: #F5F5F5;
}

.post-icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(122,179,186,0.3);
  max-width: 250px;
  margin: auto;
}

.bw-ic-product-list {
  border-bottom: none !important;
}

.sidebar-passport .bwmodule{
  padding: 0px !important;
}

.sidebar-passport .bw-ic--item-card {
  width: 100%;
  min-width: 100%;
}

.sidebar-passport .bw-ic--info {
  padding: 15px;
}

.section-title.palmerlake-title a:hover {
  color: #56b4bc;
}

.bw-ic--product-title, .bw-ic--product-title span, .related-post-wrapper h3{
  font-family: 'Big John' !important;
}

ul li {
  font-family: 'Futura Bk BT';
}

.gtoo-hero-banner .post-thumbnail {
  display: block;
}

.mobile-post-thumbnail {
  display: none;
}

.welcome-popup-middle p{
  font-family: 'Futura Bk BT' !important;
}

.heading_block .heading01 {
  font-family: 'PalmerLakePrint-Regular' !important;
  line-height: 0.7;
  font-size: 2.3rem;
  margin-top: 1rem;
}

.welcome-popup-middle .heading_block {
  border-bottom: none;
  margin: 0px;
}

.welcome-popup-middle p {
  font-size: 0.9rem;
}

.btn-yellow {
  background: #ffc700;
}

.btn-yellow:hover{
  background: #fff;
}

@media (max-width: 768px) {
  .gtoo-hero-banner .post-thumbnail {
    display: none;
  }
  
  .mobile-post-thumbnail {
    display: block;
  }

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

  .palmerlake-title {
    font-size: 3.5em!important;
  }

  .palmerlake-h3, .palmerlake-h3 h4 {
    font-size: 2em !important;
  }

  .hashtag-link h2 {
    font-size: 1.5em !important;
  }
  .safety-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
  }
  .min-squad-img {
    min-height: auto;
  }

  .cutomm-section-bg-wh {
    padding: 50px 0px;
  }
  .page-top-slider {
    margin-top: -50px !important;
  }

  .slider-is-desktop {
    display: none !important;
  }
  .slider-is-mobile {
    display: block !important;
  }
}

.purveryor-since-p {
  margin-bottom: 1rem !important;
}
.since_yr {
  font-size: 45px;
  line-height: 1;
  font-family: 'Big John' !important;
}

.purveyor_desc {
  padding-left: 50px;
}

.playlist-item iframe {
  height: 80px;
}

.playlist-wrapper {
  width: 80%;
  margin: 0 auto;
}

ol li {
  font-family: 'Futura Bk BT' !important;
}

.bw-ic--product-button-wrapper.bw-ic--product-button-wrapper {
  margin: 0 auto !important;
}

.filter-restaurants .form-check {
  display: inline-block;
  padding-right: 15px;
}

.submit-filter:hover {
	border: 3px solid #56B4BC;
	color: #56B4BC;
	background-color: #fff !important;
}

.filter-restaurants .form-check-label {
  font-family: 'Futura Bk BT' !important;
}

.btn-wide {
  max-width: 470px;
  text-align: center;
  padding: 0.65rem 5rem !important; 
  width: 100%;
}

.page-top-slider {
  margin-top: -32px;
}

.slider-is-desktop {
  display: block;
}
.slider-is-mobile {
  display: none;
}

.is-slider-top #main, .is-slider-top #main > article, 
.is-slider-top .card-body, .is-slider-top .entry-content {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.purveyors-page {
  margin-top: 5em;
  margin-bottom: 7em;
}

.purveyors_results .overlay-title {
  height: 60px !important;
}

.spotlight-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spotlight-bg img {
  max-height: 450px;
  padding: 30px;
}

.spotlight-icon {
  width: 150px;
  margin: 30px auto;
}

@media (max-width: 520px) {
  .spotlight-bg img {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}