/*
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: 'PP Neue Montreal';
    src: url('/fonts/ppneuemontreal-regular.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal Bold';
    src: url('/fonts/ppneuemontreal-bold.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

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

/*font classes*/

.bigger {font-size:10vw;line-height:7vw;}
@media only screen and (max-width: 1023px) {
	.bigger {font-size:20vw; line-height:1.2em;}
}

.big {font-size:45px!important;line-height:50px!important;}

.orange {color:#F04400!important;}

.colorhoverone .a.nectar-button.large.regular.regular-button.colorhoverone{
        background-color:#F04400!important;;
}

a:hover.nectar-button.large.regular.regular-button.colorhoverone{
        background-color:#F04400!important;color:white!important;
}

/*termly*/
a.termly-display-preferences {
    color:white!important;
}