/* Footer */
footer .footer-item-wrapper,
footer .footer-bottom-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .footer-item-wrapper {
	padding: 75px 0 50px 0;
}

footer .footer-bottom-bar {
	padding: 10px 0;
	display: block;
}

footer .footer-item-wrapper h1,
footer .footer-item-wrapper h2,
footer .footer-item-wrapper h3,
footer .footer-item-wrapper h4,
footer .footer-item-wrapper h5,
footer .footer-item-wrapper h6 {
	margin-bottom: 10px;
}

footer:not(.widget-footer) .footer-item-col>div.footer-area-1 {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 40px;
	line-height: 1.3em;
}

.footer-top-wrapper a,
.footer-bottom-wrapper a {
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.footer-area-vertical-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.footer-area .footer-logo {
	width: 80%;
}

.footer-area .footer-logo img {
	width: 100%;
	height: auto;
}

.footer-socials {
	margin-top: 10px;
}

.footer-socials .social-icon {
	font-size: 22px;
	margin-right: 5px;
	width: 22px;
	display: inline-block;
	text-align: center;
}

.footer-menu .sub-menu {
	padding-left: 10px;
}

@media (max-width: 980px) {
	footer.widget-footer .theme-col-3 {
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	footer.widget-footer .theme-col-3 {
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
