/*!
Theme Name: spxfoa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spxfoa
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 with others.

spxfoa is based on Underscores https://underscores.me/, (C) 2012-2017 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: 'Conv_MonumentGrotesk-Regular';
	src: url('fonts/MonumentGrotesk-Regular.eot');
	src: local('☺'), url('fonts/MonumentGrotesk-Regular.woff') format('woff'), url('fonts/MonumentGrotesk-Regular.ttf') format('truetype'), url('fonts/MonumentGrotesk-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


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

[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-Left-Arrow:before {
  content: "\e902";
}
.icon-Right-Arrow:before {
  content: "\e903";
}
.icon-FO:before {
  content: "\e900";
}
.icon-letter-A:before {
  content: "\e901";
}



body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	
	font-family: 'Conv_MonumentGrotesk-Regular', Helvetica, Arial, "sans-serif";
	font-size: 1.5vw;  
}

@media (min-width: 1200px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea,
	.project-details h2 {
		font-size: 20px !important;
	}	
	
	form#subForm p input, form.cm_ajax_shortcode_form p input {
		
	}
	
	.site-branding, .site-logo-a {
		font-size:36px !important;
	}
	
	.project-buttons > div, .landing-footer {
		font-size:26px !important;
	}
}

body, a {
	/*cursor:url('assets/colourcursor-3.svg') 25 15, auto;*/
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:normal;
}

h2 {
	font-size:2vw;
	margin:0 0 2vw;
}

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"] {
	
}

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 {
	outline: none;
}

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: #000;
	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: #000;
	outline:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
resize:none;
}

input::-webkit-input-placeholder { color:#000;opacity:1; }
input:-moz-placeholder { color:#000;opacity:1;  } /* FF 4-18 */
input::-moz-placeholder { color:#000;opacity:1;  } /* FF 19+ */
input:-ms-input-placeholder { color:#000;opacity:1; } /* IE 10+ */
textarea::-webkit-input-placeholder { color:#000;opacity:1; }
textarea:-moz-placeholder { color:#000;opacity:1; } /* FF 4-18 */
textarea::-moz-placeholder { color:#000;opacity:1; } /* FF 19+ */
textarea:-ms-input-placeholder { color:#000;opacity:1; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration:none;
	transition:all 0.3s ease-in;
	border-bottom:2px solid transparent;
}

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

a:hover, a:focus, a:active {
	color: #000;
	text-decoration:none;
	border-bottom:2px solid #000;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	flex:1;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	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 {
	float: left;
	position: relative;
	margin:0 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom:2px solid transparent;
	transition:all 0.3s ease-in;
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a {
	border-bottom:2px solid #000;
}

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

.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
--------------------------------------------------------------*/
::-webkit-scrollbar { 
    display: none; 
}
/*--------------------------------------------------------------
# SPLASH
--------------------------------------------------------------*/

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

body.page-template-template-splash .site-footer {
	
	position: absolute;
	bottom: 0;
	width: 100%;
}

.site-footer .site-info {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
	padding: 20px;
	align-items: center;
}


.site-info > div {
	width: 50%;
}


body.page-template-template-splash .site-content {
	width:100%;
	min-height:100%;
	bottom:auto;
}

.project-images .image,
.project-images img {
	    width: auto !important;
    height: 100vh !important;
}

.image img {
	width:auto;
	height:100%;
}

.site-info .site-info-left {
	
	font-size: 5vw;
}

.site-info .site-info-right span {
	
	font-size: 5vw;
}

.site-info-right .coming-soon {
	
	position: absolute;
	bottom: 18px;
	right: 22.5%;
	font-size: 1vw;
}

.site-info-right .footer-contact {
	
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 1vw;
}

.site-info-right .footer-contact p {
	margin: 10px 0
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:20px 20px 10px;
	z-index: 10005;
	background:#fff;
}

.site-branding {
	flex:1;
	font-size:3vw;
}

.site-title a:hover {
	border:none;
}

.site-navigation {
	
}

.site-logo-a {
	flex:1;
	text-align: right;
	font-size:3vw;
}

.push {
	height:0px;
}
.site-footer-new {
	
	font-size:15px;
	width:100%;
	padding:20px;
	z-index: 10005;
	background:#fff;
}

.inner-footer {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap:wrap;
	align-items: top;
	border-top: 2px solid #000;
}

.footer-column {
	
	padding: 20px 0 0;
}

.footer-column.footer-logo {
	width:50%;
}

.footer-column.footer-contact,
.footer-column.footer-last {
	width:25%;
}

.footer-logo img {
	width:20vw;
	max-width:235px;
}

.footer-column.footer-contact p {
	margin:0;
}

.fb-link {
	margin-right:20px;
}

/*--------------------------------------------------------------
# LANDING SLIDER
--------------------------------------------------------------*/
body {opacity:0;}

#landing-slider {
	height:100vh;
	position:fixed;
	width:100%;
	transition: all 0.3s linear;
	z-index: -1;
	opacity:0;
}

#landing-slider.active {
	z-index: 2;
	opacity:1;
}

#landing-slider.fixed {
	top:-100%;
	position:fixed;
}

/* CYCLE 2 LANDING */

.home-page-slider.cycle-slideshow {
	position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.home-page-slider.cycle-slideshow .item {
	background-size:cover;
	width:100%;
	height:100%;
}

.home-nav {
	cursor:pointer;
}

.home-nav.cycle-prev {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	z-index: 101;
	/*cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="30" width="30" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="white" class="st0" d="M48.1,88.5h142.7v20.3H48.1l52.1,53.3h-29L11.8,98.7l59.4-63.5h29L48.1,88.5z"/></svg>'), auto;*/
}

.home-nav.cycle-prev img {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 40px;
	transform: translateY(-50%);
	opacity:0;
	
}

.home-nav.cycle-prev:hover > img {
	opacity:1;
}



/*#enter.home-nav {
	position:absolute;
	top:0;
	width:50%;
	height:100%;
	margin:0 auto;
	left: calc(100%/3);
	bottom: 0;
	z-index: 101;
	cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60"  viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="white" class="st0" d="M91.1,151.9V9.2h20.3v142.7l53.3-52.1v29l-63.5,59.4l-63.5-59.4v-29L91.1,151.9z"/></svg>'), auto;
}

#enter.home-nav a {
	position:absolute;
	width:100%;
	height:100%;
	cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60"  viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="white" class="st0" d="M91.1,151.9V9.2h20.3v142.7l53.3-52.1v29l-63.5,59.4l-63.5-59.4v-29L91.1,151.9z"/></svg>'), auto;
}*/




.home-nav.cycle-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	z-index: 101;
	/*cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="30" width="30" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="white" class="st0" d="M154.5,108.9H11.8V88.5h142.7l-52.1-53.3h29l59.4,63.5l-59.4,63.5h-29L154.5,108.9z"/></svg>'), auto;*/
}

.home-nav.cycle-next:hover > img {
	opacity:1;
}

.home-nav.cycle-next img {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 40px;
	transform: translateY(-50%);
	opacity:0;
}




/* THIS MIGHT BE TEMPORARY */

#landing-slider .owl-carousel {
	height:100% !important;
}

#landing-slider .owl-carousel .owl-stage {
	height:100% !important;
}

#landing-slider .owl-carousel .owl-item img {
	height:100% !important;
}

#landing-slider .owl-carousel .owl-dots {
	
}

.home-page.mobile-home.hidden {
	opacity:0;
}

/*-----------------------------------------------*/

.landing-footer {
	
	position: absolute;
	bottom: 0;
	padding: 10px;
	z-index: 10001;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
	font-size: 2vw;
	width: 100%;
	align-items: flex-end;
}

.landing-footer .site-tagline {
	
	flex: 1;
	width: 50%;
}

.site-tagline p {
	margin:0;
}

.landing-footer .site-enter {
	
	flex: 1;
	width: 25%;
	text-align: right;
}

.landing-footer .project-pager {
	flex:1;
	width:25%;
}

.landing-footer .project-pager .owl-dot.active {

	color:#fff;
}

/*--------------------------------------------------------------
# TOGGLE STATES
--------------------------------------------------------------*/

.site-header.landing-active > .site-branding a,
.site-header.landing-active > .site-logo-a a,
.site-header.landing-active >.main-navigation a {
	color:#fff;
	border-bottom: 2px solid transparent;
	transition:all 0.3s ease-in;
}

#landing-slider.active {
	color:#fff;
	
	transition:all 0.3s ease-in;
}

.site-header.landing-active >.main-navigation a:hover {
	border-bottom:2px solid #fff;
}

.site-header.landing-active {
	background:none;
}

.site-header.landing-active >.main-navigation {
	
}

.site-header.landing-active > .main-navigation li.project-anchor {
	
	position: absolute;
	display: block;
	z-index: auto;
}

.site-header.landing-active > .main-navigation li.home {
	
	opacity: 0;
	z-index: -1;
}

.site-header > .main-navigation li.project-anchor {
	
	display:none;
	z-index: -1;
}

/*--------------------------------------------------------------
# ONE PAGE
--------------------------------------------------------------*/
body.page-template-template-onepage .site-header {
	background:none;
}

.hero-image {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	height: 95vh;
	
}

.hero-image.image-right {
	flex-direction:row-reverse;
	
}
.hero-image div {
	width: 50%;
	position: relative;
}

.hero-image .op-image-content {
	height: 100%;
	background-position: center;
	background-size: cover;
	}

.hero-image .op-text-content {
	padding:100px;
}

.hero-image .op-site-tagline {
	position:absolute;
	bottom: 20px;
	height:auto !important;
	left:20px;
	font-size:26px;
	max-width:460px;
}


.hero-image .op-site-tagline img {
	max-width:235px;
}

.op-site-tagline p {
	margin:0;
}

section.one-page-content {
	width: 100%;
	min-height: 90vh;
	padding:0 0;
}

section.one-page-content:first-of-type {
	opacity:1;
}

section.image-text {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

section.image-text .op-image-content {
	width:50%;
}

section.image-text .op-image-content img {
	display:block;
	width:100%;
}

section.image-text .op-text-content {
	width:50%;
	padding:100px;
}

section.image-text .op-text-content ul {
	margin:0 20px;
	padding:0;
}

section.image-text.image-right {
	flex-direction:row-reverse;
}

.hero-image .op-text-content h1,
section.image-text .op-text-content h1 {
	text-align: center;
	font-size: 62px;
	line-height: 100%;
	}

section.image-text .op-text-content h3 {
	font-size: inherit;
	font-weight: normal;
	text-decoration: underline;
}

section.staff-details {

}

section.staff-details ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

section.staff-details ul li {
   flex-basis:calc(100%/4 - 100px);
   margin:50px;
}

section.staff-details ul li .staff-img {

}

section.staff-details ul li .staff-img img {
    border-radius:50%;
}


section.staff-details ul li .staff-text {

}


.op-footer {
	
}

.op-footer .footer-column{
	width: 25%;
}

.op-footer ul.site-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.op-footer ul.site-links li {
	font-size: 20px;
	margin:0 0 5px;
}

/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/



.home-page {
	transition:all 0.3s linear;
	position: relative;
	min-height: 100vh;
	width: 100%;
	
}

.home-page.fixed {
	position: fixed;
}

/*--------------------------------------------------------------
# FEATURED PROJECTS
--------------------------------------------------------------*/

.featured-projects {
	/*min-height:97.5vh;*/
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:10vh;
}

.featured-projects > .featured-foa-project {
	
	width: calc(100%/3);
	padding-top:5vw;
}

.featured-projects > .featured-foa-project:nth-child(4n+4) {
	
}

.featured-projects .featured-foa-project:last-child {
	
}

.featured-foa-project:hover > .project-title {
	border-bottom:2px solid #000;
}

.featured-foa-project:hover > a,
.featured-foa-project a:hover {
	border-bottom:none;
}
.featured-foa-project .project-thumb a img {
	transition:all 0.3s ease-in;
}

.featured-foa-project:hover > .project-thumb a img {
	opacity:0.5;
}

.featured-foa-project img {
	display:block;
}

.featured-foa-project .project-title {
	padding:10px 20px;
	transition:all 0.3s ease-in;
	border-bottom:2px solid transparent;
}

.featured-foa-project .project-title span {
  float:right;
}

.view-all {
	position:absolute;
	bottom:10px;
	
	text-align: center;
	width: 100%;
	cursor:pointer;
}

.view-all.active {
	opacity:0;
	z-index: -1;
}


.view-all a:hover {
	border-bottom:0px;
}

.view-all a img {
	width:40px;
	transform:rotate(-90deg);
	animation-name: bounce;
	animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0) rotate(-90deg);}
  40% {transform: translateY(-30px) rotate(-90deg);}
  60% {transform: translateY(-15px) rotate(-90deg);}

}
.bounce {
  animation-name: bounce;
}


/*--------------------------------------------------------------
# ALL PROJECTS
--------------------------------------------------------------*/

.all-projects {
	margin-top:0vw;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.all-projects.hidden {
	
}

.all-projects div:nth-child(-n+3) {
  /* border: 1px solid; */
  opacity: 1;
}


.foa-project {
	width: calc(100%/3);
	margin-bottom:10vh;
}

.foa-project:hover > .project-thumb a img {
	opacity:0.5;
}

.foa-project:hover > .project-title {
	border-bottom:2px solid #000;
}

.foa-project img {
	display:block;
}

.foa-project .project-thumb a img {
	transition:all 0.3s ease-in;
}

.foa-project .project-title {
	padding:10px 20px;
	border-bottom:2px solid transparent;
	transition: all 0.3s ease-in
}

.foa-project img {
	display:block;
}

.foa-project .project-title {
	padding:10px 20px;
}

.foa-project .project-title span {
  float:right;
}

.has-scroll-reveal { opacity: 0; animation-play-state: paused; }

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    animation-play-state: running;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.5rem, 0);
    transform: translate3d(0, 2.5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/

body.locked {
	overflow:hidden;
}

#loaded-content {
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 1000;
	display: none;
	background: #fff;*/
	
}

/*--------------------------------------------------------------
## SINGLE PROJECT
--------------------------------------------------------------*/
body.single-project {

}
body.single-project .site-header {
	background:rgba(255,255,255,0);
}

body.single-project .main-navigation {
	opacity:0;
}

body.single-projects #loaded-content {
	display:block;
}

.project-images {
	position:relative;
	width:100%;
	height:100vh;
}

.project-images {
	position:relative;
	width:100%;
	height:100vh;
}

.project_images.cycle-slideshow {
	position:relative;
	width:100%;
	height:90vh;
	
}



.project_images.cycle-slideshow  .cycle-carousel-wrap {
	width:100%;
	height:100%;
}

.project_images.cycle-slideshow .item {
	width:100%;
	height:100%;
	background:#fff;
}

.project_images.cycle-slideshow  .cycle-carousel-wrap .item img {
	height:80% !important;
}

/* CYCLE 2 CAROUSEL */

.project_images.cycle-slideshow {
	position:relative !important;
}

.project_images.cycle-slideshow .item {
	text-align: center;
}

.project_images.cycle-slideshow .item img {
	height:80% !important;
	
}

.project-images .cycle-prev {
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:90%;
	z-index: 100;
	/*cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="30" width="30" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="black" class="st0" d="M48.1,88.5h142.7v20.3H48.1l52.1,53.3h-29L11.8,98.7l59.4-63.5h29L48.1,88.5z"/></svg>'), auto;
	*/
}

.project-images .cycle-prev img {
	
	width: 40px !important;
	height: auto !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	opacity: 0;
}

.project-images .cycle-next img {
	
	width: 40px !important;
	height: auto !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	opacity: 0;
}

.project-images .cycle-prev:hover > img,
.project-images .cycle-next:hover > img {
	opacity:1;
}
.project-images .cycle-next {
	position:absolute;
	top:0;
	right:0;
	width:30%;
	height:90%;
	z-index: 100;
	/*cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="30" width="30" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="black" class="st0" d="M154.5,108.9H11.8V88.5h142.7l-52.1-53.3h29l59.4,63.5l-59.4,63.5h-29L154.5,108.9z"/></svg>'), auto;
*/
}

/*.project-images #info {
	position:absolute;
	top:0;
	width:calc(100%/3);
	height:100%;
	margin:0 auto;
	left: calc(100%/3);
	bottom: 0;
	z-index: 101;
	cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60"  viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="black" class="st0" d="M91.1,151.9V9.2h20.3v142.7l53.3-52.1v29l-63.5,59.4l-63.5-59.4v-29L91.1,151.9z"/></svg>'), auto;
}

.project-images #info a {
	position:absolute;
	width:100%;
	height:100%;
	cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60"  viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path fill="black" class="st0" d="M91.1,151.9V9.2h20.3v142.7l53.3-52.1v29l-63.5,59.4l-63.5-59.4v-29L91.1,151.9z"/></svg>'), auto;
}*/

/* OWL CAROUSEL*/

.project_images.owl-carousel .owl-stage {
	
	height: 100%;
}


.project_images .owl-item .item {
	position:relative;
	width:40vw;
	
}
.project_images.owl-carousel .owl-item img {
     display: block;
	  width:auto; 
	 
	max-height:80%; 
	margin:0 auto;
	
}

.project_images .owl-dots {
	
}

.project-images .owl-nav .owl-prev span,
.project-images .owl-nav .owl-next span{
	display:none;
}

.project-buttons {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap:wrap;
	padding:20px;
	position:absolute;
	bottom:0;
	width:100%;
	z-index: 10003;
}

.project-buttons > div {
	width:calc(100%/3);
	font-size:2vw;
}

.project-buttons .info-button {
	text-align: center;
}

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

.slider-pager {
	
	position: relative;
	float: right;
}

#customDots {
	display: inline-block;
	width:1vw;
}

#customDots button {
	
	font-size: 2vw;
	padding: 0;
}

.of-sep {
	display:inline-block;
}
.entry-content {
	padding:20px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}

#project-info {
	padding-top: 100px;
    margin: 0 auto;
    max-width: 2560px;
}

.project-description {
	margin-left:0;
	width: 100%;
	/*font-size: 2vw;*/
}

.project-details > div {
	margin-bottom: 35px
}

.project-details:first-of-type {
	margin-left:0;
}
.project-details.column-1 {
	
	width: 50%;
}

.project-credits p {
	margin: 0
}

.project-details.column-2 {
	
	width: 25%;
}

.project-details.column-3 {
	
	width: 25%;
}

.project-details h2 {
	
	font-size: 1.5vw;
	margin: 0 0 5px;
	font-weight: normal;
}

.project-credits h2 {
	
}
/*--------------------------------------------------------------
## STUDIO
--------------------------------------------------------------*/
body.page-template-template-studio .site-content {
	
}

.studio-page {
	margin:75px auto 0;
	padding:0 20px;
	min-height:calc(100vh - 200px);
	max-width:2560px;
}
.studio-page .site-main {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position:relative;
	
}

.studio-page .site-main .text-nav {
	width:calc(100% / 2);
	position:relative;
}

.signup-form {
	margin-top:8px;
}

.signup-form form {
	display:flex;
	flex-wrap:wrap;
	margin-top:5px;
}

form#subForm p,
form.cm_ajax_shortcode_form p {
	margin: 0;
	width:calc(100% - 110px);
	max-width:320px;
	display:inline-block;
}

form.cm_ajax_shortcode_form p.button-submit {
	margin-left:10px;
	width:auto;
}
form#subForm p input,
form.cm_ajax_shortcode_form p input{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-radius:0px;
	border-bottom:1px solid;
	padding:0px 0 0;
	width:100%;
	font-size:15px;
	line-height: normal;
}

form#subForm p button,
form.cm_ajax_shortcode_form p.button-submit input {
	border-bottom:1px solid #000;
	border-radius:0px;
	background:none;
	width:auto;
	padding:0 2px;
	cursor:pointer;
}

form.cm_ajax_shortcode_form p.button-submit input:hover {
	border-bottom:1px solid #ccc;
	color:#ccc;
}

.cm_ajax_success,
.cm_ajax_failed {
	font-size:10px;
	margin-top:5px;
}

ul.studio-nav {
	margin:0;
	padding:50px 0px;
	list-style:none;
	position:fixed;
	width:calc(100%/3);
}

ul.studio-nav li {
	margin:0 0 5px;
}

ul.studio-nav li a.active {
	border-bottom:2px solid #000;
}

.studio-page .site-main .text-content {
	width:calc(100% / 2);
	position:relative;
	padding:25px 0 0;
}

.section {
	padding:25px 0;
	width:100%;
}

.studio-section {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position:relative; 
	width:100%;
	
	
	
}

.studio-content {
	margin-bottom:0;
}

/*.studio-section > div:first-child ,
.studio-section > div:nth-child(2n+1),
.studio-content.grid_12 {
	margin-left:0;
}

.studio-content.grid_6:nth-of-type(2n) {
	
}

.studio-content.grid_6:nth-of-type(2n+1) {
	
}*/

.studio-image {
	margin-bottom:1vw;
}
.studio-image img {
	display:block;
	width:100%;
}

.foa-studio-text p {
	margin:0 0 2vw;
}

div.wpcf7 {
	max-width:320px;
}

input.wpcf7-form-control.wpcf7-text {
	
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px solid #000;
	
	border-radius: 0px;
	max-width:100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	padding:5px;
	border: 2px solid #000;
	border-radius: 0px;
	height: 100px;
	max-width:100%;
}

input.wpcf7-form-control.wpcf7-submit {
	border-bottom:2px solid #000;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-radius:0px;
	background:none;
	padding: 0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	border-bottom:2px solid #ccc;
	color:#ccc;
}

span.wpcf7-not-valid-tip {
	color: #999;
	font-size: inherit;
	font-weight: normal;
	display: block;
	margin-top:10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	color: #999;
	padding: 0;
	margin: -1.5vw 0 0;
	font-size:inherit;
}


/*--------------------------------------------------------------
## NEWS + ARTICLE
--------------------------------------------------------------*/
.news-page,
.news-article-page {
	    margin: 75px auto 0;
    padding: 0 20px;
    min-height: calc(100vh - 200px);
    max-width: 2560px;
}
.news-content,
.news-article {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	position:relative;
}

.left-space {
	width:50%;
}

.news-catalog,
.news-article article{
	width:50%;
}

#news-list {
	display:flex;
	flex-wrap:wrap;
}

.news-item {
	flex-basis: calc(100%/2 - 20px);
	margin: 0 20px 20px 0;
}

.news-item.full-column {
	flex-basis:calc(100% - 20px);
	margin: 0 0 20px;
}

.news-item:nth-child(2n+1) {
	
}

.news-item:nth-child(2n+2) {
	
}

/*
.news-item:nth-child(3n+1) {
	
}

.news-item:nth-child(3n+2) {
	margin-right:0;
}

.news-item:nth-child(3n+3) {
	
}*/

.news-item.full-column .catalog-images {
	height:calc(100vw/3);
}

.catalog-images {
    height: 15vw;
    text-align: center;
    align-self: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catalog-images a:hover,
.catalog-images a:focus {
	border: 2px solid transparent;
	outline: none;
}

.catalog-images img {
	max-height: 100%;
	width:auto;
	padding: 20px;
}

.news-excerpt {
	margin: 5px 0;
}

.excerpt-header {
	display: flex;
	flex-wrap: wrap;
}

.excerpt-header .cat-title {
	width: 50%;
}

.excerpt-header .cat-date {
	width: 50%;
	text-align: right;
}

.excerpt-content {
	max-height: 150px;
	overflow:hidden;
}

.excerpt-link {
	
}
.excerpt-link a  {
	border-bottom:2px solid #000;
	
}

.news-article article .entry-content {
	padding:0;
}

.news-article article .entry-content table {
	border:none;
}

.news-article article .entry-content table tr td {
	border-spacing:0;
	border:none;
	padding: 0 0 20px;
}

.news-article article .entry-content table tr td img {
	display:block;
	width:100%;
}

.news-article article .entry-content table tr td iframe {
	width:100vw;
	height:calc(100vw/3);
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* EXTRA FEATURED PROJECT */

@media only screen and (min-width: 1600px) {
	  
	.featured-projects > .featured-foa-project {
		padding-top:4vw;
	 }
	
	.featured-foa-project img {
		max-height:85%;
	}

	.featured-projects > .featured-foa-project:nth-child(4n+4) {
		
	}
}


/* SAMSUNG S10 */

@media only screen and (min-width: 760px) and (orientation: landscape) { 
	
	.mobile-logo {
		z-index: 200;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
	}

	.mobile-logo span.icon-FO {

		font-size: 50px;
	}

	.mobile-logo span.icon-letter-A {
		font-size:50px;
		float:right;
	}

	.mobile-contact {

		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 200;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}


	.mob-ct-left {

		width: 50%;
		flex: 1;
		padding: 10px;
	}

	.mob-ct-right {

		width: 50%;
		flex: 1;
		padding: 10px;
	}
	.mob-ct-left p,
	.mob-ct-right p {
		margin: 0;
	}

	.mob-ct-right p {
		text-align: right;
	}

	.cycle-slideshow {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.cycle-carousel-wrap {
		width: 100%;
		height: 100%;
	}


	.cycle-slideshow .item {
		height: 100%;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/*IPHONE X*/

@media only screen and (min-width: 812px) and (orientation: landscape) { 
	
	.mobile-logo {
		z-index: 200;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
	}

	.mobile-logo span.icon-FO {

		font-size: 50px;
	}

	.mobile-logo span.icon-letter-A {
		font-size:50px;
		float:right;
	}

	.mobile-contact {

		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 200;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}


	.mob-ct-left {

		width: 50%;
		flex: 1;
		padding: 10px;
	}

	.mob-ct-right {

		width: 50%;
		flex: 1;
		padding: 10px;
	}
	.mob-ct-left p,
	.mob-ct-right p {
		margin: 0;
	}

	.mob-ct-right p {
		text-align: right;
	}

	.cycle-slideshow {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.cycle-carousel-wrap {
		width: 100%;
		height: 100%;
	}


	.cycle-slideshow .item {
		height: 100%;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}


/* XPERIA */

@media only screen and (min-width: 640px) and (orientation: landscape) {

.mobile-logo {
		z-index: 200;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
	}

	.mobile-logo span.icon-FO {

		font-size: 50px;
	}

	.mobile-logo span.icon-letter-A {
		font-size:50px;
		float:right;
	}

	.mobile-contact {

		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 200;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}


	.mob-ct-left {

		width: 50%;
		flex: 1;
		padding: 10px;
	}

	.mob-ct-right {

		width: 50%;
		flex: 1;
		padding: 10px;
	}
	.mob-ct-left p,
	.mob-ct-right p {
		margin: 0;
	}

	.mob-ct-right p {
		text-align: right;
	}

	.cycle-slideshow {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.cycle-carousel-wrap {
		width: 100%;
		height: 100%;
	}


	.cycle-slideshow .item {
		height: 100%;
		width: 100%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media (min-width:768px){
	
	.owl-carousel .owl-item img {
		height:60% !important;
	}
	
}


@media (min-width:1200px){
	
	.owl-carousel .owl-item img {
		height: 100% !important;
	}
	
}
