/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wp-livecast365-products .col-1 {width: 8.33%;}
.wp-livecast365-products .col-2 {width: 16.66%;}
.wp-livecast365-products .col-3 {width: 25%;}
.wp-livecast365-products .col-4 {width: 33.33%;}
.wp-livecast365-products .col-5 {width: 41.66%;}
.wp-livecast365-products .col-6 {width: 50%;}
.wp-livecast365-products .col-7 {width: 58.33%;}
.wp-livecast365-products .col-8 {width: 66.66%;}
.wp-livecast365-products .col-9 {width: 75%;}
.wp-livecast365-products .col-10 {width: 83.33%;}
.wp-livecast365-products .col-11 {width: 91.66%;}
.wp-livecast365-products .col-12 {width: 100%;}
.wp-livecast365-products [class*="col-"] {
   float: left;
   padding: 15px;
 }
 
 .wp-livecast365-products .row::after {
   content: "";
   clear: both;
   display: table;
 }
 
  .wp-livecast365-products .content-box {
     background-color:#FFF;
     border: solid 5px #000;
     color:#000;
     text-align: center;
     border-radius: 10px;
     transition: ease 1s all;
     padding:10px;
  }
 
 
 
  .wp-livecast365-products .splide__slide .content-box h2{
     text-transform: uppercase;
     font-weight: bold;
     font-size: 1.5rem;
     color:#000;
  }
 
   .wp-livecast365-products .content-box h3{
     font-size:1.2rem;
     color:#000;
   }
 
 .wp-livecast365-products .item-info {
    display: none;
 }
 
 .wp-livecast365-products .splide__slide{
       padding-left: .5em;
     padding-right: .5em;
 }
 .wp-livecast365-products .content-box:hover .item-image {
    display: none;
 }
 .wp-livecast365-products .content-box:hover .item-info{
    display: block;
 }
 
 .wp-livecast365-products .content-box:hover .item-info p{
     color:#000;
     display: none;
 }
 
 
 .wp-livecast365-products .content-box > div {
     width: 100%;
     height: 300px;
 }
 
 .wp-livecast365-products .item-qrcode {
     width: 200px;
     height: 200px;
     margin: 0 auto;
 }
 
 
 .video-js::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0,0.5);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   }

  #container h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #444;
    text-align: left;
    margin: 0 0 20px 0
  }

  #container h3.payment-label-right {
    text-align: center;
    color: #FFF;
  }
  
  #container p {
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 1px;
     line-height: 20px;
     margin-bottom: 10px;
  }
  
  #container span {
     font-size: 12px;
  }
  
  #container a {
     color: #333;
     font-size: 14px;
     text-decoration: none;
     margin: 15px 0;
  }
  
  #container button {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 45px;
    margin-top: 18px;
    border-radius: 50px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;    
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
  }
  
  #container button:active {
     transform: scale(0.95);
  }
  
  #container button:focus {
     outline: none;
  }
  
  #container button.ghost {
     background-color: transparent;
     border-color: #FFFFFF;
  }
  
  #container form {     
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     padding: 0 50px;
     height: 100%;
     text-align: center;
     background-color: #FFF;
  }
  
  #container input {
     background-color: #eee !important;
     border: none !important;
     padding: 12px 15px !important;
     margin: 8px 0 !important;
     width: 100% !important;
  }

  #container .subscription_details {
  display: block;
  padding: 20px;  
  margin-bottom: 25px;
  background: #F5F5F5;
  }

  #container .payment-option {
  padding: 20px;
  border: 2px dashed #DDD;
  }

  #container .payment-option h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;  
  }

  #container .payment-option img {
  margin: 0 auto;
  }

  #container .payment-option #paypal-button {
  text-align: center;
  }

  #container .payment-option .payment-separator {
  font-size: 14px;
  font-weight: 600;
  color: #717171;
  text-align: center;  
  padding: 7px 0 14px 0;
  display: block;
  }
  
  .bm-container {      
      border-radius: 0;      
      overflow: hidden;
      height: 100%;
      width: 100%;
      position:absolute; 
      left:0; 
      top:0;
      display: none;
      background-color: #000;
  }
  
  .form-container {
     position: absolute;
     top: 0;
     height: 100%;
     transition: all 0.6s ease-in-out;
     background-color: #fff;
  }
  
  .sign-in-container {
     left: 0;
     width: 50%;
     z-index: 2;
  }
  
  .bm-container.right-panel-active .sign-in-container {
     transform: translateX(100%);
  }
  
  .sign-up-container {
     left: 0;
     width: 50%;
     opacity: 0;
     z-index: 1;
  }
  
  .bm-container.right-panel-active .sign-up-container {
     transform: translateX(100%);
     opacity: 1;
     z-index: 5;
     animation: show 0.6s;
  }
  
  @keyframes show {
     0%, 49.99% {
        opacity: 0;
        z-index: 1;
     }
     
     50%, 100% {
        opacity: 1;
        z-index: 5;
     }
  }
  
  .overlay-container {
     position: absolute;
     top: 0;
     left: 50%;
     width: 50%;
     height: 100%;
     overflow: hidden;
     transition: transform 0.6s ease-in-out;
     z-index: 1;
  }

  .overlay-container .overlay-panel img {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
  }
  
  .bm-container.right-panel-active .overlay-container{
     transform: translateX(-100%);
  }
  
  .overlay {
     /*background: #000;
     background: -webkit-linear-gradient(to right, #000, #211);
     background: linear-gradient(to right, #000, #211);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 0 0;*/
     color: #FFFFFF;
     position: relative;
     left: -100%;
     height: 100%;
     width: 200%;
       transform: translateX(0);
     transition: transform 0.6s ease-in-out;
     background: #180C0C;
  }
  
  .bm-container.right-panel-active .overlay {
       transform: translateX(50%);
  }
  
  .overlay-panel {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     padding: 0 40px;
     text-align: center;
     top: 0;
     height: 100%;
     width: 50%;
     transform: translateX(0);
     transition: transform 0.6s ease-in-out;
  }
  
  .overlay-left {
     transform: translateX(-20%);
  }
  
  .bm-container.right-panel-active .overlay-left {
     transform: translateX(0);
  }
  
  .overlay-right {
     right: 0;
     transform: translateX(0);
  }
  
  .bm-container.right-panel-active .overlay-right {
     transform: translateX(20%);
  }
  
 
  .blackhole-container {
    width: 12%;
    height: 12%;
    position: absolute;
    right: -7px;
    top: -7px;
    display: none;
    z-index: 998;
  }
 
  .blackhole-container img {
    width: 100%;
    height: 100%;
  }
 

   #subs_options, #payment_segment, .subscription_details,.app-download-link, .qr-code, .payment-label-right,.payment-label {
      display: none;
   }  

  .ajs-content, .ajs-header{
     color: #000 !important;
  }

   #qrcode-img {
      width: 100%;
      max-width: 200px;
      height: auto;
      display: block;
      margin: 20px auto;
   }

   .subscription_details{
      color: black;      
      position: relative;
   }

.subscription_details .row {}

.subscription_details .row .col-6 {
padding-bottom: 10px;
}

.subscription_details label, .subscription_details span {
font-size: 14px !important;
font-weight: 400;
padding: 0;
margin: 0;
}

.subscription_details label {
font-weight: 600;
}

#payment_segment select.form-select {
font-size: 14px;
font-weight: 400;
border: 2px solid #CBD5E0;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
margin: 10px 0;
}

#payment_segment {
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
padding: 0 40px;  
}

.app-download-link {
width: 100%;
height: auto;
overflow: hidden;
}

.app-download-link .aff-btn-container {
padding: 15px 0;
overflow: hidden;
}

.app-download-link .aff-btn-container #affiliate-btn, .app-download-link .aff-btn-container #affiliate-btn-loading {
font-weight: 600;
border-color: #FFF;
background-color: transparent;
margin: 0 !important;
transition: all 0.6s ease-in-out;
}

.app-download-link .aff-btn-container #affiliate-btn-loading {
color: #000;
margin: 0 auto !important;
border-color: #F7BE38;
background-color: #F7BE38;
}

.app-download-link .aff-btn-container #affiliate-btn:hover, .app-download-link .aff-btn-container #affiliate-btn-loading:hover {
color: #000;
border-color: #EEE;
background-color: #EEE;
}

.app-download-link p {
font-size: 12px !important;
letter-spacing: .5px !important;
margin: 5px 0 20px 0;
}

.app-download-link img {
width: 100%;
max-width: 38% !important;
margin: 15px 2% 0 2% !important;
display: inline-block !important;
}

@media (max-width:768px) {
  #qrcode-img {
  max-width: 160px;
  }
}


@media (max-width:600px) {
  .subscription_details .row .col-6 {
  padding-bottom: 5px;
  }

  #payment_segment {
  padding: 0 30px;
  }

  #qrcode-img {
    max-width: 100px;
  }
  .app-download-link img {
  max-width: 75% !important;
  margin: 15px auto !important;
  display: block !important;    
  }
  #container button {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  }
}
   

@media (max-width:480px) {
  #payment_segment {  
  overflow-y: auto;
  display: block;
  padding: 15px 20px 20px 20px;
  }
  #payment_segment #myBtn {
  margin-top: 10px !important;
  }
  
  .subscription_details .row .col-6 {
  line-height: 120%;
  }
  .subscription_details label, .subscription_details span {
  font-size: 12px !important;
  line-height: 110% !important;
  }
  #qrcode-img {
  max-width: 70px;
  margin: 10px auto;
  }
  .app-download-link p {
  font-size: 12px !important;
  }
}

