#footer .sidebar-wrapper .flatsome_recent_posts {
	padding: 0;
	margin: 0;
}
#footer .sidebar-wrapper .flatsome_recent_posts .widget-title {
	display: none;
}
#footer .section-title.section-title-normal {
	border: none;
	margin-bottom: 0;
}
#footer .section-title.section-title-normal .section-title-main {
	border: none;
}
#footer .sidebar-wrapper .flatsome_recent_posts .is-divider {
	display: none;
}
#footer .row_footer .is-divider {
	margin: 10px 0 25px 0;
}
#footer .social-icons.follow-icons {
}
#footer .social-icons.follow-icons .icon {
	margin: 0 15px 0 0;
}
#footer .menu_footer {
	margin: 0;
}
#footer .menu_footer li {
	list-style: none;
	margin: 0 0 20px 0;
	font-weight: 600;
	/*! padding-left: 15px; */
	display: flex;
}
#footer .menu_footer li::before {
	margin-right: 5px;
	content: '';
	display: block;
    background: url(../images/arrow-right.png) no-repeat center;
    width: 10px;
    height: 20px;
    margin-top: 3px;
}
#footer .absolute-footer {
	padding: 0;
}
#footer .absolute-footer .footer-nav.links {
	display: none !important;
}
#footer .absolute-footer .footer-primary {
	padding: 20px 0;
	border-top: 1px solid #ffffff38;
}
#footer .absolute-footer .footer-primary .copyright-footer {
	color: #fff;
	font-size: 1.2em;
}
#footer .ux-menu-link__icon{
	color: var(--secondary-color);
}
#top-link {
	background-color: #1c3043;
	color: #fff;
	border: none;
}
#top-link .icon-angle-up {
	font-weight: 800 !important;
	margin-top: 3px !important;
	font-size: 1.7em;
}
#top-link:hover {
	background-color: var(--primary-color);
}

@media screen and (max-width: 549px) {
	#footer .menu_footer li {
	  	margin: 0 0 10px 0;
	}
	#footer .absolute-footer .footer-primary {
	  	padding: 10px 0;
	}
	#footer .absolute-footer .footer-primary .copyright-footer {
	  	font-size: 1em;
	}
	#footer .section-title-container {
	  	margin-bottom: 10px;
	}
}
