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

@font-face {
    font-family: 'PP Neue Montreal Regular';
    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 Thin';
    src: url('/fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('/fonts/PPNeueMontreal-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mosa Thin';
    src: url('/fonts/Mosa-Thin.woff2') format('woff2'),
        url('/fonts/Mosa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.small {font-size:13px;color:#B5B5B5;}

/*megamenu*/
body[data-megamenu-width=full-width] #header-outer #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>ul, body[data-megamenu-width=full-width] #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>.nectar-global-section-megamenu {
	border-radius:0 0 5px 5px!important;
}

/*button*/
.border a:hover{border:1px!important;}
a.nectar-button.medium.see-through-2.border a:hover{border:1px!important;}