/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*----------------- LANDING PAGE -----------------*/
.page-id-1715 #header-space , .page-id-1715 #header-outer {
	display:none;
}

.page-id-1715 #footer-outer{
	display:none;
}


/*----------------- MISC -----------------*/
.in-progress {
    display: none;
}

.nectar-social.fixed {
    display: none !important;
}

/*----------------- TYPOGRAPHY -----------------*/
h1 {
	font-family: "Futura Bold" !important;
}

h2 {
	font-family: "Futura Bold" !important;
}

h3 {
	font-family: "Futura Light" !important;
}

h4 {
	font-family: "Futura Bold" !important;
}

h5 {
	font-family: "Futura Bold" !important;
}

h6 {
	font-family: "Futura Light" !important;
}

p {
	font-family: "Futura Light" !important;
}

.nectar-button span {
	font-family: "Futura Bold" !important;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
	font-family: "Futura Bold" !important;
	letter-spacing: 1.5px !important;
}

#footer-widgets[data-cols="5"] .container .row .widget {
	font-family: "Futura Bold" !important;
}

#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	font-family: "Futura Bold" !important;
}

.page-title {
}

.product_title {
}

.menu-item a {
}

/*----------------- CONTACT FORM -----------------*/
form label {
	font-family: "Futura Bold" !important;
}

input {
	font-family: "Futura Bold" !important;
}

textarea {
	font-family: "Futura Bold" !important;
}

input[type=submit] {
	font-family: "Futura Bold" !important;
}

/*----------------- MOBILE -----------------*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
}



