/*
Theme Name: Andrew Holland Design
Theme URI: http://wordpress.org/
Description: Custom theme for Andrew Holland Design
Author: Owen Walz, the Wordpress Team
Version: 1.0
*/

:root {
	--color-black: #151515;
	--color-grey: #535353;
	--color-yellow: #fede70;
	--color-yellow-accent: #fefe00;
	--color-white: #FFF;

	--size-tablet: 720px;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* =Fonts and Typography
-------------------------------------------------------------- */

@font-face {
	font-family: flux_arch;
	src: url('./fonts/Flux Architect Regular.ttf');
}

@font-face {
	font-family: flux_arch;
	font-weight: bold;
	src: url('./fonts/Flux Architect Bold.ttf');
}

@font-face {
	font-family: flux_arch;
	font-weight: bold;
	font-style: italic;
	src: url('./fonts/Flux Architect Bold Italic.ttf');
}

@font-face {
	font-family: flux_arch;
	font-style: italic;
	src: url('./fonts/Flux Architect Italic.ttf');
}

@font-face {
	font-family: 'Trade Gothic';
	src: url('./fonts/TradeGothic/TG-LT.ttf');
}
@font-face {
	font-family: 'Trade Gothic - Bold';
	font-style: bold;
	src: url('./fonts/TradeGothic/TG-LT-Bold.ttf');
}
@font-face {
	font-family: 'Trade Gothic - Italic';
	font-style: italic;
	src: url('./fonts/TradeGothic/TG-LT-Bold-Condenced.ttf');
}
@font-face {
	font-family: 'Trade Gothic - Light';
	font-style: lighter;
	src: url('./fonts/TradeGothic/TG-LT-Light.ttf');
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Trade Gothic - Light', sans-serif;
	/* text-transform:uppercase; */
	font-size: 14px;

}

body,
input,
textarea,
a:link,
a:visited {
	color: #dfdfdf;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

em {
	color: #fff;
}

p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0 0 0 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a, .psuedo-link {
	text-decoration:none;
	-moz-transition-property: all;
	-moz-transition-duration: .4s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .4s;
	transition-property: all;
	transition-duration: .4s;
}

a:active,
a:hover,
.psuedo-link:hover,
.psuedo-link-active {
	color: #FFE500;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#content .entry-title {
	font-size: 13px;
	font-weight: 100;
	line-height: 1.4em;
	margin-bottom: 0;
	color: #fff;
}

.meta-name {
	color: #fff;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #000 url("./images/bg_body.png");
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#container {
	width:100%;
}

#content {
	/* float:left; */
	width:100%;
}

#main {
	clear: both;
	background: #f8f5f3 url("./images/bg_slidearea.jpg");
	overflow: hidden;
	margin: 0;
	padding: 50px 15px 0 15px;
	/* height: 532px; */
	height: auto;
}


#footer {
	clear: both;
	width: 100%;
	color: #444;
	padding: 10px 0 0 0;
	font-size: 11px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	/* width: 970px; */
	margin: 15px auto 0;
	width: calc(100% - 80px);
	max-width: 1024px;
	/* max-width: 1400px; */
	padding: 15px 40px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* Navigation
------------------------------------ */

#navigation-top {
	width: 100%;
	height:32px;
	overflow: hidden;
}

.nav-home-title {
	float: left;
	text-transform:uppercase;
	margin: 5px 0 0 15px;
	font-size: 13px;
}
.nav-home-title img {
	height: 49px;
	transform: translateY(-50%);
	top: calc(50% + 4px);
}

.nav-home-title a:link,
.nav-home-title a:visited,
.nav-home-title a:active
.navigation-list a {
	color: #FFE500;
	text-shadow: 0 0 10px #FFE500, 0 0 10px #FFE500;
}

.navigation-list li a {
	position: relative;
}

.current-cat a, .current_page_item a, .navigation-list a:hover, .entry-title a:hover {
	color: #fff;
	overflow: hidden;
		/* text-shadow: 0em 0em 1.5em #fff */
}
.navigation-list a:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	background: white;
	top: 100%;
	left: 0;
	transition: all 0.15s ease-in;
}
.navigation-list a:hover:after, .current_page_item a:after, .current-cat a:after, .entry-title a:hover {
	width: 100%;
}

.current-cat a, .current_page_item a {
	cursor: default;
}

.navigation-list a {
	/* float: right; */
	padding: 7px 20px;
	font-size: 10px;
}

.navigation-list li {
	/* float:right; */
	margin: 0 0 0 3px;
	/* background: #222 url("./images/bg_projectinfo.jpg"); */
}

.navigation {
	color: #888;
	line-height: 18px;
	overflow: hidden;
}

.nav-previous {
	/* float: left;
	width: 30%; */
	padding-left: 25px;
}
.nav-next {
	/* float: right; */
	text-align: right;
	/* width: 30%; */
	padding-right: 25px;
}

#nav-below {
	margin: 0 0 0 0;
	float:left;
	width:100%;
}


/* Slideshow
------------------------------------ */

#main.page-template-page-template_homepage-php {
	padding: 0 0 0 0;
	height: 582px;
 	background: #fff url("./images/bg_slideshow_bg.jpg");
}

#homepage-slideshow-wrapper {
	width: 100%;
}

#homepage-slideshow {
	width: 100%;
}

.homepage-slideshow-imagewrapper {
	width: 970px;
	height: 562px;
	padding: 50px 0 0 0;
	background: transparent url("./images/bg_slideshow_stiches.png");

}

.homepage-slideshow-imagewrapper-image {
	text-align:center;
	background: #000;
	width: 745px;
	height: 425px;
	overflow: hidden;
	padding: 30px 30px;
	margin: auto;
	-moz-box-shadow:    0 -2px 7px 3px #fff, inset 0 0 25px 15px #444;
	-webkit-box-shadow: 0 -2px 7px 3px #fff, inset 0 0 25px 15px #444;
	box-shadow:         0 -2px 7px 3px #fff, inset 0 0 25px 15px #444;
	-moz-border-radius: 4px;
	border-radius: 4px;
}






/* Page content
------------------------------------ */

.page-column ul {
	list-style:disc;
}

#main.page-template-page-template_default-php {
	padding: 0 25px 25px;
	min-height: 50px;
	background: #060606;

}

.page-header {
	float:left;
	background: #222 url("./images/bg_projectinfo.jpg");
	height: 62px;
	text-align: center;
	margin: 0 0 30px 0;
}

.page-column {
	float:right;
	width: 550px;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 1.6em;
	letter-spacing: 0.3px;
}

.page-thumbnail {
	float:left;
	width: 300px;
	overflow: hidden;
	background: #000;
	padding: 10px;
}


/* Project archive content
------------------------------------ */


.project-multiple-title {
	padding: 3px 5px;
	font-size: 12px;
	font-family: 'Trade Gothic';
}


.project-multiple-container {
	float:left;
	width: 235px;
	height: 225px;
	padding: 0 0 30px 0;
	background: 50% 10% no-repeat url('images/bg_slide_large_inactive.png');
	background-size: 93%;
}

.project-multiple-container:hover a {
	color:#fff;
	text-shadow: 0em 0em 2em #fff, 0em 0em 2em #fff;
}

.project-multiple-thumbnail {
	text-align: center;
	vertical-align:middle;
	width: 145px;
	height: 98px;
	overflow: hidden;
	float: left;
	margin: 64px 0 0 46px;
}

.project-multiple-thumbnail a {
	float:left;
	opacity: 0.9;
	-moz-transition-property: all;
	-moz-transition-duration: .4s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .4s;
	transition-property: all;
	transition-duration: .4s;
}

.project-multiple-thumbnail a:hover {
	opacity: 1.0;
-moz-box-shadow: 10px 10px 5px #fff;
-webkit-box-shadow: 10px 10px 5px #fff;
box-shadow: 10px 10px 5px #fff;
}

.project-multiple-title {
	width: 212px;
	height: 33px;
	/* float: left; */
	padding: 8px 14px;
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Project single content
------------------------------------ */

#main.single {
	/* padding: 0 25px 0 25px; */
	height: auto;
	/* background: #f8f5f3 url("./images/bg_projectsingle.jpg"); */
	/*background: #000; */
	background: transparent;
	padding: 0;
}

#project-single-info {
	position: relative;
	/* float:left; */
	background: #222 url("./images/bg_projectinfo.jpg");
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	/* margin-left: 25px; */
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#project-single-info-title {
	/* float: left; */
	width: 500px;
}

#project-single-info-dropdown-container {
	/* float: right; */
	width:  284px;
}

#project-single-info-dropdown {
	position: absolute;
	/* float: right; */
	/* background: #262626; */
	padding: 2px;
	width: 280px;
	z-index:100;
	bottom: 40px;
	top: 0;
}

p.dropdown-head {
	text-align: right;
	cursor: pointer;
	margin-bottom: 0;
	padding: 3px;
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Trade Gothic - Bold';
}

p.dropdown-head-active {
	color:#fff;
}

.dropdown-body {
	margin-top: 5px;
	background: #1A1A1A;
	width: 220px;
	padding: 25px 30px;
	overflow: hidden;
	text-align: left;
	display: none;
}
.dropdown-body li {
	margin-bottom: 10px;
}
.dropdown-body li:last-child {
	margin-bottom: 0;
}
.dropdown-body li span {
	font-weight: 600;
}

.image-wrapper {
	display:table-cell; vertical-align:middle; /*Vertical alignment hack */
}

#slideshow {
	display: table; /*Vertical alignment hack */
	height: 100%;
	width: 100%;
	text-align: center;
}
#project-single-currentimage {
	position:relative;
	text-align:center;
	/* float:right; */
	/* width: 745px; */
	width: 100%;
	height: 560px;
	margin: 0 -25px 0 0;
	padding: 20px 25px 20px 20px;
	z-index:0;
	background-color: #000;
}

div.slideshow span.image-wrapper {
display: block;
position: absolute;
top: 0;
left: 0;
}

#project-single-navthumbset {
	margin: 15px 0 15px;
	/* float:left; */
	width:150px;
	max-width: calc(100vw - 80px);
}

.project-single-navthumb-wrapper {
	background-image: url('images/project-single-navthumb-wrapper.png');
	background-size: 95%;
	background-repeat: no-repeat;
	background-position: 70% 50%;
	width: 133px;
	height: 132px;
	margin-bottom: 10px;
	float: left;
}

.project-single-navthumb {
	position: relative;
	left: 22px;
	top: 36px;
}

.selected img {
	opacity: 1;
}


#navbelow {
	/* float:left; */
	padding-bottom: 11px;
	padding-top: 11px;
	width: 100%;
	/* background: #222 url("./images/bg_projectinfo.jpg"); */
}


/* Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#copyright {
	opacity: .6;
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
}


/* Effects / common classes
-------------------------------------------------------------- */

.fullwidth-margin-adjust {
	width:100%;
	padding-left: 25px;
	margin-left: -25px;
	padding-right: 25px;
	margin-right: -25px;
}

.fade-medium {
	-moz-transition-property: all;
	-moz-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	transition-property: all;
	transition-duration: 1s;
}

.fade-fast {
	-moz-transition-property: all;
	-moz-transition-duration: .4s;
	-webkit-transition-property: all;
	-webkit-transition-duration: .4s;
	transition-property: all;
	transition-duration: .4s;
}

.transparent {
	opacity: 0.0;
}

a.selected {
	opacity: 1.0;
}

.preloader {
	background: no-repeat -9999px -9999px;
}

.rounded-corners-small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


/* Contact Form
-------------------------------------------------------------- */

.form_submit {
	background-image: none;
	/* background-color: #444; */
	background-color: var(--color-yellow);
	border: none;
	/* color: #fff; */
	color: var(--color-black);
	padding: 7px 30px;
	margin: 5px 0 0 0;
	/* font-family: flux_arch_regular, Comic Sans MS, sans-serif; */
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid transparent;
	transition: all 0.25s ease-in;
}

.form_submit:hover {
	background-color: transparent;
	cursor: pointer;
	border: 2px solid var(--color-yellow);
	color: white;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* DIGITAL INTERACTIVE ADJUSTMENTS */

#header {
	position: relative;
	z-index: 100;
}
#navigation-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: visible;
}
@media only screen and (min-width: 1000px) {

	#navigation-top .menu-item-has-children:hover .sub-menu {
		opacity: 1;
		pointer-events: auto;
	}
	#navigation-top .sub-menu {
		position: absolute;
		background: black;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-right: 7px;
		pointer-events: none;
		opacity: 0;
		transition: all 0.25s ease-in;
	}
	#navigation-top .sub-menu li {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 999px) {
	#navigation-top .menu-item-has-children {
		padding-top: 0;
		padding-bottom: 0;
	}
	#navigation-top .menu-item-has-children > a {
		display: none;
	}
}
.navigation-list {
	display: flex;
}

.navigation-list li a {
	font-family: 'Trade Gothic - Bold';
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1.2px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;;
}

.mobile-hamburger {
	position: absolute;
	top: 50%;
	right: 0px;
	height: 20px;
	width: 35px;
	transform: translate(0, -50%);
	display: none;
}
.mobile-hamburger > div {
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	top: 0;
	left: 0;
	z-index: 10;
}
.mobile-hamburger > div:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.mobile-hamburger > div:nth-child(3) {
	top: 100%;
	transform: translateY(-50%);
}


.home #wrapper {
	width: 100%;
}
.home #main.page-template-page-template_homepage-php {
	height: auto;
	background: none;
}

.home .page-redesign {
	position: relative;
	background: white;
	height: auto;
	box-shadow:
	inset 0px 15px 30px -10px #000,
	inset 0px -11px 30px -10px #000;
}

.home .slick-slide {
	width: 66vw;
	max-width: 580px;
}
.home .slick-slide img {
	max-width: 100%;
}
.home .slick-slider, .home .slick-slide {
	max-height: 875px;
}

.home .slick-slider .title {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.45s ease-in;
	margin-bottom: 40px;
}
.home .slick-slider .slick-current .title {
	opacity: 1;
	transform: translateY(0px);
}

.home .next-arrow, .home .prev-arrow {
	position: absolute;
	top: 0;
	width: 15%;
	height: 100%;
	cursor: pointer;
	background: transparent;
}
.home .next-arrow:after, .home .prev-arrow:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	border-left: 4px solid white;
	border-top: 4px solid white;
	top: 50%;
	left: 50%;
}

.home .next-arrow {
	right: 0;
	background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(154, 154, 154, 0) 68%);
}
.home .prev-arrow {
	left: 0;
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(154, 154, 154, 0) 68%);
}
.home .prev-arrow:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.home .next-arrow:after {
	transform: translate(-50%, -50%) rotate(135deg);
}

.home h2 {
	font-family: 'Trade Gothic';
	font-size: 42px;
	line-height: 1;
	text-transform: none;
	color: var(--color-black);
	margin-bottom: 14px;
}
.home .button {
	font-family: 'Trade Gothic';
	font-size: 15px;
	padding: 10px 25px;
	background: var(--color-yellow);
	line-height: 3;
	color: var(--color-black);
	border: 2px solid transparent;
	text-transform: uppercase;
}
.home .button:hover {
	border: 2px solid var(--color-yellow);
	background: transparent;
}

.slick-track {
	display: flex;
	align-items: center;
}

.slick-slide .image-container {
	position: relative;
	padding: 0px 60px;
	/* background: url('/wp-content/themes/achdesign/images/bg_slide_large_inactive.png') center no-repeat; */
	/* background-size: contain; */
	margin: 40px auto 20px;
	display: flex;
	justify-content: center;
	width: fit-content;
}

.slick-slide .image-container.initial-slide {
	padding: 0;
}
.slick-slide .image-container:not(.initial-slide) .image-wrapper {
	padding: 115px 60px;
	background: #1a1a1a;
	border-radius: 19px;
	margin: 40px auto;
	max-width: 470px;
}

.page-numbers {
	white-space: nowrap;
}

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

	.slick-slide .image-container {
		padding: 0 20px;
	}
	.slick-slide .image-container:not(.initial-slide) .image-wrapper {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}
@media only screen and (max-width: 720px) {
	.slick-slide .image-container:not(.initial-slide) .image-wrapper {
		padding: 70px 50px
	}
	.slick-slide .image-container {
		/* padding: 0; */
	}
	.slick-slide .image-container:not(.initial-slide) .image-wrapper {
		margin: 0 auto;
	}
}

.slick-slide .image-container img {
    filter: grayscale(0.85);
	transition: all 0.25s ease-in;
	/* max-height: 577px; */
	max-height: 410px;
}
.slick-slide .image-container.no-border img {
	max-height: 500px;
}
.slick-slide.slick-active .image-container img {
	filter: grayscale(0.25);
}
.slick-slide.slick-active .image-container a:hover img {
	filter: grayscale(0);
}
.slick-slide .headline {
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	width: 100%;
	text-align: center;
}
.slick-slide .headline h2 {
	color: white;
	font-weight: 800;
	font-size: 23px;
	text-transform: uppercase;
	padding-top: 10px;
}
.slick-slide .slide-button {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 25px;
	line-height: 25px;
}
.slick-slide a.slide-button:hover {
	color: var(--color-yellow);
}
.slick-slide .image-container.no-border {
	background: transparent;
	/* padding: 0px; */
}
.slick-slide .headline, .slick-slide .button {
	opacity: 0;
	transform: translate(-50%, 20px);
	transition: all 0.45s ease-in;
	will-change: opacity;
}
.slick-slide .headline {
	width: 100%;
}
.slick-slide .headline h2 { margin-bottom: 0; }
.slick-slide .content-wrapper.no-border {
	margin-bottom: 40px;
	text-align: center;
}
.slick-slide.slick-current .headline, .slick-slide.slick-current .button {
	opacity: 1;
	transform: translate(-50%, 0px);
}

input {
	border: 1px solid white;
	border-radius: 0;
	margin-top: 4px;
}

#footer {
	background: var(--color-black);
	padding-bottom: 10px;
	margin-bottom: 0;
}
#footer #copyright {
	float: none;
	color: white;
	text-align: center;
	font-size: 13px;
}

.capper {
	max-width: 970px;
	margin: 0 auto;
}

/* Single */
#project-single-info {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}
#project-single-info h1.entry-title {
	font-size: 24px;
	font-weight: 600;
}
#project-single-info h3 {
	text-transform: uppercase;
	font-family: 'Trade Gothic - Bold';
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 5px;
}
#project-single-info h3 a {
	color: var(--color-yellow-accent);
}
#project-single-currentimage {
	padding: 0;
	margin: 0;
	/* height: auto; */
	height: 500px;
	overflow: hidden;
	max-width: 100vw;
}
#slideshow, .image-wrapper {
	display: flex;
    justify-content: center;
}
#slideshow .image-wrapper img {
	max-width: 100%;
	height: min-content;
}

#slideshow a.advance-link {
	display: inline-flex;
	align-items: center;
}

#project-single-navthumbset {
	background: white;
	width: calc(100% - 60px);
	padding: 30px 40px;
	box-shadow:
	inset 0px 15px 30px -10px #000,
	inset 0px -11px 30px -10px #000;
	margin-top: 0;
	margin-bottom: 80px;
}

#project-single-navthumbset .thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single #navbelow, .archive #navbelow {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #343434;
	z-index: 200;
	padding: 0 40px;
	border-top: 1px solid var(--color-black);
}
.single #navbelow .capper {
	display: flex;
	width: 100%;
}
.single #navbelow .nav-next:hover, .single #navbelow .nav-previous:hover {
	background: white;
}

.archive #navbelow {
	display: flex;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.archive #navbelow a, .archive #navbelow span {
	padding: 40px 10px;
	transition: all 0.25s ease-in;
}

.archive #navbelow a:hover {
	background: var(--color-white);
	color: var(--color-black);
}
.archive #navbelow span {
	text-decoration: underline;
	font-weight: 800;
}

.single .nav-previous, .single .nav-next {
	position: relative;
	padding: 40px 0;
	width: 50%;
	text-align: center;
	transition: all 0.25s ease-in;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.single .nav-previous a, .single .nav-next a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	line-height: 5.5;
}
.single .nav-previous a:hover, .single .nav-next a:hover {
	color: var(--color-black);
}
.single .nav-previous {
	border-right: 1px solid var(--color-grey);
}
.single .nav-next {
	border-left: 1px solid var(--color-grey);
}


.archive #footer {
	padding-bottom: 150px;
}


@media only screen and (max-width: 999px) {
	#wrapper {
		width: auto;
	}
	#header {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}
	#main {
		background: var(--color-white);
		box-shadow: inset 0px 15px 30px -10px #000, inset 0px -11px 30px -10px #000;
	}
	#content {
		display: flex;
		flex-wrap: wrap;;
	}
	#content .project {
		width: 100%;
	}
	.archive #content .project {
		/* width: 33.33%; */
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.mobile-hamburger {
		display: block;
		cursor: pointer;
	}
	.navigation-list {
		position: fixed;
		top: 77px;
		height: calc(100vh - 62px);
		left: 0;
		width: 100%;
		background: var(--color-black);
		z-index: 900;
		display: block;
		padding: 65px 0;
		text-align: center;
		opacity: 0;
		pointer-events: none;
	}
	.navigation-list.opened {
		opacity: 1;
		pointer-events: auto;
	}
	.navigation-list li {
		padding: 20px;
		font-size: 20px;
	}
	.navigation-list li a {
		font-size: 28px;
	}
	#project-single-info {
		max-width: calc(100vw - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
	#project-single-info-dropdown, #project-single-info-dropdown-container {
		width: auto;
		margin-left: auto;
		margin-right: 0;
		white-space: nowrap;
	}
	#project-single-info-dropdown {
		transform: translateX(-100%);
	}
	#project-single-currentimage {
		height: 360px;
	}
	#slideshow .image-wrapper img {
		max-width: 100%;
		max-height: 100%;
		height: min-content;
	}
	.single #navbelow {
		max-width: calc(100vw - 80px);
	}
	.page-thumbnail {
		width: 100%;
		float: none;;
	}
	.page-thumbnail img {
		width: 100%;
	}
	.page-column {
		width: 100%;
		padding: 30px 25px 40px;
	}
}

@media only screen and (max-width: 720px) {
	.home h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.home .button {
		font-size: 13px;
		width: 180px;
		text-align: center;
	}
	.slick-slide .image-container {
		margin: 20px;
		border-radius: 7px;
	}
	.archive #content .project {
		width: 50%;
	}
}

@media only screen and (max-width: 540px) {
	/* #header {
		margin-top: 0;
	}
	.nav-home-title img {
		transform: translateY(-25%);
		top: inherit;
		max-width: 80%;
		height: auto;
	}
	.navigation-list {
		top: 62px;
	}
	.slick-slide .image-container:not(.initial-slide) .image-wrapper {
		padding: 40px 20px;
	} */
	.slick-slide .content-wrapper {
		margin-left: 10px;
	}
	.slick-slide .image-container {
		margin: 20px 10px;
	}
	#content .project {
		width: 100%;
	}
}
