/***********
GET INSPIRED PAGE CUSTOM CSS
************/

.get_inspired_cat_heading{
    position: relative;
    margin-bottom: 115px;
    margin-top: 50px;
}
.get_inspired_cat_heading .get_inspired_cat_author{
    position: absolute;
    right: 0;
    top: -20px;
    display: flex;
    justify-content: right;
}

.get_inspired_cat_author .get_inspired_cat_author_detail{
    /*float:left;*/
    margin: 0px 10px;
}
.get_inspired_cat_author .get_inspired_cat_author_detail img{
    width: 125px!important;
    height: 125px!important;
    border-radius: 50%!important;
    object-fit: cover!important;
}
.get_inspired_cat_author .get_inspired_cat_author_detail .get_inspired_cat_author_name{
    text-align:center;
    padding-top: 20px;
    font-size: 11px;
    width: 125px;
    line-height: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.get_inspired_cat_heading .get_inspired_main_title{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
.get_inspired_cat_heading  .get_inspired_category_title{
    padding-top: 0px;
}
.get_inspired_post_title{
    text-align:center;
}
.get_inspired_featured_author{
    margin-bottom: 0px;
    margin-top: 5px;
}
.pb-30{
    padding-bottom:30px;
}
.pb-25{
    padding-bottom:25px;
}
.pt-25{
    padding-top:25px!important;
}
.mt-0{
    margin-top:0px!important;
}

@media only screen and (max-width: 767px) {
    .get_inspired_cat_heading .get_inspired_cat_author{
        position: relative;
        top: 0;
        justify-content: center;
    }
    .get_inspired_cat_author .get_inspired_cat_author_detail img{
        width: 80px!important;
        height: 80px!important;
    }
    .get_inspired_cat_author .get_inspired_cat_author_detail .get_inspired_cat_author_name{
        font-size: 10px;
        width: 80px;
        line-height: 13px;
    }
    .get_inspired_cat_author .get_inspired_cat_author_detail{
        /*margin: 0px 5px;*/
    }
    .get_inspired_cat_heading {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}