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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; box-sizing: border-box;}

a{ text-decoration: none!important; color: inherit;}

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

body{
	background: #fff;
	color: #3c3c3b;
	font-family: 'Helvetica Neue';
	font-weight: 200;
	letter-spacing: 0.05em;
}

nav{
	display: flex;
	align-items: center;
	color: #969696;
	background: #fff;
	z-index: 2;
	font-family: 'Helvetica Neue';
	font-weight: 200;
	letter-spacing: 0.05em;
	transition: top 0.35s ease-in-out;
	padding: 35px 70px;
}

@media all and (max-width: 720px) {
	nav {
		font-size: 14px;
	}
}

nav ul{
	list-style: none;
	display: flex;
}

nav ul li {
	padding-left: 20px;
	cursor: pointer;
}

nav ul li {
	color: #3c3c3b;
}

nav ul li.current-menu-item {
	color: #3c3c3b;
	font-weight: 400;
}

@media all and (max-width: 720px) {
	nav ul li {
		padding-left: 15px;
	}
}

.headerLogo {
	width: 113px;
	height: 13px;
	z-index: 9;
	background: url('/wp-content/themes/dk-architects/assets/images/logo.svg');
	background-repeat: no-repeat;
	transition: top 0.35s ease-in-out;
}

.instaLink{
	margin-left: auto;
	color: #3c3c3b;
}

.headerLogo.minimised{
	top: 30px;
	background: url('/wp-content/themes/dk-architects/assets/images/logo.svg');
	background-repeat: no-repeat;
}

nav.minimised{
	top: 22px;
}

nav.minimised ul li{
	color: #3c3c3b;
}

.navToolBar{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 5;
	transition: 0.35s opacity linear;
}

.navToolBar.shown{
	opacity: 1;
}

.dark .headerLogo {
	background: url('/wp-content/themes/dk-architects/assets/images/logo.svg');
	background-repeat: no-repeat;
}

section{
	width: 100%;
	height: 100vh;
	background: #FFF;
}

h1{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 60%;
	max-width: 1000px;
	font-weight: 200;
	transform: translate(-50%,-50%);
	font-size: 26px;
	line-height: 34px;
}

section.slider{
	position: relative;
	background: #3c3c3b;
	height: calc(100vh - 78px);
	top: 78px;
}

@media all and (min-width: 720px) {
	section.slider{
		height: calc(100vh - 88px);
		top: 88px;
	}
}

.slideshow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.slideshow .slide{
	width: 100%;
	height: calc(100vh - 78px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media all and (min-width: 720px) {
	.slideshow .slide {
		height: calc(100vh - 88px);
	}
}

.slide__link {
	display: block;
	height: 100%;
	width: 100%;
}

.slideCaption{
	position: absolute;
	bottom: 70px;
	left: 70px;
	color: #FFF;
}

.gridWrap{
	width: calc(100% - 140px);
	margin: auto;
	margin-top: 92px;
	padding-bottom: 60px;
}

.gridWrap__container {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.gridBlock{
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	position: relative;
	line-height: 20px;
}

.gridBlock.portrait{
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.gridImage {
	height: 388px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.blockOverlay{
	position: absolute;
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	padding: 30px;
	transition: opacity .3s ease;
	opacity: 0;
}

.gridBlock:hover .blockOverlay{
	opacity: 1;
}

.gridTitle{
	position: relative;
	margin-top: 20px;
	color: #3c3c3b;
	font-size: 14px;
}

.gridTitle strong {
	display: block;
	font-weight: 400;
}

.gridTitle span {
	color: #969696;
}

.gridBlock:hover .gridTitle{
	transform: translateY(0px);
}

footer{
	width: calc(100% - 140px);
	border-top: 1px solid rgba(0,0,0,0.3);
	margin: auto;
}

.footerTop{
	text-align: center;
	padding: 100px 0px;
}

.footerBottom{
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.footerBottom .riba{
	flex-basis: 50%;
}
.footerBottom .madeby{
	flex-basis: 50%;
	text-align: right;
	font-size: 12px;
}

.riba img{
	max-width: 120px;
}

/* PROJECT PAGE */

.projectContent{
	width: calc(100% - 140px);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 88px;
}

.projectContent .intro{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media all and (min-width: 1000px) {
	.projectContent .intro{
		width: calc(70% - 60px);
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.introTitle{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.leftCol{
	flex-basis: 50%;
}

@media all and (min-width: 720px) {
	.leftCol--text {
		padding-right: 130px;
		padding-left: 20px;
	}
}

@media all and (max-width: 720px) {
	.leftCol{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
}

.rightCol{
	flex-basis: 50%;
	line-height: 22px;
	font-size: 16px;
}

@media all and (min-width: 720px) {
	.rightCol--text {
		padding-left: 130px;
		padding-right: 20px;
	}
}

@media all and (max-width: 720px) {
	.rightCol{
		flex-basis: 100%;
	}
}

.row{
	width: 70%;
	height: auto;
	margin: auto;
	display: flex;
}

@media all and (max-width: 1000px) {
	.row{
		width: 100%;
		height: auto;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}
}

.row-reverse {
	flex-direction: row-reverse;
}

.row-reverse .leftCol{
	justify-content: flex-end;
}

.row .rightCol{
	display: flex;
	align-items: center;
}

.row .rightCol {
	justify-content: flex-end;
}

.row .leftCol{
	display: flex;
	align-items: center;
}

.row .rightCol div{
	display: flex;
	flex-wrap: wrap;
}

.teamTitle{
	flex-basis: 100%;
	font-weight: 400;
}

@media all and (max-width: 720px) {
	.teamTitle{
		flex-basis: 100%;
		font-weight: 400;
	}
}

.teamSubtitle{
	flex-basis: 100%;
	margin-bottom: 30px;
}

@media all and (max-width: 720px) {
	.teamSubtitle{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
}

.row .leftCol div{
	display: flex;
	flex-wrap: wrap;
	padding-right: 130px;
	padding-left: 20px;
}

@media all and (max-width: 1000px) {
	.row .leftCol div{
		padding-left: 0;
		padding-right: 50px;
	}
}

.row-reverse .rightCol {
	justify-content: flex-start;
}

.row-reverse .leftCol div {
	padding-left: 130px;
	padding-right: 20px;
}

@media all and (max-width: 1000px) {
	.row-reverse .leftCol div{
		padding-right: 0;
		padding-left: 50px;
	}
}

@media all and (max-width: 720px) {
	.row-reverse .leftCol div{
		padding-right: 0;
		padding-left: 0;
	}
}

.row .small{
	width: 100%;
}

@media all and (min-width: 720px) {
	.row .small{
		width: 70%;
	}
}

.row .large{
	width: calc(100% - 30px);
}

@media all and (max-width: 720px) {
	.row .large{
		width: calc(100%);
	}
}

.row .rightCol .small{
	margin-left: 30px;
}

@media all and (max-width: 720px) {
	.row .rightCol .large{
		margin-left: 0;
	}
}

.row p{
	align-self: center;
	color: #5C5C5C;
}

@media all and (max-width: 720px) {
	.row p{
		align-self: center;
	}
}

.portraitImage{
	width: 100%;
	margin: auto;
	text-align: center;
}

.portraitImage img{
	width: 80%;
	height: auto;
}

@media screen and (min-width: 992px) {
	.portraitImage img{
		width: 40%;
		height: auto;
	}
}

.fullImage{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.fullImage img{
	width: 100%;
	height: auto;
	width: 100%;
	max-width: 100%;
}

@media screen and (min-width: 1200px) {
	.fullImage img{
		width: 100%;
		height: auto;
		width: 100%;
		max-width: 80%;
	}
}

@media screen and (min-width: 2100px) {
	.fullImage img{
		width: 100%;
		height: auto;
		width: 100%;
		max-width: 60%;
	}
}

.textBlock{
	text-align: center;
	padding: 180px 0px;
	max-width: 800px;
	margin: auto;
	font-size: 24px;
	line-height: 30px;
}

#contactOverlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #3c3c3b;
	color: #FFF;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#contactOverlay.open{
	pointer-events: all;
	opacity: 1;
}

#contactClose{
	position: absolute;
	top: 70px;
	right: 70px;
	cursor: pointer;
}

#contactOverlay .inner{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.projectContent hr{
	flex-basis: 100%;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.3);
}

.clientsSection{
	flex-basis: 100%;
	background: #3c3c3b;
}

.clientsInner{
	width: 70%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0;
}

.clientLogo{
	flex-basis: 25%;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clientLogo img{
	width: 80%;
	height: auto;
}

.spacerBlock{
	flex-basis: 100%;
	height: 140px;
}

.titleBlock{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 40px;
}

.slick-next {
	z-index: 9;
}

.slick-prev {
	z-index: 9;
}


.dark .slick-prev::before {
	content: url('http://dk-architects.eb8ed2d64b8c9f1bad624a885-10954.sites.k-hosting.co.uk/wp-content/themes/dk-architects/assets/images/leftArrowDark.svg')!important;
}

.dark .slick-next::before {
	content: url('http://dk-architects.eb8ed2d64b8c9f1bad624a885-10954.sites.k-hosting.co.uk/wp-content/themes/dk-architects/assets/images/rightArrowDark.svg')!important;
}
	

.slick-prev::before {
	content: url('http://dk-architects.eb8ed2d64b8c9f1bad624a885-10954.sites.k-hosting.co.uk/wp-content/themes/dk-architects/assets/images/leftArrow.svg')!important;
}

.slick-next::before {
	content: url('http://dk-architects.eb8ed2d64b8c9f1bad624a885-10954.sites.k-hosting.co.uk/wp-content/themes/dk-architects/assets/images/rightArrow.svg')!important;
}

.postNav{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
}

.postNav a {
	font-size: 16px;
}

.prev-posts{
	flex-basis: 50%;
}

.next-posts{
	text-align: right;
	flex-basis: 50%; 
}

@media all and (min-width: 1400px) {
	
	nav ul li {
		padding-left: 26px;
	}
	
	#contactOverlay{
		font-size: 30px;
		line-height: 36px;
	}
	
	.slideCaption{
		font-size: 24px;
		line-height: 36px;
	}
    
}

@media all and (max-width: 1100px) {
	
	h1{
		width: 80%;
	}
	
	h1 br{
		display: none;
	}
	
	.textBlock br{
		display: none;
	}
	
	.slideshow h1 {
		width: 66%;
	}
}

@media all and (max-width: 1200px) {
	.gridBlock {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.gridBlock.portrait {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media all and (max-width: 1000px) {
	.gridBlock {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.gridBlock.portrait {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media all and (max-width: 720px) {
	.gridBlock{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.gridBlock.portrait {
		flex: 0 0 100%;
		max-width: 100%;
	}
    
	.gridWrap {
		width: calc(100% - 60px);
		margin-top: 82px;
	}

	.gridImage {
		height: 320px;
	}
	
	nav {
		padding: 30px;
	}
        
	section {
		height: 50vh;
	}
    
	.slideCaption {
		position: absolute;
		bottom: 30px;
		left: 30px;
		color: #FFF;
	}
	
	h1 {
		color: #fff;
		width: 90%;
		transform: translate(-50%,-50%);
		font-size: 25px;
		line-height: 28px;
	}

	.headerLogo {
		width: 30px;
    height: 16px;
	}
    
	.headerLogo {
		background: url('/wp-content/themes/dk-architects/assets/images/mobileLogo.svg');
		background-size: cover;
	}
    
	.dark .headerLogo{
		background: url('/wp-content/themes/dk-architects/assets/images/mobileLogo.svg');
		background-size: cover;
	}
    
	.headerLogo.minimised{
		background: url('/wp-content/themes/dk-architects/assets/images/mobileLogo.svg');
		background-size: cover;
	}
    
	.headerLogo img{
		width: 100%;
	}
    
	.textBlock {
		text-align: center;
		padding: 80px 0px;
		max-width: 900px;
		margin: auto;
		font-size: 19px;
		line-height: 25px;
	}
	
	.projectContent {
		width: calc(100% - 40px);
		margin-top: 78px;
	}
    
	.portraitImage {
		width: 100%;
	}
    
	footer {
		width: calc(100% - 40px);
	}
    
	.clientLogo {
		flex-basis: 50%;
	}
    
	.clientsInner{
		width: 90%;
	}
    
	section {
		height: 90vh;
	}
	
	.slideshow .slide {
		height: calc(100vh - 78px);
	}
	
	#contactClose {
		top: 30px;
		right: 30px;
	}
	
	.slick-prev{
		left: 25px!important;
	}
	
	.slick-next{
		right: 25px!important;
	}
	
	.portraitImage {
		width: 90%;
	}
	
	.textBlock{
		width: 90%;
	}
	
	.gridBlock.portrait {
		width: 100%;
	}
	
	.headerLogo.minimised {
		top: 23px;
	}
}


