@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.social-share-wrapper .icon {
    display: inline-block;
    margin-right: 30px;
}
.social-share-wrapper.left {
	text-align: left;
}
.social-share-wrapper.center {
	text-align: center;
}
.social-share-wrapper.right {
	text-align: right;
}

.social-share-wrapper.sticky-left ,
.social-share-wrapper.sticky-right {
    position: fixed;
    left: 10px;
    top: 75px;
    z-index: 9999;
}
.social-share-wrapper.sticky-right {
    right: 10px;
	left: unset;
}
.social-share-wrapper.sticky-right .icon ,
.social-share-wrapper.sticky-left .icon {
	display: block;
    margin-right: 0px;
	margin-bottom: 10px;
}


.icon a i {
    font-size: 30px;
}
.social-share-wrapper .facebook a {
	color: #3a5795;
}
.social-share-wrapper .twitter a {
	color: #1CA1F1;
}
.social-share-wrapper .linkedin a {
	color: #0077B5;
}
.social-share-wrapper .reddit a {
	color: #ff5700;
}
.social-share-wrapper .pinterest a {
	color: #F0002A;
}
.social-share-wrapper .google a {
	color: #D55A4B;
}
.social-share-wrapper .icon a i,
.social-share-wrapper .icon a span {
	display: none;
}
.social-share-wrapper .background ,
.social-share-wrapper.background .background,
.social-share-wrapper.only-icons .only-icons ,
.social-share-wrapper.only-text .only-text ,
.social-share-wrapper.text-icons .text-icons ,
.social-share-wrapper.text-icons .text-icons i {
	display: inline-block;
}

.social-share-wrapper.only-text .facebook a,
.social-share-wrapper.text-icons .facebook a {
	background-color: #3a5795;
}
.social-share-wrapper.only-text .twitter a , 
.social-share-wrapper.text-icons .twitter a {
	background-color: #1CA1F1;
}
.social-share-wrapper.only-text .linkedin a ,
.social-share-wrapper.text-icons .linkedin a {
	background-color: #0077B5;
}
.social-share-wrapper.only-text .reddit a ,
.social-share-wrapper.text-icons .reddit a {
	background-color: #ff5700;
}
.social-share-wrapper.only-text .pinterest a ,
.social-share-wrapper.text-icons .pinterest a {
	background-color: #F0002A;
}
.social-share-wrapper.only-text .google a ,
.social-share-wrapper.text-icons .google a {
	background-color: #D55A4B;
}
.social-share-wrapper.only-text a ,
.social-share-wrapper.text-icons a {
	color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    font-size: 16px;
	width: 115px !important;
    display: inline-block;
}
.social-share-wrapper.only-text a {
	text-align: center;
}
.social-share-wrapper.text-icons a i {
	font-size: 16px;
    margin-right: 5px;
}
.social-share-wrapper.only-icons a i {
	font-size: 25px;
}



@media(max-width: 1199.98px ) and (min-width: 768px ){
	.social-share-wrapper.hide-on-tablet {
		display: none;
	}
	.social-share-wrapper.remove-sticky-on-tablet {
		position: unset;
	}
	.social-share-wrapper.remove-sticky-on-tablet .icon {
		display: inline-block;
		margin-right: 20px;
	}
}
@media(max-width: 767.98px){
	.social-share-wrapper.hide-on-mobile {
		display: none;
	}
	.social-share-wrapper.remove-sticky-on-mobile {
		position: unset;
	}
	.social-share-wrapper.remove-sticky-on-mobile .icon {
		display: inline-block;
		margin-right: 20px;
	}
}
@media(max-width: 575.98px){
	.social-share-wrapper .icon {
		margin-right: 20px;
	}
}