
/* Widget Trainer */
#widget_trainer_v2{
    padding-top: 150px;
}
#widget_trainer_v2 .container{
    /* background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);*/
}
#widget_trainer_v2_globrow{
    position: relative;
}
#widget_trainer_v2_globimg{
    position: unset;
    background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);
    height: 379px;
}

#widget_trainer_img{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 250px;
}
#widget_trainer_v2_rcnt{
    padding-left: 50px;
    background: #D4C6E0;
    padding-right: 9%;
}
.widget_trainer_v2_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
}
#widget_trainer_v2_info{
    margin-top: 20px;
    padding-bottom: 70px;
}
#widget_trainer_v2_name{
    padding: 0px 15px;
    height: 40px;
}
#widget_trainer_v2_name_inner{
    background: #EFEAE7;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #76659C;
    text-align: center;
    padding: 5px 0px;
}
.widget_trainer_v2_social{
    padding: 0px 10px;
    height: 40px;
}
.widget_trainer_v2_social_inner{
    background: #EFEAE7;
    border-radius: 5px;
    padding: 5px 0px;
    display: block;
}
.widget_trainer_v2_social svg{
    width: 100%;
    margin-right: auto;
    margin-right: auto;
    display: block;
    height: 30px;
}
.widget_trainer_v2_social svg path{
    stroke: #76659C;
}
.widget_trainer_v2_social .widget_trainer_v2_social_inner:hover svg path{
    stroke: #2A0F66;
}

#widget_trainer_v2_text1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 30px;
}
#widget_trainer_v2_text2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 15px;
}
#widget_trainer_v2_text3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 15px;
}

/* -- Tab-s -- */
@media (min-width: 768px) and (max-width: 991px){
    #widget_trainer_v2_name_inner{
        font-size: 20px!important;
    }
    #widget_trainer_v2_globrow{
        background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%)!important;
    }
    #widget_trainer_v2_globimg{
        background: none!important;
    }
    #widget_trainer_img {
        width: 230px;
    }
}

/* -- Mob-l -- */
@media (min-width: 500px)and (max-width: 767px) {
    #widget_trainer_v2_name_inner{
        font-size: 20px;
    }
    #widget_trainer_v2_globrow{
        background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);
    }
    #widget_trainer_v2_globimg{
        background: none;
        display: none;
    }
    #widget_trainer_v2_globrow {
        background: none;
    }
    #widget_trainer_v2 {
        padding-top: 50px;
        background-color: #fff;
    }
    #widget_trainer_v2_rcnt {
        padding-top: 10px;
        padding-bottom: 50px;
        padding-left: 30px;
    }
    .widget_trainer_v2_title{
        text-align: center;
    }
    #widget_trainer_v2_name{
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    #widget_trainer_v2_text1{
        margin-top: 120px;
    }
    #widget_trainer_img_xs{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -80px;
    }
    #widget_trainer_img_xs_cnt{
        background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);
    }
}

/* -- Mob-s-- */
@media (min-width: 200px) and (max-width: 499px) {
    #widget_trainer_v2_name_inner{
        font-size: 20px;
    }
    #widget_trainer_v2_globrow{
        background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);
    }
    #widget_trainer_v2_globimg{
        background: none;
        display: none;
    }
    #widget_trainer_v2_globrow {
        background: none;
    }
    #widget_trainer_v2 {
        padding-top: 50px;
        background-color: #fff;
    }
    #widget_trainer_v2_rcnt {
        padding-top: 10px;
        padding-bottom: 50px;
        padding-left: 30px;
    }
    .widget_trainer_v2_title{
        text-align: center;
    }
    #widget_trainer_v2_name{
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    #widget_trainer_v2_text1{
        margin-top: 120px;
    }
    #widget_trainer_img_xs{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -80px;
    }
    #widget_trainer_img_xs_cnt{
        background: linear-gradient(90deg, #EBE6E3 0%, rgba(235, 230, 227, 0.32) 100%);
    }
    #widget_trainer_img{
        left: 0px;
    }
}