/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.mm_contact_widget .mm_contact_widget_link {
    line-height: 1;
}

.mm_contact_widget .mm_contact_widget_link .icon-svg {
    fill: #002d72;
    height: auto;
    transition: all .3s ease-in-out;
    width: 20px;
}

.mm_contact_widget .mm_contact_widget_link:hover .icon-svg {
    fill: #f96262;
}

@media only screen and (max-width: 1199px) {
    .mm_contact_widget {
        position: absolute;
        left: calc((4% + 15px) * 2);
    }

    #header .menu-top-header .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_extra_item #search_widget {
        left: calc(4% + 12px);
    }
}