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







/* HOME PAGE TOP TEXT */


h3 {
font-family: 'Ramillas';
letter-spacing: -0.08em !important;
overflow: visible !important;
padding-right: 0.05em !important;
}

.heading-talent h1 {
margin-top: -.4em !important;
letter-spacing: -0.04em;
}

.heading-connecting h1 {
letter-spacing: -0.04em;
}

.brands-heading * {
overflow: visible !important;
}

.brands-heading h3 {
margin-top: -0.7em !important;
padding-right: 0.05em !important;
}


@media only screen and (max-width: 999px) {

.heading-talent h1 {
margin-top: -.5em !important;
letter-spacing: -0.04em;
}
	
.brands-heading h3 {
margin-top: -1em !important;
}


@media only screen and (max-width: 690px) {

.heading-talent h1{
margin-top: -.5em !important;
letter-spacing: -0.04em;
}
	
.brands-heading h3{
margin-top: -1em !important;
}
	




}

 
	
	
/* REMOVE HEADER FROM 404 PAGE */

body.error404 #header-outer {

    display: none !important;

}

body.error404 #page-header-bg {

    display: none !important;

}