
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.nav-primary {
    float: left;
    text-align: left;
}
.nav-secondary {
    padding-right: 5px;
}
.nav-primary .item {
	display: inline-block;
    /*height: 50px;
    margin: 0 30px 0 0;*/
}
.nav-primary .item.has-dropdown > a { margin-right: 45px; }
.nav-primary .item:last-child > a { margin-right: 0; }

.nav-primary .item:hover .dropdown-support {
    position: absolute;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .6s;
	 transform: scaleY(0);
	transform-origin: center bottom;
}
.nav-primary .item > a:hover + .dropdown-support {
    transition: none;
	transform: scaleY(1);
}

.nav-primary .item > a {
    display: block;
    position: relative;
    font-family: 'Brown-Regular', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 5px;
    vertical-align: middle;
    height: 50px;
    margin: 0 30px 0 0;
}
.nav-primary .item:hover > a,
.nav-primary .item.has-dropdown:hover > a:after { color: #84dde3; }

.nav-primary .item:hover > a {
	z-index: 100001;
}

.nav-primary .item.has-dropdown > a:after {
    position: absolute;
    top: 45%;
    left: 100%;
    z-index: 20002;
    transform: translateY(-50%);
    content: '\f107';
    width: 25px;
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
}
.nav-primary .item:last-child .nav-marker { width: 50px; }

.nav-primary .dropdown {
    background-color: #f6f3e5;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.4);
    display: none;
    min-height: 50px;
    padding: 40px 40px 40px 10px;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    z-index: 20001;
}
.nav-primary .dropdown .more-title{
    padding: 0 105px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.nav-primary .dropdown .more-title h3{
    color: #d67814;
    display: inline-block;
    background-color: #f6f3e5;
    padding-right: 20px;
    font-size: 20.39px;
}

.nav-primary .dropdown .more-title hr{
    color: #e9d9b0;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #e9d9b0; /* old IE */
    background-color: #e9d9b0; /* Modern Browsers */
    margin-top: -25px;
    padding: 0;
}

.nav-primary .dropdown .dropdown-items .dropdown {
    position: relative;
    top: 0;
    padding: 0 0 0 20px;
    box-shadow: 0 0 0px rgba(0,0,0,.6);
}
.nav-primary .dropdown .dropdown-items .dd-nav .drop-item.open > .dropdown { display: block; }

.nav-primary .item:hover > .dropdown,
.nav-primary .item:hover > .nav-marker { display: block; }

.nav-primary .dropdown .dropdown-items {
    margin: 0 auto;
    width: 100%;
    padding: 0 150px;
    text-align: center;
}
.nav-primary .dropdown .more-items{
    padding: 0 150px;
}

.nav-primary .dropdown .dd-nav,
.nav-primary .dropdown .dd-widgets {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 30px;
}

.nav-primary .dropdown .dd-nav {
    margin-right: 0;
    width: 100%;
}
.nav-primary .dropdown .dd-nav.mini {
    margin-right: 30px;
    width: 30%
}

.nav-primary .dropdown .dd-widgets {
	width: 65%;
	margin-right: 0;
}
/*.nav-primary .dropdown .dd-widgets > div {
	float: left;
	width: 45%;
	margin-right: 30px;
	box-sizing: border-box;
}*/

.nav-primary .dropdown .dropdown-items .row { max-width: none; }

.nav-primary .dropdown .dropdown-items div:not(.row):last-child,
.nav-primary .dropdown .dropdown-items .dd-widgets > div:last-child {
    margin-right: 0;
}
.nav-primary .dropdown .drop-item {
    position: relative;
    display: block;
    list-style: outside none none;
    margin-bottom: 0px;
    margin-right: 0;
    
    text-align: left;
    /*width: 100%;*/
}

.nav-primary .dropdown .dropdown-items .drop-item {
  /*  border-bottom: 1px solid #e9d9b0;*/
}

.nav-primary .dropdown .dd-nav.mini .drop-item { width: 100%; }

.nav-primary .dropdown .dropdown-items .drop-item .dropdown .drop-item{ border-bottom: 0 none; }

.nav-primary .dropdown .drop-item a,
.nav-primary .dropdown .more-items a {
	color: #6f6f6a;
    display: block;
    font-family: 'Brown-Regular', Arial, sans-serif;
    font-size: 16.5px;
    font-weight: normal;
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    text-transform: none;
    width: auto;
    vertical-align: middle;
    border-bottom: 1px solid #e9d9b0;
    max-width: 375px;
}

.nav-primary .dropdown .more-items .drop-item a{
    font-size: 12.5px;
    line-height: 20px;
    border: none;
    padding: 0;
}

.subnav-toggle {
    backface-visibility: hidden;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 3px;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 2;
}
.nav-primary .dropdown .drop-item .subnav-toggle:after,
.nav-primary .dropdown .more-items .subnav-toggle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20002;
    content: '\f067';
    width: 35px;
    height: 35px;
    font-family: "FontAwesome";
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 35px;
    color: #b3a581;
    text-align: center;
    vertical-align: middle;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-primary .dropdown .drop-item:hover {}
.nav-primary .dropdown .drop-item:hover a { color: #b3a581; }
.nav-primary .dropdown .drop-item.open > .subnav-toggle:after { content: "\f068" }

.nav-primary .dropdown .dropdown-items .drop-item .dropdown .drop-item {
    padding: 3px 0;
    margin-bottom: 0;
}
.nav-primary .dropdown .dropdown-items .drop-item .dropdown .drop-item a {
    font-size: 13px;
    color: #b3a581;
    margin-bottom: 0;
}

.nav-primary .dropdown .dropdown-items .drop-item .dropdown .drop-item .subnav-toggle,
.nav-primary .dropdown .dropdown-items .drop-item .dropdown .drop-item .subnav-toggle::after {
    height: 25px;
    line-height: 25px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Top Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.nav-secondary .item,
.nav-secondary .item > a {
    display: inline-block;
    font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1;
    width: auto;
    color: #a6a6a6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    height: 48px;
    line-height: 48px;
}
.nav-secondary .item > a:hover { color: #84dde3; }

.nav-secondary .pipe {
    display: inline-block;
    color: #888;
    font-size: 16px;
    margin: 0 5px 0 9px;
}
.nav-secondary .item:last-child .pipe { display: none; }

/*
|-----------------------------------------------------------------------------------------------------------
| Interior Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.interior-nav {
    background-color: #f6f3e5;
    transition: all 0.5s;
    text-align: center;
    padding-right: 1em;
}
.interior-nav ul {
    display: inline-block;
    margin: 20px 0;
    padding: 0;
}
.interior-nav li {
    display: inline;
}

.interior-nav li a::before {
    content: ' ';
}
.interior-nav li a::after {
    content: ' ';
    white-space: normal;
    word-spacing: 10px;
    background-image: linear-gradient(180deg, #cdb884, #cdb884);
    background-size: 2px 15px;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.5;
}

.interior-nav li a {
    white-space: nowrap;
    display: inline;
    padding: 8px;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 500ms;
    font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #313131;
    letter-spacing: 0.06em;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.footer-nav-cont {
    float: left;
	display: block;
    width: 30%;
	margin-bottom: 0px;
	text-align: center;
}
.footer-nav-cont ul { margin: 0; }
.footer-nav-cont ul li {
    width: 100%;
    padding: 5px 0px 4px;
    margin: 0 0 1px;
    vertical-align: middle;
    text-align: left;
    list-style: none;
}
.footer-nav-cont .item > a {
	font-family: 'Brown-Bold', Arial, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-nav-cont .item > a:hover { color: #84dde3; }


/*** mobile nav ***/

.mobilenav {
	background-color: transparent;
    position: absolute;
	padding: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 99;
}
.mobilenav.active {
	height: 100vh;
    z-index: 20002;
}

.header-section .hamburger {
    position: relative;
    top: 0;
    left: 0;
    background-color: #edb96f;
    display: block;
    height: 60px;
    width: 55px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #1a1a1a;
}
.header-section .mobilenav .hamburger .fa {
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}
.header-section .hamburger span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
}
.header-section .mobilenav .hamburger .fa-times { font-size: 17px; }
.header-section .mobilenav .hamburger.active .fa-navicon,
.header-section .mobilenav .hamburger .fa-times {display: none;}
.header-section .mobilenav .hamburger .fa-navicon,
.header-section .mobilenav .hamburger.active .fa-times{ display: block;	}

.header-section .mobilenav .menu-text {
    position: relative;
    font-family: 'Knockout';
    font-size: 42px;
    color: #313131;
    margin-left: 25px;
    margin-top: 30px;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header-section .mobilenav .menu-text:after {
    background-color: #e7e5d7;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 70%;
}

.header-section .mobilenav .mobile-dd {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fff;
    border: 1px solid #e0d7c1;
    opacity: 0;
    padding-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 225ms ease-in-out;
       -moz-transition: opacity 225ms ease-in-out;
         -o-transition: opacity 225ms ease-in-out;
            transition: opacity 225ms ease-in-out;
}

.header-section .mobilenav .mobile-dd.active {
    display: block;
    opacity: 1;
    overflow-y: visible;
    height: auto;
}

.header-section .mobilenav ul.nav-list {
    position: relative;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100vh - 182px);
}
.header-section .mobilenav ul.nav-list.no-secondary .item-middle { display: none; }

.header-section .mobilenav ul.nav-list li {
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 100%;
    line-height: 1;
}

.header-section .mobilenav ul.nav-list li.mobile-item { margin: 0 15px; }

.header-section .mobilenav ul.nav-list li.item-main { border-bottom: 1px solid #f3e9ce; }
.header-section .mobilenav ul.nav-list li.item-main.selected a { border-bottom: 1px solid #fff; }

.header-section .mobilenav ul.nav-list li.item-main > a,
.header-section .mobilenav ul.nav-list li.item-main ul li > a {
	display: inline-block;
    width: 100%;
    font-family: 'Brown-Regular', Arial, Helvetica;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 10px 6px 25px;
}
.header-section .mobilenav ul.nav-list li.item-main ul li > a {
    font-family: 'Freight Display W01 Bold', Times, serif;
    font-size: 15px;
    text-transform: none;
    padding-left: 40px;
}

.header-section .mobilenav ul.nav-list li.item-main.selected > a,
.header-section .mobilenav ul.nav-list li.item-middle.selected > a { background-color: #e9d9b0; }

.header-section .mobilenav ul.nav-list li.item-main ul li { background-color: #f3e9ce }
.header-section .mobilenav ul.nav-list li.item-main ul li ul li { background-color: #f8f1e0 }

.header-section .mobilenav ul.nav-list li.item-main ul li ul li > a { padding-left: 60px; }
.header-section .mobilenav ul.nav-list li.item-main ul li ul li ul li > a { padding-left: 80px; }


/* Add arrow to parent items with children*/
.header-section .mobilenav ul.nav-list li .arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 40px;
    height: 35px;
    font-size: 15px;
    color: #b3a581;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
}

.header-section .mobilenav ul.nav-list li.item-middle .arrow{
    color: #0e88a6;
}

.header-section .mobilenav ul.nav-list li.has-submenu .arrow {
    display: inline-block;
}
.header-section .mobilenav ul.nav-list li .fa {
    height: 100%;
    line-height: 35px;
     width: 40px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.header-section .mobilenav ul.nav-list li .arrow > .fa-plus,
.header-section .mobilenav ul.nav-list li .arrow.active > .fa-minus {
    display: block;
}
.header-section .mobilenav ul.nav-list li .arrow > .fa-minus,
.header-section .mobilenav ul.nav-list li .arrow.active > .fa-plus {
    display: none;
}

.header-section .mobilenav .mobile-children {
    height: auto;
    margin-left: 0px;
}

/* Industry Mobile Nav */

.header-section .mobilenav ul.nav-list li.item-middle {
    border-bottom: 1px solid #f3e9ce;
}

.header-section .mobilenav ul.nav-list li.item-middle > a,
.header-section .mobilenav ul.nav-list li.item-middle ul li > a {
    display: inline-block;
    width: 100%;
    font-family: 'Freight Display W01 Bold', Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #0e88a6;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 10px 6px 25px;
}
.header-section .mobilenav ul.nav-list li.item-middle ul li a {
    font-size: 15px;
    text-transform: none;
    padding-left: 40px;
}

/* Misc */

.header-section .mobilenav ul.nav-list li ul li > a { text-transform: none; }

.header-section .mobilenav ul.nav-list li.has-submenu > ul { display: none; }
.header-section .mobilenav ul.nav-list li.has-submenu.active > ul { display: block; }
.header-section .mobilenav ul.nav-list li.has-submenu ul li:last-child { border: 0 none; }

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/

/*** Mobile ***/
@media only screen and (max-width: 40em) {
    .header-section .mobilenav .mobile-dd { right: 0; }

    .header-section .mobilenav .menu-text {  margin-bottom: 10px; }

    .footer-nav-cont {
        width: 100%;
        margin-bottom: 25px;
    }
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
	.header-section .mobilenav { max-width: 385px; }
    .header-section .mobilenav .hamburger {
        width: 57px;
        height: 78px;
    }
    .header-section .mobilenav .hamburger .fa {
        height: 78px;
        line-height: 78px;
    }
}

/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	.footer-nav-cont { display: inline-block; }
}

/* ============= COOLINARY HEADER ============== */
.header-coolinary nav {
	height: 100px;
	display: flex;
	align-items: center;
	padding-left: 390px;
	padding-right: 15px;
}

.header-coolinary nav .item a {
	font-size: 20px;
	height: initial;
	margin-right: 38px;
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
	.header-coolinary nav { padding-left: 350px; }

	.header-coolinary nav .item a { margin-right: 30px; }
}
/* ============================================ */