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

label {
	color: black;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

p.bold, .bold p {
	font-family: futura-pt-bold, sans-serif !Important;
    font-weight: 700;
    font-style: normal;
}

.member h3 {
	font-size: 24px;
	line-height: 1.2em;
}

.white h3 {
	color: white !Important;
	font-size: 58px !Important;
	line-height: 1.2em !Important;
}

.font-like-h3 h4 {
	font-size: 58px !Important;
	line-height: 1.2em !Important;
}

@media screen and (max-width: 999px) {
	
	.white h3, .font-like-h3 h4  {
		color: white !Important;
		font-size: 19.2px !Important;
		line-height: 1.2em !Important;
	}
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


