/*
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
*/

#page-header-bg[data-bg-pos=center] .page-header-bg-image{
	opacity: 0.3 !important;
}

.nectar-box-roll .overlaid-content h1,
body #page-header-bg h1{
	font-size: 33px;
	line-height: 43px;
}

@media only screen and (max-width: 690px){

	.overlaid-content h1{
		font-size: 18px !important;
		line-height: 28px !important;
	}

}

@media only screen and (min-width: 690px) and (max-width: 999px){

	.overlaid-content h1 {
	    font-size: 32px !important;
    	line-height: 40px !important;
	}

}