/*
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: AeroportBold;
	src: url('fonts/Aeroport Bold.otf');
	font-style: normal;
}

@font-face {
	font-family: AeroportLight;
	src: url('fonts/Aeroport Light.otf');
	font-style: normal;
}

h1, h2, h3, h4, body .gform_wrapper .top_label .gfield_label {
	font-family: AeroportBold !important;
	letter-spacing: -0.04em !important;
}

h5, h6, p, .nectar-fancy-ul[data-animation="true"] ul li, .iwt-text, .nectar_single_testimonial .wrap, .excerpt, .grav-wrap, ul li {
	font-family: AeroportLight !important;
}

.off-canvas-menu-container li a {
	font-family: AeroportBold !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-family: AeroportLight;
}

body[data-form-submit="regular"] .container-wrap input[type="submit"], body[data-form-submit="regular"] .container-wrap button[type="submit"], body[data-form-submit="see-through"] .container-wrap input[type="submit"], body[data-form-submit="see-through"] .container-wrap button[type="submit"]:not(.search-widget-btn) {
    font-family: AeroportBold;
    letter-spacing: -0.04em !important;
}