/* BEGIN: Page */
.page-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 767px){
    .page-content{
        padding-top: 200px; /* header padding on fixed */
    }
}
/* END: Page*/

/* BEGIN: Homepage */
@media (max-width: 767px){
    .page-homepage .page-content{
        padding-bottom: 0px;
    }
    .page-homepage .square-box{
        margin-top: 0;
    }
}
.bari-method{
    position: relative;
    overflow: hidden;
}
.bari-method > img{
    width: 100%;
}

.bari-method .triangle-box .content .title{
    display: inline-block;
    padding-top: 100px;
}
.bari-method .triangle-box .content .us-too{
    font-family: "FeltThat";
    color: #1C3C34;
    display: inline-block;
    width: 100%;
    line-height: 40pt;
}
@media (max-width: 767px){
    .bari-method .triangle-box .content .title{
        padding: 50px 20px 0 20px;
    }
    .bari-method .triangle-box .content .us-too{
        padding: 0 20px 50px 20px;
    }

}
#slider-container{
    list-style: none;
}
#slider-container .slide img{
    height: 60px;
    width: auto;
    display: inline-block;
}
.bari-private-training{
    position: relative;
    overflow: hidden;
}
.bari-private-training > img{
    width: 100%;
}

.bari-locations{
    background-color: rgba(255,255,255,0.9);
    padding: 40px 0;
    position: relative;
}
.bari-locations .bari-location .address{
    min-height: 110px;
}
@media (min-width: 992px){
    .bari-locations .bari-location .btn-green-invert{
        margin: 0 10px;
    }    
}


.bari-facts-figures .bari-container{
    position: relative; 
}
.bari-facts-figures .fact{
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
    min-height: 50px;
}
.bari-facts-figures .fact:after{
    content: "";
    display: block;
    clear: both;
}
.bari-facts-figures .fact .number{
    margin-right: 15px;
}
.bari-facts-figures .fact .number.single{
    padding: 20px 0;
}
.bari-facts-figures .fact .desc{
    margin-bottom: 0;
    margin-top: 5px;
}
@media (max-width: 1200px){
    .bari-facts-figures .fact .desc{
        font-size: 13pt;
    }    
}
.bari-facts-figures .message{
    margin: 10px 0;
}
/* END: Homepage */

/* BEGIN: New To Bari */
.bari-steps{
    position: relative;
    overflow: hidden;
}
.bari-steps > .image-container > img{
    width: 100%;
}

.bari-steps .triangle-box .content .title{
    display: inline-block;
    padding-top: 120px;
}
.bari-steps .triangle-box .content .started{
    font-family: "FeltThat";
    color: #1C3C34;
    display: inline-block;
    width: 100%;
    line-height: 40pt;
}
.bari-steps .bari-step{
    background-color: rgba(255,255,255,0.9);
    padding: 30px 0;
}
.bari-steps .bari-step .categories .title{
    line-height: 35px;
}
.bari-steps .step-1 .categories .category{
    border-right: 1px solid #1c3c34;
    padding: 20px 0;
}
.bari-steps .step-1 .categories .category:last-child{
    border-right: 0;
}
.bari-steps .bari-step #bari-visible-xs{
    display: none;
}
@media (max-width: 767px){
    .bari-steps .triangle-box .content .title{
        padding: 50px 20px 0 20px;
    }
    .bari-steps .triangle-box .content .started{
        padding: 0 20px 50px 20px;
    }

    .bari-steps .bari-step #bari-visible-xs{
        display: block!important;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .bari-steps .step-1 .categories .category{
        margin-bottom: 20px;
        border-right: 0;
    }
    .bari-steps .step-1 .categories .category:first-child{
        border-right: 1px solid #1c3c34;
    }
    .bari-steps .step-1 .categories .category:last-child{
        border-left: 1px solid #1c3c34;
    }
}
@media (max-width: 479px){
    .bari-steps .step-1 .categories .category{
        border-right: 0;
        border-bottom: 1px solid #1c3c34;
        margin: 0 20px;
    }
    .bari-steps .step-1 .categories .category:last-child{
        border-bottom: 0;
    }
}

/* END: New To Bari */

/* BEGIN: Rates */
.page-bari-rates{
    position: relative;
    overflow: hidden;
}
.page-bari-rates > img{
    width: 100%;
}
.bari-rates .locatios-rates-cat .item{
    padding: 10px 0px;
    display: inline-block;
}
.bari-rates .locatios-rates-cat .price{
    background-color: #333333;
    color: white;
    padding: 10px 0px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.bari-rates .locatios-rates-cat .price:after{
    content: "";
    display: block;
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #333333; 
    top: 25%;
    right: 100%;
}
// .bari-rules{
//     background-color: rgba(255,255,255,0.9);
// }
.bari-rules .rule-item:after{
    display: block;
    content: "";
    clear: both;
}
.bari-rules .rule-item > img{
    float: left;
    width: 50px;
    margin-right: 20px;
}
.bari-rules .rule-item.rule-item-icon .rule-text{
    padding-left: 70px;
}

@media screen and (max-width: 767px) {
    .bari-rules .rules a,
    .bari-rates .locations-rates .locations a{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 300px;
        text-align: center;
    }
    .bari-rates .locatios-rates-cat .price{
        min-width: 170px;
    }
    .page-bari-rates .text-banner p{
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px){
    .bari-rules .rule-item{
        text-align: center;
    }
    .bari-rules .rule-item > img{
        float: none;
        margin-bottom: 15px;
        width: 100px;
    }
    .bari-rules .rule-item.rule-item-icon .rule-text{
        padding-left: 0px;
    }
}
/* END: Rates */

/* BEGIN: Location */
.page-bari-cus-locations{
    position: relative;
    overflow: hidden;
}
.page-bari-cus-locations > img{
    width: 100%;
}
/*.page-bari-cus-locations .cus-locations{
    background-color: rgba(255,255,255,0.9);
}
.page-bari-cus-locations .bari-request-location{
    background-color: rgba(255,255,255,0.9);
}*/

@media screen and (max-width: 767px) {
    .cus-locations-triggers a{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 300px;
        text-align: center;
    }
}
/* END: Location */

/* BEGIN: Trainers */
.page-trainers{
    position: relative;
    overflow: hidden;
}
.page-trainers .trainers > img{
    width: 100%;
}
.trainers .trainer .trainer-thumb{
    display: inline-block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #d7d6db;
    padding: 5px;
}
.trainers .trainer .trainer-thumb img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid white;
}
.trainers .trainer .trainer-name{
    
}
@media (max-width: 767px){
}   
/* END: Trainers */

/* BEGIN: Trainers post type */
.page-single-trainer{
    position: relative;
    overflow: hidden;
}
.single-trainer > img{
    width: 100%;
}
.single-trainer .triangle-box .content .trainer-name{
    font-family: "FeltThat";
    color: #1C3C34;
    display: inline-block;
    width: 100%;
    line-height: 40pt;
}

.single-trainer .birthday-hometown{
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 80px;
    padding-bottom: 50px;
}

.single-trainer .bari-love{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;   
}
.single-trainer .bari-love .content{
    padding: 20px 0;
}
.single-trainer .bari-love .content .message{
    line-height: 40pt;
}

.single-trainer .bari-about-me{
    background-color: rgba(255, 255, 255, 0.9);    
}
.single-trainer .bari-about-me .answer{
    padding-left: 40px;
}
@media (max-width: 767px){
    .single-trainer .triangle-box .content .trainer-name{
        padding: 20px 0 30px 0;
    }

    .trainers-locations-triggers a{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 300px;
        text-align: center;
    }
}
/* END: Trainers post type */

/* BEGIN: Offering | Classes */
.bari-offering{
    position: relative;
    overflow: hidden;
}
.bari-offering > img{
    width: 100%;
}
/* END: Offering | Classes */

/* BEGIN: Brides */
.bari-brides{
    position: relative;
    overflow: hidden;
}
.bari-brides > img{
    width: 100%;
}

.bari-brides .triangle-box .content span.family-feltthat{
    display: inline-block;
    width: 100%;
    line-height: 40pt;
}
@media (max-width: 767px){
    .bari-brides .triangle-box .content{
        padding: 15px 0;
    }
    .bari-brides .triangle-box .content span.family-feltthat{
        line-height: 30pt;
    }
}
.bari-brides .programs-peaks .box-title{
    padding: 15px;
}
.bari-brides .programs-peaks .box-include{
    padding: 10px 0;
}

/* END: Brides */

/* BEGIN: Private */
.bari-private{
    position: relative;
    overflow: hidden;
}
.bari-private > img{
    width: 100%;
}

.bari-private .triangle-box .content span.family-feltthat{
    display: inline-block;
    width: 100%;
    line-height: 40pt;
}
.bari-private .daily-places .place{
    line-height: 30px;
    padding: 50px;
    min-height: 270px;
}
.bari-private .daily-places .place .title{
    margin-bottom: 20px;
}
.bari-private .daily-places .place.place-1{
    border: 1px solid #1C3C34;
    border-top: 0px;
    border-left: 0px;
}
.bari-private .daily-places .place.place-0:not(.index-4){
    border-bottom: 1px solid #1C3C34;
}
.bari-private .daily-places .place.index-3{
    border-bottom: 0px;
}
@media (min-width: 768px){
    .bari-private .daily-places .padding-off{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media (max-width: 767px){
    .bari-private .daily-places .place{
        border-top-width: 0!important;
        border-left-width: 0!important;
        border-right-width: 0!important;
        border-bottom: 1px solid #1C3C34;
        min-height: auto;
        text-align: center;
    }
    .bari-private .daily-places .place.index-3{
        border-bottom: 1px solid #1C3C34;;
    }
    .bari-private .daily-places .place.index-4{
        border-bottom-width: 0;
    }
}
.bari-private .box-doble-side .box-include .content .box-content{
    position: relative;
    margin-bottom: 20px;
}
.bari-private .box-doble-side .box-include .box-content:last-child{
    margin-bottom: 0px;
}
.bari-private .box-doble-side .box-include .index{
    position: absolute;
    top: 0;
    left: 0;
}
.bari-private .box-doble-side .box-include .title,
.bari-private .box-doble-side .box-include .description{
    padding-left: 30px;
}
.bari-private .private-prices .rates{
    line-height: 20px;
}
/* END: Private */