@charset "UTF-8";
/* CSS Document */

.social-share-wrapper {
	clear:both;
	padding: .5em 0;
}

.social-share-wrapper div
{
    
    margin-right: 10px;
	display:inline-block;
	-webkit-border-radius: 6px !important;
	-moz-border-radius:6px !important;
	border-radius: 6px !important;
	font-size: .85em;
}
 
.social-share-wrapper div.you-are-viewing
{
    padding: 5px;
    font-weight: bold;
	background-color: transparent;
}
 
.social-share-wrapper div.email
{
    background-color: #3a5795;
    padding: 5px 10px;
}
 
.social-share-wrapper div.email a
{
    color: #fff !important;
}

.social-share-wrapper div.facebook
{
    background-color: #3a5795;
    padding: 5px 10px;
}
 
.social-share-wrapper div.facebook a
{
    color: #fff !important;
}
 
.social-share-wrapper div.twitter
{
    background-color: #55acee;
    padding: 5px  10px;
}
 
.social-share-wrapper div.twitter a
{
    color: #fff !important;
}
 
.social-share-wrapper div.linkedin
{
    background-color: #007bb6;
    padding: 5px  10px;
}
 
.social-share-wrapper div.linkedin a
{
    color: #fff !important;
}

.social-share-wrapper div.googleplus
{
    background-color: #007bb6;
    padding: 5px  10px;
}
 
.social-share-wrapper div.googleplus a
{
    color: #fff !important;
}
 
.social-share-wrapper div.reddit
{
    background-color: #ACD4FC;
    padding: 5px  10px;
}
 
.social-share-wrapper div.reddit a
{
    color: #fff !important;
}
.social-share-wrapper div.youtube
{
    background-color: #ACD4FC;
    padding: 5px  10px;
}
 
.social-share-wrapper div.youtube a
{
    color: #fff !important;
}
.social-share-wrapper div.instagram
{
    background-color: #ACD4FC;
    padding: 5px  10px;
}
 
.social-share-wrapper div.instagram a
{
    color: #fff !important;
}
.social-share-wrapper div.pinterest
{
    background-color: #ACD4FC;
    padding: 5px  10px;
}
 
.social-share-wrapper div.pinterest a
{
    color: #fff !important;
}
 
.social-share-wrapper div a
{
    text-decoration: none;
    border: none;
}
 
.clear-social
{
    clear: both;
}
