﻿/* SOCIAL ICONS */

.social-links .icon {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
	background: #ccc;
	border-bottom: 0px;
}

.social-links-rental .icon {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
	padding-top: 16px;
	display: inline-block;
	color: #fff;
	background: #ccc;
	border-bottom: 0px;
	margin-bottom: 15px;
}

.social-links a.icon {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/*common background colors*/
.social-links .fa-facebook {
	background-color: transparent;
}
.social-links .fa-facebook:hover {
    color: #eb2428;
}
.social-links .fa-twitter {
	background-color: transparent;
}
.social-links .fa-twitter:hover {
    color: #eb2428;
}
.social-links .fa-instagram {
	background-color: transparent;
}
.social-links .fa-instagram:hover {
    color: #eb2428;
}
.social-links .fa-pinterest {
	background-color: transparent;
}
.social-links .fa-pinterest:hover {
    color: #eb2428;
}
.social-links .fa-youtube {
	background-color: transparent;
}
.social-links .fa-youtube:hover {
    color: #eb2428;
}
.social-links .fa-google-plus {
	background-color: #dd4b39;
}

.social-links .fa-houzz {
	background-color: #7CC04B;
}

.social-links .fa-rss {
	background-color: #f26109;
}

.social-links .fa-linkedin {
	background-color: #3371b7;
}

.social-links .fa-yelp {
	background-color: #c83218;
}
/*social links rental page*/
.social-links-rental .fa-facebook {
	background-color: #333;
	margin-right: 15px;
}
.social-links-rental .fa-envelope {
	background-color: transparent;
	color: #333;
	border: 3px solid #333;
    padding-top: 12px;
}