.standard .section--text,
.newsletter .main,
.main h3.searchHeading,
.main div.richTextBlock {
  padding: 0 16px;
}

.servicesList .title {
  align-items: left;
}

/*related content carousel*/
@media (min-width: 0) and (max-width: 849px) {
  .flickity-page-dots {
    visibility: hidden;
  }
}

@media (min-width: 850px) {
  .related-content--product .flickity-prev-next-button {
    display: block;
  }
}

/*position relative for mobile main menu*/
.slideout-menu__list li {
  position: relative;
}

/*** Product Book Button ***/
.txa-book-btn-parent .txa-book-btn {
  margin-top: 1.1rem;
}

/*fix for firefox issue with css display flex*/
.related-content__wrapper .product-card,
.related-content__wrapper .product-card__container,
.related-content__wrapper .product-card__wrapper,
.blog-single .product-card__wrapper,
.blog-single .product-card,
.blog-single .product-card__container {
  min-width: 0;
  min-height: 0;
}

/*mobile search filters spacing*/
.search-filters__tray--open .filter-bottom-spacer {
  min-height: 80px;
}

/*Extra styles to move the caption below the images on mobile*/
@media (min-width: 0) and (max-width: 849px) {
  .image .caption {
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
  }
}

/*Styles for the Related Content map */
.map-container {
  width: 100%;
}

.map-container .product-card__wrapper.map-Item {
  width: 300px;
  height: auto;
}

/*youtube videos styles*/

.content-wrapper .image.youtube-video,
.content-wrapper .embedded-youtube {
  width: 100%;
  height: 80vh;
}

.image.youtube-video .caption {
  bottom: 2px;
  right: 2px;
}

/* Styles for search results*/

.product-card__main .product-card__info {
  line-height: 1.4;
}

.related-content__item .related-content__caption {
  word-wrap: break-word;
}

.related-content--banner .related-content__title.firstTitle {
  margin-bottom: 10px;
  word-wrap: break-word;
  width: 100%;
}

.related-content--banner .related-content__title.secondTitle {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0;
  word-wrap: break-word;
  width: 100%;
}

.related-content__caption svg.smallVideoBtn {
  width: 50px;
  height: 50px;
}

.related-content__caption .contentBtn {
  margin-top: 30px;
}

.section-spacing .floating-content .overlay__wrapper {
  margin-top: -60px;
  margin-bottom: 60px;
}

.map-section__overlay.map-section-button-container {
  position: relative;
  padding: 0 0 20px 0;
}

/* product page trip advisor*/

@media (min-width: 768px) {
  .tripAdvisorContent.mobileContent {
    display: none;
  }
}

/*TA footer logo styles*/

p.TA-footer-logo {
  margin: 5px 0;
}

p.TA-footer-logo img {
  padding: 0 5px;
}

/*Blog page video module*/

.blog-single .section.full-width.section-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*making youtube iframe responsive*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*related content generic module*/
.product-card__image.related-content-generic__product-link:after {
  content: none !important;
}

.carousel-subtitle-heading-bold {
  font-weight: bold !important;
}

/*Subcategory navigation dropdown*/
.subcategoryNavigationOptGrp {
  font-weight: bold !important;
}

#atdw-toggle {
  position: absolute;
  top: 10px;
  right: 70px;
  background: white;

  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#atdw-toggle .search-filters__price-checkbox {
  margin-bottom: 0;
  padding: 6px 13px 5px;
  cursor: pointer;
}

#atdw-toggle .jcf-checkbox {
  margin-right: 10px;
}
