/* Enter Your Custom CSS Here */
.sidebar .pcs-post-title {
    font-size: 18px!important;
}

.testimonials .photos ul li {
    width: 20%;
    height: auto;
}

.testimonials .photos ul li img {
    margin-bottom: 0; 
}

.genesis-nav-menu {
 	text-align: right; 
}


/**** Social Icons ****/
.social-icons li {
	display: inline-block;
	margin: 0 !important;
}
      
.social-icons li p {
	display: none;
}

.social-icons li a .icon {
	width: 36px;
	height: 36px;
	margin: 0 12px 0 0;
	border-radius: 2px;
	background: url(/wp-content/uploads/social-icons.png);
}

.social-icons li a .facebook.icon {
	background-color: #3b5998;
	background-position: 0 0;
}

.social-icons li a .twitter.icon {
	background-color: #1da1f2;
	background-position: -36px 0;
}
.social-icons li a .google-plus.icon {
	background-color: #dd4b39;
	background-position: -72px 0;
}

.social-icons li a:hover .facebook.icon {
	background-color: #2f4779;
}
.social-icons li a:hover .twitter.icon {
	background-color: #1886ca;
}
.social-icons li a:hover .linkedin.icon {
	background-color: #00689a;
}
.social-icons li a:hover .google-plus.icon {
	background-color: #a93425;
}