/*==============================================================================================*/

/* FOOTER         ||---------------------------- */

/*==============================================================================================*/

.footer {
	background-color: #2d3740;
	background-size: cover;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.61);
}

.footer hr {
	border-color: #eee;
}

.footer a {
	color: rgba(255, 255, 255, 0.61);
}

.footer .footer-info p {
	margin-bottom: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	line-height: unset;
}

.footer-info .col-xs-12 {
	min-height: 200px;
	display: flex;
	justify-content: center;
}

.footer-logo {
	max-width: 125px;
	display: inline-block;
	width: 100%;
}

.footer .social, .contact .social {
	font-size: 17px;
}

.footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer ul.social li, .contact ul.social li {
	display: inline-block;
	margin: 0 7px 0 0;
}

.footer .link a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer .link a:hover, .footer .link-small a:hover {
	color: #fff;
}

.footer h5 {
	color: #f0eded;
	margin-bottom: 30px;
}

.footer .link-small a {
	text-transform: none;
}

.footer address {
	position: relative;
	padding-left: 30px;
}

.footer .blog-link li {
	margin-right: 5px;
	margin-bottom: 15px;
}

.footer .link-small a {
	position: relative;
	padding-left: 29px
}

.footer .link-small li {
	margin-bottom: 20px;
}

.footer .icons-hover-black i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 1px;
	background: #1f272f;
}

.footer .icons-hover-black a:hover i {
	background: #29333c;
	color: #fff;
}

.footer .copyright {
	text-align: center;
	padding: 18px 0 10px;
	background: #29333c;
	position: relative;
}

.footer .post-content {
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer .fa-icons {
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

/* light footer css */

.light-footer {
	background-color: #EFEFEF;
	border-top: 1px solid #D6D4D4;
}

.light-footer.footer h5, .light-footer.footer .footer-info p, .light-footer.footer .copyright, .light-footer .copyright a {
	color: #000;
}

.light-footer.footer .copyright {
	border-top: 1px solid #E0DFDF;
	background: #FBFBFB;
}

.footer .icons-hover-black {
	padding-top: 10px;
}

.footer h4 {
	text-transform: uppercase;
	color: #fff;
}