/**
 * FOOTER
 */
 #fessa-footer-contact {
 	float: right;
 }
 #fessa-footer-contact li {
 	display: inline;
 	float: left;
 	margin-left: 20px;
 }

 #fessa-footer-contact li img {
	height: 14px;
}

/**
 * RESPONSIVENESS
 */

@media screen and (max-width: 1024px) {
	#footer-bottom {
	    position: fixed;
	    width: 100%;
	    bottom: 0;
	}
	#get-a-quote-mobile-section {
		padding-bottom: 100px;
	} 
}

@media screen and (max-width: 768px) {
	#footer-info {
		margin-left: -25px;
	}
	#footer-info, #footer-info a {
		font-size: 7px !important;
		line-height: 1.4em;
	}
	.et-social-icons, #footer-info {
		text-align: left;
	}
}