/* @override 
	https://www.studioswine.com/wp-content/themes/studio-swine/style.css?* */

/*!
Theme Name: Studio Swine
Author: SMITHS STUDIO
Author URI: https://www.smiths.studio
Version: 1.0.1
Text Domain: studio-swine

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
	color: #000;
	font-family: 'Neue Haas Unica W01', Arial, Helvetica, Geneva, sans-serif;;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index: 5000;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 10px 2em 12px;
	height: 80px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 2.75em;
	line-height: 1.25;
	transition: all 0.5s ease;
	border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.main-navigation li:hover > a {
	border-bottom: 4px solid #000;
	color: #000;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	border-bottom: 4px solid rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .1);
}

/* Small menu */

.menu-toggle {
	display: none;
	position: fixed;
	width: 100%;
	line-height: 80px;
	height: 80px;
	padding: 0;
	z-index: 1000;
	font-size: 2em;
}

button.menu-toggle {
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	text-shadow: none;
	vertical-align: middle;
color: rgba(255, 255, 255, .1);
}

button.menu-toggle:focus {
	outline: none
}

#masthead.delggot, #masthead.delggot ul {
	background-color: transparent !important;
}

@media screen and (max-width: 50em) {
	.menu-toggle, .toggled .main-navigation .nav-menu {
		display: block;
	}
	
	.main-navigation {
		float: left;
		width: 100%;
		height: 0;
	}
	
	.main-navigation ul {
		position: relative;
		margin-top: 80px;
		width: 100%;
		display: block;
		z-index: 100;
		-webkit-transform: translateY(-500px);
		-ms-transform: translateY(-500px);
		transform: translateY(-500px);
		 /* This is !important to include */
		-webkit-transition: all 600ms ease-in-out;
		transition: all 600ms ease-in-out;
		border-bottom: 4px solid #000;
	}
	
	.toggled .main-navigation ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.main-navigation li.menu-item-has-children {
		display: none;
	}
	
	.main-navigation li:after {
		content: "";
	}
	
	.main-navigation li:hover > a, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
		border-bottom: none;
	}
	
	.main-navigation li {
		display: block;
		float: none;
		position: relative;
		clear: left;
		text-align: center;
		line-height: 60px;
		height: 60px;
		padding: 0;
	}
	
	.main-navigation li:last-child {
		border-bottom: none;
	}
	
	.main-navigation a {
		display: block;
		text-decoration: none;
		padding: 0px;
		border-radius: 0px;
		width: 90%;
		margin: auto;
		border-bottom: none;
		font-size: 2em;
		height: 60px;
		line-height: 60px;
	}
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 0 0 0;
	padding-bottom: 1em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/* Custom Styles */


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 72em;
	width: 90%;
	overflow: hidden;
}

.column.mid {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 40em) {
	.column {
		float: left;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.column.full {
		width: 100%;
	}
	
	.column.two-thirds {
		width: 66.7%;
	}
	
	.column.half {
		width: 50%;
	}
	
	.column.third {
		width: 33.3%;
	}
	
	.column.fourth {
		width: 25%;
	}
	
	.column.fifth {
		width: 20%;
	}
	
	.column.sixth {
		width: 16.666666667%;
	}
	
	.column.three-fourths {
		width: 75%;
	}
	
	.column.flow-opposite {
		float: right;
	}
	
	.column.eighty {
		width: 80%;
	}
	
	.column.ninety {
		width: 90%;
	}
	
	.column.mid {
		float: none;
		margin: 0 auto;
	}
	
	.column.text {
		width: 75%;
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

#page {
	padding-top: 140px;
	color: #000;
}

.site-header {
	height: 80px;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	text-align: center;
	z-index: 2000;
}

.nav-up {
	top: -100px;
}

.toggled.nav-up {
	top: 0 !important;
}

.logo-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1000;
}

.logo-overlay svg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
}

.site-description {
	position: fixed;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
	display: none;
}

.hidden {
	display: none;
}

.site-description p {
	font-size: 1.75em;
	margin: 0;
}

.site-description span {
	display: block;
}

@media screen and (min-width: 40em) {
	.site-description {
		display: block;
	}
	
	.site-description span {
		display: inline;
	}
	
	.site-description p {
		font-size: 2em;
		margin: 0;
	}
}

@media screen and (min-width: 52em) {
	.site-description p {
		font-size: 2.5em;
		margin: 0;
	}
}

/* @group Front Page Slideshow */

#front-slideshow {
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.swine-slideshow {
	width: 100%;
	height: 100vh;
	margin: auto;
	background: transparent;
}

.swine-slide {
	width: 100%;
	height: 100vh;
	margin: auto;
	background: transparent;
}

.swine-slideshow img {
	max-height: 50%;
	max-width: 40%;
	position: relative;
	left: 100px;
	top: 100px;
	transform: translateX(-50%);
}

/* @end */

.site-branding {
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 2000;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-branding svg {
	fill: rgba(255, 255, 255, .2);
	transition: all 0.5s ease;
}

.site-branding a:hover svg {
	fill: rgba(0, 0, 0, 1);
}

.entry-content p {
	font-size: 1.5em;
	margin-top: 0;
}

@media (min-width: 50em) {
	.entry-content p {
		font-size: 2em;
	}
}

.entry-content p:last-of-type {
	margin-bottom: 0;
}

.entry-content a {
	border-bottom: 4px solid #000;
}

.entry-content a:hover {
	color: rgba(255, 255, 255, .1);
	border-bottom: 3px solid rgba(255, 255, 255, .1);
}

.hentry h1, .hentry h2 {
	font-size: 2em;
	margin: 0;
}

#content {
	width: 95%;
	margin: auto;
}

#main {
	overflow: hidden;
	padding-bottom: 6em;
}

.page-id-24 #main {
	padding: 0;
}

.post-type-archive-project #main ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.post-type-archive-project #main ul h2 {
	margin: 0;
	font-size: 1em;
	display: inline-block;
}

.post-type-archive-project #main ul li .entry-date {
	font-weight: 200;
	color: rgba(255, 255, 255, .1);
}

.post-type-archive-project #main ul li {
	margin: 0;
	font-size: 1.5em;
}

@media screen and (min-width: 37.5em) {
	.post-type-archive-project #main ul li {
		margin: 0;
		font-size: 2.5em;
	}
}

.post-type-archive-project #main ul li a:hover {
	border-bottom: 4px solid rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .1);
}

/* @group New project Page */

ul.project-list {
	margin: 0;
	list-style: none;
	padding: 0 1em;
	z-index: 2000;
}

#project-thumb {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 70%;
	z-index: -1000;
}

h2.project-name {
	font-weight: 200;
}

@media (max-width: 40em) {
	#project-thumb {
		display: none;
	}
}

/* @end */

/* @group Publications */

.publication-table {
	margin-bottom: 10em;
}

.publication-row {
	border-bottom: 2px solid #000;
	padding: 1em 0;
	margin: 0;
}

.publication-row:last-of-type {
	border-bottom: none;
}

.publication-row h2 {
	margin: 0;
	display: block;
}

.publication-row .author, .publication-row .publication, .publication-row .date {
	display: inline-block;
}

.publication-row .publication {
	text-transform: uppercase;
}

.publication-row .author:after {
	content: " · ";
}

.publication-row .date {
	display: block;
}

.publication-row a:hover {
	color: rgba(255, 255, 255, .1);
}

/*@media (min-width: 50em) {

.publication-table {
	width: 80%;
	margin: auto;
}

.publication-row {
	display: block;
	overflow: hidden;
	font-size: 1.25em;
	display: table;
	width: 100%;
}

.publication-row a:hover {
	color: rgba(255, 255, 255, .1);
}



.publication-row .author {
	font-size: 1em;
}

.publication-row h2, .publication-row .author, .publication-row .publication, .publication-row .date {
	display: table-cell;
	vertical-align: middle;
} 

.publication-row h2 {
	font-size: 1em;
	margin: 0;
	padding-left: 0;
}

.publication-row h2 {
	width: 40%;
}

.publication-row .author, .publication-row .publication {
	width: 20%;
	padding-left: 3%;
	
}

.publication-row .date {
	width: 10%;
	padding-left: 3%;
}

.publication-row .publication {
	text-transform: uppercase;
}


}*/

/* @end */

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 9px;
	height: 9px;
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .1);
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: none;
	background: #000;
}

/*.parallax-group {
	position: relative;
	height: 100vh;
	clear: both;
}*/

.project-row {
	margin-bottom: 6em;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.pop-up a {
	display: block;
	float: left;
	position: relative;
}

.pop-up a:hover img {
	opacity: 0.4;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
}

.pop-up .picture-explore {
	position: absolute;
	top: 0;
	padding: 0.5em;
	font-size: 2em;
	display: none;
}

.pop-up a:hover .picture-explore {
	display: block;
}

.overlay .project-row {
	margin-bottom: 0;
}

.project-row:last-of-type {
	margin-bottom: 0;
}

.project-row.title {
	margin-bottom: 0;
}

.project-block {
	position: relative;
	width: 100%;
	float: left;
}

.overlay .project-block.text {
	margin-bottom: 6em;
}

.project-block.lImage img {
	display: block;
	margin: auto;
}

.project-block.lImage {
	margin-bottom: 6em;
}

@media (min-width: 50em) {
	.project-block.right {
		float: right;
	}
	
	.project-block.left {
		float: left;
	}
	
	.project-block.center {
		float: none;
		margin: auto;
	}
	
	.project-block.lImage {
		margin: auto;
		margin-bottom: 6em;
		float: none;
		width: 60%;
	}
	
	.overlay .project-block.lImage {
		margin: auto;
		margin-bottom: 6em;
		float: none;
		width: 70%;
	}
	
	.project-block.bio, .project-block.text {
		width: 70%;
		z-index: 100;
	}
	
	.project-block.picture {
		height: auto;
	}
	
	.project-block.picture img {
		width: 100%;
		display: block;
	}
	
	.project-block.sGallery {
		float: none;
		margin: auto;
		padding-bottom: 3em;
	}
}


@media (max-width: 50em) {
	.project-block {
		position: relative;
		width: 100% !important;
	}
}

.block-caption {
	color: rgba(0, 0, 0, .3);
	font-weight: 300;
	float: left;
	width: 100%;
}

.block-caption p {
	margin-bottom: 0;
	margin-top: 0.5em;
}

.project-block.title h2 {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
}

.block-caption a {
	color: rgba(0, 0, 0, .3);
}

.cv h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 2em;
}

.cv h3 {
	font-weight: 300;
	color: rgba(255, 255, 255, .1);
	margin: 0;
	font-size: 2em;
}

.cv p {
	margin-top: 0;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 2001;
	padding: 5%;
}

a#overlay-menu {
	
}

a#overlay-menu:hover {
	
}

.overlay-close {
	position: fixed;
	right: 15px;
	top: 15px;
}

.overlay-data {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	visibility: 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.close {
	right: 40px;
	top: 40px;
	width: 40px;
	height: 40px;
	opacity: 1;
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 3px;
	background-color: #000;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

body.noscroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 0;
	height: 0;
}

.grid-gallery {
	margin: -2em -2em;
	overflow: hidden;
}

.grid-gallery .grid-image {
	width: 100%;
	float: left;
	padding: 2em;
	margin-bottom: 0;
	position: relative;
}

.grid-image .post-thumbnail {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	overflow: hidden;
	/*	border: 1px solid #e7e7e7;*/
}

.grid-image .post-thumbnail::before {
	content: "";
	display: block;
	padding-top: 66.67%;
}

.grid-image .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
}

@media (min-width: 40em) {
	.grid-gallery .grid-image {
		width: 50%;
		float: left;
	}
	
	.grid-gallery.new .grid-image {
		width: 33.3%;
		float: left;
	}
	
	.grid-gallery.new .grid-image:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 56em) {
	.grid-gallery .grid-image {
		width: 33.33%;
		float: left;
	}
	
	.grid-gallery.new .grid-image {
		width: 25%;
		float: left;
	}
	
	.grid-gallery .grid-image:nth-child(3n+1) {
		clear: left;
	}
	
	.grid-gallery.new .grid-image:nth-child(3n+1) {
		clear: none;
	}
	
	.grid-gallery.new .grid-image:nth-child(4n+1) {
		clear: left;
	}
}


.contact-wrap {
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2001;
}

.contact-wrap p {
	margin: 0;
}

.contact-footer {
	font-size: 1.5em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2000;
}

@media (min-width: 22em) {
	.contact-wrap {
		font-size: 1.5em;
	}
}

@media (min-width: 40em) {
	.contact-wrap {
		font-size: 2.75em;
	}
	
	.contact-footer {
		font-size: 2em;
	}
}

.contact-wrap a:hover, .contact-footer a:hover {
	color: rgba(255, 255, 255, .1);
}
}

.Rimages img {
	
}

.Rimages img {
	display: none;
	max-width: 40%;
	max-height: 50vh;
	position: fixed;
	z-index: 1000;
    /*border:2px solid black;*/
}

.Rimages img.show {
	display: block;
}

h1.page-title {
	font-size: 2.75em;
	margin-top: 0;
}

ul.social-media {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

ul.social-media li {
	display: inline;
	padding: 0 0.125em;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel {
	background: #transparent;
	margin-bottom: 2em;
}

.carousel-cell {
	width: 100%;
	height: 600px;
	margin-right: 10px;
	background: #transparent;
}

@media (min-width: 50em) {
	.carousel-cell {
		width: 60%;
	}
}



.carousel-cell-image {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

/* fade in lazy loaded image */

.carousel-cell-image.flickity-lazyloaded, .carousel-cell-image.flickity-lazyerror {
	opacity: 1;
}

.scrollup-wrap {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
}

a.scrollup {
	padding: 20px;
	font-size: 1.25em;
	text-transform: uppercase;
}

/* @group Page Loader */

.globe-svg {
	width: 40px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7b3BhY2l0eTowLjE7ZmlsbDojRkZGRkZGO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiLz48L3N2Zz4=);
}

/* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
from {
	-webkit-transform: rotateY(0deg);
}

to {
	-webkit-transform: rotateY(-360deg);
}
}

  /* all other browsers */
  @keyframes spinner {
from {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

to {
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
}
  
  
 
  
#stage {
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	-ms-perspective: 200px;
	perspective: 200px;
	width: 40px;
	height: 40px;
	color: #fff;
}

#spinner {
	display: inline-block;
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* @end */

.site-main .posts-navigation {
	margin-top: 1em;
}

.posts-navigation .nav-links {
	text-transform: uppercase;
	padding: 3em 0;
}

.nav-links a {
	padding: 0.5em;
	border: 2px solid #111;
}

.nav-links a:hover {
	border-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .1);
}

#colophon  {
	padding: 2em;
}

#colophon .site-info {
	font-size: 1.5em;
}

.site-info a {
	border-bottom: 3px solid #000;
}


.site-info a:hover {
	color: rgba(255, 255, 255, .1);
	border-bottom: 3px solid rgba(255, 255, 255, .1);
}
