/* Standard Drop Down */
.dd-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: -1.25em;
	padding: 11em 0 2.5em;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 0;
	opacity: 0;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
	display: block;
}

.touch .dd-nav {
	display: none;
}

.top-nav .blog .dd-nav, .top-nav .contact-us .dd-nav, .top-nav .gallery .dd-nav, .top-nav .testimonials .dd-nav, .top-nav .reviews .dd-nav {
	display: none;
}

.no-flexbox .dd-nav {
	display: none;
}

.desktop-nav > li:hover > .dd-nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.dd-nav:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: rgba(255,255,255,0.85);
	z-index: -1;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dd-nav .main {
}

.dd-nav .dd-close {
	display: none;
}

.dd-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dd-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
	padding: 0 1%;
	text-align: left;
}

.dd-nav ul li a {
	padding: 0.5em 0;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.dd-nav {
		background-color: #FFFFFF; /* $white */
	}

	.dd-nav:after {
		display: none;
	}
}
/* End Standard Drop Down */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.dd-nav {
		display: none;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
