/*
Theme Name: Architects
Theme URI: http://www.architectsofficial.com
Description: Architects
Author: TenB
Author URI: http://www.TenB.co/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/

	* {
		margin:0;
		padding:0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		font-family: 'Architects';
		font-weight: normal;
		font-style: normal;
		background:#130f0e;
		color:#FFFFFF;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	html, body {
		height: 100%;
	}

	h1 {
		font-size:40px;
		line-height: 40px;
		color:#FFFFFF;
		padding-bottom: 3px;
		border-bottom:2px solid #FFFFFF;
		margin:0 0 45px 0;
		display:inline-block;
	}

	a {
		color:#FFFFFF;
		text-decoration: none;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}

	.wrap {
		/*max-width:1024px;*/
		width:100%;
		margin:0 auto;
		text-align: center;
	}

	.fancybox-content {
		padding:20px;
		background-color:#0e0e0e !important;
	}

	.fancybox-content a {
		outline:none !important;
	}

	/* Nav */

	nav {
		position:absolute;
		width:100vw;
		height: 100vh;
 		height: calc(var(--vh, 1vh) * 100);
		z-index:10;
	}

	nav a {
		position:fixed;
		color:white;
		z-index:100;
		font-size:20px;
	}

	nav a:hover {
		color:#f5f5e2;
		text-shadow: 0 0 5px #f5f5e2;
	}

	nav a:nth-child(1) {
		top:28px;
		left:30px;
	}

	nav a:nth-child(2) {
		bottom:28px;
		left:30px;
	}

	nav a:nth-child(3) {
		top:28px;
		right:30px;
	}

	nav a:nth-child(4) {
		bottom:28px;
		right:30px;
	}

	.logo {
		margin:0 15px;
		display:inline-block;
		vertical-align:middle;
		font-size:40px;
		color:#d2d2d2;
	}

	/* Video */

	video#background-video {
	  	object-fit: cover;
	  	object-position:bottom;
	  	width: 100vw;
	  	height: 100vh;
 		height: calc(var(--vh, 1vh) * 100);
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	}

	/* Tour Dates */

	.tour-dates {
		display:none;
		width:100%;
		max-width:570px !important;
		background-image: url(assets/texture.jpg) !important;
		border:10px double;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center top;
	}

	/* Merchandise */

	.merchandise {
		display:none;
		background-image: url(assets/texture.jpg) !important;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center top;
		border:10px double;
	}

	.merchandise .section {
		margin-bottom:50px;
	}

	.merchandise .section:last-child {
		margin-bottom:0;
	}

	.merchandise .section-title {
		display:block;
		margin-bottom:20px;
	}

	.logo-link {
		display:inline-block;
	}

	.logo-link:hover {
		opacity:0.6;
	}

	.logo-link img {
		width:150px;
		vertical-align: middle;
	}

	/* Mailing List */

	.mailing-list {
		display:none;
		background-size:cover;
		background-position:center;
		padding:70px 0;
	}

	.mailing-list h1 {
		margin-top:0;
	}

	.mailing-list form {
		width:100%;
		padding:0 15px;
		max-width:570px;
		clear:both;
		margin:0 auto;
	}

	.mailing-list form input, .mailing-list form select {
		background:#FFFFFF;
		padding:20px;
		margin-bottom:20px;
		border:0;
		font-family: 'Architects';
		font-weight: normal;
		font-style: normal;
		color:#000;
		text-transform:uppercase;
		font-size:20px;
		display:inline-block;
		width:100%;
	}

	.mailing-list form input:focus, .mailing-list form select:focus {
		outline: none;
	}

	.mailing-list form input[type="submit"] {
		background:#989596;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
		color:#111;
		cursor: pointer;
	}

	.mailing-list form input[type="submit"]:hover {
		background:#d2d2d2;
		color:#111;
	}

	.mailing-list form select {
		border: none;
		-webkit-appearance: none;
		border-radius:0;
		margin-bottom:20px;
		background: url(assets/down-arrow.png) center right #FFFFFF no-repeat;
		background-size:35px auto;
	}

	.powered-by {
		width:170px;
		height:auto;
		margin:40px auto 0 auto;
	}

	/* Footer */

	.social {
		display:none;
		background-image: url(assets/texture.jpg) !important;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center top;
		border:10px double;
	}

	.social a {
		color:#989596;
		font-size:40px;
		margin:0 15px;
		display:inline-block;
		vertical-align:middle;
	}

	.social a:hover {
		color:#d2d2d2;
	}

	.social a.epitaph img {
		width:52px;
		height:auto;
	}

	/* Tour Announcement */

	.announcement {
		width:100%;
		max-width:1080px;
		margin:0 auto;
		padding-bottom:100px;
	}

	.announcement img {
		width:100%;
		height:auto;
	}

	@media only screen and (max-width: 678px) {
		.wrap {
			padding:0 30px;
		}

		nav a {
			font-size:15px;
		}

		nav a:nth-child(1) {
			top:13px;
			left:15px;
		}

		nav a:nth-child(2) {
			bottom:13px;
			left:15px;
		}

		nav a:nth-child(3) {
			top:13px;
			right:15px;
		}

		nav a:nth-child(4) {
			bottom:13px;
			right:15px;
		}

		.announcement {
			padding-bottom:50px;
		}
	}