/*logo*/
.style1 .logo, .style4 .logo, #left-header-mobile .logo, .style3 .logo, .style7 .logo, .style10 .logo {
    z-index: 1;
    position: relative;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

/*search*/
.style4 #header-controls-right {
    float: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    right:55px;
    line-height: 70px;
}
#header-inner-wrap.style4.top-animate #header-controls-right {
    line-height: 70px;
}
.header-search-controls {
    margin-left:0;
}
.header-search-controls .search-button {
    margin-left: 0px;
    cursor: pointer;
    color: inherit;
    display: inline-block;
    zoom: 1;
    position: relative;
    top: 30px;
    font-size: 25px;
    line-height: normal;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    transition: all 0.5s;
}
.header-search-controls .search-button.icon-search:before {
    position: absolute;
    top: 10px;
    left: 9px;
    transition: all 0.3s;
}
@media (min-width: 961px) {
    .style4 #header-controls-right {
        right:160px;
    }
    .header-search-controls .search-button {
        top: 23px;
        height: 43px;
        width: 43px;
        background: #B39A48;
        background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
    }
    .header-search-controls .search-button:hover {
        background-color: #cfb76f;
        background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
    }
    .header-search-controls .search-button:hover::before {
        transform: scale(1.1);
    }
}
@media (max-width: 320px) {
    .style4 #header-controls-right, .mobile-nav-controller-wrap {
        line-height: 55px!important;
        right: 50px!important;
    }
    .header-search-controls .search-button {
        top: 15px;
    }
}



/*mud on nav */
#header-inner-wrap {
    background-color: #fff!important;
    box-shadow: none!important;
}
#header-inner-wrap:after {
    content: '';
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    height: 30px;
    width: 100%;
    position: absolute;
    z-index:2;
    background-image: url(/wp-content/themes/oshin_child/assets/hero-mud-top.svg);
    /*background-image: url(/wp-content/themes/oshin_child/assets/nav-mud.svg);*/
    background-position: bottom center;
    bottom: -30px;
}
/*
@media (min-width: 961px) {
    #header-inner-wrap:after {
        background-size: 100% 100%;
    }
}
*/


/*mega menu*/
#mega-menu-wrap-main_nav {
    width: 100%;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 80px;
}
#mega-menu-wrap-main_nav .mega-menu-toggle {
    background-color: transparent;
}
@media (max-width: 960px) {
    .style1 .logo, .style4 .logo, #left-header-mobile .logo, .style3 .logo, .style7 .logo, .style10 .logo {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .style4 .logo {
        margin-left: 15px;
        padding: 10px 0;
        float: left;
    }
    #mega-menu-wrap-main_nav .mega-menu-toggle {
        position: absolute;
        top: -72px;
        right: 0;
        z-index: 1;
    }
    #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open {
        top: -102px;
    }
    #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav {
        background-color: #fff;
        margin-top: 30px;
        z-index: 3;
        /*border-bottom: 5px solid #B39A48;*/
        padding-bottom: 50px;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
    #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        padding: 0 0 15px 0;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link { 
        color: #1c1c1c;
        padding: 0 15px;
        border-bottom: 1px solid #DEDAD5;
        font-size: 18px;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: #fff;
        color: #1c1c1c;
        font-weight: 700;
        border-bottom: 1px solid #efefef;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        background-color: #efefef;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-post-parent > a.mega-menu-link {
        background-image: url(/wp-content/themes/oshin_child/assets/divider-gold.svg);
        background-size: 140px 5px;
        background-repeat: no-repeat;
        background-position: 0 36px;
        background-color: transparent;
        color: #1c1c1c;
        font-weight: 700;
        border-bottom: 1px solid #DEDAD5;
    }

    #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: '';
		background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-black.svg);
		background-repeat: no-repeat;
        background-position: right;
        height: 36px!important;
        width: 30px!important;
        position: absolute;
        background-size: contain!important;
        right: 0;
        transition: all 0.3s;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: '';
        transform: rotate(180deg);
    }
}
@media (min-width: 961px) {
    #mega-menu-wrap-main_nav {
        position: absolute;
        top: 30px;
        left: 0;
    }
    #mega-menu-wrap-main_nav {
        top: 25px;
        left: 220px;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        left: -220px;
        top: 65px;
    }

    li.mega-menu-row > ul.mega-sub-menu {
        max-width: 1160px!important;
        margin: 0 auto!important;
    }

    /*active states*/
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-menu-item-type-taxonomy.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-menu-item-type-taxonomy.mega-current-post-ancestor > a.mega-menu-link,
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        position: relative;
        background-image: url(/wp-content/themes/oshin_child/assets/divider-gold.svg);
        background-position: bottom;
        background-size: 100% 10px;
        background-repeat: no-repeat;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover {
        text-decoration: underline;
    }
}
@media (max-width: 320px) {
    #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav {
        margin-top: 15px;
        z-index: 3;
    }
    #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open {
        top: -87px;
    }
}

#mega-menu-wrap-main_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-main_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-main_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    border-radius: 0;
    background-color: #1c1c1c;
}


/*active states*/
ul.mega-sub-menu li.mega-current-menu-item a {
    text-decoration: underline!important;
}





/*donate*/
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.donate {
    position: relative;
    right: -10px;
    top: 20px;
    display: inline-block;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.donate a {
    background-color: #B39A48;
    transition: all .3s linear;
    padding: 15px 30px;
    color:#333;
    border-radius: 50px;
    height: auto;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
}
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current_page_item.donate a {
    background-color: #B39A48;
    font-weight: 700;
    color:#333;
    background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
    background-size: auto;
}


#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.donate a:hover {
    /* background-color: #cfb76f; */
    font-weight: 700;
    color:#333;
    background-image: linear-gradient(to left bottom, #faea85, #ecd97a, #dec96f, #cfb964, #c1a95a);
}

@media (min-width: 961px) {
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.donate {
        position: absolute;
        right: 250px;
        top: -3px;
    }
}


/*utility nav*/
#header-top-bar-right {
    float: right;
    padding: 10px 20px 0 20px;
}
#header-top-bar #topbar-menu li a {
    font-size: 14px;
    margin: 0 15px;
}
#header-top-bar #topbar-menu li a:hover, #header-top-bar #topbar-menu li a:focus {
    text-decoration: underline;
} 
#header-top-bar {
    display: none;
}

@media (min-width: 961px) {
    #header-top-bar {
        display: block;
    }
}

li.login a {
    background-image: url(/wp-content/themes/oshin_child/assets/login-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 5px 35px 5px 0;
}

.mobile-utility-menu {
    display: none;
}
#mega-menu-main_nav .mobile-utility-menu {
    display: block;
    clear: both;
    margin-top: 50px;
}
.mobile-utility-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.mobile-utility-menu ul li {
    margin:0 0 10px 0;
    padding:0;
}
.mobile-utility-menu ul li a {
    color: #1c1c1c;
    padding: 5px 15px;
    font-size: 14px;
}
.mobile-utility-menu ul li.login a {
    padding-right: 35px;
}
@media (min-width: 961px) {
    .mobile-utility-menu {
        display: none;
    }
    #mega-menu-main_nav .mobile-utility-menu {
        display: none;
    }
}