/*
 Theme Name:     Zulu - New Dawn V01
 Theme URI:      https://zuluinternationalinc.com/
 Description:    New Dawn Theme
 Author:         Elegant Themes / Ryan Oton
 Author URI:     https://zuluinternationalinc.com/
 Template:       Divi
 Version:        2608
*/

/* Navigation */
.main-navigation {
	position:relative;
	float: none;
	clear:both;
	display:block;
	top: 50%;
	width:80%;
	margin: auto;
	transform: translateY(-50%);
	z-index:999;
}
.main-navigation ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.main-navigation li {
	display: inline-block;
	width:100%;
	margin:0.67em auto;
	padding: 0;
	text-align: center;
	transition:all ease-in-out .5s;
}
.main-navigation a {
	display: inline-block;
	position: relative;
	font-family: "Runway";
	font-size: 1.3em;
	line-height: 1em;
	text-decoration:none;
	color: #fff0c8;
	transition:all 0.5s ease-in-out;
}
.main-navigation a:hover {
	color:#ffbf00;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color:#ff4210;
}
#navigation .menu-toggle {
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	width: 32px;
	height: 32px;
	margin:auto;
	padding: 0px;
	background: #fff;
	border:none;
	border-radius: 50%;
	pointer-events: none;
}
#navigation .menu-toggle span {
	position:absolute;
	top:50%;
	left:20%;
	width:60%;
	height:2px;
	background: #000;
	pointer-events: none;
}

/* Interface */
.desktop {
	display: none;
	opacity:0;
	visibility:hidden;
}
.mobile {
	opacity:1;
	visibility:visible;
}
#branding.new-dawn {
	position:fixed;
	top:0px;
	left:calc(50% - 50px);
	clear:both;
	width:100px;
	margin:auto;
	padding:0px;
	text-align:left;
	z-index:300;
	opacity:0;
}
#navigation.new-dawn {
	position:fixed;
	top:20px;
	left:20px;
	width:32px;
	height:32px;
	padding:0px 0px;
	border-radius: 50%;
	z-index:200;
	cursor:pointer;
}
#primary-navigation.new-dawn {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
	overflow-x:hidden;
	z-index:75;
}
#social.new-dawn {
	position:fixed;
	top:20px;
	right:18px;
	width:76px;
	z-index:110;
}
#social a, #social a svg {
	display:block;
	position:relative;
	float: left;
	margin:auto;
}
#social a {
	margin: auto 3px;
	padding: 9px;
	background: #fff;
	border-radius: 50%;
}
#social a svg {
	width:14px;
	height:14px;
	fill:#000;
}
#global-footer.new-dawn.site-footer {
	position:fixed;
	left: 15%;
	bottom:24px;
	width:70%;
	font-size:.75em;
	line-height:.75em;
	z-index:120;
}
#global-footer.new-dawn .site-credits {
	width:100%;
	padding:0px;
	text-align:center;
	color:#fff;
}
#global-footer.new-dawn a {
	color:#fff;
	transition:all 0.5s ease-in-out;
}
#global-footer.new-dawn a:hover {
	color:#ff4210;
	transition:all 0.5s ease-in-out;
}

#site-frame.new-dawn, #frame-top-left.new-dawn, #frame-top-right.new-dawn, #frame-bottom-left.new-dawn, #frame-bottom-right.new-dawn, #inner-border.new-dawn {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}
#site-frame.new-dawn {
	background: none;
}
#frame-top-left.new-dawn, #frame-top-right.new-dawn, #frame-bottom-left.new-dawn, #frame-bottom-right.new-dawn {
	top: 0px;
	left: 0px;
	width: 50%;
	height: 50%;
	background: url("images/zulu-new-dawn-frame-tr.png") no-repeat top right;
	background-size: cover;
}
#frame-top-left.new-dawn {
	transform: scaleX(-1);
}
#frame-top-right.new-dawn {
	left: 50%;
}
#frame-bottom-left.new-dawn {
	top: auto;
	bottom: 0px;
	background: url("images/zulu-new-dawn-frame-br.png") no-repeat bottom right;
	background-size: cover;
	transform: scaleX(-1);
}
#frame-bottom-right.new-dawn {
	top: auto;
	bottom: 0px;
	left: 50%;
	background: url("images/zulu-new-dawn-frame-br.png") no-repeat bottom right;
	background-size: cover;
}
#inner-border.new-dawn {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
#particles.new-dawn {
	display:block;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	margin:auto;
	z-index:75;
	mix-blend-mode:screen;
	transform:translate3d(0,0,0);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	pointer-events: none;
}
#bg-video {
	position: fixed;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	mix-blend-mode: screen;
	z-index: 90;
}
.container-3d-min {
	perspective: 750px;
}
.container-3d-mid {
	perspective: 500px;
}
.container-3d-max {
	perspective: 150px;
}

/* #Cover */
#preloader.new-dawn {
    display:block;
    position:fixed;
    top:0%;
    left:0%;
    width:100%;
	height: 100%;
    font-size:1.5em;
    font-weight:300;
    line-height:1em;
    text-align:center;
    color:#fff;
    z-index:3500;
    pointer-events:none;
    overflow:visible;
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
    transform-style:preserve-3d;
}
#covers.new-dawn {
    display:block;
    position:fixed;
    top:0%; left:0%; bottom:0%;
    width:100%;
    height:100%;
    z-index:2500;
    pointer-events:none;
    overflow:hidden;
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
    transform-style:preserve-3d;
}

#preloader-logo {
    display:block;
	position:relative;
	top:50%;
    width:128px;
    height:auto;
    margin:-64px auto auto;
}
#preloader-logo img {
    display:block;
    width:100%;
    height:auto;
    opacity:0;
}

.no-events {
	pointer-events:none;
}

@media only screen and (min-width:960px) {
	.desktop {
		display: block;
		opacity:1;
		visibility:visible;
	}
	.mobile {
		display: none;
		opacity:0;
		visibility:hidden;
	}
	#branding.new-dawn {
		position:fixed;
		top:28px;
		left:32px;
		left: calc(50% - 80px);
		width: 160px;
	}
	#navigation.new-dawn {
		top:37px;
		left: auto;
		right:32px;
		width:72px;
		height:72px;
		padding:0px;
		background:none;
		box-shadow: none;
	}
	#navigation.new-dawn .menu-toggle {
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
	}
	#primary-navigation.new-dawn li {
		position: relative;
		float: left;
		margin: 0.67em auto;
	}
	.main-navigation {
		width: 100%;
		max-width: 1080px;
	}
	.main-navigation a {
		font-size: 3.5em;
	}
	#social.new-dawn {
		position:fixed;
		top:52px;
		bottom: auto;
		left:auto;
		right:88px;
		width:96px;
		padding:0;
	}
	#social a {
		padding: 12px;
		transition:all 0.5s;
	}
	#social a svg {
		width:16px;
		height:16px;
		transition:all 0.5s;
	}
	#social a:hover {
		background: #ff4210;
	}
	#social a:hover svg {
		fill:#fff;
		transition:all 1s;
	}
	#preloader-logo {
    	width:256px;
    	margin:-128px auto auto;
	}
	#global-footer.new-dawn.site-footer {
		position:fixed;
		left:calc(50% - 240px);
		bottom:24px;
		width:480px;
		height:auto;
		margin:auto;
		font-size: 0.75em;
		text-transform: uppercase;
		background:none;
		border:none;
	}
	#global-footer .site-credits {
		width:100%;
		padding:0em;
		text-align:center;
	}
}
@media only screen and (min-width:1360px) {
	.main-navigation a {
		font-size: clamp(3em, 5vw, 5em);
	}
}
@media only screen and (min-width:1080px) {
	.logged-in #branding, .logged-in #social, .logged-in #navigation {
		margin-top: 32px;
	}
	.logged-in #frame-top, .logged-in #frame-top-left, .logged-in #frame-top-right {
		top: 32px;
	}
	.logged-in #inner-border {
		top: 52px;
	}
}