PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/v1world.us/wp-content/themes/oceanwp/sass/components/header/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/v1world.us/wp-content/themes/oceanwp/sass/components/header/_search-replace.scss

#site-header.header-replace {
    #site-navigation {
        .dropdown-menu {
            @include transition(opacity 0.25s ease-in-out);
        }

        &.hide .dropdown-menu {
            visibility: hidden;
            @include opacity(0);
        }
    }
}

#searchform-header-replace {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    min-width: 370px;
    visibility: hidden;
    @include opacity(0);
    @include transition(opacity 0.25s ease-in-out);

    form {
        height: 100%;
        width: 100%;
    }

    input {
        height: 100%;
        width: 94%;
        font-size: 22px;
        background-color: transparent;
        color: $color-13;
        padding: 0;
        outline: 0;
        border: 0;
        margin: 0;
        @include border-radius(0);
    }
}

#searchform-header-replace-close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: $color-13;
    cursor: pointer;
    @include transition(all 0.3s ease);

    &:hover {
        color: $color-3;
    }
}

/* display search on click */
#searchform-header-replace.show {
    visibility: visible;
    @include opacity(1);
}