
/* AccessPress Social Counter LESS */
.apsc-each-profile {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 60px;
	line-height: 60px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
}

.apsc-each-profile a {
	width: 100%;
	color: #fff;
	padding: 0 0 0 60px;
	border: 0;
	border-radius: 5px;
}

.apsc-each-profile a:hover {
	opacity: .8;
}

.apsc-each-profile .apsc-inner-block {
	border-left: 1px solid #fff;
	background: #f0f0f0;
}

.ds .apsc-each-profile .apsc-inner-block {
	border-left: 1px solid #13182a;
}

.apsc-each-profile .apsc-inner-block .social-icon i {
	position: absolute;
	left: 26px;
	top: 22px;
	color: #fff;
}

.apsc-each-profile .apsc-inner-block .social-icon .media-name {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding-left: 35px;
	color: #323232;
	padding-right: 35px;
}

@media (max-width: 1200px) {
	.apsc-each-profile .apsc-inner-block .social-icon .media-name {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.apsc-each-profile .apsc-inner-block .apsc-count, .apsc-each-profile .apsc-inner-block .apsc-media-type {
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #323232;
}

.apsc-each-profile .apsc-inner-block .apsc-count {
	padding-right: 5px;
}

.apsc-each-profile .apsc-facebook-icon {
	background-color: #00abef;
}

.apsc-each-profile .apsc-twitter-icon {
	background-color: #507cbe;
}

.apsc-each-profile .apsc-google-plus-icon {
	background-color: #d93e2d;
}

.apsc-each-profile .apsc-youtube-icon {
	background-color: #d01501;
}
