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

/*
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: 'Albra Thin';
    src: url('/fonts/Albra-Thin.woff2') format('woff2'),
        url('/fonts/Albra-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

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

/*header buttons*/
body.material #header-outer[data-transparent-header=true].transparent nav>ul>li>a {
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
    padding-left: 20px !important; 
	padding-right: 20px !important; }
#top .sf-menu > li:not([class*="menu-item-btn"]) > a {
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
    padding-left: 20px !important; 
	padding-right: 20px !important; }

