.themify-social-links {
	margin-left: auto; 
	margin-right: auto;
	width: 200px;
}

#footer-bottom p {
	font-size:80%;
}


/* Hide cart icon in main menu */

.et-cart-info {
	display:none !important;
}


/* Recent posts widget line height */

.rpwwt-widget ul li,
.et_pb_widget ul li {
    line-height:1.3 !important;
}


/* Captcha caption for contact form */

.et_pb_contact_right > p.clearfix:before {
	content:"So we know you're not a robot:  ";
}
@media(min-width:768px){
	.et_pb_contact_right > p.clearfix:before {
  		font-size:75%;
	}
}
.input.et_pb_contact_captcha {
	max-width:48px;
}

