/* BEGIN CUSTOM MENU STYLES */
#menu-wrapper, #menu-wrapper a {
    color: #252525;
}

#menu-wrapper, #menu-wrapper a:hover {
    color: #909090;
}

#menu-custom-main-menu {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center; 
    list-style: none;
}

.menu-sep {
    width: 100px;
}

.close-span {
    position: absolute;
    top: 0;
    display: block;
    width: 10px;
}

.close-left {
    width: 2000px;
}

.close-right {
    right: 0;
    width: 5px;
}

.slideup, .slidedown {
    max-height: 0;
    height: 356px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.slidedown {            
    max-height: 1000px;
}

.show {
    display: block;
}

#menu-custom-main-menu > li.menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: initial;
    /*position: relative;*/
}

#menu-custom-main-menu > li.menu-item > a {
    display: block;
    position: relative;
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

#menu-custom-main-menu > li.menu-item > ul.sub-menu {
    position: absolute;
    /*width: 62.5%;*/
    width: 100%;
    padding: 53px 0px;
    display: block;
}

.sub-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav-col {
    text-align: left;
    /*NEW*/margin-right: 2%;/*NEW*/
}

.col-sep {
    height: 250px;
    width: 0;
    margin: 0 0 0 5%;
    /*NEW*/display: none;/*NEW*/
}

.nav-col-item {
    text-transform: uppercase;
    list-style: none;
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 1.8px;
    font-weight: 600;
}

.menu-item-object-post {
    list-style: none;
    max-width: 198px;
}

.menu-item-object-post a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "essonnes-headline";
    text-align: left;
    line-height: 20px;
    letter-spacing: 1.2px;
    font-weight: 600;
    position: relative;
}

.menu-item-object-post a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-item-object-post:hover a img {
    opacity: 0.8;
}

.sub-menu-item-title {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 20px;
    right: 20px;
    padding: 10px;
    background: black;
    color: white;
    line-height: normal;
    text-align: left;
}

.sub-menu-item-title .sep {
    width: 20%;
    height: 1px;
    background: white;
    margin: 10px 0;
}

.menu-item-object-post:hover .sub-menu-item-title {
    display: block;
}

.menu-item a {
    font-family: 'futura-pt', sans-serif;
}

#header .sub-menu li a {
    /*width: 100%;
    height: 100%;
    display: block;
    color: white;*/
    display: block;
}

#header .sub-menu li a img {
    max-width: 198px;
    height: auto;
    vertical-align: top;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}

/*#header .sub-menu li a:hover img {
    -webkit-filter: grayscale(100%);
}*/

#header .sub-menu li a:hover, .gray-text a {
    /*text-decoration: none;*/
    color: #7b7b7b !important;
}


@media (max-width: 960px) {
    #menu-custom-main-menu > li.menu-item > ul.sub-menu {
        padding: 53px 2%;
    }    
}

@media (max-width: 768px) {
    #mobile-nav {
        display: block;
        background: black;
    }
    #nav-wrapper {
        background: transparent !important;
    }
    #menu-custom-main-menu > li.menu-item, .menu-item-type-post_type, .menu-item-type-post_type a {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    #menu-custom-main-menu > li.menu-item.menu-sep {
        display: none;
    }
    .menu-custom-main-menu-container {
        display: none;
        background: rgba(0, 0, 0, 0.9);
    }
}



/* END CUSTOM MENU STYLES */