/*----------------------------------------------------------------*/
/*  General Menu Styles
/*----------------------------------------------------------------*/
.wpmegamenu > ul {
    display: block;
    clear: both;
    font-size: 0;
}

.wpmegamenu > ul > li {
    display: inline-block;
    text-align: left;
    font-size: 13px;
}

.no-touch .wpmegamenu:not(#wpmegamenu-main) .root:hover .root-item .title {
    color: #4a7729;
}

.wpmegamenu > ul > li:last-child {
    margin-right: 0;
}

.wpmegamenu .root > li {
    overflow: hidden;
}

.wpmegamenu .root-item {
    float: left;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 0;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.wpmegamenu .icon {
    margin-right: 10px;
}

.wpmegamenu .description {
    display: block;
    clear: both;
    font-size: 11px;
    color: #84888f;
}

.wpmegamenu .menu-items, .header-submenu .submenu {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 60px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: auto;
    height: auto;
    border-bottom: 5px solid #4a7729;
    background: #fafafa;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.35);
    line-height: normal;
}

/* inline-block hack */
.wpmegamenu .menu-items ul {
    font-size: 0;
}

/* General Styles */
.wpmegamenu .menu-items li {
    font-size: 13px;
	position: relative;
}

.wpmegamenu .menu-items li .title {
    color: #939393 !important;
}

.wpmegamenu .menu-item > .title {
    padding: 7px 0;
}

.wpmegamenu .menu-items li .navigation {
	float: right;
	padding: 7px 0;
	font-size: 18px;
	color: black;
	margin-right: -13px;
}

.wpmegamenu .submenu > li .submenu > li {
    padding-left: 10px;
}

.wpmegamenu .submenu > li.no-title > .submenu > li {
    padding-left: 0;
}

.wpmegamenu .submenu .title {
    float: none;
}

/* Submenu styles */
.wpmegamenu .header-submenu .submenu {
    position: absolute;
    display: none;
    width: 200px;
    left: 100%;
    top: 0;
	margin-left: 15px;
	margin-top: -15px;
}

/* Divider */
.wpmegamenu .menu-item.divider {
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 15px 1%;
    width: 100%;
    border: none;
}

/* Custom Content */
.wpmegamenu .custom-content p {
    padding: 5px 0;
}

.wpmegamenu .custom-content ul {
    list-style-type: disc;
}

.wpmegamenu .custom-content ol {
    list-style-type: decimal;
}

.wpmegamenu .custom-content li {
    margin-left: 16px;
}

/* Products */
.wpmegamenu .product.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 20px !important;
}

.wpmegamenu .product .product-image {
    display: block;
}

.wpmegamenu .product.withimage .title {
    margin-top: 10px;
}

.wpmegamenu .depth-1.product .title {
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Manufacturers */
.wpmegamenu .manufacturer.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0 !important;
}

.wpmegamenu .manufacturer.withimage .title {
    margin-top: 10px;
}

.wpmegamenu .depth-1.manufacturer .title {
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

/* Suppliers */
.wpmegamenu .supplier.withimage {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 1px 0 !important;
}

.wpmegamenu .supplier.withimage .title {
    margin-top: 10px;
}

.wpmegamenu .depth-1.supplier .title {
    font-weight: normal;
    font-size: 13px;
    border: none;
    margin: 10px 0;
    padding: 0;
}

#header_menu {
    position: static;
}

/* Column System */
[class*="menucol-"] {
    float: left;
}

.menucol-1-1 {
    width: 98% !important;
}

.menucol-1-2 {
    width: 48% !important;
}

.menucol-1-3 {
    width: 31.33% !important;
}

.menucol-2-3 {
    width: 64.67% !important;
}

.menucol-1-4 {
    width: 23% !important;
}

.menucol-3-4 {
    width: 73% !important;
}

.menucol-1-5 {
    width: 18% !important;
}

.wpmegamenu .product.withimage.menucol-1-6 {
    padding: 1px 20px 3px 20px !important;
}

.wpmegamenu .product.withimage.menucol-1-6.first {
    padding: 1px 20px 3px 0 !important;
}

.wpmegamenu .product.withimage.menucol-1-6.last {
    padding: 1px 0 3px 20px !important;
}

.menucol-1-6 {
    width: 167px;
}

.menucol-1-6.first, .menucol-1-6.last {
    width: 147px;
}

.menucol-1-6 img {
    padding: 5px;
}

.menucol-1-10 {
    width: 8% !important;
}

/* Inline */
.wpmegamenu .inline ul {
    font-size: 0;
}

.wpmegamenu .inline li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 20%;
    vertical-align: top;
    font-size: 12px;
}

/* Text Alignment */
.wpmegamenu .text-center ul,
.wpmegamenu .text-center li {
    text-align: center;
}

.wpmegamenu .menu-item.no-title > .title {
    display: none;
}

.wpmegamenu .menu-item.no-description > .description {
    display: none;
}

/*----------------------------------------------------------------*/
/*  Mobile Menu Styles
/*----------------------------------------------------------------*/
#header_mobile_menu {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#header_mobile_menu .wpmegamenu > ul > li {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header_mobile_menu .mobile-menu-divider {
    border-bottom: 2px solid #8c9095 !important;
    margin-top: -1px !important;
}

#header_mobile_menu .wpmegamenu > ul > li:first-of-type {
    border-top: 1px dotted #d7dce2;
}

#header_mobile_menu .wpmegamenu .wpmegamenu-mobile-handle {
    display: block;
    float: right;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 25px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header_mobile_menu .wpmegamenu .menu-items .wpmegamenu-mobile-handle  {
    padding: 3px 20px;
    position: relative;
    float: right;
    top: -25px;
}

#header_mobile_menu .wpmegamenu .menu-items .wpicon-arrow-right {
	display: none;
}

#header_mobile_menu .wpmegamenu .menu-items {
    position: relative;
    top: 0;
    padding: 15px;
    margin: 0;
    z-index: auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.25);
}

#header_mobile_menu .wpmegamenu .description {
    white-space: nowrap;
}

#header_mobile_menu .wpmegamenu .header-submenu .submenu {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
	margin-left: 0;
	margin-top: 0;
}

/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

@media only screen and (min-width: 1023px) {
    .wpmegamenu .root {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    .no-touch .wpmegamenu .root .title {
        color: #fff;
    }

    #wpmegamenu-main .root {
        width: 25%;
        max-width: 200px;
        position: relative;
        background-size: 100% 100%;
    }

    #wpmegamenu-main .root .root-item-bg {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        background: url('../../img/menu-button-bg.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    #wpmegamenu-main .root:hover .root-item-bg {
        -webkit-filter: brightness(60%);
        -moz-filter: brightness(60%);
        -o-filter: brightness(60%);
        -ms-filter: brightness(60%);
        filter: brightness(60%);
    }

    #wpmegamenu-main .root .root-item {
        float: none;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    #wpmegamenu-main .root .root-item .title {
        font-family: "trumpgothicpro", "Open Sans", ​Arial, ​Helvetica, ​sans-serif;
        white-space: normal;
        text-align: center;
        font-size: 15px;
        line-height: normal;
        padding-top: 10px;
        height: 60px;
		letter-spacing: 2px;
    }

    #wpmegamenu-main .root .root-item .title span {
        font-size: 20px;
        display: inline-block;
        width: 100%;
        line-height: 1;
    }

    #wpmegamenu-submenu .root .root-item-bg {
        display: none;
    }

    .wpmegamenu .root:hover, .wpmegamenu .root:focus {
        outline: none;
    }

    .header-submenu .divider {
        display: block;
        float: left;
        border: none;
        color: #fff !important;
    }

    .header-submenu:last-child .divider {
        display: none;
    }

    .wpmegamenu .root.header-submenu:last-child {
        border-right: none;
    }

    .wpmegamenu .root.header-submenu a {
        outline: none;
    }

    .wpmegamenu .root.header-submenu a:hover, .wpmegamenu .root.header-submenu a:focus {
        color: #939393;
    }

    .wpmegamenu .root.header-submenu:hover, .wpmegamenu .root.header-submenu:focus {
        background-color: #353535;
    }

    .wpmegamenu .root-item {
        padding: 0 10px;
    }
}

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px) {

}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px) {

}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px) {

}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px) {

}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px) {
    .wpmegamenu .root-item {
        padding: 25px 10px;
    }
}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px) {

    #header_mobile_menu .wpmegamenu .menu-items > .menu-item {
        width: 98% !important;
        margin: 0 0 30px 0;
    }

    #header_mobile_menu .wpmegamenu .menu-item.divider {
        padding: 0 1%;
        margin: 0;
    }

    /* force to menucol-1-4 */
    .menucol-1-5 {
        width: 23% !important;
    }

    .wpmegamenu .product.withimage.menucol-1-6 {
        width: 22% !important;
        padding: 0 !important;
        margin: 0 1%
    }

    .wpmegamenu .product.withimage.menucol-1-6.first, .wpmegamenu .product.withimage.menucol-1-6.last {
        width: 22% !important;
        padding: 0 !important;
    }

    .menucol-1-10 {
        width: 23% !important;
    }

    .wpmegamenu .menu-items {
        width: 100%;
    }

}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px) {

}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px) {
    /* force to menucol-1-3 */
    .menucol-1-4 {
        width: 31.33% !important;
    }

    /* force to menucol-2-3 */
    .menucol-3-4 {
        width: 64.67% !important;
    }

    /* force to menucol-1-3 */
    .menucol-1-5 {
        width: 31.33% !important;
    }

    .menucol-1-6 {
        width: 31.33% !important;
    }

    .menucol-1-10 {
        width: 31.33% !important;
    }
}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px) {
    /* force to menucol-1-2 */
    .menucol-1-3 {
        width: 48% !important;
    }

    .menucol-2-3 {
        width: 48% !important;
    }

    .menucol-1-4 {
        width: 48% !important;
    }

    .menucol-3-4 {
        width: 48% !important;
    }

    .menucol-1-5 {
        width: 48% !important;
    }

    .menucol-1-6 {
        width: 48% !important;
    }

    .menucol-1-10 {
        width: 48% !important;
    }

}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px) {

}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px) {

}