


/******************TYPE******************/

h1 {
	font-family: 'Lato', sans-serif;
	font-size:2.5em;
}

.works_description h2 {
	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:700;
}

p a {
	color:#404040;
	font-family:'Spectral', serif;
	font-size:1em;
	text-decoration:underline;
	text-transform:none;
	letter-spacing:0;
}

p a:visited {
	color:#404040;
}

p a:hover {
	color:var(--dark-red);
}

p {
font-family:'Spectral', serif;	font-size:18px;
	letter-spacing:0;
	font-weight: 300;
	}

main.page h1 {
	font-family: 'Tangerine', cursive;
	font-weight: 400;
}

.smcp { 
  -moz-font-feature-settings: 'smcp';
  -webkit-font-feature-settings: 'smcp';
  -o-font-feature-settings: 'smcp';
  font-feature-settings: 'smcp';
}

a:visited {
	color:inherit;
}

#works-nav a {
	color:grey;
}

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

#masthead {
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content: space-between;
	height:40px;
	overflow: visible;
}

.site-branding {
	max-width:72px;
	width: 33%;
	margin:25px 58px 0 58px;
}

#site-navigation {
		padding:0  3.3% 0 0;
}

.main-navigation a:hover {
		border-bottom:1px var(--red) solid;
}

#primary-menu {
	display:flex;
	flex-direction:row;
	justify-content: flex-end;

}	

.main-navigation a {
	color:#404040;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	font-weight:700;
	text-transform:uppercase;
}

.menu-item  {
	margin:1%;
}

/******************HOME******************/

#post-25 .entry-header {
	display:none;
}

#post-25 .entry-content {
	     margin: 0 0 0;
}

.home-hero-wrap {
	width:100vw;
	overflow:hidden;
}

.home-hero {
	height:100vh;
	background-size: cover; 
	background-image:url(images/chicken_etch_layered_trim.png);
	background-repeat:no-repeat;
	background-position:right;
}

.home-welcome-text {
	padding-left:10%;
	padding-top:5%;
	position:relative;
	left:0px;
}

.home-welcome-text h1{
	font-family: 'Tangerine', cursive;
	font-size:7em;
	color:black;
	font-weight:400;
	line-height:1.5em;
}

#work_id {
	width:0;
	height:10vh;
}

.loop-container {
	margin:0 10%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}

.loop-item {
	width:26%;
	margin-bottom:5%;
}

#project_title {
	color:#404040;
	font-family:'Spectral', serif;
	font-size:1.7em;
	font-weight:400;
	border-bottom: 1px var(--red) solid;
	margin-top:15px;
	text-transform:capitalize;
}

.loop-item a {
	text-decoration:none;
}

ul.blog-categories {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

.blog-categories li {
	color:#404040;
	font-size:0.75em;
	font-family: 'Lato', sans-serif;
	text-decoration:none;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	padding:0 5px 0 0;
	float:left;
	
}

.blog-categories li::after {
  content: ", ";
}

.blog-categories li:last-child::after {
    content: "";
}

/******************UP ARROW******************/

#works_back_up {
	width:100%;
	margin:20px 0 0 0;
}

#back_up {
	text-align: center;	
}
#up_arrow_wrap {
	width:40px;
	margin:auto;  
}

#up_arrow {
	width: 40px;
  	height: 40px;
  	position:relative;
	
  -webkit-transform: rotate(225deg);
  	border-left: none;
  	border-top: none;
  	border-right: 1px var(--red) solid;
  	border-bottom: 1px var(--red) solid;
}

#back_up:hover #up_arrow {
   border-right: 2px var(--red) solid;
  border-bottom: 2px var(--red) solid;
}

#back_up_text h3, a {
	color:grey;
	font-size:0.75em;
	font-family: 'Lato', sans-serif;
	text-decoration:none;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin:0 0 20px 0;
}

#back_up_text a {
	text-decoration:none;
	color:inherit;
}
		
#back_up:hover #back_up_text h3{
	color:black;
	
}
	

/******************DOWN ARROW******************/

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 90%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 1.2px var(--red) solid;
  border-bottom: 1.2px var(--red) solid;
}
  
.arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px var(--red) solid;
  border-bottom: 1px var(--red) solid;
  animation-duration: 2s;
	animation-delay: 5s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

div.arrow:hover {
  border-right: 2px var(--red) solid;
  border-bottom: 2px var(--red) solid;
}


  
@keyframes arrow {
  0% {
    opacity: 0; 
	transform: translate(-10px, -10px);}

	
  80% {
    opacity: 1; 
     }
}		

/******************ABOUT******************/

#post-38 .entry-header {
	display:none;
}

#post-38 .entry-content {
	margin: 90px 20% 0 35%;
}

#contact_form {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-wrap:wrap;
}

input[type="text"], input[type="email"], textarea
{
 	background-color: #fff;
	border: 1px var(--red) solid;
	border-radius:0px;
 	color: grey;
	padding: 12px 10px;
 	font-family: 'Lato', sans-serif;
	font-size:0.9em;
	font-weight:300;
	margin-bottom:5px;
}

#name_email_group {
	box-sizing:inherit;
}

#contact_name {
	width: 100%; 
	float:left;
	margin-right:5%;
	margin-top:10px;
}

#contact_email {
	width:100%;
	float:right;
	margin-left:0.7%;
	margin-top:10px;
}

#contact_subject, #contact_message {
	width:100%;
	margin-top:10px;
}

.wpcf7-form > p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

input[type="submit"] {
	color:white;
	background-color:var(--red);
	border: none;
    border-radius: 0px;
    font-size: 1em;
    padding: 0.6em 1em 0.4em;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:0.1em;
	text-transform:uppercase;
	width:130px;
	float:right;
}

input[type="submit"]:hover {
	background-color:var(--dark-red);
	
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input#contact_send:focus {
    border-color: none;
	outline: 1px solid pink;
}


/******************WORKS******************/


#works_categories ul.blog-categories {
	margin:0 0 0 0;
	padding:0;
}

#works_categories .blog-categories li {
	color:grey;	
}

#works_categories {
	margin:0 0 40px 0;
}

.works_description {
	padding-left:15%;
	padding-right:20%;
}

#works_content {
	margin:90px 5% 0px ;
}

.post-thumbnail {
	display:none;
}

#works_the_good_stuff {
	display:flex;
	flex-direction:row;
}

#works_description_wrap{
	width:34%;
}

#works_images {
	width:66%;
}

/******************WORKS DEMO REEL******************/

#post-35 #works_description_wrap{
	display:none;
}

/******************FOOTER******************/

.site-footer {
	border-bottom: var(--red) solid 35px;
	text-align: center;
}

.copyright-info > p {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	font-size: 0.7em;
}


/******************MEDIA QUERIES******************/

/* * * * *     --------WORKS-----      * * * * * */

@media screen and (max-width: 1200px) {
  .works_description {
	padding-left:7%;
	padding-right:15%;
	}
}

@media screen and (max-width: 1024px) {
  .works_description {
	padding-left:0%;
	padding-right:15%;
	}
}

@media screen and (max-width: 768px) {
  .works_description {
	padding-left:0%;
	padding-right:15%; 
	}
	#works_the_good_stuff {
    display: flex;
    flex-direction: column;
	}
	
	#works_description_wrap {
    width: 100%;
	}
	#works_images {
    width: 100%;
	}
	
}

@media screen and (max-width: 375px) {
#works_content {
	margin:90px 10% 0px ;
}
	


}


/* * * * *     --------ABOUT-----      * * * * * */

@media screen and (max-width: 1200px) {
	
	#post-38 .entry-content {
	margin: 90px 15% 0 20%;
	}
}


@media screen and (max-width: 375px) {
	
	#post-38 .entry-content {
	margin: 90px 10% 0 10%;
	margin: 90px 10% 0 10%;
	}
}

/* * * * *     --------HOME-----      * * * * * */
@media screen and (max-width: 1050px) {
	.loop-container {
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	}
	
	.loop-item {
    width: 45%;
    margin-bottom: 5%;
	
}
}

@media screen and (max-width: 600px) {
	.loop-container {
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}
	
	.loop-item {
    width: 100%;
    margin-bottom: 15%;
	
}
	}

/*For Background and Hero Image on Home Page */

@media screen and (max-width: 1200px) {

	.home-welcome-text {
		padding-left:10%;
		padding-top:5%;
	}
}

@media screen and (max-width: 1206px) {

	.home-hero {
		background-position: center;
	}

	.home-welcome-text {
		padding-left:5%;

	}
}

@media screen and (max-width: 867px) {

	.home-welcome-text {
		width: 300px;
		padding-left:10%;
		padding-top:15%;
	}
		.home-welcome-text h1 {
		font-size:6em;
		line-height: 0.7em;

	}
	
}

@media screen and (max-width: 680px) {

	.home-hero {
		background-image:url(images/chicken_etch_layered_mobile.png);
	}
	
}
	
@media screen and (max-width: 420px) {

	.home-hero {
		height:150vw;
	}
	
	.home-welcome-text h1 {
		font-size:5em;
		line-height: 0.7em;
}
}

@media screen and (max-width: 375px) {

	.home-hero {
		height:150vw;
	}
	
	.home-welcome-text {
		padding-top:20%;
	}
	
	.home-welcome-text h1 {
		font-size:4em;
		line-height: 0.7em;
}
}


/****************** TYPE SIZE CHANGES ******************/

@media screen and (max-width: 680px) {
	
	.works_description h2 {
	font-size:0.8em;
	}
	
	p {
	font-size:0.9em;
}
	
	h1.entry-title {
		font-size:2em;
		line-height:2em;
	}

	.blog-categories li {
	font-size:0.7em;
}

}

@media screen and (max-width: 400px) {
	
	.works_description h2 {
	font-size:0.8em;
	}
	
	p {
	font-size:0.9em;
}
	
	h1.entry-title {
		font-size:1.75em;
		line-height:2em;
			
	}

	.blog-categories li {
	font-size:0.7em;
}
	
	.main-navigation a {
		font-size:1em;
	}

}
/* * * * *     --------NAV MENU-----      * * * * * */


@media screen and (max-width: 900px) {
	.menu-header-menu-container {
		margin-top:25px;
	}


}
	
/******************CLEANING UP******************/

html {
  scroll-behavior: smooth;
}

button.menu-toggle {
	display:none;
}

nav.navigation.post-navigation {
	display:none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border-top:var(--red) solid 3px;
	border-right:none;
	border-left:none;
	border-bottom:none;
	font-family:'Lato', sans-serif;
	margin:2em 0em 1em;
	padding:0.2em 0em;
}

span.wpcf7-not-valid-tip {
    color:var(--red);
	font-family:'Lato', sans-serif;
    font-size: 0.5em;
    font-weight: normal;
    display: block;
	float:none;
}

.post-edit-link, .edit-link {
	display:none;
}

.blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: static;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 2% 0 0;
    color: #404040;
    text-align: left;
    font-size: 0.75em;
    background: none;
	font-weight:300;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	flex-direction: column;
}

.page {
	margin: 0 0 0;
}

:root {
  --red: #E8262B;
	--dark-red: #CC0000;
}