/* header */

#header-space { 
    display:none;
}

body.material #header-secondary-outer
 {
    border: unset;
}

#header-secondary-outer {
    background-color: #161616;
}

body #header-outer, body[data-header-color="dark"] #header-outer {
    box-shadow: rgb(16 16 35) -1px 20px 100px -20px, rgb(17 17 17) -3px 19px 60px -30px, rgb(0 0 0 / 73%) -1px -4px 12px -2px inset !important;
}
/* header padding */
@media only screen and (max-width: 999px) {
    body #header-outer[data-full-width=true] header>.container, body #header-secondary-outer[data-full-width=true]>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
        padding: 14px !important;
    }
    #header-space {
    height: 63px !important;
}
}

/* mobile header height */
.headerImg {
    min-height:400px;
}


@media only screen and (min-width: 1199px) {
#header-outer[data-full-width=true] header>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    padding-left: 14%;
    box-shadow: rgb(0 0 0 / 8%) 0px 40px 16px -20px, rgb(0 0 0 / 30%) 15px 5px 53px -30px, inset rgb(0 0 0 / 16%) 2px -20px 53px -30px, inset rgb(0 0 0 / 14%) 0px -12px 14px -4px !important;
/* background-image: linear-gradient(
  360deg,
  #1e1f21 48%,
  rgb(28 29 31) 40%,
  rgb(42 43 46) 82%,
  rgb(58 59 62) 85%,
  rgb(36 37 39) 98%,
  rgb(44 45 47) 101%,
  rgb(8 9 10 / 62%) 99%
) !important; */

}
}


 @media only screen and (min-width: 1000px) {
    #header-outer.small-nav .logo-clone img, #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
        height: 43px;
        /* margin-top: -12px; */
    }

    #header-outer[data-full-width="true"] header > .container {
        padding: 8px 10%;
        /* padding: 10px 10% 3px 10%; */
    }
} 

#top .span_3 #logo .mobile-only-logo {
    margin-bottom: -10px;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    body #header-outer {
        padding: 0;
    }
}

/* secondary header */

#header-secondary-outer .container {
    background-color: #161616;
    background-image: linear-gradient(360deg, #1f0000 48%, rgb(30 0 0) 40%, rgb(45 0 0) 82%, rgb(60 0 0) 85%, rgb(39 0 0) 98%, rgb(45 1 1) 101%, rgb(2 1 1 / 62%) 99%) !important;
}

 #header-secondary-outer {
    border: unset;
}

body #header-secondary-outer .nectar-center-text {
    color: #eb130d;
}
/* header size */
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 45px;
}