/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.pk-search-widget .inner-search-button {
    button {
        @media (max-width: 991px) {
            position: relative;
        }
    }
}
@media (max-width: 1400px) and (min-width: 1024px) {
    body #header .logo {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .header-navi .elementor-row {
        justify-content: space-between;
    }
}