.om-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.om-logo .om-logo-image {
  display: inline;
  height: 70px;
  margin-right: 4px;
}

.om-logo .om-logo-text {
  font-size: 18px;
  color: #f9c720;
}

.broadly-review:first-of-type {
  border-top: none !important;
}

.yelp-review-widget {
  /* border: 1px solid white;
  border-radius: 5px; */
  padding-top: 16px;
}

.owl-pagination .owl-page {
  background: #f9c720 !important;
}

.featured-offer-col-override {
  height: 480px;
  max-width: 440px;
}

.featured-offer-text {
  height: 120px;
  border-bottom: 2px solid #1b2835;
  background-color: #000;
}

.featured-offer-params {
  height: 46px;
}

.hidden {
  display: none;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.isDisabled > a {
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.poster-warning-header {
  margin-top: 24px;
}

.poster-warning-list {
  padding-left: 18px;
  font-size: 14px;
}

.footer-copyrights {
  text-align: center;
}

.contact-photo {
  margin-left: 30px;
}

.contact-info {
  min-width: 280px;
}

.poster-description .slide-desc-text {
  min-height: 224px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.featured-book-button {
  min-width: 140px;
}

.top-banner {
  text-align: center;
  padding: 12px 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.swiper-container {
  min-height: 600px;
}

.sticky-start.sticky .top-banner {
  display: none;
}

.online-review {
  margin-left: 140px;
}

@media (min-width: 992px) {
  .om-social-container {
    display: flex;
    flex-wrap: nowrap;
  }

  .om-social-card {
    padding: 0 3px;
  }

  .om-social-card-yelp {
    min-width: 355px;
    padding: 0 3px;
  }

  .featured-offer-front {
    width: initial;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .slider-overlay {
    display: none;
  }

  .navbar-brand {
    display: none;
  }
}

@media only screen and (max-width: 812px) {
  .faqs {
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .om-logo {
    margin-top: 20px;
  }

  .om-logo .om-logo-text {
    font-size: 14px;
  }

  .om-logo .om-logo-image {
    margin-right: 0;
  }

  .featured-offer-col-override {
    float: none;
    margin: 0 auto;
  }

  .slider-overlay {
    display: none;
  }

  .navbar-brand {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .footer-logo {
    margin: 0 auto 10px auto;
  }

  .online-review {
    margin-left: 0;
  }
}

.testimonials {
  background-color: #183263;
  background-attachment: scroll;
  background-position-y: -120px;
  min-height: 450px;
}

.testimonials2-content p {
  font-size: 16px;
}

.poster-warning-list {
  font-size: 16px;
}

.slide-desc-text {
  font-size: 16px;
}

.slide-desc-text p {
  font-size: 16px;
}

.slide-desc-text h4 {
  margin-bottom: 4px;
}

.poster-video {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: -40px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.owl-carousel .owl-wrapper-outer {
  width: 67%;
  margin: 0 auto;
}

.front-page-location-row {
  display: flex;
  justify-content: center;
}

.book-button-primary {
  margin-right: 4px;
}

@media only screen and (max-width: 480px) {
  .front-page-location-row {
    display: block;
  }

  .book-button {
    color: #5d5d5d !important;
  }
}
