
/** ADD YOUR AWESOME CODES HERE **/


/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    /*bottom: 40px;*/
    bottom: 80px;
    /*right: 40px;*/
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.contact_sio_labels a {
    display: inline-block;
    /*float: left;*/
    /*float: right;*/
    background-color: #222222;
    color: #eeeeee;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .contact_sio_labels a:hover,
    .contact_sio_labels a:focus {
        text-decoration: none;
    }

.contact_sio_labels a i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.btn-custom {
    /*margin-top: 20px;*/
    border-radius: 25px 0px 25px 0px;
    padding: 8px 40px;
    /*font-size: 16px;*/
    border: 2px solid #FD6802;
    color: #ffffff;
    background-color: #253572;
}

    .btn-custom:hover,
    .btn-custom:focus {
        border-color: #BA0F20;
        color: rgba(255, 255, 255);
        background: #393939;
    }

