/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-page-bar .fl-page-bar-text{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 4px 20px;   
}
header .fl-logo-img{
    max-width: 140px;    
}
.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: 1px solid rgb(255 255 255 / 0%) !important;
}
.btncustomclass a,
.btncustomclass-reversed a{
    transition: all 0.3s ease;    
}
.btncustomclass a:hover{
    background: rgba(244,199,88,0.8) !important;
}
.btncustomclass-reversed a:hover{
    background: rgba(62,58,55, 0.8) !important;
}
.page-id-6{
    background: #000 !important;    
}
.wp-video-shortcode,
.fl-wp-video .wp-video .mejs-layer{
    border-radius: 50px !important;    
}
.numberings-class span{
    background: #f4c758;
    padding: 9px 17px;
    border-radius: 50px;    
}
.lists-checked-class .fl-list-item-heading-text{
    padding-left: 20px;    
}
.lists-checked-class .fl-list-item-content-text{
    padding-left: 38px;
    padding-top: 5px;    
}
.icon-arrow-animation i{
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: relative;
    top: 0;
}
.increase-zindex{
    z-index: 2;
    position: relative;
}
@keyframes example {
  0% {opacity: 0; top: 0}
  100% {opacity: 1; top: 100px;}
}
@keyframes example2 {
  0% {opacity: 0; top: 0}
  100% {opacity: 1; top: 50px;}
}
.faq-accordion-custom-class .fl-accordion-item{
    border-radius: 5px !important;    
}
.faq-accordion-custom-class .fl-accordion-button-icon{
    opacity: 1 !important;
    
}
.faq-accordion-custom-class h1,
.faq-accordion-custom-class h2,
.faq-accordion-custom-class h3,
.faq-accordion-custom-class h4,
.faq-accordion-custom-class h6,
.faq-accordion-custom-class span,
.faq-accordion-custom-class p{
    color: white !important;    
    margin-bottom: 20px !important;
}
.faq-accordion-custom-class p{
    line-height: 2 !important;    
}
.fl-page-footer{
    border-top: 3px solid #f4c758 !important;    
}
header .fl-page-nav-wrap{
    display: none !important;    
}
.woocommerce-error{
    display: none;    
}

.fl-button-lightbox-content{
    border-radius: 30px 0 30px 30px;    
}
.modal-enroll{
    display: flex !important;    
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 26px;
}
.modal-head-course{
    text-align: center;    
}
.modal-head-course h2{
    margin-top: 0 !important;    
}
.modal-enroll a{
    background: #f4c758;
    color: white;
    padding: 14px 33px;
    border-radius: 40px;    
    border: 4px solid #f4c758;
    transition: all 0.6s ease;
}
.modal-enroll .modal-enmr a{
    background: none !important;
    color: #f4c758 !important;
}
.modal-enroll .modal-en a:hover{
    text-decoration: none !important;
    background: rgba(244,199,88,0.5);
    border: 4px solid rgba(244,199,88,0.1);
    color: black;
}
.modal-enroll .modal-enmr a:hover{
    text-decoration: none !important;
    background: rgba(244,199,88,0.5) !important;    
    border: 4px solid rgba(244,199,88,0.1);
    color: black !important;
}
.modal-enroll div{
    flex: 1;
    text-align: center;
}

.red-label span{
  position: relative;
}
.red-label span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 47%;
  right: 0;
  border-top: 7px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.sale-price-label h2{
    text-decoration-color: white !important;    
}
.strike-red h2{
    text-decoration-color: #e20000 !important;        
}
.pum-container .pum-title{
    display: none;    
}
.ytvideo iframe{
    border-radius: 20px;        
}
.zindex-2{
    position: relative;
    z-index: 2;
}





@media (max-width: 992px){
  .hide-tablet{
        display: none !important;    
    }     
}
@media (max-width: 918px){
    .fl-page-bar .fl-page-bar-text{
        margin: 0px 20px !important;
        line-height: 1.4;
        padding: 0;
    }
}
@media (max-width: 768px){
    .icon-arrow-animation i{
        animation-name: example2 !important;
    }
}
@media (max-width: 767px){
    .hide-mobile{
        display: none !important;    
    }    
    header nav i.fa-bars{
        font-size: 30px !important;    
    }
    .fl-page-bar .fl-page-bar-text{
        font-size: 12px !important;    
    }
    .faq-accordion-custom-class .fl-accordion-button-label,
    .faq-accordion-custom-class .fl-accordion-button-icon{
        font-size: 16px !Important;    
    }
    .span-small-mobile{
        font-size: 28px !important;    
    }
    
}
@media (max-width: 500px){
    .hero-class > .fl-row-content-wrap{
        background-image: linear-gradient(180deg, #3e3a37 50%, #f4c758 0%);    
    }
    .modal-head-course h2{
        font-size: 22px !Important;  
    }
    .modal-enroll a{
        padding: 10px 20px !important;    
    }
}
@media (max-width: 385px){
    .hero-class > .fl-row-content-wrap{
        background-image: linear-gradient(180deg, #3e3a37 52%, #f4c758 0%);    
    }
}
        
    
    
    