/*
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
*/



@font-face {
    font-family: "Papyrus";
    font-style: normal;
    src: url("/wp-content/themes/salient-child/assets/fonts/Papyrus-Regular.ttf") format("opentype")
}

.Papyrus {
    font-family: "Papyrus" !important
}

.archive span.subheader {
    display: none !important;
}

.archive span.meta-category {
    display: none !important;
}

.archive .container.main-content {
    min-height: 700px !important;
}

.archive h3.title {
    font-weight: 600 !important;
}



@media (max-width: 1280px) {

    .home .excerpt,
    .archive .excerpt {
        line-height: 19px;
    }

    span.meta-excerpt {
        line-height: 19px;
    }

    .archive h3.title {
        line-height: 26px !important;
        margin-top: 20px !important;
    }


    .single-post #row-header .row_col_wrap_12_inner.col.span_12.left {
        padding-left: 7.4% !important;
        
    }


    .single-post #row-header p {
        line-height: 19px !important; 
    }

}