/* ************** HEADER ******************* */

@media all and (max-width: 860px) {

	.mobileOnly {
		display: block;
	}
	
	.info.mobileOnly {
		display: none;
	}
	
	#content:before {
		height: 81px;
	}
	
	header {
		top: 0px;
		height: 81px;
	}
	
	header.shrink {
		transform: translateY(0%);
	}
	
	header .logo {
		width: 65%;
		position: absolute;
		top: 40px;
		left: 50%;
		max-width: 396px;
		
		opacity: 1;
		
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		
		transition: opacity .5s;
	}
	
	.menuOn header .logo {
		opacity: 0;
	}

	header .menuBtn {	
		display: block;
		position: absolute;
		top: 30px;
		left: 5%;
		width: 26px;
		height: auto;
		cursor: pointer;
		
		transition: background-color .5s, border-bottom .5s;
	}
	
	header .menuBtn .centerMe {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
		
		width: 100%;
		margin: 0px auto;
	}

	.menuBtn p {
		font-family: 'Vollkorn', serif;
		padding-bottom: 0;
		line-height: 1;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: .05em;
		position: relative;
		top: 2px;
		text-align: center;
		
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
	}

	.menuOn .menuBtn p {
	    color: rgba(255,255,255,1) !important;
	}

		.menuBtn p span {
			position: relative;
		}

		.menuBtn p span:first-child {
			position: absolute;
			top: 0;right: 0;
		}

		.menuBtn p span:last-child,
		.menuOn .menuBtn p span:first-child {
			opacity: 0;
		}

		.menuBtn p span:first-child,
		.menuOn .menuBtn p span:last-child {
			opacity: 1;
		}

		.menuBtn div {
			width: 100%;
			height: 20px;
			position: relative;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
		}
		
			.menuBtn .line {
				height: 1px;
				width: 100%;
				display: block;
				position: absolute;
				right: 0;
				background-color: #000;
				opacity: 1;

				transform: rotate(0deg);

				transition-property: background-color, opacity, transform, top;
				transition-duration: .2s, .1s, .3s, .3s;
				transition-delay: 0s, 0s, 0s, 0s;
			}

			.menuOn .menuBtn .line {
			    background-color: rgba(255,255,255,1) !important;

			    transition-property: background-color, opacity, transform, top;
			    transition-duration: .2s, .1s, .3s, .3s;
			    transition-delay: 0s, 0s, 0s, 0s;
			}

			.menuBtn .line:nth-child(1) {
				top: 0px;
			}

			.menuBtn .line:nth-child(2) {
				top: 7px;
			}

			.menuBtn .line:nth-child(3) {
				top: 14px;
			}

			.menuOn .menuBtn .line:nth-child(1) {
				top: 5px;
			    transform: rotate(45deg);
			}

			.menuOn .menuBtn .line:nth-child(2) {
				opacity: 0;
				transition: opacity .1s 0s;
			}

			.menuOn .menuBtn .line:nth-child(3) {
				top: 5px;
				transform: rotate(135deg);
			}

	header nav {
		position: fixed;
		z-index: 1;
		width: 100%;
		height: 100vh;
		background-color: #404040;
		color: #fff;
		top: 0;
		left: 0;
		transform: translate(-100%,0%);
		opacity: 0;
		text-align: center;
		transition: opacity .5s 0s, transform 0s .5s;
	}

	.menuOn header nav {
		transform: translate(0%,0%);
		opacity: 1;	
		transition: opacity .5s 0s, transform 0s 0s;
	}
	
		header nav ul {
			list-style-type: none;
			position: absolute;
			z-index: 5;
			top: 50%;
			left: 50%;
			height: auto;
			transform: translate(-50%,-50%);
		}

		header nav li {
			height: auto;
			text-transform: uppercase;
			font-weight: 300;
			font-size: 24px;
			letter-spacing: .08em;
			line-height: 1;
			padding-bottom: 1em;
			color: #fff;
			margin: 0px auto;
			display: block;
		}
		
		header nav a:after {
			background-color: #fff;
		}
		
	.inner.aboutpage .sub .cell.bio .inner {
		padding: 25px;
	}
	
	.inner.aboutpage .sub .cell.bio .inner .info .pad {
		padding: 0px;
	}
	
	.inner.aboutpage .sub .cell.bio .inner .info {
		margin-left: 7%;
	}
	
	.inner.aboutpage .sub .cell.bio.even .inner .info {
		margin-right: 7%;
	}
		
	.inner.servicespage .subgrid.gridsmall li {
		width: 47%;
		margin-bottom: 25px;
	}
	
	.gridpage .cell.textentry {
		padding: 9vw 4vw;
	}
	
	.inner.detailpage .grid .textentry .inner {
		padding: 25px;
	}
		
	.inner.home .featured.grid, .inner.home .centered {
		width: 90%;
		height: auto !important;
	}
	
		.inner.home .featured.grid .cell {
			position: relative;
			top: auto !important;
			left: auto !important;
			width: 100% !important;
			height: auto !important;
			margin-bottom: 5%;
		}
		
		.inner.home .featured.grid .cell.three, .inner.home .featured.grid .cell.four {
			width: 47.5% !important;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			height: 47vh !important;
			margin-bottom: -35px !important;
		}
		
		.inner.home .featured.grid .cell.four {
			margin-left: 5%;
		}
		
		.inner.home .featured.grid .cell.five, .inner.home .featured.grid .cell.six {
			height: 20vh !important;
		}
		
		.inner.home .featured.grid .cell.two .inner {
			padding: 60px 0px;
			width: 90%;
		}
		
	.inner.contactpage .col, .inner.aboutpage .col {
		width: 100%;
	}
	
	.inner.contactpage .col:last-child, .inner.aboutpage .col:last-child {
		margin: 25px auto;
	}
	
		.inner.contactpage .col .inner, .inner.aboutpage .col .inner {
			padding: 25px;
		}
		
		.inner.contactpage h2, .inner.aboutpage h2, .featured.grid h2 {
			font-size: 20px;
		}
		
	footer .inner {
		width: 80%;
		margin: 30px auto;
	}
	
		footer .inner .col {
			width: 100%;
			margin-bottom: 25px;
		}
		
		footer .inner .col .wrap {
			width: 50%;
		}
}

@media all AND (max-width: 767px) {
	
	.info.mobileOnly {
		display: block;
	}
	
	.inner.home .slickslideshow {
		height: 70vh;
	}
	
	.inner.home .slickslideshow .cell .imgwrap {
		height: 35vh;
	}
	
		.featured.grid p {
			font-size: 14px;
		}
		
	.slick-dots {
		top: 39vh;
		bottom: auto;
	}
	
	.inner.home .slickslideshow .cell .info {
		display: none;
		position: relative;
		width: 100%;
		top: auto;
		left: 0%;
		height: auto;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		padding: 30px 0px;
		
		border: 0px;
	}
	
	.inner.home .slickslideshow .info.mobileOnly {
		position: absolute;
		width: 100%;
		top: 41vh;
		text-align: center;
		left: 0%;
		height: auto;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		padding: 10px 0px;
		
		border: 0px;
	}
	
		.inner.home .slickslideshow .info .centerMe {
			width: 90%;
			margin: auto;
		}
	
		.inner.home .slickslideshow .info h1, .hero .info h1 {
			font-size: 24px;
		}
		
		.inner.home .slickslideshow .info h2:before, .hero .info h2:before {
			display: none;
		}
	
		.inner.home .slickslideshow .info .bg, .hero .info .bg {
			display: none;
		}
		
		.inner.home .slickslideshow .info p, .hero .info p {
			font-size: 14px;
			line-height: 1.6;
		}
		
		.slick-dots li button {
			background: #000;
			border: 2px solid #000;
		}
	
	.masongrid {
		width: 90%;
	}
	
	.grid-sizer, .masongrid .cell {
		width: 100%;
	}
	
	.masongrid .cell {
		margin-bottom: 15px !important;
	}
	
	.gutter-sizer {
		width: 0%;
	}
	
	.gridpage .cell.textentry {
		padding: 14vw 7vw;
		margin-bottom: 30px !important;
	}
	
	.gridpage .cell .info h2, .subgrid li .info h2, .pager li .info h2 {
		font-size: 18px;
	}
	
	.inner.servicespage .masongrid .cell, .inner.servicespage .masongrid .grid-sizer {
		width: 100%;
	}
	
	.inner.servicespage .subgrid {
		width: 90%;
		margin: 15px auto;
	}
	
		.inner.servicespage .subgrid.grid li {
			width: 100%;
			margin: 0px auto 25px auto;
		}
	
	.inner.servicespage .subgrid.gridsmall {
		width: 90%;
	}
	
	.inner.contactpage, .inner.aboutpage {
		width: 90%;
	}
	
	.inner .col.full, .inner .subtext {
		width: 90%;
	}
	
	.inner.aboutpage .sub {
		margin: 25px auto;
	}
	
		.inner.aboutpage .sub .cell.bio.even .inner .info {
			width: auto;
			margin-right: 0%;
		}
		
		.inner.aboutpage .sub .cell.bio .inner {
			padding: 25px;
		}
		
		.inner.aboutpage .sub .cell.bio .inner img {
			width: 100%;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info {
			width: 100%;
			margin: 0px auto;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info .pad {
			padding: 30px 0px 0px 0px;
		}
		
	.inner.detailpage .grid {
		width: 90%;
	}
		
	.inner.detailpage .grid .textentry .inner {
		padding: 25px;
	}
	
	.inner .col.full p, .inner .subtext p {
		line-height: 1.8;
	}
	
	.inner.servicespage .subgrid.grid li .info {
		width: 100%;
	}
	
		.gridpage .cell .info p, .subgrid li .info p, .pager li .info p {
			line-height: 1.8;
		}
		
	.inner .subtext {
		margin: 25px auto 40px auto;
	}
	
		.subgrid.gridsmall li .info h2 {
			font-size: 18px;
		}
		
	.inner.gridpage .filter ul li {
		margin-bottom: 20px;
	}
	
	.hero .info {
		width: 100%;
		border: 0px;
	}
	
	.hero .info .centerMe {
		padding: 25px;
		background-color: rgba(255,255,255,.9);
		width: auto;
	}
	
	.inner.detailpage .pager ul li img {
		width: 85%;
	}
	
	.inner.detailpage .pager:after {
		display: none;
	}
	
}

@media all AND (max-width: 767px) AND (orientation: landscape) {

	header nav li {
		font-size: 18px;
		display: inline-block;
		width: 50%;
	}
	
	.inner.home .slickslideshow {
		height: 120vh;
	}
	
	.slick-dots {
		top: 78vh;
	}
	
	.inner.home .slickslideshow .info.mobileOnly {
		top: 81vh;
	}
	
	.inner.home .featured.grid .cell.three, .inner.home .featured.grid .cell.four {
		height: auto !important;
		margin-bottom: 5% !important;
	}
	
	.inner.home .featured.grid .cell.five, .inner.home .featured.grid .cell.six {
		height: 45vh !important;
	}
	
	
}