/*
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
*/

/*fonts*/

@font-face {
    font-family: 'PPMori';
    src: url('/fonts/ppmori-regular.woff2') format('woff2'),
        url('/fonts/ppmori-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PPMori Book';
    src: url('/fonts/ppmori-book.woff2') format('woff2'),
        url('/fonts/ppmori-book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPMori Semibold';
    src: url('/fonts/ppmori-semibold.woff2') format('woff2'),
        url('/fonts/ppmori-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPMori Extrabold Italic';
    src: url('/fonts/ppmori-extrabolditalic.woff2') format('woff2'),
        url('/fonts/ppmori-extrabolditalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PPMori Regular Italic';
    src: url('/fonts/ppmori-regularitalic.woff2') format('woff2'),
        url('/fonts/ppmori-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PPMori Thin';
    src: url('/fonts/ppmori-thin.woff2') format('woff2'),
        url('/fonts/ppmori-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*font classes*/

.bold {font-family:'PPMori Extrabold Italic'!important;font-weight:900;}
.bigger {font-size:10em;line-height:1em;}
.big {font-size:3em;line-height:1em;}
.blue {color:#275de0!important;}
.yellow {color:#d6fe51!important;}
h4 {font-style:italic!important;}

/*header*/
body #header-outer .container {
	padding-right:15px!important;
}

/*toggles*/
a.toggle-heading {
	font-family:'PPMori Extrabold Italic'!important;
	font-weight: normal!important;
    font-style: italic!important;
	font-size:17px!important;
	line-height:25px!important;
	
}

/*blog*/

.blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section {
	display:none!important;
}