.social-bar *, .social-bar *:visited {
	text-decoration: none !important;
}

/* Base icon design */
.social-bar .icon {
	color: #fff;
	border-radius: 50%;
	min-width: 28px;
	line-height: 27px;
	text-align: center;
	box-shadow: none;
	background: transparent;
	border: 1px solid #fff;
	transition: all 0.3s ease-out;
}

.social-bar a {
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px; /* Increase hit rectangle for touch devices */
}

/* HOVER */
.social-bar a:hover .icon {
	border-color: transparent;
}

.social-bar a:hover .fa-facebook {
	background: #3A5794;
}

.social-bar a:hover .fa-twitter {
	background: #55acee;
}

.social-bar a:hover .fa-googleplus {
	background: #DC4E41;
}

.social-bar a:hover .fa-linkedin {
	background: #0077B5;
}

.social-bar a:hover .fa-instagram {
	background: #125688;
}

.social-bar a:hover .fa-pinterest {
	background: #BD081C;
}

.social-bar a:hover .fa-houzz {
	background: #7AC143;
}