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

}


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;
}