.toggleMenu {
    display:  none;
    padding: 0;
}
.nav {
	width: 100%;
	border-right: none;
	border-bottom:1px solid rgba(20, 20, 35, .15);
}
.nav ul {
    list-style: none;
     *zoom: 1;
}
.nav ul:before,
.nav ul:after {
    content: " ";
    display: table;
}
.nav ul:after {
    clear: both;
}
.nav ul ul {
    list-style: none;
    width: 9em;
}
.nav ul a {
    padding: 10px 15px;
    color:#fff;
}
.nav ul li {
    position: relative;
}
.nav > ul > li {
    box-sizing: border-box;
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid rgba(20, 20, 35, .15);
}
	#header_nav_editorial > .nav > ul > li {
	float: right;
	}

	#header_nav_editorial > .nav ul li:nth-child(1),
	#header_nav_editorial > .nav ul li:nth-child(2),
	.collapse_header > #header_nav_editorial > .nav ul li:nth-child(2),
	.collapse_header > #header_nav_editorial > .nav ul li:nth-child(2) {
	border-right: none;
	}

		#header_nav_editorial > .nav ul li:nth-child(1),
		.collapse_header > #header_nav_editorial > .nav ul li:nth-child(1) {
			background-image:none;
		}

.nav > ul > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > ul > li > a {
    display: block;
}
.nav ul li  ul {
    position: absolute;
    left: -9999px;
}
.nav > ul > li.hover > ul {
    left: 0;
}
.nav ul li li.hover ul {
    left: 100%;
    top: 0;
}
.nav ul li a {
	color: rgba(20, 20, 35, 1);
	cursor: pointer;
    display: block;
    padding: 22px 0;
    text-decoration: none;
    text-transform: capitalize;
}
.nav ul li a:not(#more_menu):hover,
.nav ul > li.hover > a:not(#more_menu) {
    background:rgba(20,20,35,1);
    color:rgba(252,67,73,1);
}



/*---- START HAMBURGER MENU CSS ----*/
.hamburger {
	display: none;
    float: left;
    padding: 0 22px;
	position: relative;
    overflow: hidden;
}
.hamburger_menu {
    cursor: pointer;
    display: block;
	float: left;
    height: 74px;
    width: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger_nav.active {
	background-color: rgba(20, 20, 35, 1);
}
.collapse_header > .hamburger.active {
	background-color: rgba(20, 20, 35, 1);
}
.top, .middle, .bottom {
	background-color: rgba(20, 20, 35, 1);
	height: 2px;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	-ms-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-webkit-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-moz-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-o-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	width: 16px;
}
.top.active, .bottom.active {
	background-color: #fff;
	top: 35px;
}
.top {
	top: 29px;
}
.top.active {
	position: relative;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	-moz-transform: rotate(45deg); /* Mozila FF */
	-o-transform: rotate(45deg); /* Opera */
	transform: rotate(45deg);
}
.middle {
	top: 35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.middle.active {
	background-color: #fff;
	opacity: 0;
}
.bottom {
	top: 41px;
}
.bottom.active {
position: relative;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
-moz-transform: rotate(-45deg); /* Mozila FF */
-o-transform: rotate(-45deg); /* Opera */
transform: rotate(-45deg);
top: 33px;
}

/*---- END HAMBURGER MENU CSS ----*/

.hamburger_items {
	background-color: rgba(20, 20, 35, 1);
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed !important;
	top: 0 !important;
	width: 100%;
}

.hamburger_items.active {
	display: block;
}

.hamburger_items .toggle-nav-wrap,
.hamburger_items .toggle-nav .colossal-toggle-menu {
	display: flex;
	flex-direction: column;
}

.hamburger_items .toggle-nav .colossal-toggle-menu,
.hamburger_items .toggle-nav-wrap {
	height: 100%;
}

.hamburger_items .toggle-nav-wrap {
	margin-top: calc( 12% - 12px );
}

.hamburger_items .toggle-nav .menu-item,
.hamburger_items .toggle-nav .menu-item a {
	line-height: 1.2;
}

.hamburger_items .toggle-nav .menu-item {
	margin-bottom: 6px;
}

.hamburger_items .toggle-nav .menu-item a {
	color: rgb(252,67,73);
	font-size: 24px;
	font-weight: 400;
	padding: 12px 8%;
}

.hamburger_items .toggle-nav .menu-item-secondary {
	margin-top: 30px;
}

.hamburger_items .toggle-nav .menu-item-secondary ~ .menu-item-secondary {
	margin-top: 0;
}

.hamburger_items .toggle-nav .menu-item-secondary a {
	color: rgba(255,255,255,.5);
	font-size: 22px;
}

.hamburger_items .social {
	padding: calc( 8% - 10px );
}

.hamburger_items .social .social_media_twitter,
.hamburger_items .social .social_media_facebook,
.hamburger_items .social .social_media_instagram,
.hamburger_items .social .social_media_pinterest,
.hamburger_items .social .social_media_tumblr,
.hamburger_items .social .social_media_rss,
.hamburger_items .social .social_media_applenews,
.hamburger_items .social .social_media_newsletter {
	background-color: rgba(255,255,255,.3);
	background-image: url(../images/social_media_icons_black_v2.png);
}

@media only screen and (max-width: 610px) {

	.hamburger.active {
		margin-top: 9px !important;
		right: 6% !important;
		position: fixed;
	}
}

@media only screen and (min-width: 610px) {

	.hamburger_items {
		height: auto;
		top: unset !important;
	}

	.hamburger_items .toggle-nav-wrap,
	.hamburger_items .toggle-nav .colossal-toggle-menu {
		align-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.hamburger_items .toggle-nav-wrap {
		height: auto;
		margin-top: 0;
	}

	.hamburger_items .toggle-nav,
	.hamburger_items .social {
		margin: 8px;
	}

	.hamburger_items .social {
		padding: 12px 6px;
	}

	.hamburger_items .toggle-nav .menu-item a {
		color: rgba(255,255,255,.5);
		font-size: 16px;
		padding: 6px 12px;
	}

	.hamburger_items .toggle-nav .menu-item a:hover {
		color: rgb(252,67,73);
	}

	.hamburger_items .toggle-nav .menu-item,
	.hamburger_items .toggle-nav .menu-item-secondary,
	.hamburger_items .toggle-nav .menu-item-secondary ~ .menu-item-secondary {
		flex: 0 1 20%;
		margin: 6px 0;
	}
}

@media only screen and (min-width: 1140px) {

	.hamburger_items {
		top: 74px !important;
	}
}

@media only screen and (min-width: 1280px) {

	.hamburger_items .toggle-nav-wrap,
	.hamburger_items .toggle-nav .colossal-toggle-menu {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.hamburger_items .toggle-nav,
	.hamburger_items .social {
		margin: auto 0;
		padding: 12px 6px;
	}

	.hamburger_items .toggle-nav .menu-item,
	.hamburger_items .toggle-nav .menu-item-secondary,
	.hamburger_items .toggle-nav .menu-item-secondary ~ .menu-item-secondary {
		flex: auto;
	}
}
