/*
Theme Name: Portfolius 2.0
Theme URI: https://hegeman.co/
Author: Cornelius Hegeman
Author URI: https://hegeman.co/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: twentythirteen
*/

/* Globals */
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, img, ins, kbd, q, s, samp,
xsall, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  vertical-align: baseline;
  margin: 0 auto;
  padding: 0; 
}

* {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border-style: none;
	border: none;
	border color: transparent;
}

bold {
	font-weight: bold;
}

italic {
	font-style: italic;
}

.no-row {
  padding-left: 10px;
  padding-right: 10px;
}

.transcenter{
	position:absolute;
	left: 50%;
	top:50%; 
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

html, body {
	width: 100%;
	height: 100%;
	font-family: 'Inter', 'Helevetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #111111;
    letter-spacing: -0.01em;
}

p {

	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px 10px;
	color: #333333;
}

.wp-block-image {
	margin-top: 14px;
	margin-bottom: 14px;
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}

.wp-block-video video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.bold {
	font-weight: bold;
}

.h100 {
	height: 100%;
}

.h50 {
	height: 50%;
}


.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear:both;
}

.whitetext {
	color: #FFF;
}
	
.gray1text {
	color: whitesmoke;
}
	
.gray2text {
	color: gainsboro;
}

.gray3text {
	color: dimgray;
}

a {
	color: #111111;
	text-decoration: overline;
	text-decoration-color: transparent;
	font-weight: 600;
	transition: .2s ease;
}

a:hover {
	color: #000000;	
	text-decoration: overline;
	text-decoration-color: #000000;
}

a:active {
	color: #333333;
	text-decoration: overline;
	text-decoration-color: #333333;	
}

a:visited {
	color: ;
}

h1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	padding: 10px 0px;
}

h2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px;
}

h3 {
	padding: 10px 0px 10px;
	font-size: 16px;
	line-height: 22px;
}

.footnote {
	color: #4A4A4A;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding:10px 0px 10px;
}

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

.h100 {
    height: 100%;
}

/* NAV */

.title a {
	font-size: 24px;
	color: #111111;
	font-weight: 800;
}

.mainnav {
	float: right;
	padding: 5px 0px;
}

header {
	padding: 60px 0px 20px;
}

.mainnav li {
	text-decoration: none;
	display: inline-block;
	margin: 0px 0px 0px 28px;
	color: #999999;	
	font-weight: 400;
}

.mainnav a {
	color: #999999;	
	font-weight: 400;		
}

.mainnav a:hover {
	color: #111111;					
}

.current_page_item {
	font-weight: 600;
	color: #111111 !important;
}

.current_page_item a {
	font-weight: 600;
	color: #111111 !important;
}

/*.line-under-header {
	border-bottom: 1px solid #DDDDDD;
} */

/* Home Page */

.home-main-contents {
	margin: 50px 0px;
}

.home-project-preview {
	transition: .1s ease .1s;
	margin: 10px 0px;
	border-radius: 12px;
	overflow: hidden;

}

.home-project-preview:hover {
	transition: .2s ease;	
	transform: scale(1.004);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
	}
	
.home-project-preview:active {
	transition: .1s ease;	
	transform: scale(0.996);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
	}

.home-project-preview img {
	display: block;
	transition: .2s ease;
	width: 100%;
	height: auto;
	opacity: 1;
}

.home-project-preview:hover img {
	opacity: 0.2;
	transition: .1s ease;
	transform: scale(1.02);
}

.home-project-preview:active img {
	opacity: 0.5;
	transition: .1s ease;
}

.home-project-hover {
	transition: .1s ease .1s;
	background: rgba(255, 255, 255, 0);
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-project-preview:hover .home-project-hover {
	transition: .2s ease;
	background: rgba(255, 255, 255, 0.8);
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.90) 100%);
}

.home-project-preview:active .home-project-hover {
	transition: .2s ease;
	background: rgba(0, 0, 0, 0.03);
/* 	box-shadow:  inset 0px 4px 8px 0px rgba(0, 0, 0, 0.08) */;
}

.home-project-hover-label {
	transition: .1s ease;
	margin-top: -90px;	
	padding: 20px;
	opacity: 0;
}

.home-project-preview:hover .home-project-hover-label {
	opacity: 1;
	transition: .3s ease .1s;
}

.home-project-preview:active .home-project-hover-label {
	opacity: 0.5;
	transition: .1s ease;
}

.home-project-hover-label h2 {
	font-size: 20px;
	line-height: 25px;
	padding: 0px 0px 0px;
	text-shadow:  0px 0px 24px rgba(255, 255, 255, 0.80), 0px 0px 40px #ffffff;
	-webkit-filter:  drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.80) ) drop-shadow(0px 0px 40px #ffffff);	
}

.home-project-hover-label span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	font-weight: 400;
	padding-top: 4px;
	color: #333333;
}

/* BRAND PAGE */


.brand-project-preview {
	transition: .1s ease .1s;
	margin: 10px 0px;
	border-radius: 4px;
	overflow: hidden;

}

.brand-project-preview:hover {
	transition: .2s ease;	
	transform: scale(1.02);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
	}
	
.brand-project-preview:active {
	transition: .1s ease;	
	transform: scale(0.99);
	opacity: 0.7;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
	}

.brand-project-preview img {
	transition: .2s ease;
	width: 100%;
	height: auto;
	opacity: 1;
}

.brand-project-preview:hover img {
	opacity: 0;
	transition: .0.5s ease;
/* 	transform: scale(1.05); */
}

.brand-project-preview:active img {
	opacity: 0;
	transition: .1s ease;
}



.brand-project-preview:hover .brand-project-hover {

}

.brand-project-preview:active .brand-project-hover {

}

.brand-project-hover-label {
	transition: .1s ease;
	margin-top: calc((100% * -0.4) - 16px);
	margin-bottom: calc((100% * 0.4) - 36px);	
	padding: 0px 50px;
	height: 50px;
	opacity: 0;
	text-align: center;
}

.brand-project-preview:hover .brand-project-hover-label {
	opacity: 1;
	transition: .0.5s ease;
}

.brand-project-preview:active .brand-project-hover-label {
	opacity: 0.5;
	transition: .1s ease;
}

.brand-project-hover-label h2 {
	font-size: 20px;
	line-height: 25px;
	padding: 0px 0px 0px;
	color: #ffffff;
	
}

.brand-project-hover-label span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	font-weight: 400;
	padding-top: 4px;
	color: #333333;
}






/* BASIC PAGE */


.main-contents {
	padding: 50px 0px 50px;
}


/* PROJECT PAGE */


.project-main-contents {
	padding: 50px 0px 50px;
}

.project-main-contents .wp-block-image {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 .subheader {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 5px 0px 0px;	
	color: #333333;	
	display: block;
}

.tag-holder {
	height: 55px;
	margin: 10px 0px 10px;
}

.tag-holder a {
/* 	transition: .2s ease-in-out; */
	padding: 4px 8px;
	font-size: 13px;
	line-height: 17px;
	margin: 30px 0px 0px 8px;
	color: rgba(0, 0, 0, 0.75);
	font-weight: 600;
	float: right;
	text-decoration: none;	
	cursor: text;
}

/*
.tag-holder a:hover {
	text-decoration: none;	
	transform: scale(1.05);
	
}
*/

.project-main-contents img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 10px 0px;
}

.project-main-contents figcaption {
	padding: 2px 160px 22px;
	font-size: 13px;
	line-height: 19px;
	color: #555555;
	font-style: italic;
	text-align: center; 
}

.text-block {
	padding: 42px 120px 46px;
}

.text-block-adjust {
	margin: 0px 0px -16px;
}

.text-block h2 {
	padding: 24px 0px 4px;
	margin-bottom: -16px;
}

.text-block p {
	padding: 24px 0px 4px;
	margin-top: -16px;	
}

.more-projects {
	text-align: right;
}

.more-projects h2 {	
	color: #999999;	
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 0px 10px;	
}

.more-projects li {
	display: block;
	color: #999999;	
	font-weight: 600;
	transition: .2s ease;	
	padding: 10px 0px;
}

.more-projects li:hover {
	color: #000000;	
}

.more-projects a:hover {
	text-decoration: none;
}

.more-projects .sub-li {
	display: block;	
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	padding: 2px 0px 0px;
}

.more-projects a:hover {
	text-decoration-color: transparent;
}

.footer {
	background-color: #111111;
	color: rgba(255, 255, 255, 0.7);
	padding: 50px 0px;
}

.footer li {
	display: block;
	padding: 4px 0px;
}

.footer a {
	display: block;
	padding: 4px 0px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;	
}

.footer a:hover {
	display: block;
	padding: 4px 0px;
	color: #ffffff;
	font-weight: 400;
	text-decoration-color: #ffffff;			
}

.footer .current_page_item {
	color: #ffffff !important;
}

.footer .current_page_item a {
	color: #ffffff !important;
	font-weight: 600;
}

.copyright-holder {
	text-align: right;
}

.copyright {
	font-size: 13px;
	line-height: 17px;
	text-align: right;
	margin-top: -21px;
}

.footer-front {
	z-index: 100
}

.footer-back {
	z-index: 99
}

@media (max-width: 1000px) {

	.text-block {
		padding: 42px 60px 46px;
	}
	
	.project-main-contents figcaption {
		padding: 2px 80px 22px;
	}

}

@media (max-width: 768px) {

	.text-block {
		padding: 16px 0px 20px;
	}
	
	.project-main-contents figcaption {
		padding: 2px 0px 2px;
	}
	
	.title {
		text-align: center;
	}
	
	.title a {
		font-size: 24px;
		color: #111111;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.mainnav {
		float: none;
		padding: 0px 0px;
	}
	
	header {
		padding: 28px 0px 0px;
	}
	.mainnav ul {
		padding-top: 20px;
		width: 100%;
	}
	
	.mainnav li {
		text-decoration: none;
		display: inline-block;
		margin: 0px auto;
		color: #999999;	
		width: calc( 33.33% - 3px );	
		padding: 12px 0px;
		text-align: center;
	}
	
	.current_page_item {
		font-weight: 600;
		color: #111111 !important;
		border-bottom: 2px solid #111111;
	}
	
	.line-under-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.16);
		margin-top: -1;
	}	
	
	.home-main-contents {
		margin: 10px 0px;
	}
	
	.project-main-contents {
		padding: 18px 0px 18px;
	}
	
	.tag-holder {
		height: 25px;
		margin: 2px 0px 26px;
	}
	
	.tag-holder a {
		padding: 4px 8px;
		font-size: 13px;
		line-height: 17px;
		margin: 4px 8px 0px 0px;
		color: rgba(0, 0, 0, 0.75);
		font-weight: 600;
		float: left;
	}	

	
	.more-projects {
		border-top: 1px solid rgba(0, 0, 0, 0.16);
		padding-top: 18px;
		text-align: left;
	}
	
	.more-projects h2 {	
		color: #999999;	
		font-size: 13px;
		line-height: 17px;
		font-weight: 400;
		text-transform: uppercase;
		padding: 10px 0px 10px;	
	}
	
	.more-projects li {
		display: block;
		color: #999999;	
		font-weight: 600;
		transition: .2s ease;	
		padding: 10px 0px;
	}
	
	.more-projects li:hover {
		color: #000000;	
	}
	
	.more-projects a:hover {
		text-decoration: none;
	}
	
	.more-projects .sub-li {
		display: block;	
		font-size: 13px;
		line-height: 17px;
		font-weight: 400;
		padding: 2px 0px 0px;
	}
	
	.footer {
		background-color: #111111;
		color: rgba(255, 255, 255, 0.7);
		padding: 24px 0px 28px;
	}
	
	.footer li {
		display: block;
		padding: 4px 0px;
	}
	
	.footer .current_page_item {
		color: #ffffff !important;
	}
	
	
	.copyright-holder {
		text-align: right;
	}
	
	.copyright {
		font-size: 13px;
		line-height: 17px;
		text-align: left;
		margin-top: 24px;
	}	

}

@media (max-width: 450px) {



}
