/* Custom plugin CSS */
.siu-paywall__fade {
  background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  margin-top: -200px;
}
.siu-paywall__wrapper {
  margin-bottom: 15px;
  position: relative;
}

.siu-paywall__wrapper.christmas-wrapper {
  background-image: url('./vlocky2-resize.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  .siu-paywall__wrapper.christmas-wrapper {
    background-image: url('./vlocky2-resize-mobile.png');
  }
}

.siu-paywall__container {
  padding: 3rem;
  flex-wrap: wrap;
  border: 1px solid #B8D0FF;
  background-color: #F6F9FF;
  justify-content: center;
}

.siu-new-paywall-premium-logo{
  position: absolute;
  top: -28px;
  z-index: 999;
  left: 8px;
  -webkit-transform: translate3d(0,0,0);
}

.siu-paywall__texts {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.siu_paywall_main-text p{
  margin-top: 1.5rem;
}

.siu-paywall__texts hr{
  border: 1px solid #B8D0FF;
  width: 100%;
  margin-left: 0;
  opacity: 0.4;
  background: #fff;
}
.siu_paywall_main-text {
  margin: 1rem 0;
  text-align: center;
  max-width: 450px;
}
@media screen and (max-width: 992px) {
  .siu_paywall_main-text {
    margin-top: 64px;
  }
}
.siu_paywall_second-text {
  margin: 1.75rem 0 .25rem;
}
.siu-paywall__texts img {
  width: auto;
  height: 35px !important;
}
.siu-paywall__texts span {
  font-size: 19px;
  font-weight: 700;
  font-family: 'Roboto', Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siu-paywall__texts span strong {
  font-size: 19px;
  /* line-height: 4rem; */
  margin-bottom: 5px;
  font-family: 'Roboto', Arial;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siu-paywall__buttons {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.siu-paywall__buttons button svg{
  margin-right: 5px!important;
  margin-right: 0;
  padding-right: 0;
}
.siu-paywall__button {
  display: flex;
  font-size: 2rem;
  padding: 15px 40px;
  margin: .25rem 0px .5rem;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.siu-remp-user-login-button{
  margin-left: 0;
}
.siu-paywall__buttons button{
  display: flex;
  padding-left: 0;
  margin-left: 20px;
  align-items: center;
  font-size: 14px;
}

#siu-paywall__unlock-button{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .siu-paywall__button_container_flex{
    margin-right: 0px;
  }
  .siu-remp-user-login-button--dedicated{
    margin-left: 0;
  }

  .siu-remp-user-login-button--dedicated{
    position: relative;
  }

  .siu-paywall__buttons{
    display: block;
    margin-left: 0;
  }

  .siu_paywall_main-text p {
    font-size: 16px;
  }

  .siu_paywall_main-text span,
  .siu_paywall_main-text span > strong {
    margin-top: 16px;
    font-size: 16px;
  }
  .siu-paywall__button{
    width: 100%!important;
    margin-left: 0!important;
  }

  .siu-paywall__buttons button{
    position: initial;
  }

  .siu-paywall__button_container_flex button:first-child {
    width: 70%!important;
    justify-content: center;
  }

  .siu-paywall__button_container_flex button:nth-of-type(2) {
    justify-content: flex-start;
  }

  .siu-paywall__texts hr{
    width: 100%;
  }

}
.siu-remp-user-login-button {
  background-color: #0862fd;
  border: 2px solid #0862fd;
  color: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;

  &:hover {
    color: #0862fd;
    background-color: #fff;
  }
}
.siu-remp-user-login-button--dedicated {
  background-color: transparent;
  color: #707070;
  border: none;
  font-size: 1.55rem !important;
  display: block;
  right: 35px;
  top: 5px;
}

.post-template-longform-single-post .siu-remp-user-login-button--dedicated{
  right: 200px;

}

@media (max-width: 1200px) {
  .post-template-longform-single-post .siu-remp-user-login-button--dedicated{
    right: 130px;
  }
}
.siu-paywall-locked-content-info {
  padding: 1rem 4rem 2rem;
  border: 1px solid rgba(8, 98, 253, 0.71);
  background: rgba(8, 98, 253, 0.05);
}

.siu-paywall-locked-content-info > h3 {
  font-size: 22px !important;
}

.siu-paywall-locked-content-info + #article__subcategories,
.siu-paywall-locked-content-info + script + #article__subcategories {
  margin-top: 15px;
}

.siu-paywall-locked-content-info ul > li{
  position: relative;
}

.siu-paywall-locked-content-info ul > li::before {
  content: '\25A0';
  margin-right: 10px;
  color: #0862fd;
  position: absolute;
  left: -20px;
}
.siu-paywall__cancellation-note,
.article__main p.siu-paywall__cancellation-note {
  font-size: 12px;
  font-family: 'Roboto', Arial;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .siu-paywall-locked-content-info > h3{
    font-size: 1.5em !important;
  }
    #siu-paywall__unlock-button{
      display: block;
    }
    .siu-paywall__container {
        padding: 3rem 15px;
    }
    .siu-paywall__texts span {
        font-size: 16px
    }
    .siu-paywall__texts span strong {
        font-size: 16px;
        /* line-height: 3.25rem; */
    }
    .siu_paywall_main-text {
      text-align: center;
    }
    .siu_paywall_second-text {
      margin: 1.75rem 0 .25rem;
    }
    .siu-paywall__button {
        margin: 10px;
        padding: 15px 20px;
        margin: .25rem 15px;
        font-size: 18px;
        font-weight: 700;
        justify-content: center;
        width: fit-content;
    }

    .siu-paywall__buttons button{
      padding-bottom: 0;
    }
  }

.siu-paywall-locked-content-info__additional-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', Arial !important;
  font-weight: 400;
  position: relative;
  font-size: 1.6rem !important;
}

.siu-paywall-locked-content-info__additional-title::before {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-color: white;
}

.siu-paywall-locked-content-info__additional-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #adb9cc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -2;
}

.siu-paywall-locked-content-info__additional-list li::before {
  color: #63b91e !important
}

@media screen and (max-width: 320px) {
  .siu-paywall-locked-content-info__additional-title::before {
    content: unset;
  }

  .siu-paywall-locked-content-info__additional-title::after {
    content: unset;
  }
}

@media screen and (min-width: 321px) and (max-width: 500px) {
  .siu-paywall-locked-content-info__additional-title::before {
    width: 72.5%;
  }
}

@media screen and (min-width: 501px) {
  .siu-paywall-locked-content-info__additional-title::before {
    width: 35%;
  }
}

.siu-paywall__button_container_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.siu-paywall__button_container_flex button{
  font-size: 14px!important;
  padding-right: 0;
  margin-right: 10px;
  line-height: 16.41px;
  color: #707070;
  font-weight: 600;
  margin-left: 10px;
}

.siu-paywall__button_container_flex button a{
  color: #707070;
  font-weight: 600;
}

.siu-paywall__finish_reading_article_text{
  font-weight: 600;
}

.siu-paywall__finish_reading_article_text_price{
  font-weight: 400;
}