.social-share-fixed-wrapper{
    display: block;
    width: auto;
    position: fixed;
    /*top: 40%;*/
    margin-left: -65px;
    /*transform: translateY(-30%);*/
    z-index: 100;
    /*border: 1px solid #ff8400;*/
    /*border-radius: 5px;*/
}
/* Wrapper */
.icon-button {
    background-color: #F8F8F8;
    cursor: pointer;
    display: block;
    font-size: 2.0rem;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 45px;
    box-shadow: none !important;

}

.fixed-icon-button.icon-button i{
    color: #ff8400;
}
.fixed-icon-button.icon-button:hover{
    background-color: #ff8400;
    transition: all 0.3s;
}
.fixed-icon-button.icon-button:hover i{
    color: #fff;
    transition: all 0.3s;
}

/*background-image: linear-gradient(90deg, #FF512F, #ff8400);*/
/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
    z-index: 10;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
    color: white;
}
.show-fixed-social{
    display: none;
    width: auto;
    position: fixed;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.socialShare-row ul{
    list-style: none;
    text-align: left;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}
.socialShare-row ul li{
    display: inline-block;
}
.none{
    display: none;
}
.block{
    display: block;
}
.hide-fixed-social{
    display: none;
}

@media screen and (max-width: 875px) {
    .button-container {
        margin: 10px 0 10px 0 !important;
    }
}
.social-share-wrapper{
    text-align: center;
}
/*** General Button Styles ***/
.button-container {
    display: inline-block;
    /*margin: 10px 10px;*/
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 2px;
    height: 45px;
    width: 100%;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.button-container .button {
    height: 45px;
    width: 100%;
    border-radius: 3px;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.button-container .button i.fa, .button-container .button i.fab {
    color: white;
    font-size: 60px;
    margin: auto;
    text-shadow: 0.5px 1px 2px #3c3c3c;
}


.button-container .button.front {
    z-index: 10;
}
.button-container .button.back {
    color: white;
    font-size: 15px;
    text-transform: capitalize;
}

/* --------------------------------
 Slide
 -------------------------------- */
.slider i {
    transition: all 0.3s ease-in-out;
}
.slider i:before {
    transition: all 0.3s ease-in-out;
}
.slider i:after {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: none;
    position: absolute;
    opacity: 0;
    top: 16.5px;
    transition: all 0.3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.youtube-button .slider i:after{
    content: 'Subscribe';
}
.telegram-button .slider i:after{
    content: 'Join us';
}

/*** Horizontal Slide ***/
.button-slide-horizontal i {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.button-slide-horizontal i:before {
    transition: all 0.3s ease-in-out;
}
.button-slide-horizontal:hover i {
    padding-right: 100px;
}
.button-slide-horizontal:hover i:before {
    opacity: 0;
}
.button-slide-horizontal:hover i:after {
    opacity: 1;
}
/*** Vertical Slide ***/
.button-slide-vertical {
    overflow: hidden;
    height: 45px;
}
.button-container .button {
    background-image: linear-gradient(90deg, #FF512F, #ff8400);
    overflow: hidden;
    height: 45px;
    text-align: center;
    padding: 0;
}

.button-slide-vertical i {
    position: relative;
    margin: 0 !important;
    top: 13px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.button-slide-vertical i.back {
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    opacity: 0;
    font-style: normal;
}
.button-slide-vertical:hover i.front {
    transform: translateY(-30px);
    opacity: 0;
}
.button-slide-vertical:hover i.back {
    transform: translateY(-43px);
    opacity: 1;
}
@media only screen and (max-width: 1250px){
    .button-slide-vertical i.back{
        font-size: 20px;
    }
    .slider i:after{
        font-size: 20px;
    }
    .slider i:after{
        top: 18.5px;
    }
    .button-slide-vertical i{
        top: 10px;
    }
    .button-slide-vertical:hover i.back {
        transform: translateY(-40px);
    }
    .single-post .social-share-wrapper .col-md-3{
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media only screen and (max-width: 1090px){
    .single-post .social-share-wrapper .col-md-3{
        width: 25%;
        display: inline-block;
    }
}
@media only screen and (max-width: 768px){

    .hide-fixed-social{
        display: none !important;
    }
    .show-fixed-social{
        display: none !important;
    }
    .social-share-fixed-wrapper{
        display: none !important;
    }
    .single-post .social-share-wrapper .col-md-3{
        width: 50%;
    }
}

@media only screen and (max-width: 480px){
    .single-post .social-share-wrapper .col-md-3{
        width: 100%;
        display: inline-block;
    }
}
