/* This is copied from main.scss as @import is not supported by shopify*/
/* End copied from main.scss */
/* Short code tags styles */
section.big-carousel-image,
section.text-carousel,
section.video-player-with-text,
section.feature-set,
section.feature-set-3 {
  border: none; }
  section.big-carousel-image .flex-container,
  section.text-carousel .flex-container,
  section.video-player-with-text .flex-container,
  section.feature-set .flex-container,
  section.feature-set-3 .flex-container {
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; }
    @media screen and (max-width: 959px) {
      section.big-carousel-image .flex-container,
      section.text-carousel .flex-container,
      section.video-player-with-text .flex-container,
      section.feature-set .flex-container,
      section.feature-set-3 .flex-container {
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0%; } }
    @media screen and (min-width: 1400px) {
      section.big-carousel-image .flex-container,
      section.text-carousel .flex-container,
      section.video-player-with-text .flex-container,
      section.feature-set .flex-container,
      section.feature-set-3 .flex-container {
        /* height: 800px; */
        padding: 0 10%; } }

section.big-carousel-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 959px) {
    section.big-carousel-image {
      background-image: none !important;
      background-color: #F0F0F0; } }
  section.big-carousel-image .alt-image-landing {
    display: none;
    width: 100%; }
    section.big-carousel-image .alt-image-landing img {
      width: 100%; }
    @media screen and (max-width: 959px) {
      section.big-carousel-image .alt-image-landing {
        display: block; } }
  section.big-carousel-image.text-center .flex-container {
    justify-content: center;
    text-align: center; }
  section.big-carousel-image.text-right-center .flex-container {
    justify-content: flex-end; }
  section.big-carousel-image.text-left-bottom .flex-container {
    align-items: flex-end; }
  section.big-carousel-image.text-right-bottom .flex-container {
    justify-content: flex-end;
    align-items: flex-end; }
  @media screen and (min-width: 960px) {
    section.big-carousel-image.text-white .title, section.big-carousel-image.text-white .description {
      color: #fff; } }

section.text-carousel.right-image .flex-container {
  padding-right: 0px; }

section.video-player-with-text .text-placeholder,
section.big-carousel-image .text-placeholder,
section.text-carousel .text-placeholder {
  width: 420px; }
  @media screen and (max-width: 959px) {
    section.video-player-with-text .text-placeholder,
    section.big-carousel-image .text-placeholder,
    section.text-carousel .text-placeholder {
      width: 100%;
      margin-left: 16px !important;
      margin-right: 16px !important; } }
  section.video-player-with-text .text-placeholder .title-landing,
  section.big-carousel-image .text-placeholder .title-landing,
  section.text-carousel .text-placeholder .title-landing {
    margin-top: 0px;
    margin-bottom: 10px; }

section.big-carousel-image.text-center .text-placeholder {
  width: 620px; }
  @media screen and (max-width: 959px) {
    section.big-carousel-image.text-center .text-placeholder {
      width: 100%;
      margin-left: 16px !important;
      margin-right: 16px !important; } }
  section.big-carousel-image.text-center .text-placeholder .title-landing {
    margin-top: 0px;
    margin-bottom: 10px; }

section.video-player-with-text.video-right .video-placeholder {
  order: 2; }

section.text-carousel .image-landing img {
  width: 100%; }

@media screen and (min-width: 960px) {
  section.video-player-with-text .text-placeholder {
    margin: auto; } }

section.feature-set,
section.feature-set-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff; }
  section.feature-set .feature-container,
  section.feature-set-3 .feature-container {
    width: 100%; }
    @media screen and (max-width: 959px) {
      section.feature-set .feature-container,
      section.feature-set-3 .feature-container {
        padding: 60px 0; } }
  section.feature-set .title-landing,
  section.feature-set-3 .title-landing {
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 80px; }
    @media screen and (max-width: 959px) {
      section.feature-set .title-landing,
      section.feature-set-3 .title-landing {
        padding-bottom: 10px; } }
  section.feature-set .features-landing,
  section.feature-set-3 .features-landing {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  section.feature-set .feature-block,
  section.feature-set-3 .feature-block {
    font-size: 20px;
    width: 150px; }
    @media screen and (max-width: 959px) {
      section.feature-set .feature-block,
      section.feature-set-3 .feature-block {
        padding: 20px 0; } }
    section.feature-set .feature-block .feature-icon,
    section.feature-set-3 .feature-block .feature-icon {
      width: 80px; }
      @media screen and (max-width: 959px) {
        section.feature-set .feature-block .feature-icon,
        section.feature-set-3 .feature-block .feature-icon {
          width: 60px; } }

section.feature-set-3 .feature-block {
  width: 275px; }

section.feature-set-3 .feature-block .feature-icon {
  width: 106px;
  margin-bottom: 30px; }

section.feature-set-3 .feature-block .feature-text {
  font-size: 16px; }

@media screen and (min-width: 960px) {
  section.large-text .text-placeholder .title-landing {
    font-size: 72px;
    line-height: 1; } }
@media screen and (min-width: 960px) {
  section.large-text .text-placeholder .description {
    font-size: 24px; } }

/* This is by default
section.medium-text {
    .text-placeholder {
        .title-landing { 
            @include media($desktop) {
                font-size: 50px; 
            }
        }
        .description { 
            @include media($desktop) {
                font-size: 16px; 
            }
        }
    }
}
*/
@media screen and (min-width: 960px) {
  section.small-text .text-placeholder .title-landing {
    font-size: 32px; } }
@media screen and (min-width: 960px) {
  section.small-text .text-placeholder .description {
    font-size: 10px; } }

@media screen and (min-width: 960px) {
  section.big-carousel-image.overlay .overlay {
    background-color: rgba(0, 0, 0, 0.15); } }

/*@media screen and (max-width: $mobile-breakpoint) {*/
@media screen and (max-width: 959px) {
  .flex-container > div, section.feature-set, section.feature-set-3 {
    margin-bottom: 80px; }

  section.feature-set .flex-container > div
  section.feature-set-3 .flex-container > div {
    margin-bottom: initial; }

  section.video-player-with-text .video-placeholder {
    width: 100% !important; }

  section.photo-collage .center.grid table td {
    display: block; }
  section.photo-collage .left-image-landing {
    height: 480px !important; }
  section.photo-collage .right-image1, section.photo-collage .right-image2 {
    height: 280px !important; } }
/* End Short code tags styles */
