/*
Theme Name: Bravo
Version: 01.01
Author: It-Hive
Author URI: https://it-hive.com/
*/

.community_last_site_url .selectBox,
.community_site_first_url .selectBox {
    width: 100% !important;
}

.menu-item-has-children li a {
    font-size: 22px
}

.page-template-page-bravo-club .payment.read-more {
    display: none !important
}

.partners-section + .partners-section {
    padding-top: 20px;
}

.page-id-2210 #lottie1-1 {
    display: none;
}

.page-id-9 #lottie1-2 {
    display: none;
}
#lottie1-1, #lottie1-2 {
    position: absolute;
    left: -150px;
    bottom: -100px;
}

@media screen and (min-width: 1650px) {
    #lottie1-1, #lottie1-2 {
        left: -100px;
    }


}
@media screen and (max-width: 1300px) and (min-width: 992px){


    #lottie1-1, #lottie1-2 {
        width: 1000px;
    }
}
@media screen and (min-width: 1301px) {
    #lottie1-1, #lottie1-2 {
        width: 1300px;
    }
}
@media screen and (max-width: 991px){
    #lottie1-1, #lottie1-2 {
        width: 130%;
        bottom: 40px;
        left: 0;
    }

}
@media screen and (max-width: 480px){

    #lottie1-1, #lottie1-2 {
        width: 160%;
        left: -50px;
    }

}

