/* Footer type 5 */

#main-footer-5-copyright {background: #e8e2d9; font-size: 12px; text-transform: uppercase;}
#main-footer-5-copyright a{color: #341a11!important;}

#main-footer.main-footer-5 {
    background: #413126;
    color: #87755f
}

#main-footer a.nav-link {
    font: normal normal 14px 'Open Sans';
	text-transform: none;
    border: 0;
}

#main-footer a.nav-link:hover {color: wheat!important;}

#main-footer ul.navbar-nav {border-bottom: 1px solid wheat; padding-bottom: 5px;}

#main-footer.main-footer-5 a {color: #b9b9b9}

/* END Footer type 5 */

#icons-social-pattern_type_1 {display: none!important;}

#main-logo-footer {margin: 15px;}
#main-logo-footer img {width: 200px; height: auto;}
#main-logo-footer-mobile {
	display: none;
}


@media screen and (max-width: 992px) {
	#navbar-footermenu-horizontal-2 {
		display: initial;
	}
	#main-logo-footer {
		display: none;
	}
	#main-logo-footer-mobile {
		display:flex;
	}
	#main-footer.main-footer-5 {
		padding: 20px 0;
	}
}