/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header .block-contact_item {
    background-color: #7242b8;
    color: #ffffff;
    border-radius: 0.65em;
}
#header .block-contact_head .btn {
    padding: 0.26em 1.2em;
    font-size: 1.21em;
    font-weight: 400;
    min-height: 2.8em;
}
#header .block-contact_head .btn:hover {
    color: #000000;
}
#header .block-contact_item:nth-last-child(1) {
    padding-right: 0;
}
.header-ngcallbackcontactContact {
    margin-top: 15px;
}
.block-contact .whatsapp-icon {
    background-color: #4bc85b;
    border-radius: 100%;
    padding: 0;
    color: #ffffff;
}
.block-contact .whatsapp-icon:before {
    content: '\e984';
}
@media (max-width: 992px) {
    #header .block-contact_head .btn {
        font-size: 0.96em;
    }
}
@media (max-width: 768px) {
    .block-contact_list {
        margin-top: 0;
    }
    #header .header-mobile-top-menu .block-contact_item {
        margin-bottom: 15px;
    }
    #header .menu-modal .block-contact_head {
        font-size: 1em;
    }
    #header .menu-modal .block-contact_item {
        background-color: transparent;
    }
    #header .menu-modal .block-contact_head .btn {
        padding: 0;
        font-weight: 500;
        font-size: 1.1em;
        min-height: auto;
        color: #000000;
    }
}