@charset "UTF-8"
/*
Theme Name: Elliot Davies 2023
Theme URI: 
Author: Humble As Pie
Author URI: https://humbleaspie.com
Description: The theme for Elliot Davies.
Version: 3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elliotdavies
Tags:
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;text-decoration:inherit}img{height:initial}

.clear:before, .clear:after {
	height: 0;
	
	display: block;
	overflow: hidden;
	content: "\0020";
}
	
.clear:after {
	clear: both;
}

.c5 {
	width: 100%;
	height: 5px;
	
	position: relative;
}

.c15 {
	width: 100%;
	height: 15px;
	
	position: relative;
}

.c30 {
	width: 100%;
	height: 30px;
	
	position: relative;
}

.c35 {
	width: 100%;
	height: 35px;
	
	position: relative;
}

.c40 {
	width: 100%;
	height: 40px;
	
	position: relative;
}

.c50 {
	width: 100%;
	height: 50px;
	
	position: relative;
}

.c60 {
	width: 100%;
	height: 60px;
	
	position: relative;
}

.c80 {
	width: 100%;
	height: 80px;
	
	position: relative;
}

.c90 {
	width: 100%;
	height: 90px;
	
	position: relative;
}

.c100 {
	width: 100%;
	height: 100px;
	
	position: relative;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

svg {
  pointer-events: none;
}

html, body {
  margin: 0;
	
  font-size: 10px;
  
  background: #0E1721;
  
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #00486f;
}

.box {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.master {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.master__left {
  width: 22vw;
  height: 100vh;
  
  position: fixed;
}

.master__right {
  margin-left: 22vw;
  
  width: 78vw;
  height: fit-content;
  
  position: relative;
}

@media (max-width: 1360px) {
	.master__left {
		width: 28vw;
	}
	
	.master__right {
		margin-left: 28vw;
		
		width: 72vw;
	}
}

@media (max-width: 1024px) {
	.master {
		flex-direction: column;
	}
	
	.master__left {
		width: 100vw;
		height: fit-content;
		
		position: relative;
	}
	
	.master__right {
		margin-left: 0;
		
		width: 100vw;
	}
}

.landing {
  padding: 16rem 5rem 5rem;
  
  width: 100%;
  height: 100vh;
  
  background-color: #0E1721;
  background-image: url(/wp-content/themes/elliotdavies2023/assets/graphics/concrete19.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  border-right: 2px solid rgba(0, 137, 255, 0.4);
  border-bottom: 0;
  
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
	.landing {
		padding: 8rem 5rem;
		
		height: fit-content;
		
		border-right: 0;
		border-bottom: 2px solid rgba(0, 137, 255, 0.4);
	}
}

.landing h1 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  
  margin-bottom: 20px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.9px;
  line-height: 1;
  text-align: center;
  
  color: white;
}

.landing h2 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  
  margin-bottom: 30px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  
  color: #038aff;
}

.menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
  list-style: none;
}

.menu li {
  padding: 10px 15px;
  margin: 5px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 1.8px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  
  background: rgba(0, 78, 146, 0.4);
  color: white;
  border-radius: 25px;
  
  transition: all ease-in-out 0.4s;
}

.menu li:hover {
  background: rgba(0, 78, 146, 0.8);
}

.about {
  padding: 5rem;
  
  width: 100%;
}

.about__container {
  max-width: 800px;
}

.about p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-bottom: 35px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  line-height: 1.6;
  text-align: left;
  color: white;
}
.about p:nth-child(3) {
  margin-bottom: 0px;
}

.about__link {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: white;
}

.portfolio h2 {
  -webkit-margin-before: 0;
  
  margin: 30px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 7px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  
  color: white;
}

.portfolio h3 {
  -webkit-margin-before: 0;

  margin: 50px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
  
  color: white;
}

.portfolio p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  
  margin: 0 auto 100px;
  
  max-width: 580px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 2;
  text-align: center;
  
  color: white;
}

.portfolio__items {
  margin: 0 auto 50px;
  
  max-width: 1880px;
  
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.portfolio__items__item {
  margin: 1.5%;
  
  width: 21%;
  
  position: relative;
  
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
  
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s;
}

.portfolio__items__item:hover {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

.portfolio__items__item img {
  border-radius: 12px;
  
  display: block;
}

@media (max-width: 1360px) {
  .portfolio__items__item {
	width: 29%;
  }
}

@media (max-width: 1024px) {
  .portfolio__items__item {
	width: 45%;
  }
}

.portfolio__items__item__caption {
  left: 0;
  right: 0;
  bottom: 0;
  
  padding: .5rem .9rem;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 0 0 0 12px;
  
  position: absolute;
}

.portfolio__items__item__caption span {
  color: #038aff;
}

footer h6 {
  margin: 40px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;

  color: white;
}

.blog__post {
  padding: 100px 35px;
  
  min-height: 100vh;
}

.blog__post__date {
  margin-bottom: 40px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  
  color: #a1a1a1;
  
  transition: all 0.4s;
}
.blog__post__date:hover {
  color: white;
}
.blog__post__date strong time {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #a1a1a1;
}
.blog__post__date strong time:hover {
  color: white;
}

.blog__post h3 {
  margin-bottom: 50px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.7px;
  line-height: 1.4;
  text-align: center;
  color: white;
}

.wp-block-image {
  margin: 0 auto 50px;
  max-width: 1000px;
}

.wp-block-image img {
  display: block;
}

.html {
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin: 5rem auto;
  
  max-width: 1000px;
  
  height: 0;
  
  overflow: hidden;
  position: relative;
}

.html iframe,
.html object,
.html embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog__post p {
  margin: 0 auto;
  max-width: 700px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
  color: white;
}
.blog__post p a {
  color: #e1e1e1;
  text-decoration: underline;
}

.blog__post__button {
  padding: 13px;
  margin: 40px auto 0;
  
  max-width: 140px;
  
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.8px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: white;
 
  border: 2px solid #004e92;
  border-radius: 45px;
  
  cursor: pointer;
  
  transition: all 0.4s;
}
.blog__post__button:hover {
  border: 2px solid green;
  border-radius: 0px;
}

.cv {
  padding: 0 0 15px;
  margin: 0 auto;
  max-width: 800px;
}

.cv h1 {
  font-family: "azo-sans-web", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #0E1721;
}

.cv .date {
  font-family: "azo-sans-web", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  color: #b63688;
}

.cv .title {
  margin-bottom: 10px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #0E1721;
}

.cv .title-sub {
  margin-bottom: 15px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #0085c2;
}

.cv .title2 {
  font-family: "azo-sans-web", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #000428;
}
.cv .title2:hover {
  color: #004e92;
}

.cv p {
  font-family: "azo-sans-web", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #ff1d79;
}

.cv p a {
  font-weight: 700;
}

.cv .item {
  margin-bottom: 10px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #0E1721;
}

.cv .item:before {
  content: "- ";
}

.cv .item a {
  font-weight: 700;
}

@-webkit-keyframes collage {
  0% {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  100% {
	-moz-transform: translate3d(-1800px, 0, 0);
	-webkit-transform: translate3d(-1800px, 0, 0);
	transform: translate3d(-1800px, 0, 0);
  }
}
@-moz-keyframes collage {
  0% {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  100% {
	-moz-transform: translate3d(-1800px, 0, 0);
	-webkit-transform: translate3d(-1800px, 0, 0);
	transform: translate3d(-1800px, 0, 0);
  }
}
@-ms-keyframes collage {
  0% {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  100% {
	-moz-transform: translate3d(-1800px, 0, 0);
	-webkit-transform: translate3d(-1800px, 0, 0);
	transform: translate3d(-1800px, 0, 0);
  }
}
@keyframes collage {
  0% {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  100% {
	-moz-transform: translate3d(-1800px, 0, 0);
	-webkit-transform: translate3d(-1800px, 0, 0);
	transform: translate3d(-1800px, 0, 0);
  }
}