@import 'library.less';

.social-shares {
	font-size: 14px!important;

	.b-share {
		padding: 0px!important;
		
		.b-share-btn__wrap {
			margin-left: 15px;
		}
		
		.b-share__link {
			width: 90px;
			height: 30px!important;
			border: none!important;
			.border-radius(0px);
			
			.b-share-icon {
				height: 30px;
				width: 34px;
				
				&.b-share-icon_vkontakte {
					background-position: 5px -55px;
				}
				
				&.b-share-icon_facebook {
					background-position: 2px 2px;
				}
				
				&.b-share-icon_twitter {
					background-position: 5px -84px;
				}
			}
			
			.b-share-counter {
				display: inline-block!important;
				line-height: 30px;
				font-family: trivia-grotesk;
				font-size: 13px;
				width: 45%;
				margin: 0;
				text-align: center;
			}
		}
	}
}

.mobile {
	.social-shares {
		.b-share-btn__wrap {
			margin-left: 10px;
		}
	}
}