/* Top Small Buttons */



/* End of Top Small Buttons styles*/

/* Custom Buttons With text Sing in */
.gl-button {
    /* clear: both; */
    display: block;
    cursor: pointer;
    height: 44px;
    margin-bottom:5px;
    margin-top:5px;
    max-width: 208px;
    overflow: hidden;
}
.gl-button:hover{
    opacity: 0.9;
}

.gl-button.icon {
    float: left;
}

.social_btn_top::after {
    display: block;
    content: '';
    clear: both;
}
.social_btn_top, .social_btn_bottom {
    width: 100%;
    padding: 5px 0;
}
