/*
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 Style */
.ctm-quote h3{
    line-height: 1.43em !important;
}
.ctm-quote h5{
    margin-top: 30px;
	font-size: 22px !important;
}
/* 
@media only screen and (min-width: 1000px) {
	#slide-out-widget-area.fullscreen-inline-images .off-canvas-social-links{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
} */
#slide-out-widget-area .bottom-meta-wrap .off-canvas-social-links li i{
	font-size: 54px;
	line-height: 58px;
}
.showMobile{
	display:none;	
}
@media(max-width:768px){
	.showMobile{
		display:block;	
	}
	.hideMobile{
		display:none;	
	}	

}