.ttsp-share-buttons{
    margin: 0;
    line-height: 1;
}

.ttsp-share-buttons a{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    
    text-align: center;
    text-decoration: none !important;
    
    font-size: 14px;
    color: #fff !important;
}


.ttsp-share-buttons.ttsp-size-big a{
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.ttsp-share-buttons.ttsp-size-small a{
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.ttsp-share-buttons a:hover{
    color: #fff;
}

.ttsp-share-buttons .ttsp-share-facebook{
    background-color: #45619D;
}

.ttsp-share-buttons .ttsp-share-twitter{
    background-color: #1AB2E8;
}

.ttsp-share-buttons .ttsp-share-google-plus{
    background-color: #dd4b39;
}

.ttsp-share-buttons .ttsp-share-pinterest{
    background-color: #cb2027;
}

.ttsp-share-buttons .ttsp-share-linkedin{
    background-color: #0274b3;
}

.ttsp-share-buttons .ttsp-share-instagram{
    background-color: #405de6;
}

.ttsp-share-buttons .ttsp-share-whatsapp{
    background-color: #43d854;
}


/* Image hover position */
.ttsp-img-wrap{
    position: relative;
    display: inline-block;
}

.ttsp-img-wrap .ttsp-share-buttons{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ttsp-img-wrap:hover .ttsp-share-buttons{
    display: block;
}

/* Float left position */
.ttsp-share-float-left{
    z-index: 99999;
    position: fixed;
    top: 25%;
    width: 20px;
}

.ttsp-share-float-left.ttsp-float-size-big{
    width: 35px;
}

.ttsp-share-float-left.ttsp-float-size-small{
    width: 20px;
}


/* Hide WhatsApp button for larger screens */
@media all and (min-width: 1024px) {
    .ttsp-share-buttons .ttsp-share-whatsapp{
        display: none;
    }
}


@media all and (max-width: 1024px) {
    
    
    /* BEGIN: image hover position */
    .ttsp-img-wrap .ttsp-share-buttons{
        display: block;
    }
    /* END: image hover position */

    /* BEGIN: float left position */
    body{
        margin-bottom: 35px;
    }
    
    .ttsp-share-float-left{
        top: auto;
        bottom: 0;
        left: 0;
        width: 100% !important;
        text-align: center;

        background-color: #000;
    }
    /* END: float left position */

}



/* TwentySixteen theme specific */
.post-thumbnail img{
    display: inline;
}
