
.swit-socialshare::before, .swit-socialshare::after {
  content: "";
  clear: both;
  display: table;
}

.swit-socialshare {
	margin-top:18px;
	margin-bottom:18px;
}

.swit-socialshare > a {
	display:inline-block;
	color:#fff;
	background-color:#2abfd1;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 6px;
	font-weight:bold;
	font-size:16px;
	margin-right:4px;
}

.swit-socialshare > a:hover, .swit-socialshare > a:focus, .swit-socialshare > a:visited {
	color:#fff;
}

.swit-socialshare.layout-1 > a {
	color:#2abfd1;
	background-color:#fff;
}

.swit-socialshare.layout-1 > a:hover, .swit-socialshare.layout-1 > a:focus, .swit-socialshare.layout-1 > a:visited {
	color:#2abfd1;
}

.swit-socialshare.layout-2 > a {
	color:#00859f;
	background-color:#fff;
}

.swit-socialshare.layout-2 > a:hover, .swit-socialshare.layout-2 > a:focus, .swit-socialshare.layout-2 > a:visited {
	color:#00859f;
}

.swit-socialshare > a img {
	margin-top:-4px;
	margin-right:4px;
}

.swit-socialshare .services {
	display:inline-block;
	vertical-align:text-top;
	opacity:0;
}

.swit-socialshare .services a {
	color:#3a3a3a;
	display:inline-block;
	margin-left:6px;
}

.swit-socialshare .service.copy {
	font-size:18px;
}

.swit-socialshare.layout-1 .services, .swit-socialshare.layout-2 .services, .swit-socialshare.layout-1 .services a, .swit-socialshare.layout-2 .services a {
	color:#fff;
}

.swit-socialshare .copy-message {
	display:none;
	font-size:12px;
	margin-left:6px;
}

.swit-socialshare .url-text {
	/*font-size:1px;
	width:1px;
	padding:0;
	margin:0;*/
	position:absolute;
	left:-9999px;
}

@media screen and ( max-width: 480px ) {
	
	.swit-socialshare {
		padding-top:1rem;
		margin-bottom:1rem;
	}
	
	.swit-socialshare .copy-message {
		clear:both;
	}
	
}