div.bwsocial-clear {clear: both}

/* large social connect buttons */
div.bwsocial-social-big a {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 5px solid rgba(0,0,0,0.25);
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	text-align: center;
	transition: 0.25s;
	letter-spacing:0.5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	padding: 10px 0;
}

a.bwsocial-social-facebook {background-color: #3b5998;}
a.bwsocial-social-twitter {background-color: #00aced;}
a.bwsocial-social-google {background-color: #dd4b39;}
div.bwsocial-social-big i {
margin: 0px 15px 0px 0px;
float: none;
}

div.bwsocial-social-big a:hover {
opacity: 0.85
}