/*!
Theme Name: spxgram
Theme URI: http://underscores.me/
Author: Studio SPGD
Author URI: http://sp-gd.com
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: spxgram
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.

spxgram 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	font-weight:normal !important;
}

label {
	font-weight:normal !Important;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

@font-face {
    font-family: 'Monument Grotesk';
    src: url('MonumentGrotesk-Medium.eot');
    src: local('fonts/Monument Grotesk Medium'), local('fonts/MonumentGrotesk-Medium'),
        url('fonts/MonumentGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/MonumentGrotesk-Medium.woff2') format('woff2'),
        url('fonts/MonumentGrotesk-Medium.woff') format('woff'),
        url('fonts/MonumentGrotesk-Medium.ttf') format('truetype'),
        url('fonts/MonumentGrotesk-Medium.svg#MonumentGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Conv_Pantasia-Regular';
	src: url('fonts/Pantasia-Regular.eot');
	src: local('ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº'), url('fonts/Pantasia-Regular.woff') format('woff'), url('fonts/Pantasia-Regular.ttf') format('truetype'), url('fonts/Pantasia-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Monument Grotesk', "Helvetica Neue", sans-serif;
	font-size: 16px;
	
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fefbf3;
	overflow-x:hidden;
}

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

ul,
ol {
	margin: 0 0;
	padding:0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

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

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

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration:none;
}

a:focus {
	outline: 0;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  right: 40px !important;
    bottom: 80px !important;
	 opacity:0;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.site-header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
	z-index:10001;
}

.inner-header {
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start
}

.inner-header div {
	width:calc(100% / 4);
	position:relative;
}

.site-branding {
	
}

.site-branding a {
	display:block;
}

.menu-container {
	
}

.menu-container p {
	margin:0;
}

.menu-container .studio-description {
	width:100%;
}

.gram-branding {
    text-align:right;
}
.gram-branding a {
	display:block;
	
}

.inner-header .menu-trigger {
	width: 100%;
	cursor:pointer;
}

.inner-header .menu-trigger .menu-main-menu-container {
	width:100%;
    position: absolute;
    top: 0;
}

.inner-header .menu-trigger ul {
	width: 100%;
	position: relative;
}

.inner-header .menu-trigger ul li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	
}

.menu-wrapper.active .menu-trigger ul {
	z-index:-1;
}

.form-contact {
	width:100% !important;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;
	width: 100%;
}

.main-navigation.active {
	display:block;
}

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

.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;
	display:none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.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:block;
	width:100%;
}

.main-navigation li.current-menu-item:not(.page-item-7) {
	
}
.main-navigation a {
	display: block;
	text-decoration: none;
	
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a {
	color:#d3d3d3;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/
body.home .site-header,
body.home .home-page {
	opacity:0;
	transition:all 0.3s ease;
}
.landing-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fefbf3;
	z-index: 10002;
	display:none;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

.landing-page img {
    max-width:100%;
}

.landing-g {
    width: 42px;
    position:absolute;
    top: 26%;
    left: 38%;
    animation: float-4 7s forwards;
    animation-delay: 0.5s;
}

.landing-r {
	 width: 24px;
	 position:absolute;
	 top: 34%;
	 right: 43%;
	 animation: float-3 7s forwards;
	 animation-delay: 0.5s;
}

.landing-a {
	width: 40px;
	position:absolute;
	bottom: 37%;
	left: 30%;
	animation: float-2 7s forwards;
	animation-delay: 0.5s;
}

.landing-m {
	 width: 60px;
	 position:absolute;
	 bottom: 25%;
	 right: 30%;
	 animation: float-1 7s forwards;
	 animation-delay: 0.5s;
}

.landing-line {
	width:50%;
}

.svg-animation {
	width: 25%;
}


#g-move, #r-move, #a-move, #m-move {
	transition:all 0.3s ease;
	opacity:0;
}
#wave-nomove {
	transition: all 10s linear;
}

.preamble {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fefbf3;
	z-index: 10002;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: url('assets/crosscursor.png'), auto;
}

.inner-preamble {
	max-width: 50%;
	text-align: center;
	margin: 0 auto;
	line-height: 150%;
	font-family: 'Conv_Pantasia-Regular';
	font-size:18px;
	text-transform:uppercase;
}

.home-slider {
	width:calc(100% / 12 * 7);
	position:absolute;
	padding:20px;
	left:calc(100% / 12 * 4);
	height: 90vh;
}

ul.sg-slides {
    width:100%;
    height:100%;
}

ul.sg-slides li {
    width:100%;
    height:100%;
}

ul.sg-slides li .sg-image {
    width:100%;
    height:100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top center;
}

ul.sg-slides li .sg-image a {
	display:block;
	width:100%;
	height:100%;
}

ul.sg-slides li img {
	display:block;
	width:100%;
}

ul.sg-slides li.type-video {

}

ul.sg-slides li.type-video .sg-video {
	height:100%;
	width:100%;
	position:relative;
}

ul.sg-slides li.type-video .sg-video video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

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

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.time-frame {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #000;
	padding:10px;
	white-space:no-wrap;
	overflow:hidden;
	font-family: 'Conv_Pantasia-Regular';
	font-size:14px;
}


  
ul.marquee-content-items {
	white-space:nowrap;
    display:inline;
    width:auto;
}

ul.marquee-content-items li {
	display:inline;
	text-transform:uppercase;
}

ul.marquee-content-items li:last-child:after {
  
}

ul.marquee-content-items li p {
	display:inline;
	margin: 0;
}

ul.marquee-content-items li p.time-part,
ul.marquee-content-items li p.date-part {
	margin: 0 0 0 10px;
}

.time-frame div p {
	margin:0;
}

.project-categories {
	display:none;
}
/*--------------------------------------------------------------
# KEYFRAMES
--------------------------------------------------------------*/

@keyframes floatme {
	0% {
		
		transform: translatex(-20px) rotate(5deg);
	}
	
	25% {
		
		transform: translatey(-20px) rotate(-5deg);
	}
	
	50% {
		
		transform: translatex(20px) rotate(5deg);
		
	}

	75% {
		
		transform: translatey(20px) rotate(-5deg);
	}
	
	
	100% {
		
		transform: translatex(-20px) rotate(5deg);
	}
}

@keyframes floatme-2 {
	0% {
		
		transform: translatex(-10px) rotate(3deg);
	}
	
	25% {
		
		transform: translatey(-10px) rotate(-9deg);
	}
	
	50% {
		
		transform: translatex(10px) rotate(8deg);
		
	}

	75% {
		
		transform: translatey(10px) rotate(-6deg);
	}
	
	
	100% {
		
		transform: translatex(-10px) rotate(2deg);
	}
}

@keyframes floatme-3 {
	0% {
		
		transform: translatex(-40px) rotate(2deg);
	}
	
	25% {
		
		transform: translatey(-40px) rotate(-5deg);
	}
	
	50% {
		
		transform: translatex(40px) rotate(9deg);
		
	}

	75% {
		
		transform: translatey(40px) rotate(-7deg);
	}
	
	
	100% {
		
		transform: translatex(-40px) rotate(3deg);
	}
}

@keyframes floatme-4 {
	0% {
		
		transform: translatex(-30px) rotate(5deg);
	}
	
	25% {
		
		transform: translatey(-30px) rotate(-3deg);
	}
	
	50% {
		
		transform: translatex(30px) rotate(7deg);
		
	}

	75% {
		
		transform: translatey(30px) rotate(-4deg);
	}
	
	
	100% {
		
		transform: translatex(-30px) rotate(6deg);
	}
}

@-webkit-keyframes floatme {
	0% {
		
		transform: translatex(-20px) rotate(5deg);
	}
	
	25% {
		
		transform: translatey(-20px) rotate(-5deg);
	}
	
	50% {
		
		transform: translatex(20px) rotate(5deg);
		
	}

	75% {
		
		transform: translatey(20px) rotate(-5deg);
	}
	
	
	100% {
		
		transform: translatex(-20px) rotate(5deg);
	}
}



@keyframes float-1 {
	0% {
		bottom: 25%;
		right: 30%;
	}
	

	100% {
		
		bottom:20px;
		right:20px;
	}
}

@keyframes float-2 {
	0% {
		bottom: 37%;
		left: 30%;
	}
	
	
	100% {
		
		bottom:20px;
		left:20px;
	}
}

@keyframes float-3 {
	0% {
		top: 34%;
		right: 43%;
	}
	
	100% {
		
		top:20px;
		right:20px;
	}
}

@keyframes float-4 {
	0% {
		top: 26%;
		left: 38%;
	}
	
	100% {
		top: 20px;
		left: 20px;
	}
}

@-webkit-keyframes float-1 {
	0% {
		bottom: 25%;
		right: 30%;
	}
	
	100% {
		
		bottom:20px;
		right:20px;
	}
}

@-webkit-keyframes float-2 {
	0% {
		bottom: 37%;
		left: 30%;
	}
	
	100% {
		
		bottom:20px;
		left:20px;
	}
}

@-webkit-keyframes float-3 {
	0% {
		top: 34%;
		right: 43%;
	}
	
	100% {
		
		top:20px;
		right:20px;
	}
}

@-webkit-keyframes float-4 {
	0% {
		top: 26%;
		left: 38%;
	}
	
	100% {
		top: 20px;
		left: 20px;
	}
}




/*--------------------------------------------------------------
# PROJECTS PAGE
--------------------------------------------------------------*/

body.page-template-template-projects .menu-trigger {
	
}

body.page-template-template-projects .menu-trigger span.menu-text,
body.archive .menu-trigger span.menu-text {
	opacity:0;
}

body.page-template-template-projects .inner-header .menu-trigger ul li.current_page_item,
body.archive .inner-header .menu-trigger ul li.menu-item-18 {
	opacity:1;
}


body.page-template-template-projects .menu-wrapper.active span.menu-text,
body.archive .menu-wrapper.active span.menu-text {
	opacity:1;
}

body.page-template-template-projects .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item,
body.archive .inner-header .menu-wrapper.active .menu-trigger ul li.menu-item-18 {
	opacity:0;
}

body.page-template-template-projects .project-categories,
body.archive .project-categories {
	display:block;
	margin:10px 0 0;
}

body.page-template-template-projects .project-categories.active,
body.archive .project-categories.active {
	display:none;
}

.project-categories ul li a:hover,
.project-categories ul li.body-active a {
	color:#d3d3d3;
}

.projects-list {
	display: flex;
	flex-wrap: wrap;
	padding:20px;
}

.project-tile:first-child {
	width:100%;
	
}

.project-tile:first-child .inner-tile {
	width: calc(100% / 12 * 7) !important;
	margin-left: calc(100% / 12 * 4) !important;
	top:0 !important;
	left:0 !important;
	position: relative !important;
	padding:0px !important;
}

.project-tile:first-child .inner-tile img {
	
}

.project-tile .inner-tile {
    position:absolute;
	
}

.project-tile {
    width:50%;
    padding:0 0 20px;
    position:relative;
  min-height: 100vh;
	
}

.project-tile.tile-small .inner-tile {
	width:60%;
}

.project-tile.tile-medium .inner-tile {
	width:75%
}

.project-tile.tile-large .inner-tile {
	width:100%;
}

.project-tile a {

}

.project-tile a img {
    display:block;
    width:100%;
	margin:0 auto;
	transition:all 0.3s ease;
}

.project-tile a .project-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254,251,243,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	
	opacity:0;
	transition:all 0.3s ease;
}

.project-tile .inner-tile:hover .project-title {
	opacity:1;
}

/*--------------------------------------------------------------
# SINGLE PROJECT PAGE
--------------------------------------------------------------*/

body.single-project .menu-trigger {
	
}

body.single-project .menu-trigger span.menu-text {
	opacity:0;
}

body.single-project .inner-header .menu-trigger ul li.menu-item-18 {
	opacity:1;
}

body.single-project .menu-wrapper.active span.menu-text {
	opacity:1;
}

body.single-project .inner-header .menu-wrapper.active .menu-trigger ul li.menu-item-18 {
	opacity:0;
}

.media-kit {
	position: fixed;
    bottom: 20px;
    right: 30px;
    border: 2px solid #000;
    line-height: 40px;
    padding: 0 20px;
    z-index: 2;
	border-radius:30px;
}

.media-kit:hover {
	background:#000;
	color:#fefbf3;
}

.media-kit:hover a {
	color:#fefbf3;
}


ul.single-project-content {
    display:flex;
    flex-wrap:wrap;
    padding:20px;
}

ul.single-project-content li {
    width:50%;
    padding:0 0 20px;
    position:relative;
   	min-height: 100vh;
	
}

ul.single-project-content li.hero-image,
ul.single-project-content li.hero-video {
    width:100%;
	min-height:100vh;
}

ul.single-project-content li.hero-image .inner-hero,
ul.single-project-content li.hero-video .inner-hero {
	width: calc(100% / 12 * 7);
	margin-left: calc(100% / 12 * 4);
	text-align:center;
}

ul.single-project-content li.hero-image .inner-hero img {
	width: 100% ;
	transition:all 0.3s ease;
}

ul.single-project-content li.hero-video .inner-hero video {
	width:100%;
}


ul.single-project-content li.type-image {

}

ul.single-project-content li.type-text {
	
}

ul.single-project-content li:last-child.type-text {
	min-height:250px;
}

ul.single-project-content li.type-video {
	
}

ul.single-project-content li .project-image,
ul.single-project-content li .project-text,
ul.single-project-content li .project-video {
	position: absolute;
}

.project-image img {
	transition:all 0.3s ease;
	width:100%;
}

ul.single-project-content li.type-image.size-small .project-image,
ul.single-project-content li.type-text.size-small .project-text,
ul.single-project-content li.type-video.size-small .project-video  {
	
	width: 60%;
}

ul.single-project-content li.type-image.size-medium .project-image,
ul.single-project-content li.type-text.size-medium  .project-text,
ul.single-project-content li.type-video.size-medium .project-video {
	width: 75%;
}

ul.single-project-content li.type-image.size-large .project-image,
ul.single-project-content li.type-text.size-large .project-text,
ul.single-project-content li.type-video.size-large .project-video  {
	width:100%;
}

ul.single-project-content li .project-video .embed-container video {
	width:100%;
}

.private-project {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.private-project form p input[type=password],
.private-project form p input[type=submit] {
	background: none;
	border: 1px solid #000;
	border-radius: 0px;
	margin: 0 10px;
	padding: 0px 10px;
	line-height: 30px;
}

.private-project form p input[type=password] {
	width: 58%;
}
.private-project form p input[type=submit] {
    width: 20%;
}

/*--------------------------------------------------------------
# ARCHIVE  PAGE
--------------------------------------------------------------*/

.site-archive {
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	
}

.site-archive .project-tile {
	
}

.site-archive .project-tile:first-child {
	min-height:auto;
	display:block;
}

.site-archive  .project-tile .inner-tile {
	
}

.site-archive .project-tile .inner-tile:hover  .project-title  a {
	opacity:1;
}

.site-archive .project-tile .project-title  a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254,251,243,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	
	opacity: 0;
	transition:all 0.3s ease;
}


.site-archive .wrapped-up {
	column-count:2;
	width:100%;
	column-gap:0;
}

.site-archive .wrapped-up .project-tile {
	width:100%;
	display:inline-block;
	
}

.site-archive .wrapped-up .project-tile:first-child .inner-tile {
	width: 100% !important;
	display:
	inline-block;
	margin: 0;
	padding: 20px !important;
}

/*--------------------------------------------------------------
# INFO PAGE
--------------------------------------------------------------*/

body.page-template-template-info .menu-trigger {
	
}

body.page-template-template-info .menu-trigger span.menu-text,
body.page-template-template-about .menu-trigger span.menu-text,
body.page-template-template-newabout .menu-trigger span.menu-text,
body.page-template-template-contact .menu-trigger span.menu-text {
	opacity:0;
	
}

body.page-template-template-info .inner-header .menu-trigger ul li.current_page_item,
body.page-template-template-about .inner-header .menu-trigger ul li.current_page_item,
body.page-template-template-newabout .inner-header .menu-trigger ul li.current_page_item,
body.page-template-template-contact .inner-header .menu-trigger ul li.current_page_item {
	opacity:1;
	z-index:1;
	
}

body.page-template-template-info .menu-wrapper.active span.menu-text,
body.page-template-template-about .menu-wrapper.active span.menu-text,
body.page-template-template-newabout .menu-wrapper.active span.menu-text,
body.page-template-template-contact .menu-wrapper.active span.menu-text {
	opacity:1;
	
}

body.page-template-template-info .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item,
body.page-template-template-info .inner-header .menu-wrapper.active .menu-trigger.contact-clicked ul li.contact-anchor,
body.page-template-template-about .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item,
body.page-template-template-about .inner-header .menu-wrapper.active .menu-trigger.contact-clicked ul li.contact-anchor,
body.page-template-template-newabout .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item,
body.page-template-template-newabout .inner-header .menu-wrapper.active .menu-trigger.contact-clicked ul li.contact-anchor,
body.page-template-template-contact .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item,
body.page-template-template-contact .inner-header .menu-wrapper.active .menu-trigger.contact-clicked ul li.contact-anchor {
	opacity:0;
}

.main-navigation li.contact-anchor a {
	color:#000;
}

.main-navigation li.contact-anchor.current-item a,
.main-navigation li.contact-anchor a:hover {
	color: #d3d3d3;
}

.menu-trigger.contact-clicked li.contact-anchor {
    opacity:1;
}
.inner-info {
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    width: calc(100% / 12 * 7);
	margin-left: calc(100% / 12 * 4);
}

.about-content,
.contact-content {
	width:100%;
}

.about-image img {
	display:block;
	width:100%;

}



.contact-content {
    margin-top:20px;
}

.contact-form-wrapper form.wpcf7-form {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}

.contact-form-area {
	width:calc(100% - 80px);
}

.contact-form-area input {
	border:1px solid #000;
	border-radius:0px;
	line-height:30px;
	padding:0 10px;
	width:100%;
	background:none;
}

.contact-form-area textarea {
	border:1px solid #000;
	border-radius:0px;
	padding:10px;
	width:100%;
	background:none;
}

.contact-form-area p {
	margin:0 0 20px;
}

.contact-form-area p:last-child {
    margin:0;
}

.contact-form-button {
	border: 1px solid #000;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	text-align:center;
	width: 60px;
	position: relative;
	cursor:pointer;
}

.contact-form-button a {
    max-width:10px;
    display:block;
    word-break:break-all;
    margin:0 auto;
    font-family: 'Conv_Pantasia-Regular';
    line-height:34px;
	font-size:14px;
}

button.wpforms-submit {
	font-family: 'Conv_Pantasia-Regular' !important;
	line-height: 40px !important;
	height: 40px !important;
	background:none !important;
	color:#000 !important;
	border:1px solid #000 !important;
	border-radius:0px !important;
	letter-spacing: 10px;
	text-align:center !important;
	padding: 0 8px 0 20px !important;
}

div.wpforms-container-full button[type=submit]:hover,
button.wpforms-submit.gram-rsvp-button:hover {
	background:#000 !Important;
	color:#fff !Important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full {
	font-family: 'Conv_Pantasia-Regular' !important;
	line-height: 40px !important;
	height: 40px !important;
	background:none !important;
	color:#000 !important;
	border:1px solid #000 !important;
	border-radius:0px !important;
	letter-spacing: 10px;
	text-align:center !important;
	padding: 0 8px 0 20px !important;
}


.wpcf7-submit.send-button {
	display:none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 40px;
    padding: 0.2em 1em;
    border: 0px solid #00a0d2;
    width: 100%;
    text-align: center;
}

.wpcf7-spinner {
    position:absolute;
    background:rgba(0,0,0,0.8)
}

.about-content div.hero-image,
.about-content div.hero-video {
    width:100%;
    margin: 20px 0 100px;
}

.about-content div.hero-image .inner-hero,
.about-content div.hero-video .inner-hero {
	width: calc(100% / 12 * 7);
	margin-left: calc(100% / 12 * 4);
}

.about-content div.hero-video .inner-hero video {
	width:100%;
}

.about-content div.hero-image .inner-hero .first-bio-text {
	padding: 55px 0 0;
}

.about-content div.hero-image .inner-hero .first-bio-text p {
	margin:0 0 20px;
}

/*ul.about-content li.about-detail {
	width: calc(100%/4 - 18px);
	position:relative;
	margin: 0 12px 25px;
}

ul.about-content {
    display:flex;
    flex-wrap:wrap;
    padding:20px;
}*/

ul.about-content {
    display:flex;
    flex-wrap:wrap;
    padding:20px;
}

ul.about-content li.about-detail {
	width:50%;
    padding:0 0 20px;
    position:relative;
    min-height: 100vh;
}

ul.about-content li .project-image.size-small  {
	position: absolute;
	width: 60%;
}

ul.about-content li .project-image.size-medium {
	position:absolute;
	width: 75%;
}

ul.about-content li .project-image.size-large {
	position:absolute;
	width:100%;
}

ul.about-content li.about-detail:nth-child(4n+1) {
	margin-left: 0;
}

ul.about-content li.about-detail:nth-child(4n+4) {
	margin-right: 0;
}

ul.about-content li.about-detail .project-image img {
	mix-blend-mode: multiply;
}

.bio-text {
	padding:10px 0 0;
}
.title-honour {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 2px 0 10px;
}

.title-honour p {
	margin:5px 0 0;
}


/*--------------------------------------------------------------
# MEDIA PAGE
--------------------------------------------------------------*/

body.page-template-template-media .menu-trigger {
	
}

body.page-template-template-media .menu-trigger span.menu-text {
	opacity:0;
}

body.page-template-template-media .inner-header .menu-trigger ul li.current_page_item {
	opacity:1;
}


body.page-template-template-media .menu-wrapper.active span.menu-text{
	opacity:1;
}

body.page-template-template-media .inner-header .menu-wrapper.active .menu-trigger ul li.current_page_item {
	opacity:0;
}

.media-list {
	margin: 200px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.media-item {
	    width: calc(100% / 4 - 25px);
    margin: 0 0px 20px 18px;
	padding-bottom: calc(100% / 4 - 40px);
	position: relative;
	background-size: cover;
	background-position: center;
}



.media-links {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity:0;
	transition:all 0.3s ease;
}

.media-item:hover > .media-overlay,
.media-item:hover > .media-links {
	opacity:1;
}

.media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	height: 100%;
	opacity:0;
	transition:all 0.3s ease;
}
.media-links div {
	width:100%;
}

.media-url {
	margin: 20px 0 0;
}

.media-url a:hover {
	border-bottom:2px solid #000;
}

/*--------------------------------------------------------------
# DOWNLOAD PAGE
--------------------------------------------------------------*/

body.sdm_downloads-template-default .entry-header {
	display:none;
}

.sdm_post_item {
    width: 90%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    text-align: center;
}

.sdm_post_item_top_right {
	float:none !important;
	width:auto;
}

/*--------------------------------------------------------------
# FORMS PAGE
--------------------------------------------------------------*/

.form-content {
	width: calc(100% / 12 * 7);
	margin-left: calc(100% / 12 * 4);
	margin-top: 150px;
	padding: 10px 60px;
}

form.wpcf7-form {
	display:flex;
	flex-wrap:wrap;
}

form.wpcf7-form > p {
	width:100%;
	
}

form.wpcf7-form > p label .wpcf7-form-control-wrap {
	display:inline-block;
	width: 95%;
}

form.wpcf7-form > p label input {
	width:100%;
	background:none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
	border-bottom:1px solid;
}



.form-header {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin:0 0 40px;
}

.form-content table tr td {
	width: 33% !important;
	padding: 0 15px 20px;
	vertical-align: top;
}

.form-content table tr td:first-child {
	padding-left:0;
	width: 30% !important;
}

.form-content table tr td:last-child {
	padding-left:10px;
}

.form-content table tr td h4 {
	width:100%;
	font-family: 'Conv_Pantasia-Regular';
	text-transform:uppercase;
	margin:0;
}

.form-content table tr td p {
	margin:0;
}


.field-header {
	width:30%;
	font-family: 'Conv_Pantasia-Regular';
	text-transform:uppercase;
}

.form-fields {
	width:70%;
	
}

.form-fields p {
	display:flex;
	flex-wrap:wrap;
	margin:0;
}

.form-fields p label,
.form-fields p label.short {
	width: calc(100%/2 - 40px);
	display: block;
	margin: 0 20px;
}



.form-fields p label span input {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid;
	background:none;
	border-radius:0px;
	width:100%;
}

form.wpcf7-form p input[type="submit"] {
	width:100%;
	background:none;
	border-radius:0px;
	border:1px solid;
	line-height:30px;
	text-transform:uppercase;
}

form.wpcf7-form p input[type="submit"]:hover {
	background:#000;
	color:#fff;
}

.wpcf7-list-item {
	margin:0;
}

.wpcf7-list-item label {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.wpcf7-list-item label > input {
	width: auto !important;
	margin-right:10px;
}

.form-fields.address-fields p label.address-line1,
label.business-name,
label.abn-number,
label.long {
	width: 100% !important;
}

.form-fields.address-fields p label.address-line2,
.form-fields.address-fields p label.address-postcode,
.form-fields.address-fields p label.address-state{
	width: calc(100%/3 - 40px);
}

.form-footer{
	width: calc(100% / 12 * 7);
	margin-left: calc(100% / 12 * 4);
	/* margin-top:40px; */
}

.inner-form-footer {
	display:flex;
	flex-wrap:wrap;
	padding: 40px 60px;
}

.footer-left,
.footer-right {
	width:50%;
}

.footer-left p,
.footer-right p {
	margin:0;
	
}

.form-content hr,
.squiggle-sep {
	background-image:url('assets/squiggle.png');
	background-repeat:repeat-x;
	height: 5px;
	width:100%;
	margin: 40px 0;
	background-size: contain;
	background-color: transparent;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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