/* Enter Your Custom CSS Here */

.footer-style-1 .footer-area:before {
    content: url();
    position: absolute;
    top: 0;
    left: 0;
}
.footer-style-1 .footer-area:after {
    content: url();
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
}
.footer-area .copyright_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #3e3e3e;
    padding: 35px 0;
    z-index: 1;
}

@media (max-width: 575px) {
	.footer-area .copyright_wrap {
		display: block;
	}
}

#header-2 .info-wrap {
	display: none;
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:before {
	display: none;
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	padding-left: 20px;	
}

#masthead:not(.mean-container) .menu > .menu-item-has-children > a:after {
	content: "\f078";
	font-family: "fontawesome";
	font-size: 10px;
	font-weight: 100;
	background: none;
	margin-left: 5px;
	vertical-align: top;
}

.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    padding: 0px;
    clear: both;
}

.footer-area .rt_widget_recent_entries_with_image a {
	color: #fff !important;
}
