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





h3 {
	margin-bottom:25px !important;
}
@media only screen and (max-width: 1080px){
.mobile_banner {
    min-height: 800px !important;
}
}
.tabbed[data-style="minimal"] .wpb_tabs_nav {
    margin-bottom:50px !important;
}

/* FOOTER */
#footer-outer {
	background-image: none !important;
}

#footer-outer #footer-widgets {
    border-bottom: none;
    margin-top: 100px;
	margin-bottom: 100px;
	    padding: 0 50px;
}

#footer-outer #footer-widgets h2.footer-heading, 
#footer-outer #footer-widgets h2.footer-heading a{
	color: #b9b4b4 !important;
	font-size: 16px;
	text-transform: uppercase;
	line-height: normal;
}

#footer-outer .widget {
    margin-bottom: 0px;
}

.material #footer-outer #footer-widgets .col .widget ul {
	padding: 5px 0px 25px 0px;
}

.material #footer-outer #footer-widgets .col .widget ul li {
	padding: 0 0 3px 0 !important;
	font-size: 14px;
}

#ajax-content-wrap #footer-outer #copyright {
	padding: 50px 0;
	background-color: #000000a6 !important;
	font-size: 15px;
}

#ajax-content-wrap #footer-outer #copyright a{
	padding: 0px 10px;
	display: inline-block;
/* 	color: #45ADEB !important;
	font-weight: bold; */
}

#ajax-content-wrap #footer-outer #copyright a.link-div{
	border-right: 1px solid #ffffff33;
}

#ajax-content-wrap #footer-outer #copyright .social-link{
	color: #fff !important;
	margin: 0 15px;
}

#ajax-content-wrap #footer-outer #copyright .social-link i.fa.fa-linkedin{
	background-color: #ffffff1c !important;
    display: inline-block;
    padding: 15px 17px;
    border-radius: 100%;
}

.footer-contact-btn {
	background-color: #1c5bb2;
	padding: 10px 15px;
	border-radius: 6px;
	margin-bottom: 25px;
	display: inline-block;
}

#footer-outer #copyright[data-layout="centered"] .col.span_5 {
		max-width: 100%;
	}

@media screen and (max-width: 1025px) {
	#ajax-content-wrap #footer-outer #copyright .social-link{
		display: block;
		margin: 25px 15px;
	}
	
	
}