/*   
Theme Name: Dan Terry Lighting Design - Custom Theme
Theme URI: http://1348design.com
Description: A custom theme created for the DTLD website
Author: Jan Hacker @ 1348 Design
Author URI: http://1348design.com
Version: 1
*/

/***** Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** Global Styles *****/
body{
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 19px;
	background: #222222;
}
h1, h2, h3, h4, h5{
    font-family: 'Arvo', serif;
}
a{
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #222;
	transition: all 0.2s ease;
}
a:hover{
	color: #888;	
	border-bottom: 1px solid #888;
}
#spacer{
	position: fixed;
	height: 0;
	width: 1px;
	top: 0;
	left: 0;
	z-index: -1;
}

/***** Animation Keyframes *****/
@-webkit-keyframes fade-in{
	0% { opacity:0;}
	100% { opacity:1;}
}
@-moz-keyframes fade-in{
	0% { opacity:0;}
	100% { opacity:1;}
}
@keyframes fade-in{
	0% { opacity:0;}
	100% { opacity:1;}
}
@-webkit-keyframes light-01-fade{
	0% { opacity:0; top: -18.9%; left: -9.78%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 0%; width: 28.18%; height: 71.64%;}
}
@-moz-keyframes light-01-fade{
	0% { opacity:0; top: -18.9%; left: -9.78%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 0%; width: 28.18%; height: 71.64%;}
}
@keyframes light-01-fade{
	0% { opacity:0; top: -18.9%; left: -9.78%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 0%; width: 28.18%; height: 71.64%;}
}
@-webkit-keyframes light-02-fade{
	0% { opacity:0; top: 24.87%; left: 10.17%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 0%; left: 18%; width: 34.83%; height: 88.55%;}
}
@-moz-keyframes light-02-fade{
	0% { opacity:0; top: 24.87%; left: 10.17%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 0%; left: 18%; width: 34.83%; height: 88.55%;}
}
@keyframes light-02-fade{
	0% { opacity:0; top: 24.87%; left: 10.17%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 0%; left: 18%; width: 34.83%; height: 88.55%;}
}
@-webkit-keyframes light-03-fade{
	0% { opacity:0; top: -16.41%; left: 52.64%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 11.44%; left: 44.81%; width: 34.83%; height: 88.55%;}
}
@-moz-keyframes light-03-fade{
	0% { opacity:0; top: -16.41%; left: 52.64%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 11.44%; left: 44.81%; width: 34.83%; height: 88.55%;}
}
@keyframes light-03-fade{
	0% { opacity:0; top: -16.41%; left: 52.64%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 11.44%; left: 44.81%; width: 34.83%; height: 88.55%;}
}
@-webkit-keyframes light-04-fade{
	0% { opacity:0; top: 30.84%; left: 81.6%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 71.58%; width: 34.83%; height: 88.55%;}
}
@-moz-keyframes light-04-fade{
	0% { opacity:0; top: 30.84%; left: 81.6%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 71.58%; width: 34.83%; height: 88.55%;}
}
@keyframes light-04-fade{
	0% { opacity:0; top: 30.84%; left: 81.6%; width: 19.56%; height: 49.75%;}
	100% { opacity:0.92; top: 5.97%; left: 71.58%; width: 28.18%; height: 71.64%;}
}

/***** Header *****/
header{
	width: calc(25% - 80px);
	height: calc(100vh - 80px);
	position: fixed;
	left: 0;
	right: 0;
	color: #fdfdfd;
	padding: 40px;
	background: #222222;
}
header nav{
	padding: 40px 0;
	margin-right: -40px;
}
header ul{
	opacity: 0;
	-webkit-animation:fade-in ease 1;
	-moz-animation:fade-in ease 1;
	animation:fade-in ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2.5s;
	-moz-animation-duration:2.5s;
	animation-duration:2.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
header nav div#expand{
	display: none;
}
header nav ul li{
	border-bottom: 1px solid #fdfdfd;
}
header nav ul li:last-child{
	border-bottom: none;
}
header nav ul li a{
	display: block;
	color: #fdfdfd;
	text-decoration: none;
	padding: 18px;
	font-family: 'Arvo', serif;
	font-size: 16px;
	border-bottom: none;
}
header nav ul li a:hover,
header nav ul li a.active{
	background: #333;
	color: #fdfdfd;
	border-bottom: none;
}

/***** Animated Logo *****/
.logo-wrap{
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 39.37%;
	color: #222;
}
.logo-lights{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.light{
	position: absolute;
	display: block;
	background: #fff;
	opacity: 0;
	border-radius: 50%;
}
.light-01{
	-webkit-animation:light-01-fade ease 1;
	-moz-animation:light-01-fade ease 1;
	animation:light-01-fade ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	top: 5.97%;
	left: 0%;
	width: 28.18%;
	height: 71.64%;
}
.light-02{
	-webkit-animation:light-02-fade ease 1;
	-moz-animation:light-02-fade ease 1;
	animation:light-02-fade ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	top: 0%;
	left: 18%;
	width: 34.83%;
	height: 88.55%;
}
.light-03{
	-webkit-animation:light-03-fade ease 1;
	-moz-animation:light-03-fade ease 1;
	animation:light-03-fade ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
	top: 11.44%;
	left: 44.81%;
	width: 34.83%;
	height: 88.55%;
}
.light-04{
	-webkit-animation:light-04-fade ease 1;
	-moz-animation:light-04-fade ease 1;
	animation:light-04-fade ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
	top: 5.97%;
	left: 71.58%;
	width: 28.18%;
	height: 71.64%;
}
.logo-text{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}
.logo-wrap h1{
	font-size: 44px;
	font-size: 2.7vw;
	margin: 9.5% 0 0 0;
}
.logo-wrap h2{
	font-size: 23px;
	font-size: 1.4vw;
}

/***** Main Content *****/
main,
footer{
	color: #222222;
	background: #fdfdfd;
	width: 75%;
	margin-left: 25%;
}
main{
	opacity: 0;
	-webkit-animation:fade-in ease 1;
	-moz-animation:fade-in ease 1;
	animation:fade-in ease 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2.5s;
	-moz-animation-duration:2.5s;
	animation-duration:2.5s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
main section,
footer section{
	padding: 40px;
	max-width: 1000px;
}
main section:last-child{
	min-height: calc(100vh - 50px);
}
main section h3{
	font-size: 30px;
	border-bottom: 1px solid #222;
	padding: 0 0 20px 0;
}
main section h4{
	font-size: 22px;
	margin: 30px 0 0 0;
	line-height: 1.2;
}
main section p{
	line-height: 1.5;
	margin: 30px 0 0 0;
}

/***** Content: Slider *****/
.slider-wrap{
	background: #222;
	padding: 0;
	max-width: 100%;
}
.bxslider li > div{
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.bxslider div.slide-text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.bxslider div.slide-text:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.bxslider div.slide-text div{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 40px;
	color: #fff;
}
.bxslider div.slide-text.dark-text div{
	color: #222;
}
.bxslider div.slide-text.text-box div{
	background-color: rgba(34, 34, 34, 0.85);
}
.bxslider div.slide-text div p.slide-title{
	font-size: 80px;
	font-size: 5.6vw;
	margin: 0 0 40px 0;
	font-family: 'Arvo', serif;
}
.bxslider div.slide-text div p.slide-caption{
	font-size: 45px;
	font-size: 3vw;
	margin: 0;
}

/***** Content: Text *****/
.content-text-wrap{
	position: relative;
	width: 100%;
}
.content-text-wrap .size-circular-image{
	border-radius: 50%;
	width: 15%;
	height: auto;
	float: left;
	margin: 28px 30px 12px 0;
}
.content-text-wrap div{
	display: inline-block;
	vertical-align: top;
}
.content-text-wrap .featured-image{
	width: 25%;
	padding: 30px 0 0 0;
}
.content-text-wrap .featured-image img{
	width: 100%;
	height: auto;
	margin: 34px 0 0 0;
}
.content-text-wrap .featured-image + .text-area{
	width: 74%;
	padding: 30px 0 0 0;
}
.content-text-wrap .featured-image + .text-area h4,
.content-text-wrap .featured-image + .text-area p{
	margin-left: 40px;
}
.small-text{
	font-size: 17px;
}

/***** Content: Gallery *****/
.gallery{
	text-align: center;
	margin: 20px 0 0 0;
}
.gallery br{
	display: none;
}
.gallery .gallery-item{
	position: relative;
	display: inline-block;
	float: none !important;
	margin: 10px !important;
	width: 22% !important;
	vertical-align: top;
}
.gallery .gallery-item a,
.gallery .gallery-item a img{
	display: block;
	border: none !important;
	width: 100%;
	height: auto;
	margin: 0;
}
.gallery .gallery-item a:hover{
	opacity: 0.7;
}
.gallery .gallery-item .gallery-caption{
	color: #fff;
	line-height: 1.4;
	padding: 5px 5px 8px 5px;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 17px;
}

/***** Content: Credits *****/
ul.credits{
	padding: 40px;
}
ul.credits li{
	display: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px 0;
}
ul.credits li:last-child{
	border-bottom: none;
}
ul.credits li span{
	display: inline-block;
	width: 90%;
	vertical-align: top;
}
ul.credits.two-column li span,
ul.credits.three-column li span{
	width: 42%;
}
ul.credits.three-column li span:first-child{
	width: 15%;
}

/***** Content: PDF *****/
div.pdf-download{
	margin: 30px 0;
}
div.pdf-download a{
	padding: 8px 0;
	font-size: 18px;
	line-height: 2;
}
div.pdf-download a svg{
	padding: 0 8px 0 0;
}

/***** Content: Contact *****/
p.contact{
	font-size: 24px;
}
p.contact a{
	border-bottom: none;
	color: #222 !important;
	text-decoration: none !important;
}
p.contact svg{
	padding: 0 8px 0 0;
}
.wpcf7-form{
	margin: 40px 0 0 0;
}
.wpcf7-form .wpcf7-form-control{
	padding: 14px;
	margin: 12px 0;
    font-family: 'Lato', sans-serif;
	font-size: 17px;
	border: 1px solid #222;
	line-height: 1.5;
	width: 80%;
	max-width: 80%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea{
	width: 80%;	
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox{
	display: block;
	border: none;
	padding-left: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item{
	display: block;
	margin: 0 0 5px 20px;
}
.wpcf7-form .wpcf7-recaptcha{
	padding: 0 0 14px 0;
	border: none;
}
.wpcf7-form .wpcf7-recaptcha{
	position: relative;
	width: auto;
}
.wpcf7-form p{
	margin: 0 0 26px 0;
}
.g-recaptcha{
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.wpcf7-form .wpcf7-submit{
	cursor: pointer;
	transition: all 0.2s ease;
	background: #fff;
	color: #222;
	width: 302px;
}
.wpcf7-form .wpcf7-submit:hover{
	background: #222;
	color: #fff;
}
div.wpcf7 .ajax-loader{
    display: block !important;
    margin: 10px auto !important;
}
div.wpcf7-response-output{
	border: none !important;
	color: #111111 !important;
	margin: -20px 0 10px 0 !important;
}
.wpcf7-form .contact-terms,
.wpcf7-form .contact-terms a{
	font-size: 12px;
	color: #888;
}
.grecaptcha-badge{
	display: none !important;
}

/***** Footer *****/
header #footer-content{
	position: absolute;
	bottom: 0;
	padding:  0 40px 40px 0;
	color: #cfcfcf;
}
#footer-content{
	font-size: 12px;
	line-height: 1.5;
}
#footer-content li{
	padding: 0 0 6px 0;
}
#footer-content ul#social-links li{
	display: inline-block;
	width: 36px;
	font-size: 26px;
	padding: 0 0 10px 0;
}
#footer-content ul#social-links li a{
	border-bottom: none;
}
#footer-content a{
	color: #cfcfcf;
	border-bottom-color: #cfcfcf;
}
#footer-content a:hover{
	color: #fff;
	border-bottom-color: #fff;
}
footer{
	display: none;
	text-align: right;
	color: #222;
}
footer #footer-content a{
	color: #222;
}
footer #footer-content a:hover{
	color: #000;
}

/***** Error and other pages *****/
body.error404 header ul,
body.error404 header nav ul,
body.error404 main,
body.single header ul,
body.single header nav ul,
body.single main,
body.archive header ul,
body.archive header nav ul,
body.archive main{
	opacity: 1;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
body.error404 .light,
body.single .light,
body.archive .light{
	opacity: 0.92;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

@media only screen and (max-width: 1299px){
	
	/***** Header *****/
	header{
		width: calc(25% - 40px);
		height: calc(100vh - 40px);
		padding: 20px;
	}
	header nav{
		padding: 30px 0;
		margin-right: -20px;
	}
	header nav ul li a{
		padding: 14px;
		font-size: 15px;
	}
	header ul#footer-content{
		padding:  0 20px 20px 0;
	}

	/***** Main Content *****/
	main section,
	footer section{
		padding: 20px;
	}
	
	/***** Footer *****/
	ul#footer-content{
		font-size: 11px;
	}
}

@media only screen and (max-width: 1023px){
	
	/***** Global Styles *****/
	body{
		font-size: 17px;
	}
	
	/***** Header *****/
	header #footer-content{
		display: none;
	}
	
	/***** Footer *****/
	footer{
		display: block;
	}
}

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

	/***** Global Styles *****/
	#spacer{
		height: 120px;
	}
	
	/***** Header *****/
	header{
		width: calc(100% - 40px);
		height: 80px;
		top: 0;
		z-index: 2;
	}
	header nav{
		display: inline-block;
		position: relative;
		width: calc(100% - 224px);
		padding: 0;
		height: 44px;
		margin: 0 0 18px 20px;
	}
	header nav ul{
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	header nav ul li{
		display: table-cell;
		position: relative;
		border-bottom: none;
	}
	header nav ul li a{
		text-align: center;
		border-bottom: 1px solid #fdfdfd;
		width: 94%;
		padding: 14px 0;
	}
	.logo-wrap{
		width: 200px;
		padding-top: 80px;
		display: inline-block;
	}
	.logo-wrap h1{
		font-size: 26px;
	}
	.logo-wrap h2{
		font-size: 13px;
	}

	/***** Main Content *****/
	main{
		position: relative;
		opacity: 1;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
		margin-top: 120px;
		z-index: 1;
	}
	main, footer {
		width: 100%;
		margin-left: 0;
	}

	/***** Content: Slider *****/
	.bxslider li > div{
		width: 100%;
		height: calc(100vh - 120px);
		max-height: 500px;
	}
}

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

	/***** Global Styles *****/
	#spacer{
		height: 100px;
	}
	
	/***** Header *****/
	header{
		height: 60px;
	}
	header nav{
		width: calc(100% - 174px);
		height: 44px;
		margin: 0 0 8px 20px;
	}
	.logo-wrap{
		width: 150px;
		padding-top: 60px;
	}
	.logo-wrap h1{
		font-size: 20px;
	}
	.logo-wrap h2{
		font-size: 10px;
	}

	/***** Main Content *****/
	main{
		margin-top: 100px;
	}
	
	/***** Content: Text *****/
	.content-text-wrap .size-circular-image{
		width: 25%;
	}
	
	/***** Content: Slider *****/
	.bxslider li > div{
		width: 100%;
		height: calc(100vh - 120px);
		max-height: 500px;
	}

	/***** Content: Gallery *****/

	.gallery .gallery-item {
		margin: 16px !important;
		width: 40% !important;
	}

	/***** Content: Credits *****/
	ul.credits{
		padding: 30px 20px;
		font-size: 16px;
	}
	ul.credits.two-column li span{
    	width: 45%;
	}
	ul.credits.three-column li span{
		width: 40%;
	}
}

@media only screen and (max-width: 659px){
	
	/***** Header *****/
	header{
		padding: 15px 20px;
	}
	.logo-wrap{
		display: block;
		margin: 0 auto;
	}
	.light{
		opacity: 0.92;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	header nav ul li a,
	header nav div#expand{
		display: none;
		padding: 4px 10px;
	}
	header nav ul li a:hover,
	header nav div#expand:hover{
		cursor: pointer;
	}
	header nav ul{
		display: none;	
		margin: 0;
	}

	/***** Main Content *****/
	main{
		margin-top: 90px;
	}

	/***** Content: Slider *****/
	.bxslider li > div{
		max-height: 50vh;
	}
	.bxslider div.slide-text div p.slide-title{
		font-size: 18px;
		margin: 0 0 18px 0;
	}
	.bxslider div.slide-text div p.slide-caption{
		font-size: 15px;
	}
	
	/***** Content: Gallery *****/
	.gallery .gallery-item {
		margin: 6px !important;
		width: 45% !important;
	}
	
	/***** Content: Text *****/
	.content-text-wrap .featured-image,
	.content-text-wrap .featured-image + .text-area{
		width: 100%;
	}
	.content-text-wrap .featured-image + .text-area p{
		margin-left: 0;
	}
	.content-text-wrap .featured-image + .text-area h4{
		margin: 0;
	}

	/***** Content: Credits *****/
	ul.credits{
		padding: 30px 0;
	}
	ul.credits.one-column li,
	ul.credits.two-column li span,
	ul.credits.three-column li span{
    	width: 100% !important;
		line-height: 1.6;
	}
	
	/***** Content: Contact *****/
	.wpcf7-form .wpcf7-form-control,
	.wpcf7-form .wpcf7-form-control.wpcf7-textarea{
		width: 88%;
		max-width: 88%;
	}
}