.title-block p{
    font-weight: bold;
    color: #000;
}


.category-list,
.owl-stage{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

section#page-content > .container > .row,
.category-list .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.category-list .col-sm-4{
    float: none !important;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.category-item,
.blog-item{
    position: relative;
    height: calc(100% - 50px);
}

.category-item .leading-category{
    line-height: 27px;
}

.category-item span{
    display: none;
}

.category-item h4{
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;
    color: #343434;
    text-align: center;
}

.category-item a{
    position: relative;
    opacity: 0;
}

.ready .category-item a{
    opacity: 1;
}

.category-item > a:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 7px;
    opacity: 0;
    border-bottom: solid 2px #343434;
    border-left: solid 2px #343434;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.category-item > a:hover:after{
    opacity: 0.2;
}
.category-item > a.selected:after{
    opacity: 1;
    border-color: #ad3540;
}

.category-list .col-sm-4.half{
    width: 49.9%;
    min-height: 300px;
    flex-basis: 49.9%;
    max-width: 49.9%;
}

.range{
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 50%;
    margin-top: -10px;
}

.range:after{
    content: '';
    display: block;
    clear: both;
}

.range a{
    position: relative;
    float: left;
    display: block;
    font-size: 0;
    height: 21px;
    margin-right: 1px;
    width: calc(20% - 1px);
    background: #e0e0e0;
    border: solid 1px rgba(69,69,69,0.3);
    margin-bottom: 0;
}
.range a:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.range a:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 0;
    width: 20%;
}

.range a.hover,
.range a.clicked{
    background: #ad3540;
}

.range a.hover:nth-child(1){
    transition-delay: 0s;
}
.range a.hover:nth-child(2){
    transition-delay: 0.02s;
}
.range a.hover:nth-child(3){
    transition-delay: 0.04s;
}
.range a.hover:nth-child(4){
    transition-delay: 0.06s;
}
.range a.hover:nth-child(5){
    transition-delay: 0.08s;
}

.range a span{
    display: none;
}

.range .tip{
    position: absolute;
    top: 30px;
    color: #ad3540;
    font-size: 18px;
}
.range .min{
    left: 0;
    padding-left: 5px;
}
.range .max{
    right: 0;
    padding-right: 5px;
}
.range .tip:before{

    position: absolute;
    width: 2px;
    height: 15px;
    top: -10px;
    background: rgba(69,69,69,0.3);
    opacity: 0.5;
}
.range .min:before{
    left: 50%;
}
.range .max:before{
    right: 50%;
}

#find-side-hustle{
    position: relative;
    padding: 10px 33px 10px 20px;
    margin: -20px auto 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 18px;
    min-width: calc(33.33% - 30px);
}
#find-side-hustle:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg) translateY(-50%);
       -moz-transform: rotate(-45deg) translateY(-50%);
         -o-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);

}

/* reviews slider -------*/

.reviews-box{
    position: relative;
    height: calc(100% - 30px);
}
.reviews-box .content-inner{
    padding-bottom: 0px;
}
.reviews-box div.avatar{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
}


.reviews-box .row{
    height: 100%;
}
.reviews-box .col-sm-6{
    padding-bottom: 30px;
}
.reviews-box .col-sm-6 div.avatar{
    left: 0;
    display: none;
}

.reviews-box .col-sm-6 div.avatar .reviews-box-cat{
    display: none;
}

/* responsive -----------------------------------------------------------------------*/


@media (max-width: 768px) {
    .category-list .col-sm-4{
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .reviews-box.reviews-box-alt .col-sm-6{

    }
    .reviews-box.reviews-box-alt .col-sm-6 .avatar{
        left: 30px;
    }
    .reviews-box .row{
        margin: 0;
    }
    .reviews-box .col-sm-6.no-left-padding{
    }
}

@media (max-width: 768px){
    section#page-content > .container > .row:not(.category-list){
        display: block;
    }
}



@media (max-width: 600px) {
    .category-list .col-sm-4,
    .category-list .col-sm-4.half{
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}