.basic_nav.loading {
    display: none;
}

.basic_nav nav > ul > li {
    position: relative;
    list-style: none;
}

.push {
    margin-left: auto;
}

.basic_nav nav > ul li a {
    transition: 0.2s;
    display: block;
    font-size: 18px;
    padding: 10px;
}

.basic_nav nav > ul > li.menu-item-has-children > a:after {
    position: relative;
    content: '\33';
    font-family: 'ETModules';
    margin-left: 3px;
    line-height: 1;
}

.basic_nav nav > ul > li ul.sub-menu {
    position: absolute;
    flex-direction: column;
    width: 250px;
    left: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.basic_nav nav > ul > li > ul li {
    display: block;
    position: relative;
}

.basic_nav nav > ul > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.basic_nav {
    font-size: 16px;
    align-content: center;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.basic_nav .header-wrapper .site-branding .site-logo img {
    height: 45px;
    display: block;
    width: auto;
}

.basic_nav .header-wrapper nav ul {
    padding: 0;
    display: flex;
}

.basic_nav .header-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.basic_nav .header-wrapper .site-branding {
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
}

.basic_nav .header-wrapper .site-branding .site-logo img {
    transition: all 0.3s ease;
    max-width: inherit;
    margin: 0 20px 0 40px;
}

.header-sticky-scroll .basic_nav .header-wrapper .site-branding .site-logo a {
    display: none;
}

.basic_nav .header-wrapper .site-branding .site-logo .sticky-header-logo {
    display: none;
}

.header-sticky-scroll .basic_nav .header-wrapper .site-branding .site-logo .sticky-header-logo {
    display: block;
}

.basic_nav .header-wrapper .site-branding .site-title {
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0;
    line-height: 1em;
    transition: all 0.3s ease;
}

.basic_nav .header-wrapper .site-branding .site-title:hover {
    opacity: 0.5;
}

.basic_nav .header-wrapper .site-branding .site-title a {
    font-size: 28px;
    text-transform: lowercase;
    font-weight: bold;
    line-height: 28px;
    margin: 0 20px 0 40px;
}

.basic_nav .header-wrapper .nav {
    opacity: 0;
    animation: global_fadein 1.5s forwards;
    animation-delay: .5s;
}

.ie9 .basic_nav .header-wrapper .nav {
    opacity: 1;
}

.flex_centerer {
    width: 100px;
}

/* Stick Theme Builder Header to top of page */
.stuck_top {
    position: fixed;
    top: 0;
    width: 100%;
}

.admin-bar .stuck_top {
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 99;
}

header.et-l.et-l--header {
    z-index: 9999;
    position: relative;
}

/*Mega Grid*/
li.mega_grid {
    position: unset !important;
}

li.mega_grid ul.sub-menu {
    padding: 30px 20px !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sub-menu-overflow:before {
    margin-top: 0 !important;
}
