@import url("core/core.css");

.multi_button_element__1 .multi_button-body {
    background:rgba(9,161,217,0.79);
}

.multi_button_element__1 .multi-button-icon {
    color:rgba(255,255,255,1);
}

.multi_button_element__1 .multi_button-text {
    background:rgba(0, 0, 0, 0.78);
    color:rgba(255, 255, 255, 1);
}

.multi_button_element__2 .multi_button-body {
    background:rgba(9,161,217,0.79);
}

.multi_button_element__2 .multi-button-icon {
    color:rgba(255,255,255,1);
}

.multi_button_element__2 .multi_button-text {
    background:rgba(0, 0, 0, 0.78);
    color:rgba(255, 255, 255, 1);
}

.multi_button_element__3 .multi_button-body {
    background:rgba(9,161,217,0.79);
}

.multi_button_element__3 .multi-button-icon {
    color:rgba(255,255,255,1);
}

.multi_button_element__3 .multi_button-text {
    background:rgba(0, 0, 0, 0.78);
    color:rgba(255, 255, 255, 1);
}

.bfm_multi_btn__main_btn {
    background:rgba(76,175,80,1);
}

.bfm_multi_btn__main_btn .multi-button-icon {
    color:rgba(255,255,255,1);
}

.bfm_multi_btn__main_btn .multi_button-text {
    background-color:rgba(0,0,0,0.78);
    color:rgba(255,255,255,1);
}

.multi_button.mb_bottom.has-copyright-link {
    margin-bottom: 0 !important;
}

@media (max-width: 820px) {
    .multi_button-div-text.multi_button-main-div-text  {
        display: none;
    }

    .multi_button.mb_bottom.has-copyright-link {
        margin-bottom: 40px !important;
    }
}