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


/*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 {
	font-size: 17px;
	line-height: 23px ;
}

Body .legend {
	color: rgb(130, 130, 130);
}

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;
}

