
.footer {
	background: #fff;
	padding-top: 50px;
	border-color: transparent;
}

.footer.footer-mini {
	padding-top: 0 !important;
}

.footer.footer-mini .footer-bottom {
	margin-top: 23px;
	margin-bottom: 23px;
}

.footer-bottom .social-links {
	min-height: 44px;
}

.footer-bottom .social-links > ul {
	margin-top: 1px;
}

.footer .blog-feed .blogArticle {
	margin-bottom: 15px;
}

.footer .blog-feed ul {
	list-style: none;
	padding-left: 0;
}

.footer .blog-feed .blogPic {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	background: #e2e2e2 url("https://www.comermuybien.com/wp-content/themes/my-listing/assets/img/pic3.png") no-repeat 50%;
	background-size: cover;
}

.footer .blog-feed .blogPic.nitro-lazy {
	background: none !important;
}

.footer .blog-feed .blogTitle {
	padding-left: 60px;
	display: inline-block;
	margin-left: 15px;
}

.footer .blog-feed .blogArticle {
	height: auto;
	min-height: 70px;
	margin-bottom: 10px;
}

.footer .blog-feed .blogTitle a:hover h5 {
	color: var(--accent);
}

.footer .blog-feed .blogTitle h5 {
	width: 100%;
	float: left;
	font-size: 14px;
	border-top: 10px;
	margin-top: 5px;
	line-height: 22px;
	transition: color .25s ease-in-out;
	color: #242429;
	margin-bottom: 5px;
}

.footer-bottom {
	margin-bottom: 15px;
	padding-top: 20px;
}

footer:not(.footer-mini) > .container > .row:first-child {
	border-bottom: 2px solid rgba(0, 0, 0, .05);
}

.copyright p {
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
}

.copyright a {
	color: #565662;
}

.footer-bottom .seperator {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	position: relative;
	margin-bottom: 40px;
}

.footer-bottom .social-links ul {
	margin-bottom: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.footer-bottom .social-links ul li a {
	color: #565662;
	line-height: 41px;
	text-decoration: none;
	transition: all .5s;
}

footer.footer.footer-large {
	position: relative;
}

.footer-bottom .social-nav li a i {
	text-align: center;
	border-radius: 50%;
	color: #555558;
	background: #f4f4f4;
	float: none;
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	transition: .2s ease;
}

.footer-bottom .social-links ul li a:hover i {
	color: #fff;
}

.footer .widget_archive select[name=archive-dropdown], .footer .widget_categories select[name=cat] {
	width: 100%;
}

.footer-bottom .social-nav li a {
	margin-right: 8px;
	display: block;
}

.footer-bottom .social-nav li a i {
	margin-right: 0 !important;
	margin-top: 3px;
}

@media only screen and (max-width:1200px) {
	.footer {
		padding-top: 50px;
	}
}

@media only screen and (max-width:992px) {
	.copyright {
		text-align: center;
	}
	
	.footer {
		padding-top: 45px;
	}
}

@media only screen and (max-width:768px) {
	.footer {
		padding-top: 40px;
	}
	
	.footer-bottom {
		overflow: hidden;
	}
}

@media only screen and (max-width:480px) {
	.footer {
		padding-top: 35px;
	}
	
	.footer .blog-feed .blogTitle h5 {
		font-size: 12px;
		line-height: 20px;
	}
}
