<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

footer.site-footer .footer-bot-section .widget .widget-title{
	border-bottom:none;
}
footer.site-footer .footer-bot-section .widget .widget-title:after{
	display:none;
}
footer.site-footer .footer-bot-section{
	background:#fff;
	border-top: 1px solid #000!important;
	border-bottom:none!important
}
footer.site-footer .footer-bot-section ul li{
	margin-bottom:10px!important;
}
footer.site-footer .footer-bot-section .widget ul li a{
	font-size:14px!important;
}
footer.site-footer .footer-bot-section .widget .widget-title{
	margin-bottom:15px;
	padding-bottom:0px;
	margin-top:0px; 
	font-size:14px!important;
	font-weight:600!important;
}
footer.site-footer ul.nbfw-social-link-widget li{
	margin-right:7px!important;
}
footer.site-footer ul.nbfw-social-link-widget li a{
	width:40px;
	height:40px;
}
footer.site-footer ul.nbfw-social-link-widget li a i{
	font-size: 22px;
	color:#282828;
}
footer.site-footer .contact-f li {
	margin-right:5px;
}
.site-footer .footer-abs-section{
	background:#fff;
	border:none;
	padding:0px!important;
}
#text-6 .textwidget p:first-child{
	color: #c09d56;
}
.form-footer {
	display:flex;
	margin-top:15px;
	max-width:380px;
	width:100%;
	position:relative;
}
.form-footer input{
	height:34px; 
	border-radius:0px; 
}
.form-footer i{
	position:absolute;
	top: 8px;
    left: 5px;
	color:#e1e1e1;
}
.form-footer >input{
	border:none;
	border-bottom:1px solid #e1e1e1;
	padding-left: 35px;
    font-size: 14px;
	width: calc(100vw - 94px);
}
.form-footer >input::-webkit-input-placeholder { /* Edge */
  color: #e1e1e1;
}

.form-footer >input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e1e1e1;
}

.form-footer >input::placeholder {
  color: #e1e1e1;
}
.form-footer .submit_b input{
	background:#282828;
	color:#fff;
	border-color: transparent;
} 
@media(min-width:1200px){
	footer.site-footer .social-media{ 
		margin:0px -15px;
	}
	footer.site-footer .social-media #media_gallery-3, .site-footer .social-media #text-6{
		padding: 0px 15px;
		width:50%;
		float:left;
	} 
}
@media(max-width:1199px){
	.site-footer .footer-abs-section{
		text-align:center;
	}
	.form-footer{
		margin: auto;
    	margin-top: 15px;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
