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

/*This is a work around ****/
body p i { 
	font-style: italic !important;
}

.pw-weak { 
	display: none !important;
}


/*To make the header logo appear*/

#header-outer a#logo {
	visibility: hidden;
}

#header-outer.scrolled-down a#logo {
	visibility: visible;
}

body.mobile #header-outer a#logo {
	visibility: visible; 
}
/*end*/

/*make big logo dissapear on mobile*/
body.mobile .the_big_logo {display: none;}


/*typography*/
body .wpb_text_column h1 {
	margin-bottom: 40px ;
} 

body h2.p1 {
	margin-bottom: 24px;
}

body small.p2, body .legend, body .the_small_text, body small {
	font-size: 18px;
	line-height: 24px ; 
} 


Body .legend {
	color: rgb(130, 130, 130);
}
body .legend p {
	padding-bottom: 5px; 
}

body .legend p.the_smaller, body span.smaller {
	font-size: 88%;
	line-height: 120%;
}  


body.mobile small.p2, body.mobile .legend, body.mobile .the_small_text {
	font-size: 14px;
	line-height: 19px ; 
}
body .custom-html-widget p a:hover {
	color: #e8e8e8;  
	text-decoration: underline; 
}

body #footer-outer #copyright, body #footer-outer .custom-html-widget {
	font-size: 16px ;
	line-height: 20px ; 
}
body #footer-outer .custom-html-widget p {
	padding-bottom: 8px;
}

/*Horizontal line between articles*/

body .divider-wrap .divider-small-border {
	width:  45%;
}


/*Make left image closer to text right*/

body .the_margin_r_zero .hover-wrap {
	padding-right: 0 !important;  
} 

/*where text goes over an image*/
body.mobile .the_column_over {
	margin-bottom:  0 !important;
}

body p.cap-wide {
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	padding-bottom: 10px; 
}

/*The quote*/
body .the_quote {
	color: rgb(200, 65, 27) ;
	font-size: 130%;
	line-height: 140%; 
}

body .the_quote p {
	padding-bottom: 0.3em;
}

body .the_quote .small {
	font-size: 60%;
}

body span.the_smaller {
	font-size: 85%;
}  