/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.page-template-template-bc-wa-tourism .mosaic-gallery {
  padding: 1px 5px;
}
.mosaic-gallery__inner {
  position: relative;
}
.mosaic-gallery__entry {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  min-height: 320px;
  position: relative;
}
.mosaic-gallery__entry:not(:first-of-type) {
  display: none;
}
@media (min-width: 768px) {
  .mosaic-gallery__entry:not(:first-of-type) {
    display: unset;
  }
}
@media (min-width: 992px) {
  .page-template-template-bc-wa-tourism .mosaic-gallery__entry {
    height: 31vw;
    max-height: 436px;
  }
}
.mosaic-gallery__entry:hover .mosaic-gallery__image:after, .mosaic-gallery__entry:focus .mosaic-gallery__image:after {
  opacity: 1;
}
.mosaic-gallery__entry:hover .mosaic-gallery__play i, .mosaic-gallery__entry:focus .mosaic-gallery__play i {
  color: #42817a;
}
.mosaic-gallery__image {
  bottom: 2px;
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.mosaic-gallery__image:after {
  -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;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.mosaic-gallery__cta {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  right: 16px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mosaic-gallery__cta {
    left: 16px;
    right: auto;
  }
}
.mosaic-gallery__play {
  pointer-events: none;
}
.mosaic-gallery__play i {
  color: #fff;
  cursor: pointer;
  font-size: 80px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}
.mosaic-gallery__total {
  background: #000;
  border-radius: 0 0 0 12px;
  color: #fff;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  right: 2px;
}
@media (min-width: 768px) {
  .mosaic-gallery__total {
    display: none;
  }
}
.mosaic-gallery__caption {
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .mosaic-gallery__caption {
    padding: 0;
  }
}
.mosaic-gallery__modal {
  background: rgba(0, 0, 0, 0.8);
}
.mosaic-gallery__modal.show {
  z-index: 100000;
}
.mosaic-gallery__modal .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  max-width: unset;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mosaic-gallery__modal .modal-dialog {
    padding: 50px 0;
  }
}
.mosaic-gallery__modal-close {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -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;
  background: #42817a;
  border-radius: 0;
  color: #d9e6e4;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 8px 14px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .mosaic-gallery__modal-close {
    padding: 12px 15px;
    font-size: 18px;
  }
}
.mosaic-gallery__modal-close:focus {
  outline: solid #0021ff 2px;
  outline-offset: 2px;
}
.mosaic-gallery__modal-close:hover {
  color: #fff;
}
.mosaic-gallery__modal-carousel-wrapper {
  height: 100%;
  max-width: 1920px;
  width: 100%;
}
.mosaic-gallery__modal-carousel {
  height: 100%;
}
@media (min-width: 768px) {
  .mosaic-gallery__modal-carousel {
    padding: 0 72px;
  }
}
.mosaic-gallery__modal-carousel .owl-stage-outer, .mosaic-gallery__modal-carousel .owl-stage {
  height: 100%;
}
.mosaic-gallery__modal-carousel .owl-item {
  height: 100%;
  overflow-y: auto;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .mosaic-gallery__modal-carousel .owl-item {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow-y: unset;
  }
}
.mosaic-gallery__modal-carousel .owl-item img {
  width: auto;
}
.mosaic-gallery__modal-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.mosaic-gallery__modal-carousel .owl-prev, .mosaic-gallery__modal-carousel .owl-next {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -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;
  pointer-events: auto;
  position: relative;
}
.mosaic-gallery__modal-carousel .owl-prev:hover, .mosaic-gallery__modal-carousel .owl-prev:focus, .mosaic-gallery__modal-carousel .owl-next:hover, .mosaic-gallery__modal-carousel .owl-next:focus {
  transform: scale(1.2);
}
.mosaic-gallery__modal-carousel .owl-prev:before, .mosaic-gallery__modal-carousel .owl-next:before {
  background-image: url("https://www.hellobc.com/content/themes/base/images/icons/arrow-crowdriff.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  filter: invert(100%) sepia(0%) saturate(7484%) hue-rotate(291deg) brightness(117%) contrast(100%);
  width: 30px;
}
@media screen and (min-width: 1280px) {
  .mosaic-gallery__modal-carousel .owl-prev:before, .mosaic-gallery__modal-carousel .owl-next:before {
    height: 40px;
    width: 40px;
  }
}
.mosaic-gallery__modal-carousel .owl-prev:before {
  transform: scaleX(-1);
}
.mosaic-gallery__modal-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 592px;
  min-height: 100%;
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mosaic-gallery__modal-slide {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0;
    max-width: unset;
    min-height: unset;
  }
}
.mosaic-gallery__modal-media {
  pointer-events: none;
  position: relative;
}
.mosaic-gallery__modal-media.with-youtube {
  max-width: 160vh;
}
@media screen and (min-width: 768px) {
  .mosaic-gallery__modal-media.with-youtube {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    justify-content: center;
    max-width: calc(160vh - 100px);
  }
}
.mosaic-gallery__modal-media.with-youtube .youtube-responsive-container {
  pointer-events: auto;
}
.mosaic-gallery__modal-media.with-youtube.with-portrait-video {
  max-width: 57vh;
}
@media screen and (min-width: 768px) {
  .mosaic-gallery__modal-media.with-youtube.with-portrait-video {
    max-width: calc(57vh - 100px);
  }
}
.mosaic-gallery__modal-media.with-youtube.with-portrait-video .youtube-responsive-container {
  padding-bottom: 178.25%;
}
.mosaic-gallery__modal-media.with-content {
  background: #000000;
  padding: 0;
  pointer-events: auto;
}
.mosaic-gallery__modal-picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.mosaic-gallery__modal-picture img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  pointer-events: auto;
}
.mosaic-gallery__modal-content-wrapper {
  background: #333333;
  color: #ffffff;
  padding: 24px 40px;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .mosaic-gallery__modal-content-wrapper {
    flex: 1 0 50%;
    max-width: 380px;
    overflow-y: auto;
    padding: 24px;
  }
}
.mosaic-gallery__modal-content {
  font-size: 14px;
}
.mosaic-gallery__modal-content a {
  color: #ffffff;
}
.mosaic-gallery__modal-content a:hover, .mosaic-gallery__modal-content a:focus {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .mosaic-gallery__modal-content {
    font-size: 16px;
  }
}

/*# sourceMappingURL=mosaic-gallery.css.map */