/* HADER */
#masthead{
  background-color: #fff;
}

/* NAVIGATION */

.menu-item.premium-webcam::before{
    content: 'Premium';
    position: absolute;
    font-size: 8px;
    top: 2px;
    left: 50%;
    transform: translateX(-91%);
    background: #0099cc;
    color: #fff;
    border-radius: 4px;
    padding: 1px 8px 2px;
    font-weight: 600;
}

/* SALDO SHORTCODE */
.site-header-primary-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section{
  justify-content: center;
}
.saldo-wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
}
.saldo-container{
    border: 1px solid #0099cc;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 12px #ddd;
    position: absolute;
    background: #fff;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 40px;
    left: -30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.saldo-container.open{
    opacity: 1;
    pointer-events: all;
}
.saldo-icon{
    width: 20px;
    display: flex;
    align-items: center;
}
.saldo{
    color: #424b52d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
}
.saldo-title{
  margin-bottom: -8px;
}
.saldo-value{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.saldo-digit{
    font-weight: 600;
    font-size: 12px;
    color: #0099cc;
}
.saldo-footer{
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 6px 0 0;
}
.saldo-footer a{
    background: #0099cc;
    color: #fff;
    margin: 12px 0 4px;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}
.login-logout-wrapper{
    position: relative;
}
.loginout-button{
  display: flex;
  gap: 5px;
  border: 1px solid #0099cc;
  border-radius: 8px;
  cursor: pointer;
  justify-content: center;
  box-shadow: 2px 4px 8px #ddd;
  padding: 0 10px;
}
.loginout-button svg{
  width: 20px;
}
.loginout-button span{
    color: #424b52d9;
    font-family: 'Open sans';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.loginout-button span svg{
  width: 16px;
  transition: all 0.3 ease;
}
.loginout-button span svg.reversed{
  transform: rotate(180deg);
}

/* CUSTOM VIDEO PLAYER */

.fp-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fp-video-container .video-js {
  position: absolute;
  inset: 0;
}

.video.container{
    width: 500px;
    height: auto;
    margin-bottom: 80px;
}

#fp-player{
    height: auto;
    width: 100%;
}

/* CUSTOM LOGIN PAGE */

.page-template-login .ast-container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
}

.custom-login-page{
    background: url(/wp-content/themes/astra-child-fuerteventuraplayas/images/login-bg.jpg) no-repeat center center fixed;
    width: 100%;
    height: 100%;
    min-height: 80vh;
}
.clp-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66vh;
}
.clp-popup{
    background: #ffffffcc;
    width: fit-content;
    margin: auto;
    border-radius: 12px;
    padding: 40px 180px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clp-icon{
  width: 80px;
}
.clp-title{
    font-size: 32px;
    font-weight: 600;
}
.clp-subtitle{
    max-width: 600px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.clp-ctas{
    display: flex;
    gap: 30px;
    margin: 35px 0 0;
}
.clp-login-cta{
  background-color: #0099cc;
  color: white;
  padding: 4px 40px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.clp-register-cta{
  color: #0099cc;
  padding: 4px 40px;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid #0099cc;
  transition: all 0.3s ease;
}
.clp-login-cta:hover{
  background-color: #0099cc;
  color: white;
  padding: 4px 40px;
  border-radius: 30px;
  font-weight: 600;
}
.clp-register-cta:hover{
  color: #0099cc;
  padding: 4px 40px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #0099cc;
}

@media(max-width: 992px){
  .clp-popup{
    margin: auto 15px;
    padding: 40px 25px 60px;
  }
  .clp-ctas {
    gap: 20px;
    flex-direction: column;
}
.clp-login-cta, .clp-register-cta {
    text-align: center;
    width: 300px;
}
}

/* PAYWALL PAGE */
.page-template-paywall header{
  display: none;
}
.page-template-paywall .ast-container{
    margin: 0;
    padding: 0;
    max-width: unset;
}
.paywall{
    display: flex;
    margin: 0;
    padding: 0;
    background: url(/wp-content/themes/astra-child-fuerteventuraplayas/images/paywall-bg.jpg) no-repeat center center fixed;
    max-width: unset;
    width: 100%;
    box-shadow: 0px 20px 1000px 65px inset;
}
.paywall-container{
    padding: 50px 60px 200px;
    max-width: 1400px;
    margin: 0 auto;
    user-select: none;
}
.paywall-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    color: #fff;
}
.paywall-title{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: -10px;
}
.paywall-subtitle{
    font-size: 24px;
    font-weight: 400;
}
.paywall-heading-footer{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.phf-item{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid;
    border-radius: 8px;
    padding: 0px 10px;
    backdrop-filter: blur(1px) brightness(0.8);
}
.phf-item svg{
  width: 30px;
}
.phf-item:nth-child(3) svg,
.phf-item:nth-child(2) svg{
  width: 20px;
}
.paywall-plans{
    display: flex;
    gap: 25px;
}
.pp-item{
    background: #00000060;
    border-radius: 12px;
    padding: 20px 30px;
    color: #fff;
    backdrop-filter: blur(2px);
    flex: 1;
}
.ppi-tag{
    margin: 10px 0 30px auto;
    width: fit-content;
    border-radius: 50px;
    border: 2px solid;
    padding: 0 12px;
}
.ppi-title{
    font-size: 30px;
    font-weight: 600;
}
.ppi-subtitle{
    font-size: 19px;
    line-height: 130%;
    margin-top: -10px;
    font-weight: 500;
}
.ppi-whole-price{
    font-weight: 200;
    font-size: 14px;
    text-decoration: line-through;
    margin: 30px 0 -15px 5px;
}
.ppi-discounted-price .value{
    font-size: 40px;
    font-weight: 500;
}
.ppi-comparison{
    font-weight: 200;
    font-size: 14px;
    margin-top: -15px;
}
.ppi-cta{
    margin: 40px 0;
    border: 2px solid;
    border-radius: 8px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}
.ppi-cta:hover{
  border-radius: 80px;
}
.ppi-included-title{
    font-size: 22px;
    font-weight: 600;
}
.ppi-included-item{
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 200;
    border-bottom: 0.5px dashed;
    width: fit-content;
}
.ppi-included-item svg{
  width: 20px;
}

@media (max-width: 992px){
  .paywall-container{
    padding: 70px 15px 130px;
  }
  .paywall-title{
    font-size: 32px;
  }
  .paywall-subtitle{
    font-size: 18px;
    text-align: center;
    max-width: 300px;
    line-height: 140%;
  }
  .paywall-heading-footer{
    display: none;
  }
  .paywall-plans{
    flex-direction: column;
  }
}

/* PAYMENT SUCCESS / CANCELLED */

.payment-success, .payment-cancelled{
  width: 100%;
  height: 80vh;
}
.ps-container, .pc-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ps-icon, .pc-icon{
  width: 150px;
}
.ps-title, .pc-title{
  font-size: 60px;
  font-weight: 600;
}
.ps-text, .pc-text{
  font-size: 24px;
}
.ps-pls-wait, .pc-pls-wait{
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 992px){
  .ps-icon, .pc-icon{
    width: 120px;
  }
  .ps-title, .pc-title{
    font-size: 32px;
  }
  .ps-text, .pc-text{
    font-size: 20px;
    text-align: center;
  }
  .ps-pls-wait, .pc-pls-wait{
    font-size: 20px;
    text-align: center;
  }
}

/* REGISTRATION PAGE */

.page-template-register .ast-container{
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100vh;
}

.registration-page{
    width: 100%;
    height: 100vh;
}
.rp-container{
  background-image: url(/wp-content/themes/astra-child-fuerteventuraplayas/images/wp-login-bg.jpg)!important;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.rp-form-logo{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.rp-form-logo img{
  width: 150px;
}
.rp-form{
  background-color: #00000060;
  border-radius: 12px;
  width: 500px;
  padding: 60px;
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rp-input{
  margin: 20px 0;
  height: 50px;
}
.rp-submit{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 30px auto 0;
    font-weight: 600;
    font-size: 16px;
}
.rp-submit.disabled{
    opacity: 0.7;
    background: #ddd;
    cursor: not-allowed;
}
.rp-login-error{
    background: #ffffff;
    border-left: 3px solid red;
    padding: 4px 9px;
    color: #888;
}
#password-error{
    opacity: 0;
    background: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-left: 3px solid red;
    width: 100%;
    display: block;
}
#password-error.show{
    opacity: 1;
}

@media (max-width: 992px){
  .rp-form{
    width: 92%;
    padding: 60px 25px;
  }
}

.fp-video-container .fp-vol{
    width: 70px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
}

@media (max-width: 992px){
  .fp-video-container .fp-vol{
      width: 40px;
  }
}