/*
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 
html body {font-family: "Suave";
src: url(fonts/Suave.ttf);
url(fonts/lato.ttf)
format("truetype"),
}

html body {font-family: 'panel-sans', sans-serif;
font-weight: 400;
font-style: normal;
}

html h3 {font-family: 'swing-king', sans-serif;
font-weight: 400;
font-style: normal;
}
*/


html h1, h2, h4, h5 {font-family: 'panel-sans', sans-serif;
font-weight: 600;
font-style: normal;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea {color: #000;
}

textarea:focus {
color: #000;
}

.nectar-button.large {
    font-size: 18px;
}


/* Menu responsive */
@media (min-width: 1000px) and (max-width: 1237px) {
	#top nav > ul > li > a {
	margin-left: 0 !important;
	margin-right: 2vw !important;
	font-size: 16px;
	}
}
