/* Custom Header Styles */

/* Header Style Overrides */
#site-header-inner {
    background-color: #fff;
    
}
#site-header-inner .container {
    position: relative;
}
#site-navigation-wrap {
    float: none;
    position: inherit;
    right: auto;
}

#site-navigation-wrapper, .header-bottom, .bottom-header-wrap {
    border-top: 1px solid #b2bed8;
    height: 40px;
}

#site-navigation-wrap .dropdown-menu > li > a, .oceanwp-mobile-menu-icon a, .after-header-content-inner > a {
    line-height: 40px !important;
}

.owp-sticky {
    background-color: #fff;
    border-bottom: none;
}

@media only screen and (max-width: 991px) {
    #site-header.custom-header .is-sticky .owp-sticky {
        border-bottom: 1px solid #b2bed8;
    }

    .oceanwp-sticky-header-holder .is-sticky .owp-sticky {
        /*border-bottom: 1px solid #b2bed8;*/
        /*background-color: #fff;
        height: 54px !important;*/
    }
}


/* General Elements */
.mobile-menu {
    line-height: 40px;
}

.oceanwp-custom-menu-icon > a {
    color: #002478;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
}

/* Social */
#site-header .oceanwp-social-menu, #site-header .oceanwp-social-menu a {
    /*color: #bfbfbf;*/
}

#site-header .oceanwp-social-menu, #site-header .oceanwp-social-menu {
    float: none;
}

/* Contact */
#site-header .header-contact, #site-header .header-contact a {
    /*color: #bfbfbf;*/
}

/* Cart */
#site-header .wcmenucart {
    color: #002478;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
}

#site-header .owp-mini-cart {
    color: #333;
}

/* Search Form */
#searchform-custom form {
    display: block;
    position: relative;
}

    #searchform-custom form.search-filled label {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition-duration: 150ms;
        transition-duration: 150ms;
    }

#searchform-custom input {
    position: relative;
    background-color: transparent !important;
    /*border: 0;*/
    border: 1px solid #b2bed8;
    margin: 0;
    padding: 6px 38px 6px 12px;
    /*max-width: 178px;*/
    z-index: 2;
}

    #searchform-custom input[type="search"] {
        width: 25em;
    }

    #searchform-custom input:focus {
        /*max-width: 220px;*/
    }

#searchform-custom label, #searchform-custom button {
    position: absolute;
    top: 0;
    line-height: 40px;
    margin: 0;
}

#searchform-custom label {
    left: 12px;
    color: #333;
    cursor: text;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
}

#searchform-custom button {
    right: 0;
    width: 38px;
    background-color: transparent;
    color: #555;
    border: 0;
    padding: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #searchform-custom button:hover {
        color: #002478;
    }

#searchform-custom .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

#site-header .toggle-search {
    text-align: center;
    width: 20px;
}

@media only screen and (min-width: 992px) {
    #searchform-custom-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #searchform-custom-mobile {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        right: 32px;
        left: 32px;
        background-color: #fff;
        /*border-top: 1px solid #13aff0;*/
        border-top: none;
        top: 100%;
        padding: 0;
        -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
        box-shadow: 0 2px 7px rgba(0,0,0,0.1);
        visibility: hidden;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        transition: all 0.25s ease-in-out;
        z-index: 10000;
    }

    .oceanwp-menu-icon.order-last ~ #searchform-custom-mobile {
        left: 0;
        right: 64px;
    }

    #searchform-custom-mobile input[type="search"] {
        padding: 0px 10px;
    }

    #searchform-custom-mobile form.search-filled label {
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition-duration: 150ms;
        transition-duration: 150ms;
    }

    #searchform-custom-mobile input {
        position: relative;
        background-color: transparent !important;
        border: 0;
        margin: 0;
        z-index: 2;
    }

    /* display search on click */
    #searchform-custom-mobile.show {
        visibility: visible;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    }

    #searchform-custom-mobile button {
        right: 0;
        width: 38px;
        background-color: transparent;
        color: #555;
        border: 0;
        padding: 0;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #searchform-custom-mobile label {
        padding: 0 10px;
    }

    #searchform-custom-mobile label, #searchform-custom-mobile button {
        position: absolute;
        top: 0;
        line-height: 40px;
        margin: 0;
    }
}

body.default-breakpoint .center-logo #site-logo {
    float: none;
    position: relative;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/* End Custom Header Styles. */