/* Newsletter & Advertise
--------------------------------------------- */

._2-col-left.bg-newsletter {
    background-color: #000;
    background-image: url('../svg/newsletter.svg');
    background-position: 1vw 0%;
    background-size: 48vw;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.form-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

._2-col-left.bg-advertise {
    background-color: var(--main-color);
    background-image: url('../svg/advertise.svg');
    background-position: 1vw 0%;
    background-size: 48vw;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

._2-col-left.bg-contact-us{
    background-color: var(--main-color);
    background-image: url('../svg/contact-us.svg');
    background-position: 1vw 0%;
    background-size: 48vw;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  ._2-col-left {
      width: 100%;
      padding-bottom: 75%;
      background-size: 98vw!important;
  }

  ._2-col-right {
    width: 100%;
  }
}

/* Subscribe
--------------------------------------------- */

/*=== Subscibe Card Section  ====*/

.s-subscribe-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #ff4500;
    background-image: url('../svg/subscribe.svg');
    background-position: 1vw 32px;
    background-size: 48vw;
    background-repeat: repeat-y;
    background-attachment: fixed;
    color: #fff;
}

.s-subscribe-header-r {
    width: 45%;
    margin-left: auto;
}

.subscribe-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subscribe-card {
    width: 32.833%;
    border: 1px solid #e3e3e3;
}

.subscribe-card-img-wrapper {
    position: relative;
    padding-bottom: 73.5%;
    background-color: #000;
}

.subscribe-card-img-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.subscribe-card-text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75%;
    opacity: 0.12;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.subscribe-card-text.sct-digital {
    width: 95%;
}

.subscribe-card-text.sct-gift {
    width: 112.5%;
}

.subscribe-card:hover .subscribe-card-text {
  opacity: 1;
}

.subscribe-card:hover .sc-text-outline {
  stroke: #FF4500;
}

.subscribe-card:hover .sc-text-fill {
  fill: #FF4500;
}


.subscribe-card-img {
    position: absolute;
    left: -5%;
    bottom: 0%;
    width: 110%;
    height: 100%;
    background-image: url("../png/print-subscription.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sci-digital {
    left: 0%;
    width: 100%;
    height: 105%;
    background-position: 50% 0%;
    background-size: contain;
    background-image: url("../png/digital-subscription.png");
}

.sci-gift {
    left: -2.5%;
    width: 105%;
    height: 102.5%;
    background-position: 50% 100%;
    background-size: contain;
    background-image: url("../png/gift-subscription.png");
}

.subscribe-card-content {
    padding: 2rem;
    border-top: 1px solid #e3e3e3;
    line-height: 1;
}



/* @media screen and (max-width: 991px) {
  .mobile-scroll-card {
    padding-top: 0.75rem;
    padding-bottom: 0rem;
    flex-wrap: nowrap;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    overflow: scroll;
  }

  .mobile-scroll-card:before {
    content: '';
    flex: 0 0 1.5rem;
  }

  .mobile-scroll-card:after {
    content: '';
    flex: 0 0 1.5rem;
  }

  .subscribe-card {
    min-width: 40%;
    margin-right: 1rem;
  }

  .subscribe-card:last-of-type {
    margin-right: 0;
  }
} */

@media screen and (max-width: 767px) {
  .s-subscribe-header {
    padding-bottom: 75%;
    padding-top: 0;
    background-size: 98vw;
    color: black;
    margin-bottom: 8rem;
  }

  .s-subscribe-header-r {
    width: 100%;
  }

  .s-subscribe-header .container {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 1.5rem));
  }

  .subscribe-card {
    width: 49%;
    margin-bottom: 2%;
  }

  .subscribe-card:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .subscribe-card {
    width: 100%;
    margin-bottom: 5%;
  }
}
/*=== Subscribe Bottom Section ===*/

.subscribe-row-wrapper {
    width: 50%;
}

.subscribe-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
    color: #000;
    cursor: pointer;
}

.subscribe-contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.subscribe-row svg {
  min-width: 18px;
  max-width: 18px;
  height: auto;
  transition: all 200ms ease;
}

.subscribe-row svg path {
  fill: black;
}


@media screen and (max-width: 991px) {
  .subscribe .s3 {
    padding-top: 6rem;
  }

  .s3 .subscribe-flex:nth-of-type(2) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-row-wrapper {
      width: 100%;
      margin-bottom: 4rem;
  }

  .subscribe-contact-block {
    padding-left: 1rem;
    width: 100%;
  }
}

/* Accordion
--------------------------------------------- */

.accordion-content {
  max-height: 0px;
  display: block;
  overflow: hidden;
  transition: max-height 0.1s ease-in-out;
}

.accordion-expanded .accordion-content {
  max-height: 2000px;
  margin-bottom: 2rem;
}

.accordion:last-of-type .accordion-content {
  margin-bottom: 0;
}

.accordion-expanded .subscribe-row svg {
  transform: rotate(90deg);
}


/* 404 Page
--------------------------------------------- */

.s-404 {
    padding-top: 20rem;
    padding-bottom: 20rem;
    background-image: url("../svg/404.svg");
    background-position: 50% 50%;
    background-size: 500px;
    background-repeat: repeat-y;
    background-attachment: fixed;
    text-align: center;
}
