/*
 * b4st CSS
 */

 /*------------------------------------*\
    MAIN
\*------------------------------------*/

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

html {
	font-size:42.5%;
}

h1 {
	line-height: 1;
	font-family: "FreightSansUProUltraBlack-Regular", "Oswald",sans-serif;
}

/* Sticky Footer */
body {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	color:#000000;
	text-transform: uppercase;
	font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   /* background: linear-gradient(180deg, #21cdf0,#fe45fe);*/
   background: linear-gradient(0deg, #ede9cf 10%, #fffdef 70%);
}

main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/




/*------------------------------------*\
    PAGES
\*------------------------------------*/

nav#navbar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: none !important;
    
}

nav#navbar a {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
}


nav#navbar a svg {
	width: auto;
    max-width: 290px;
    height: 120px;
}

nav#navbar a svg path, nav#navbar a svg .st1 {
	fill:white;
}

.logo-99-projects {
    width: 180px;
}

.logo-99-projects img {
    width: 100%;
}

#footer {
	background: none !important;
	color: black;
	font-size: 16px;
	z-index: 4;
	padding: 0 !important;
    margin: 0 !important;
}



#footer a {
	color: black;
}

#exclusive-header {
    height: 72vw;
    background-position: center 70%;
    background-size: cover;
    background-repeat: no-repeat;
	max-height: 750px;
	position: relative;
	z-index: 3;
}

header#new-merch-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    z-index: 10;
}

.slider-section, .slide-item, .slide-item-nested {
	height: 100vh;
	position: relative;
}

.slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.az-slider-99projects .slide-item-nested {
	padding-top:214px;
}

.az-slider-99projects .slide-item-nested .slide-bg {
	background-size: contain;
	background-position:center top;
}

#section-99Projects .navbar-brand {
    margin-top: 30px;
}

#main-sign-up #exclusive-signup {
	padding: 60px 20px;
	-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	display: flex;
	-webkit-justify-content: center;
		        justify-content: center;	
	-webkit-align-items: center;
	        align-items: center;
	   background-image: url('./img/az-chev-bg.svg');
       background-size: cover;
    background-size: 58%;
	background-position: left center;
	position: relative;
}

.product-element-bg {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 2;
	overflow: hidden;
	height: calc(100% - 72vw);
	min-height: 60%;
}

.product-element-bg > div {
	position: absolute;
    width: 50vh;
	height: auto;
	text-align: center;
}

.product-element-bg > div > img{
	width: 100%;
	height: auto;
	display: inline-block;
}

.product-element-bg > div.hoodie {
	top: -10%;
	left: -28vh;
	right: auto;
}
.product-element-bg > div.deck-1 {
	top: -16%;
    right: -25vh;
    left: auto;
    width: 58vh;
    z-index: -1;
}
.product-element-bg > div.deck-2 {
    top: auto;
    right: -25vh;
    left: auto;
    bottom: -53%;
    width: 71vh;
}

.product-element-bg > div.deck-3 {
	top: auto;
    left: -18vh;
    right: auto;
	bottom: -26%;
	z-index: -1;
}

#main-sign-up .inner {
	width: 100%;
	position: relative;
	z-index: 2;
}

#main-sign-up h1 {
    font-size: 10rem;
    color: black;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: .8;
    text-shadow: 0.04em 0.04em 0em #f2efd9, 0.08em 0.08em 0em #00c4b2;
}

.h1 {
	width: 100%;
    max-width: 27vh;
    margin: 0 auto;
    margin-bottom: 2.8vh;
}

.h1 > svg {
	width: 100%;
   	height: auto;
}

.form-container {
	width: 100%;
	max-width: 780px;
	margin:0 auto;
	padding: 0 40px;
}


.form-container > p {
	font-size: 1.5vh;
}

form.az-signup-form {
    max-width: 430px;
    width: 100%;
    margin: 2.5vh auto;
}

#az-wrap-slider form.az-signup-form {
    width: auto;
    max-width: none;
    margin: 0;
    margin-top: 20px;
}

.do-great-stuff-footer form.az-signup-form {
	margin: 20px 0 !important;
}

form.az-signup-form input, .az-sign-up-form .klaviyo-form input {
    height: auto;
    font-size: 2vh !important;
    text-transform: uppercase !important;
    color: black;
    border: 3px solid #29c4b2 !important;
}

.az-sign-up-form .klaviyo-form form {
	padding: 0 !important;
}

.az-sign-up-form .klaviyo-form input {
	height: 66px !important;
	font-size: 38px !important;
}

form.az-signup-form.az-ex-signup input {
	text-align: center;
}

form.az-signup-form input[type="text"]::-webkit-input-placeholder, .az-sign-up-form .klaviyo-form input::-webkit-input-placeholder {
	color: #D9D9D9 !important;
	font-weight: bold !important;
	font-size:100% !important;
}
form.az-signup-form input[type="text"]::-moz-placeholder, .az-sign-up-form .klaviyo-form input::-moz-placeholder {
	color: #D9D9D9 !important;
	font-weight: bold !important;
	font-size:100% !important;
}
form.az-signup-form input[type="text"]:-ms-input-placeholder, .az-sign-up-form .klaviyo-form input:-ms-input-placeholder {
	color: #D9D9D9 !important;
	font-weight: bold !important;
	font-size:100% !important;
}
form.az-signup-form input[type="text"]::-ms-input-placeholder, .az-sign-up-form .klaviyo-form input::-ms-input-placeholder {
	color: #D9D9D9 !important;
	font-weight: bold !important;
	font-size:100% !important;
}
form.az-signup-form input[type="text"]::placeholder, .az-sign-up-form .klaviyo-form input::placeholder {
	color: #D9D9D9 !important;
	font-weight: bold !important;
	font-size:100% !important;
}

.az-sign-up-form .klaviyo-form input::-webkit-input-placeholder {
	text-align:left !important;
}
.az-sign-up-form .klaviyo-form input::-moz-placeholder {
	text-align:left !important;
}
.az-sign-up-form .klaviyo-form input:-ms-input-placeholder {
	text-align:left !important;
}
.az-sign-up-form .klaviyo-form input::-ms-input-placeholder {
	text-align:left !important;
}
.az-sign-up-form .klaviyo-form input::placeholder {
	text-align:left !important;
}

form.az-signup-form input[type="submit"], .az-sign-up-form .klaviyo-form button {
    min-width:100px !important;
    background: #00C4B2 !important;
    color: black !important;
    width: 100%;
    color: white !important;
    margin-top: 20px;
}

.az-sign-up-form .klaviyo-form button {
	font-size: 38px !important;
	border: 3px solid #29c4b2 !important;
}

form.az-signup-form input[type="text"] {
    padding: .375rem 2rem;
}

#az-wrap-slider form.az-signup-form input {
	-webkit-border-radius: 0;
	        border-radius: 0;
	
}

input[class*="TextInput"] {
    text-align: center !important;
}

.do-great-stuff-footer, .az-carousel-footer, #section-99Projects > header   {
	position: absolute;
    top: auto;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 2;
}

#section-99Projects > header {
	top: 0;
	bottom: auto;
}
.az-carousel-footer {
	margin-top: 0 !important;
}

.az-carousel-footer .inner {
	background: #000000 !important;
	padding: 47px 20px 40px;
	min-height: 280px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.do-great-stuff-footer form.az-signup-form input {
	font-size: 3rem;	
}

#az-wrap-slider form.az-signup-form .col-auto {
	padding: 0 !important;
}

#az-wrap-slider form.az-signup-form input[type="submit"] {
	margin-top: 0;
}

.do-great-stuff-footer .bookend img {
    width: 100%;
    max-width: 24vw;
}

.do-great-stuff-footer .sign-up-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #EC85B2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.do-great-stuff-footer .sign-up-col img {
    width: auto;
}
#az-wrap-slider form.az-signup-form.az-ex-signup input {
	font-size: 2.5rem;
}

#az-wrap-slider form.az-signup-form.az-ex-signup input[type="submit"] {
	line-height: 1;
    padding: 5px 10px 10px !important;
}

.az-form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.az-site-link {
    width: 100%;
    text-align: center;
}

.az-site-link img {
    width: auto !important;
    display: inline-block !important;
    height: 46px;
}

section#section-99Projects .az-site-link > img {
	height:56px !important;
}

.next-one-footer {
	background-color: #22BD9E;
	padding: 4%;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

	#main-sign-up .img {
		min-height: 50%;
	}

	html {
	font-size:62.5%;
	}
}
@media only screen and (min-width:1079px) {



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


	#main-sign-up .inner {
		-ms-flex-direction: row !important;
		    -webkit-box-orient: horizontal !important;
		    -webkit-box-direction: normal !important;
		        flex-direction: row !important;
	    -ms-flex-wrap: wrap !important;
	        flex-wrap: wrap !important;
	}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

