/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/
@import url("../mercury/style.css");


.space-header-search.custom {
    display: flex;
    align-items: center;
    right: 16px;
}
.space-header-logo .space-mobile-menu-icon {
    right: unset;
    left: 16px;
    display: block;
}
.space-mobile-menu-block {
    left: 0;
}
.space-header-logo-ins {
    margin: 5px 55px 0;
}
.space-header-search .space-organizations-4-archive-item-button-two-ins { 
    display: flex;
    align-items: center;
    gap: 20px;
}
.space-header-search .space-organizations-4-archive-item-button-two-ins a { 
    white-space: nowrap;
}
@media screen and (min-width: 1200px) {
    .space-mobile-menu-icon {
        top: 50%;
    }
    .open .space-mobile-menu {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 1023px) {
    .open.space-mobile-menu {
        visibility: visible;
        opacity: 1;
        background: transparent;
        max-width: 400px;
        width: 100%;
    }
    .open.space-mobile-menu .space-mobile-menu-block {
        max-width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(2) {
        display: none;
    }
    .space-header-logo.relative {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(1) {
        display: none;
    }

}