/*--social share starts--*/

.social-links {
	text-align: right;
	position: fixed;
	right: -38px;
	top: 50%;
	z-index: 2;
	transition: 0.5s ease;
	transform: translateY(-50%);
}

.left0 {
	right: 0!important;
}

.fa-share-alt {
	height: 40px;
	width: 40px;
	background-color: #cd171f;
	color: #fff;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px 0 0 5px;
	font-size: 15px;
	cursor: pointer;
	right: 38px;
}
.social-links .jssocials-share {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.jssocials-shares {
	flex-direction: column;
}

@media(max-width: 1023px) {
	.social-links {
		bottom: 0;
	}
	.fa-share-alt {
		height: 35px;
		width: 35px;
	}
	.fa-share-alt:before {
		font-size: 20px
	}
}
.jssocials-shares {
	flex-direction: column;
}

/*--social share ends--*/
