/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.related-content {
  position: relative;
}
.related-content::before {
  background-image: url("https://www.hellobc.com/content/uploads/2018/01/related-content-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 100%;
}
.related-content.bg-override::before {
  display: none;
}
.related-content__background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  width: 100%;
  height: 100%;
}
.related-content .box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  height: 100%;
  overflow: hidden;
}
.related-content .box .content {
  padding: 25px;
}
.related-content .bgcover {
  height: 250px;
  position: relative;
}
.related-content .bgcover .play-btn {
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.related-content .bgcover .play-btn::before {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  color: #fff;
  font-size: 80px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.related-content .bgcover .play-btn:hover::before {
  color: #42817a;
}
.related-content h3 {
  text-align: center;
}
.related-content .owl-nav > div {
  cursor: pointer;
}
.related-content .owl-carousel .owl-stage-outer {
  padding: 20px 0;
  margin: 0 7px;
}
.related-content .owl-carousel .owl-stage {
  display: flex;
}
.related-content .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.related-content .owl-carousel .item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  width: 95%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .related-content .owl-carousel .item:hover, .related-content .owl-carousel .item:focus, .related-content .owl-carousel .item:active {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    transform: scale(1.015);
  }
}
.related-content .owl-carousel .item > a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.related-content .owl-carousel .item .bgcover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.related-content .owl-carousel .owl-nav > div {
  cursor: pointer;
}
.related-content .owl-carousel .owl-nav > div.owl-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .related-content .owl-carousel .owl-nav > div.owl-prev {
    left: -30px;
  }
}
.related-content .owl-carousel .owl-nav > div.owl-next {
  right: -10px;
}
@media (min-width: 1200px) {
  .related-content .owl-carousel .owl-nav > div.owl-next {
    right: -30px;
  }
}
.related-content .owl-carousel .owl-dots {
  position: relative;
}
.related-content .content {
  display: flex;
  flex-direction: column;
  color: #4d4c51;
}
.related-content .content > div {
  width: 100%;
}
.related-content .content .title-excerpt h4 {
  font-size: 20px;
}
.related-content .content .flex-btns {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .related-content h3 {
    font-size: 20px;
  }
}
.related-content .roadtrips .content {
  padding: 13px 25px 28px;
}
.related-content .roadtrips .content .title-excerpt h4 {
  margin-bottom: 14px;
}
.related-content .roadtrips .content .title-excerpt p {
  margin-bottom: 19px;
}
.related-content .roadtrips .content .roadtrips-details {
  margin-bottom: 36px;
}

@media (min-width: 1200px) {
  .related-content .owl-carousel .owl-nav > div.owl-prev {
    left: -8px !important;
  }

  .related-content .owl-carousel .owl-nav > div.owl-next {
    right: -8px !important;
  }
}

/*# sourceMappingURL=related-content.css.map */