/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

div.categ-wrap {
    font-family: Nunito;
    text-transform: uppercase!important;
    letter-spacing: .5px;
    font-weight: 800;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    padding: 4px 10px;
    margin: 5px 6px 0px 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 999px){
    #header-row .row-bg.using-image {
        background-position: 80% center!important;
    }
    #header-row .row-bg-overlay {
        background: rgb(255 255 255 / .8);
    }

    .about img{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .about h2{
        text-align: center;
    }
}
