/*!
Theme Name: spgd-portfolio
Theme URI: http://underscores.me/
Author: Studio SPGD with help from Underscores.me 
Author URI: http://sp-gd.com/ + http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spgd-portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

spgd-portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Lausanne-Regular';
  
  
    src: url('fonts/Lausanne-Regular.eot');
    src: url('fonts/Lausanne-Regular.eot') format('embedded-opentype'),
         url('fonts/Lausanne-Regular.woff2') format('woff2'),
         url('fonts/Lausanne-Regular.woff') format('woff'),
         url('fonts/Lausanne-Regular.ttf') format('truetype'),
         url('fonts/Lausanne-Regular.svg#Lausanne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lausanne-Italic';
  
  
    src: url('fonts/Lausanne-Italic.eot');
    src: url('fonts/Lausanne-Italic.eot') format('embedded-opentype'),
         url('fonts/Lausanne-Italic.woff') format('woff'),
         url('fonts/Lausanne-Italic.ttf') format('truetype'),
         url('fonts/Lausanne-Italic.svg#Lausanne-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?oq4s3x');
  src:  url('fonts/icomoon.eot?oq4s3x#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?oq4s3x') format('truetype'),
    url('fonts/icomoon.woff?oq4s3x') format('woff'),
    url('fonts/icomoon.svg?oq4s3x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cherry-01:before {
  content: "\e900";
}
.icon-Folder-02:before {
  content: "\e901";
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	/*font-family: 'Lausanne-Regular';*/
	font-size: 1vw;
	line-height: 125%;
	letter-spacing: 0.06em;
}

* {
	cursor:url('assets/spgdcursor.png') 25 15, auto;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:normal;
	/*font-family: 'Lausanne-Regular';*/
	line-height:normal;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	/*font-family: 'Lausanne-Italic';
	font-style:normal;*/
}

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;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #000;
	filter: contrast(0);
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	-webkit-flex: 1;
	flex: 1;
	text-align: right;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 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 {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.main-navigation li.nav-archive a span:before {
	content: "\e900";
	font-family: 'icomoon' !important;
}

.main-navigation li.nav-info a span:before {
	content: "\e900";
	font-family: 'icomoon' !important;
}

.main-navigation li.current_page_item a span {
	opacity:1;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 3vw;
}

.main-navigation a span {
	position:absolute;
	top: -3vw;
	opacity:0;
	left: 50%;
	transform: translateX(-50%);
}

.site-title a:hover,
.main-navigation a:hover {
	filter:contrast(1);
}

.main-navigation a:hover > span {
	opacity:1;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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
--------------------------------------------------------------*/

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: #fff;
  }
	
	a {
		color:#fff !important;
	}
	
	a:hover {
		filter: contrast(0);
	}
	
	.site-header {
		color:#fff !important;
		background-image:url('assets/fade-b.png') !important;
	
	}
	
	.site-header:before {
	 /* position:absolute; 
		bottom:0; 
		width:100%; 
		min-height:120%; 
		height:5vw;
		content:''; 
		background: linear-gradient(transparent 0%,#000 50%);transform:scale(2.2) !important;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 50%) !important;
	  z-index: -1;*/
	}
	
	.sp-project {
		background:#000 !important;
	}
	
	.sp-project #next {
		cursor:url('assets/right-w.png') 25 15, auto !important;
	}
	
	.sp-project #prev {
		cursor:url('assets/left-w.png') 25 15, auto !important;
	}
	
	#project-container span.sp-close.hello {
		cursor:url('assets/cross-w.png') 25 15, auto !important;
	}
}

body.dark-mode {
    background-color: black;
    color: #fff;
  }
	
body.dark-mode 	a {
		color:#fff !important;
	}
body.dark-mode 	.site-header {
	color:#fff !important;;
	}
	
body.dark-mode .site-header:before {
	  position:absolute; 
		bottom:0; 
		width:100%; 
		min-height:120%; 
		height:5vw;
		content:''; 
		background: linear-gradient(transparent 0%,#000 50%);transform:scale(2.2) !important;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 50%) !important;
	  z-index: -1;
	}
/* 	-------------------------------------------------------------------------------------------------------
	HEADER
	------------------------------------------------------------------------------------------------------- */

.site-header {
	color:#fff;
	line-height:normal;
	
	z-index: 10001;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	background-image:url('assets/fade.png');
	background-size: 100% 130%;
	height: 7vw;
	align-items: flex-end;
	background-repeat: no-repeat;
}

.site-header:before {
  /*position:absolute; 
	bottom:0; 
	width:100%; 
	min-height:120%; 
	height:5vw;
	content:''; 
	background: linear-gradient(transparent 0%,#fff 50%);transform:scale(2.2);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
  z-index: -1;*/
}

.site-branding {
	flex:1;
	-webkit-flex: 1;
	font-size:3vw;
	padding-left:10px;
}


/*--------------------------------------------------------------
# Maintenance
--------------------------------------------------------------*/

body.page-template-template-maintenance .site-header,
body.page-template-template-maintenance .site-footer {
	display:none;
}

body.page-template-template-maintenance {
	background:#000;
	color:#FFF;
}

.maintenance-container {
	line-height:normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.maintenance-container #title,
.maintenance-container #about_us {
	font-size: 5vw;
}

.maintenance-container #about_us a {
	color:#fff;
	text-decoration: none;
}

/* 	-------------------------------------------------------------------------------------------------------
	LOGIN PAGE
	------------------------------------------------------------------------------------------------------- */

body.page-template-template-login {
	background:#000;
}

body.page-template-template-login .site-header {
	display:none;
}

.login-form {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:320px;
	color:#Fff;
	width: 320px;
	border: 1px solid;
	padding: 20px;
}

ul.tml-action-links {
	display:none !important;
}

.login-form,
.login-form h3 {
	
	font-family:'Lausanne-Regular';
}

.login-form h3 {
	margin-bottom:10px;
	text-transform:uppercase;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
	border:1px solid #FFF !important;
	background:transparent !important;
	line-height:3vw;
	color:#FFF !important;
	padding:0 5px;
}


.tml input:focus { outline: none; }
.tml input::-webkit-input-placeholder { color:#FFF; opacity:1;}
.tml input::-moz-placeholder { color:#FFF;opacity:1; } /* firefox 19+ */
.tml input:-ms-input-placeholder { color:#FFF; opacity:1;} /* ie */
.tml input:-moz-placeholder { color:#FFF; opacity:1;}

.tml input:focus::-webkit-input-placeholder { color:transparent; }
.tml input:focus:-moz-placeholder { color:transparent; }
.tml input:focus::-moz-placeholder { color:transparent; }

p.tml-submit-wrap,
p.tml-rememberme-wrap {
	display:block !important;
	
}

p.tml-rememberme-wrap,
.tml-rememberme-submit-wrap {
	margin:0 !important;
}

p.tml-submit-wrap input {
	width:100% !important;
	width: 100%;
	text-shadow: none;
	padding: 0;
}

input#wp-submit1 {
	
}

p.tml-submit-wrap input:hover {
	background:#fff !important;
	color:#000 !important;
}

/* 	-------------------------------------------------------------------------------------------------------
	CURSOR
	------------------------------------------------------------------------------------------------------- */

.border {
  top: 25px;
      pointer-events: none;
   
    position: fixed;
    z-index: 10005;
    cursor: none;
}

.border:hover {
  border-color: transparent;
}



.icon {
 
  border-radius: 100%;
}

.icon--simple {
  border-radius: 0;
}



.border--three .icon {
  width: 2.5vw;
  height: 2.5vw;
	mix-blend-mode: multiply;
    background: linear-gradient(0,#1A6D1D, #EFA6D0, #EA87A9);
    background-size: 1200% 1200% !important;
    -webkit-animation: gradient_ani_v 3s ease infinite;
    animation: gradient_ani_v 3s ease infinite;
}



.icon.background--light {
 
 
}

.icon.background--dark {
 
}

.icon.background--dark.background--complex {
 
}

.icon.background--light.background--complex {
  
}

.loading-gradient-anim-dark {
	mix-blend-mode: multiply;
    /*background: linear-gradient(0,#EFA6D0, #9BFB12, #5FFBF1);*/
	 background: linear-gradient(0,#1A6D1D, #EFA6D0, #EA87A9);
    background-size: 1200% 1200% !important;
    -webkit-animation: gradient_ani_v 3s ease infinite;
    animation: gradient_ani_v 3s ease infinite;
}

.loading-gradient-anim-light {
	mix-blend-mode: multiply;
   /* background: linear-gradient(0,#FF0000, #000DFF, #1A6D1D);*/
	 background: linear-gradient(0,#1A6D1D, #EFA6D0, #EA87A9);
    background-size: 1200% 1200% !important;
    -webkit-animation: gradient_ani_v 3s ease infinite;
    animation: gradient_ani_v 3s ease infinite;
}

.loading-gradient-anim-complex {
	mix-blend-mode: multiply;
   /* background: linear-gradient(0,#FF0000, #9BFB12, #EA87A9);*/
	 background: linear-gradient(0,#1A6D1D, #EFA6D0, #EA87A9);
    background-size: 1200% 1200% !important;
    -webkit-animation: gradient_ani_v 3s ease infinite;
    animation: gradient_ani_v 3s ease infinite;
}

@-webkit-keyframes gradient_ani_v {

    0%{background-position:51% 0%}

    50%{background-position:50% 100%}

    100%{background-position:51% 0%}

}

@keyframes gradient_ani_v {

    0%{background-position:51% 0%}

    50%{background-position:50% 100%}

    100%{background-position:51% 0%}

}
/* 	-------------------------------------------------------------------------------------------------------
	Main PAGE
	------------------------------------------------------------------------------------------------------- */

#uc-list {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display:flex;
	flex-wrap:wrap;
}


.projects-listing {
	padding:10px;
	width:50%;
}

.projects-listing h2 {
	margin:0;
}

.projects-listing.right-side {
	padding-left:30px;
}

.feat-project {
	margin-right:10px;
	display: inline;
	font-size: 1.5em;
	line-height: 100%;
	position:relative;
	
}

.feat-project:hover > span {
	position:relative;
	z-index: 3;
	filter: contrast(0);
}

.feat-project ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}

.feat-project ul li {
	
	float: left;
}

.feat-project.active {
	
	z-index: 13;
}

.feat-project.active span {
	filter: contrast(0);
}

.feat-project span.active {
	color:#ddd;
	filter:contrast(1);
}

.feat-project span:first-of-type:before {
	content:'(';
	
}

.feat-project span:last-of-type:after {
	content:')';
}

.feat-project span.active:first-of-type:before,
.feat-project span.active:last-of-type:after{
	filter: contrast(0);
}

.feat-project span.active:last-child:after {
	filter: contrast(0);
}


p.feat-project:after {
	
}

p.feat-project:last-of-type:after {
	
}

.feat-project .project-title {
	
}

.feat-project .img-cnt {
	
}

.feat-project img {
	position: fixed;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	max-width: 50%;
	opacity:0;
	z-index:-1;
}

.feat-project img.active{
	opacity:1;
	z-index:1;
}

.feat-project img.locked {
	opacity:1;
	z-index:1;
}

.uc-list-cont {
	
	position: fixed;
	width: 80vw;
	height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: -1;
}

.uc-list-cont.active {
	display:block;
	z-index: 12;
}

ul.uc-imgs-list {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	height: 100%;
	width: 100%;
}

ul.uc-imgs-list li {
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 75%;
}

ul.uc-imgs-list li.active {
	
	z-index:2;
}


/* 	-------------------------------------------------------------------------------------------------------
	POP UP PROJECTS
	------------------------------------------------------------------------------------------------------- */

#project-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: -1;
	opacity:0;
	display:none;
}

#project-container.hello {
	opacity: 1;
	z-index: 10002;
}

#uc-list.hello,
.site-header.hello {
	-webkit-filter: blur(5px); /* Chrome, Opera, etc. */
  filter: url('blur.svg#blur'); /* Older FF and others - http://jordanhollinger.com/media/blur.svg */
  filter: blur(5px); /* Firefox 35+, eventually all */
	overflow:hidden;
}

#project-container span.sp-close.hello {
	position:absolute;
	top:0;
	left:calc(100%/3);
	width: calc(100%/3);
	height: 100%;
	z-index: 1000;
	cursor:url('assets/cross.png') 25 15, auto;
}

#loaded-content {
	position: absolute;
	top: 0%;
	left: 0%;
	height:100%;
	width: 100%;
	
}


.sp-project {
	position:relative;
	width:100%;
	height:100vh;
	margin:0;
	padding:0;
	background:#fff;
}

.sp-slides {
	width:100%;
	height:100%;
}

.sp-slides.cycle-slide-active {
	
}

.slide-text {
	padding:10px;
	font-size:1.25vw;
	line-height:100%;
	display:flex;
	flex-wrap:wrap;
}

.text-left {
	width: calc(100% / 3 * 2);
}

.text-right {
	width: calc(100% / 3);
	padding-left:60px;
}

/*.sp-slides.type-text {
	overflow-x:hidden;
	overflow-y:auto;
}


.text-left {
	width:100%;
}

.text-right {
	width:100%;
	margin-bottom: 40px;
}*/

.slide-text p {
	margin:0;
}

.sp-image {
	background-size:cover;
	width:100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
}

/*.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed,
    .embed-container .wp-video,
    .mejs-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
		background:none !important;
    }

.wp-video-shortcode video, video.wp-video-shortcode {
    width:100vw !important;
   
}*/

.sp-slides.type-video.cycle-slide-active video {
    	position:fixed;
    }

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-project #prev {
	width:calc(100%/3);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index: 1000;
	cursor:url('assets/left.png') 25 15, auto;
}

.sp-project #sp-close {
	width:calc(100%/3);
	position:absolute;
	left:calc(100%/3);
	top:0;
	height:100%;
	z-index: 1000;
	display:none;
}

body.single-project .sp-project #sp-close  {
	display:block;
	
}

body.single-project .sp-project #sp-close a  {
	cursor:url('assets/cross.png') 25 15, auto;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.sp-project #next {
	width:calc(100%/3);
	position:absolute;
	right:0;
	top:0;
	height:100%;
	z-index: 1000;
	cursor:url('assets/right.png') 25 15, auto;
}

.slider-nav {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	bottom:0;
	position:fixed;
	left:0;
	z-index: 10002;
	color:#fff;
	mix-blend-mode: difference;
	font-size:2.5vw;
	line-height: 100%;
	padding:10px;
}

.slider-nav > div {
	width:calc(100%/3);
	
}

.slider-nav div a {
	color:#fff;
}

#custom-caption {
	text-align: center;
}

.next-project {
	text-align:right;
}

body.single-project .site-header {
	opacity:0;
}


/* 	-------------------------------------------------------------------------------------------------------
	Main PAGE
	------------------------------------------------------------------------------------------------------- */

.sp-projects-listing {
	
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.sp-feat-container {
		width: calc(100%/2 - 5px);
	   
}

.sp-feat-project {
	

	height: calc(100vw/3);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	position: relative;
}

.sp-projects-listing.default .sp-feat-container:nth-child(2n+1) {
	
	margin-right: 5px;
}

.sp-projects-listing.default .sp-feat-container:nth-child(2n+2) {
	
	margin-left: 5px;
}

.sp-feat-container:hover a,
.sp-feat-container:hover span {
	filter: contrast(0);
}

.sp-feat-project a {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp-feat-title-year {
	
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0 5px;
	font-size: 2.5vw;
	line-height: normal;
}

.sp-feat-title-year .sp-title {
	
	width: 70%;
}

.sp-feat-title-year .sp-year {
	
	width: 30%;
	text-align: right;
}

/* 	-------------------------------------------------------------------------------------------------------
	MAIN PAGE 3 Columns
	------------------------------------------------------------------------------------------------------- */

	.sp-projects-listing.three-columns {
	
		
	}
	
	.sp-projects-listing.three-columns .sp-feat-container {
			width: calc(100%/3 - 7px);
			margin: 0 5px;
	}
	
	.sp-projects-listing.three-columns .sp-feat-project {
		height: calc(100vw/4);
	}
	
	.sp-projects-listing.three-columns .sp-feat-container:nth-child(3n+1) {
		margin-left: 0;
	}
	
	.sp-projects-listing.three-columns .sp-feat-container:nth-child(3n+3) {
		margin-right: 0;
	}


	/* 	-------------------------------------------------------------------------------------------------------
	MAIN PAGE 4 Columns
	------------------------------------------------------------------------------------------------------- */

	.sp-projects-listing.four-columns {
	
		
	}
	
	.sp-projects-listing.four-columns .sp-feat-container {
			width: calc(100%/4 - 8px);
			margin: 0 5px;
	}
	
	.sp-projects-listing.four-columns .sp-feat-project {
		height: calc(100vw/6);
	}
	
	.sp-projects-listing.four-columns .sp-feat-container:nth-child(4n+1) {
		margin-left: 0;
	}
	
	.sp-projects-listing.four-columns .sp-feat-container:nth-child(4n+4) {
		margin-right: 0;
	}

	.sp-projects-listing.four-columns .sp-feat-container .sp-feat-title-year {
		font-size:1.75vw;
	}

/* 	-------------------------------------------------------------------------------------------------------
	ARCHIVE V4 + BLOG
	------------------------------------------------------------------------------------------------------- */

body.page-template-template-blog {
	background:#000;
	color:#fff;
}

body.page-template-template-blog .site-header {
	color:#fff;
	
	
}

body.page-template-template-blog .site-header:before {
  position:absolute; 
	bottom:0; 
	width:100%; 
	min-height:120%; 
	height:5vw; 
	content:''; 
	background: linear-gradient(transparent 0%,#000 50%);transform:scale(2.2);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 50%);
  z-index: -1;
}

body.page-template-template-blog  a {
	color:#fff;
}

body.page-template-template-blog  a:hover {
	color:#fff;
}

body.page-template-template-blog .off-hov {
	border-color: #FFF;
}

body.page-template-template-blog .site-title a:hover > span.off-hov,
body.page-template-template-blog .main-navigation li:hover > a span.off-hov,
body.page-template-template-blog .main-navigation li.current_page_item > a span.off-hov {
	background:#fff;
}



.sp-arc-thumbs {
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}
.sp-arc-post {
	position: relative;
    line-height: 0;
    display: inline-block;
    vertical-align: bottom;
	margin:10px;
}

.sp-arc-post img {
	    
    max-width: 700px !important;
	max-height: 550px !important;
}

/**** Isotope CSS3 transitions ****/
	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.1s;
	     -moz-transition-duration: 0.1s;
	       -o-transition-duration: 0.1s;
	          transition-duration: 0.1s;
	}
	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	       -o-transition-property: height, width;
	          transition-property: height, width;
	}
	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	       -o-transition-property:         top, left, opacity;
	          transition-property:         transform, opacity;
	}

.sp-arc-caption {
	
	position: relative;
	margin: 1.5vw auto;
	display:table;
	width: auto;
}



.sp-arc-caption p {
	display:inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Information
--------------------------------------------------------------*/
.information-page-text {
	display:flex;
	flex-wrap:wrap;
}

.info-content {
	padding:10px;
	width:50%;
}

.info-content h1 {
	margin:0;
	font-size:5vw;
	line-height:100%;
}

.info-content.right-side {
	padding-left:30px;
}

/*--------------------------------------------------------------
## SIMPLE PAGE
--------------------------------------------------------------*/
.simple-page {
	display:flex;
	flex-wrap:wrap;
}

.simple-page-content {
	padding:10px;
	
}

.simple-page.two-columns .simple-page-content {
	width:50%;
}

.simple-page-content h1 {
	margin:0;
	font-size:5vw;
	line-height:100%;
}

.simple-page-content.second-content {
	padding-left:30px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.site-content {
	padding:0 0 100px;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
