/*
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: 'amalfi_coast';
    src: url('fonts/amalfi_coast-webfont.woff2') format('woff2'),
         url('fonts/amalfi_coast-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antiquebook';
    src: url('fonts/antiquebook-webfont.woff2') format('woff2'),
         url('fonts/antiquebook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#slide-out-widget-area .inner .off-canvas-menu-container li a, h1, h2, h3, h4, h5 {
	font-family: 'antiquebook'!important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
	color:#768a6d;
}

em {
	font-family: 'amalfi_coast';
	vertical-align: middle;
	text-transform: lowercase;
	letter-spacing:0;
}

#header-outer[data-transparent-header=true] #logo .dark-version {
    position: unset;
}