/*!
Theme Name: Outright
Theme URI: http://underscores.me/
Author: Scott van Winden
Author URI: http://scottvanwinden.com
Description: Website design by Lauren Archer.  Website build by Scott van Winden
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: outright
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.

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

html, body {
    height: 100%;
    overflow: hidden;
}

html.page-loaded, .page-loaded body {
	height: initial;
	overflow: initial;
}

.wpcc-banner .wpcc-message, .wpcc-banner .wpcc-compliance {
    display: inline-block !important;
    position: relative !important;
    width: initial !important;
    flex: initial !important;
}

.wpcc-container {
    justify-content: center !important;
}

@font-face {
    font-family: 'archivo';
    src: url('fonts/archivo-regular-webfont.woff2') format('woff2'),
         url('fonts/archivo-regular-webfont.woff') format('woff'),
         url('fonts/archivo-regular-webfont.ttf') format('truetype'),
         url('fonts/archivo-regular-webfont.svg#archivoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	background:#f3f1ed;
	color:#2b2b2b;
}

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

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

body {
	margin: 0;
	font-size:16px;
	background:#f3f1ed;
	font-family: 'Barlow', sans-serif;
	color:#2b2b2b;
	line-height: 1.5;
}

.archivo {
	font-family:'archivo', sans-serif;
	font-weight: normal;
}

.regular-weight, .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
	font-weight:400 !important;
}

.medium-weight {
	font-weight:500 !important;
}

/**
 * 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;
	color:#2b2b2b;
	text-decoration:none;
	outline:none;
}

/**
 * 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
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #2b2b2b;
	font-family: 'Barlow', sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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



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

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

/*--------------------------------------------------------------
# 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
{
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

/*  Menu  */

.menu {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
	font-family: 'archivo', 'fontello', sans-serif;
}

.menu .menu-item {
    display: table;
    position: relative;
}

#masthead .menu .scroll-to-contact a:after {
    content: '\e813';
    font-family: 'fontello';
    margin-left: 0.5em;
}

#masthead .menu .menu-item {
    float: left;
    margin-left: 2em;
    line-height: 2.8em;
	white-space: nowrap;
}

#masthead .menu .menu-item a {
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#masthead .menu .menu-item a:hover {
    opacity: 0.5;
}

#masthead .menu .menu-item.scroll-to-contact a {
    padding: 0 1em !important;
    display: block;
    box-sizing: border-box;
    line-height: calc(2.8em - 4px);
    margin: 0 !important;
    font-size: 1em !important;
	opacity: 1 !important;
	position: relative;
	z-index: 2;
}

.menu-item.menu-item-has-children a:first-child {
    padding-right: 1em;
	display: table;
	position: relative;
}

.menu-item.menu-item-has-children:before {
/*    content: '';*/
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.menu-item.menu-item-has-children.active:before {
    display: none;
}

.menu-item.menu-item-has-children a:first-child:after {
    content: '\25BC';
    position: absolute;
    right: 0;
    top: 0.15em;
    font-size: 0.5em;
    z-index: 1;
}

.menu-item.menu-item-has-children .sub-menu a:first-child:after {
    content: '' !important;
	display: none !important;
}

.menu-item.menu-item-has-children.active a:first-child:after, .desktop .menu-item.menu-item-has-children:hover a:first-child:after {
    content: '\25B2';
}
.menu .sub-menu {
    display: block;
	display: none;
    position: relative;
    padding: 0;
    list-style: none;
	margin: 0;
}

#masthead .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    -o-transition: 0.3s max-height linear;
    -ms-transition: 0.3s max-height linear;
    -moz-transition: 0.3s max-height linear;
    -webkit-transition: 0.3s max-height linear;
    transition: 0.3s max-height linear;
	display: block !important;
}

.desktop .menu-item.menu-item-has-children:hover .sub-menu, .menu-item.menu-item-has-children.active .sub-menu {
    max-height: 10em !important;
}

.menu .sub-menu .menu-item {
	margin: 0 !important;
}

#masthead .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #f3f1ed;
    padding-left: 1em;
    margin-left: -1em;
}

#masthead.light-header .menu .sub-menu {
    background-color: #2b2b2b;
}

#masthead.transparent-header .menu .sub-menu {
    background-color: transparent;
}

.menu .sub-menu .menu-item {
    display: block;
    margin: 0;
	padding: 0;
}


/*  General Elements  */

#page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #f3f1ed;
}

#page-loading-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#page-loading #Layer_1 {
    width: 150px;
}

.clear-after:after {
    clear: both;
    display: block;
    content: '';
}

.negative-margin-left {
    margin-left: -30px;
}

.float-left-50 {
    position: relative;
    float: left;
    padding-left: 30px;
    width: 50%;
    box-sizing: border-box;
}

.background-cover {
	background-repeat:no-repeat !important;
	background-position:center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.background-contain {
	background-repeat:no-repeat !important;
	background-position:center center !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.page-padding-left {
	padding-left:150px;
}

.page-padding-right {
	padding-right:150px;
}

.large-screen-width {
    max-width: 1300px;
    margin: auto;
}

/*  Header  */

.site-branding {
    position: fixed;
    z-index: 8;
    top: 20px;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	
}

.site-branding .site-title {
    display: block;
    margin: -5000px;
    position: absolute;
}

.site-branding .custom-logo-link {
    display: block;
    text-decoration: none;
    width: 150px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: no-repeat center center;
  -webkit-background-size: 100px;
  -moz-background-size: 100px;
  -o-background-size: 100px;
  background-size: 100px;
  -webkit-backface-visibility: hidden;
}

.site-branding .custom-logo-link:hover {
	opacity:0.5;
}

.custom-logo-link img {
    display: block;
    text-decoration: none;
    width: 100%;
	border:0;
	-webkit-backface-visibility: hidden;
}

.site-branding .custom-logo-link.scrolled {
    width: 100px;
	background-color:#f3f1ed;
}

.site-branding .custom-logo-link.scrolled img {
	opacity:0;
}
.site-branding .custom-logo-link .custom-logo-scrolled {
	opacity:0 !important;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.site-branding .custom-logo-link.scrolled .custom-logo-scrolled {
    opacity: 1 !important;
}

/*  NAV  */

#nav-toggle {
	display:none;
}

#side-nav-wrapper {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    font-size: 0.736842105em;
}

#side-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    display: block;
    margin-left: 20px;
}

#side-nav li {
    display: block;
    margin-top: 20px;
}

#side-nav li:first-child {
    margin-top: 0;
}

#side-nav li a {
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	display:block;
	position:relative;
}

#side-nav li.lighter a {
    color: #f3f1ed;
}

#side-nav li a:before {
    content: '';
    height: 1pt;
    width: 0;
    left: 0;
    background: #2b2b2b;
    display: block;
    position: absolute;
    margin-top: 0.4em;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#side-nav li.lighter a:before {
    background: #f3f1ed;
}

#side-nav li.current a {
	padding-left:1.5em;
}

#side-nav li.current a:before {
    width: 1em;
}

/*  Page Sections  */

.section {
    display: table;
    padding: 0 ;
    position: relative;
    z-index: 1;
	width:100%;
	box-sizing: border-box;
}

.section {
    display: table;
}

.section-inner {
    display: table-cell;
    padding: 0 150px;
    vertical-align: middle;
    position: relative;
	z-index:1;
}

.section-inner-block {
	display: block !important;
}

.section-padding {
    padding-top: 5em;
	padding-bottom:5em;
}

.section-padding-large {
    padding-top: 10em;
	padding-bottom:10em;
}

/*  Top Section  */

#header-text, .header-text {
    display: block;
    margin: 1em auto 0;
    text-align: center;
    font-size:2em;
    line-height: 1.2em;
    color: #f3f1ed;
    max-width: 750px;
    max-width: 15em;
}

.header-text {
    color: #fff;
}

#header-text p, .header-text p {
    margin: auto;
}

#header-social-wrapper {
    position: absolute;
    right: 0;
    font-size: 0.736842105em;
    bottom: 20px;
    text-align: right;
	z-index:8;
}

#header-social {
    list-style: none;
    margin: 0 20px 0 0;
}

#header-social li {
    margin: 20px 0 0;
    padding: 0;
    display: block;
}

#header-social li a {
    color: #f3f1ed;
}

#bg-video-wrapper, .bg-video-wrapper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	overflow:hidden;
}

.bg-video-wrapper {
	z-index: 0;
}

#bg-video-file, .bg-video-file {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -500px;
    display: block;
}

#top-scroll, .header-scroll {
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    color: #f3f1ed;
    font-size: 30px;
    bottom: 10px;
    line-height: 50px;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

#top-scroll:hover, .header-scroll:hover {
	opacity:0.5;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*  About Section  */

#outright-about-blocks p:first-child {
    margin-top: 0;
}

#outright-about-block-left {
    font-size: 1.47368421em;
}

#outright-about .section-inner {
    padding-bottom: 0;
}

/*  Testimonials Section  */

#testimonial-slider, .testimonial-slider {
	position: relative;
	width:100%;
}

#testimonial-section:after, .testimonial-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    background: #a6a9ab;
    height: 1px;
    width: 100%;
}

.quote-head {
    font-size: 1.5em;
	height:1.5em;
}


#testimonial-quotes .quote-head img {
    width: auto;
	max-height: 1em;
	max-width: 90%;
	max-width:120px;
}

.testimonial-wrapper {
    display: table;
    width: 100%;
	height:100%;
	padding-bottom: 1px;
}

.testimonial-left-slide, .testimonial-right-slide {
    display: table-cell;
    vertical-align: top;
	padding-bottom:30px;
}

.testimonial-left-slide {
    padding-bottom: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 40%;
	padding-left: 2px;
}

.testimonial-head img {
    display: block;
    max-width: 90%;
    max-height: 2em;
    margin-bottom: 1em;
}

.testimonial-right-slide {
    font-size: 1em;
    border-bottom: 1pt solid #2b2b2b;
}

.testimonial-right-slide p:first-child {
    margin-top: 0;
}

.testimonial-right-slide p:last-child {
    margin-bottom: 0;
}

#testimonial-slider .rsBullets, .testimonial-slider .rsBullets, .slick-dots {
    position: absolute;
    bottom: -12px;
    width: 40%;
    max-width: 100%;
    left: 0;
    background: #f3f1ed;
    list-style: none;
    margin: 0;
    padding: 0;
}

#testimonial-slider .rsBullet span, .testimonial-slider .rsBullet span {
    background: #2b2b2b;
    width: 3px;
    font-size: 0px;
	line-height: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    text-indent: -5000px;
    overflow: hidden;
    position: relative;
	outline: none;
}

.slick-dots li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 5px;
	margin-top:5px;
}

#testimonial-slider .rsBullet, .testimonial-slider .rsBullet, .slick-dots li button {
    float: left;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    margin-left: 5px;
	margin-top:5px;
	border:1pt solid #f3f1ed;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	width: auto;
    display: block !important;
    opacity: 1 !important;
	cursor:pointer;
    -webkit-appearance: none;
    appearance: none;
	outline: none;
    position: relative;
	background: none;
}

.slick-dots li button {
	text-indent: -5000px;
	overflow: hidden;
	font-size: 0;
	float: none;
	margin: 0;
}

.slick-dots li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #2b2b2b;
    height: 3px;
    width: 3px;
    z-index: 9;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#testimonial-slider .rsBullet:hover span, .testimonial-slider .rsBullet:hover span, .slick-dots li:hover {
	opacity:0.2;
}

#testimonial-slider .rsBullet:first-child, .testimonial-slider .rsBullet:first-child, .slick-dots li:first-child {
	margin-left:0;
}

#testimonial-slider .rsNavSelected, .testimonial-slider .rsNavSelected, .slick-dots li.slick-active button {
    border-color:#2b2b2b;
}

.rsContainer, .rsOverflow {
	position:relative;
}
.rsArrow {
    position: absolute;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    cursor: pointer;
    top: 50%;
	margin-top: -0.5em;
    font-size: 4em;
    font-weight: 100;
    line-height: 1em;
	    z-index: 98;
    font-family: 'FontAwesome';
}

.rsArrowLeft {
    left: 2%;
}

.rsArrowRight {
    right: 2%;
}




.rsArrowLeft:hover, .rsArrowRight:hover {
	opacity:0.2;
}


.rsArrowLeft div:after {
    content: '\f104';
    float: left;
    text-indent: 0;
	/*margin-right:30px;*/
}

.rsArrowRight div:after {
    content: '\f105';
	float: left;
    text-indent: 0;
}

.rsArrow {
	width:20px;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 40%;
}

.rsArrowIcn {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
}

.rsOverflow {
    width: 100% !important;
    height: 100% !important;
}

/*  Films Section  */

#films-select-wrapper {
    display: table;
    margin: auto;
    text-align: center;
    border-spacing: 0;
    width: 100%;
	position:relative;
}

#films-select-wrapper:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1pt;
    background: #2b2b2b;
}

.films-select-single {
    display: inline-table;
    margin: 0 ;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.736842105em;
    line-height: 1em;
    cursor: pointer;
    border: 1px solid #2b2b2b;
	border-left-width:0;	
    border-bottom-color: #f3f1ed !important;
    border-bottom-color: #2b2b2b !important;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: content-box;
    padding: 1em 2em;
    position: relative;
    z-index: 2;
}

.films-select-single:first-child {
	border-left-width:1px;
}



.films-select-single-inner {
	box-sizing:border-box;
	display:table-cell;
}
.films-select-single:hover {
	color: #cbcac7;
}


.films-select-single.current-films {
	background:#2b2b2b;
	color:#fff !important;
}


#films-feed-wrapper {
    margin-left: -30px;
}

.film-single {
    padding-left: 30px;
    width: 33.3333333%;
    width: calc(100% / 3 - 0.1px);
    max-width: 33.333333333333333334%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
    float: left;
    position: relative;
}

.film-single-link {
    display: block;
    text-decoration: none;
}

.film-single-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    color: #fff;
	font-size: 0.75em;
}

.film-single-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	-moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1); 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.film-single-image:before {
    content: '';
    display: block;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 110%;
    height: 110%;
    background: #2b2b2b;
    position: absolute;
    z-index: 2;
    opacity: 0;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.film-single-link:hover .film-single-image {
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

.film-single-link:hover .film-single-image:before {
	opacity: 0.5;
}

.film-single-text {
    margin: 30px auto 0;
}

.film-single-text .film-client {
    font-size: 1em;
    display: block;
    margin: 0 auto 0.5em;
}

.mfp-bg {
    background: #f3f1ed !important;
    opacity: 1 !important;
}

.mfp-video-wrapper {
    padding: 0;
    position: relative;
    width: 80%;
    margin: auto;
}

.mfp-iframe-scaler {
    position: relative !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #2b2b2b !important;
    right: 0 !important;
    text-align: left !important;
    opacity: 1 !important;
}

.mfp-film-info-wrapper {
    display: table;
    position: relative;
    border-spacing: 20px;
    margin: 0 -20px -20px;
    font-size: 18px !important;
    padding: 0 !important;
    color: #2b2b2b !important;
}

.mfp-film-title {
    font-size: 1.47368421em;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1em;
}

.mfp-film-sub {
    font-size: 1.21052632em;
	font-weight:500;
	line-height:1.2em;
}

.mfp-film-info-block {
    display: table-cell;
    position: relative;
}

.mfp-film-info-block.mfp-film-info-block-left {
    padding-bottom: 30px;
    white-space: nowrap;
    min-width: 100px;
}

.mfp-film-info-block.mfp-film-info-block-left.archivo.word-wrap {
    white-space: initial;
}

.mfp-film-info-block-left-inner {
    max-width: 300px;
}

.mfp-film-info-block p:first-child {
    margin-top: 0;
}

.mfp-film-info-block p:last-child {
    margin-bottom: 0;
}

.close-single-film {
    font-size: 0.631578947em;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
	cursor:pointer;
}

.close-single-film:hover, .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
	opacity:0.5 !important;
}


/*  Services Section  */

#services-copy {
    font-size: 1.47368421em;
}

#services-block-wrapper {
    padding: 0 50px;
    position: relative;
}

.services-block-single {
    position: relative;
    margin-top: 1em;
}

.services-block-title {
    display: table;
    margin: 0;
    font-size: 1em;
    max-width: 50%;
    background: #f3f1ed;
    padding-right: 1em;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
	cursor: pointer;
}

.services-block-title sup {
    font-size: 0.684210526em;
    margin-right: 2em;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.services-block-copy {
    position: absolute;
	z-index:1;
    top:50%;
    left: 50%;
	width:50%;
    padding-left: 1em;
    background: #f3f1ed;
	display: none;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.services-block-copy p:first-child {
    margin-top: 0.2em;
}
	
.services-block-copy p:last-child {
    margin-bottom: 0;
}

.services-block-single:first-child .services-block-copy {
	top: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
	
.services-block-single:last-child .services-block-copy {
    bottom: 0;
	top: initial;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.services-block-single:before {
    content: '';
    background: #2b2b2b;
    height: 1pt;
    position: absolute;
    display: block;
    width: 0;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 1em;
    z-index: 0;
}

.services-block-title .archivo {
    font-size: 1.21052632em;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.services-block-title:hover sup, .services-block-title:hover .archivo {
	opacity:0.5;
}

.services-block-single.service-selected:before {
    width: 50%;
}

/*  Clients Section  */

#clients-title {
    position: relative;
}

#clients-title .archivo {
    font-size: 1.47368421em;
    display: table;
    margin: 0;
    line-height: 1em;
    position: relative;
    z-index: 1;
    padding-right: 1em;
	background: #f3f1ed;
}

#clients-title .archivo:after {
    content: '…';
}
/*
#clients-title:before {
    content: '';
    height: 1pt;
    background: #2b2b2b;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.736842105em;
}
*/

#clients-block-wrapper {
    margin-top: 30px;
    position: relative;
}

.clients-block-wrapper {
	position: relative;
}

#clients-block-wrapper .clients-block-single, .clients-block-wrapper .clients-block-single  {
    display: block;
    width: 25%;
    float: left;
    vertical-align: top;
    padding: 30px;
    box-sizing: border-box;
}

#clients-block-wrapper .clients-block-single .clients-block-sizer, .clients-block-wrapper .clients-block-single .clients-block-sizer  {
    max-width: 150px;
    margin: auto;
}

#clients-block-wrapper .clients-block-single .clients-block-inner, .clients-block-wrapper .clients-block-single .clients-block-inner  {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    height: 0;
}

#clients-block-wrapper .clients-block-single .clients-block-inner .client-name, .clients-block-wrapper .clients-block-single .clients-block-inner .client-name  {
    position: absolute;
    margin: -5000px;
}

/*  Instagram  */
#instagram {
    position: relative;
	overflow: hidden;
}

#instagram {
/*    border-top: 1pt solid #a6a9ab;
    border-bottom: 1pt solid #a6a9ab;
*/}

.insta-item {
    float: left;
    width: 16.6666667%;
    width: calc(100% / 6);
    padding-bottom: 16.6666667%;
    position: relative;
	letter-spacing: 0.2em;
}

.insta-item a {
	display:block;
	width:100%;
    height: 100%;
    bottom: 0;
    position: absolute;
	background:center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-decoration:none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
    color: #f3f1ed;
}

.insta-item a .time {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    text-transform: uppercase;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.insta-item a .caption {
    position: absolute;
    font-size: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
	top:0;
	width:100%;
	height:100%;
	display:table;
	box-sizing: border-box;
	padding:0 1em;
	z-index:2;
	opacity:0;
	background: url(../images/191e20-80.png);
	background:rgba(25, 30, 32, 0.8);
    text-align: center;
    text-transform: uppercase;
	line-height:1em;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.insta-item a:hover .caption {
	opacity:1;

}

.insta-item a .caption div {
	display:table-cell;
	vertical-align:middle;

}

.insta-item a:before {
    content: '\f16d';
    top: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    font-family: 'FontAwesome';
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.instalink:hover {
	opacity:0.2;

}

.instalink {
    display: block;
    position: absolute;
    z-index: 2;
    width: 30%;
    left: 35%;
    text-align: center;
    top: 50px;
    text-transform: uppercase;
    text-decoration: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

/*  CONTACT  */

#contact-title {
    font-size: 1.47368421em;
    margin: 0;
}

#contact-address {
    font-size: 1.21052632em;
    margin-top: 2.47826086em;
}

.contact-block h2 {
    font-size: 0.736842105em;
    text-transform: uppercase;
    margin: 0;
}

#contact .section-content p {
    font-size: 1.5em;
}

#contact-blocks {
    display: table;
    width: 100%;
    margin-top: 3em;
    table-layout: fixed;
}

.contact-block {
    display: table-cell;
    width: 2%;
	position:relative;
	white-space: nowrap;
}

.contact-block div, .contact-block a {
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.contact-block div:hover, .contact-block a:hover {
opacity:0.2;
}

#themap	{
    position: relative;
	width:100%;
	padding-bottom:35%;
}

#themap	 div:first-child {
	position:!important;

}


/*  Footer  */

.site-footer {
    background: #2b2b2b;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 3em 5em;
    color: #727272;
	position:relative;
	line-height: 1em;
}

.site-footer a {
    color: #727272;
}

#footer-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
	font-size:0.789473684em;
}

.logo-footer {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin-right: 1em;
}

#footer-social-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 0.842105263em;
}

#footer-social {
    display: table;
    margin: 0 0 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
}

#footer-social a {
    float: left;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    color: #f3f1ed;
}

#footer-social a span {
    position: absolute;
    margin: -5000px;
}

/*  Single Video Page  */

.site-header .page-template-single-video-template .custom-logo-link img {
	opacity: 0;
}

.page-template-single-video-template .site-branding .custom-logo-link .custom-logo-scrolled {
	opacity:1 !important; 
}

.page-template-single-video-template #header-social li a {
	color:#2b2b2b;
}

#single-video-wrapper {
    width: 50%;
    margin: 130px auto 50px;
}

#single-video-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

#single-video-inner iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

#single-video-copy {
    position: relative;
    width: 50%;
    margin: 0 auto 50px;
}

/*  Modular Page  */

.page-template-outright-modular {
	font-size: 18px;
}

.page-template-outright-modular #masthead {
    position: fixed;
    z-index: 5;
    top: 0;
    box-sizing: border-box;
    width: 100%;
}

.page-template-outright-modular #header-container {
    padding: 1em 150px;
    background-color: #f3f1ed;
}


.page-template-outright-modular #masthead.light-header #header-container {
	background-color: #2b2b2b !important;
}


.page-template-outright-modular #masthead.transparent-header #header-container {
	background-color: transparent !important;
}

#masthead.light-header, #masthead.light-header a, #masthead.light-header, #masthead.light-header svg, #masthead.light-header path {
    color: #fff !important;
    fill: #fff;
}

.dark-section svg, .dark-section path {
    color: #fff !important;
    fill: #fff !important;
}

#masthead.light-header, .page-template-outright-modular .film-single-text, .playbutton, .page-template-outright-modular .outright-header-content .section-inner {
	-webkit-filter: drop-shadow(0 0 30px #2b2b2b);
	-moz-filter: drop-shadow(0 0 30px #2b2b2b);
	-o-filter: drop-shadow(0 0 30px #2b2b2b);
	-ms-filter: drop-shadow(0 0 30px #2b2b2b);
	filter: drop-shadow(0 0 30px #2b2b2b);
}

#header-inner {
    position: relative;
}


#modular-logo {
    display: block;
    position: relative;
    margin: 0;
    line-height: 1em;
    font-size: 1em;
}

#modular-logo svg {
    height: 2.8em;
}

#masthead #menu-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.outright-testimonials {
    margin-top: 2em;
} 

.section-margin-top {
    margin-top: 5em;
}


.section-margin-top:first-child {
    margin-top: 7.5em;
}

.buttons-container {
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
}

.center-content .buttons-container {
	width: initial;
}

.center-content {
    text-align: center;
}

.buttons-inner {
    position: relative;
    margin:1.5em 0 0 -0.5em;
}

.button-single, .wpcf7 .wpcf7-submit, #masthead .menu-item.scroll-to-contact a {
    display: inline-block;
    padding: 0.5em 1em;
    border: 2px solid #2b2b2b;
    margin: 0.5em 0 0 0.5em;
    cursor: pointer;
    font-family: 'archivo', sans-serif;
	font-size: 1.2em;
	position: relative;
}

.desktop .button-single:hover, .desktop #masthead .menu-item.scroll-to-contact a:hover {
	color: #fff;
}

.button-single:before, #masthead .menu-item.scroll-to-contact a:before, .button-wrapper:before {
    content: '';
    display: block;
    background: #2b2b2b;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom:-1px;
    z-index: -1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	-webkit-transform-origin:left;
	-moz-transform-origin:left;
	-o-transform-origin:left;
	transform-origin:left;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-filter:none !important;
	-moz-filter:none !important;
	-o-filter: none !important;
	-ms-filter:none !important;
	filter:none !important;
}

.button-wrapper:before {
    left: 0;
    right: 0;
    top: 0;
	bottom: 1px;
}

.button-single.solid-colour {
    color: #fff;	
    border-color: #2b2b2b;
}

.button-single.solid-colour:before, .button-wrapper.solid-colour:before {
	-webkit-transform-origin:right;
	-moz-transform-origin:right;
	-o-transform-origin:right;
	transform-origin:right;
}

.dark-section .button-single, .desktop .dark-section .button-single.solid-colour:hover, .dark-section .wpcf7 .wpcf7-submit, #masthead.light-header .menu-item.scroll-to-contact a {
    color: #fff;
    border-color: #fff !important;
}

.desktop .button-single.solid-colour:hover, .desktop .dark-section .button-single:hover, .dark-section .button-single.solid-colour {
	color: #2b2b2b;
}

.button-single.solid-colour:before, .desktop .button-single:hover:before, .desktop .button-wrapper:hover:before, .desktop #masthead .menu-item.scroll-to-contact a:hover:before {
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.desktop .button-single.solid-colour:hover:before {
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dark-section .button-single:before, .dark-section .button-wrapper:before, #masthead.light-header .menu-item.scroll-to-contact a:before {
    background-color: #fff !important;
}

.desktop #masthead.light-header .menu-item.scroll-to-contact a:hover, .desktop .dark-section .wpcf7 .wpcf7-submit:hover {
    color: #2b2b2b !important;
}

.flex-row {
    display: flex;
    flex-flow: row;
    margin: 0 -1em;
}

.flex-row.right-image {
    flex-flow: row-reverse;
}

.text-image-blocks.flex-row {
    align-items: center;
}

.flex-row p:first-child, .flex-row h1:first-child, .flex-row h2:first-child, .flex-row h3:first-child, .flex-row h4:first-child, .flex-row h5:first-child, .flex-row h6:first-child {
	margin-top: 0;
}

.flex-row p:last-child, .flex-row h1:last-child, .flex-row h2:last-child, .flex-row h3:last-child, .flex-row h4:last-child, .flex-row h5:last-child, .flex-row h6:last-child {
	margin-bottom: 0;
}

.flex-single {
    width: 100%;
    position: relative;
	padding: 0 1em;
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
    font-family: 'archivo', sans-serif;
}

.hide-dots .rsContainer {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.hide-dots .rsNav, .hide-dots .slick-dots {
    display: none !important;
}

/*  Submit Form  */

.dark-section {
    background-color: #2b2b2b;
    color: #fff;
    padding: 5em 0;
}

.black-section {
    background-color: #000 !important;
}

.outright-header.dark-section {
    padding: 0;
}

.desktop .outright-header.has-video {
    background: none !important;
}

.dark-section a {
    color: #fff;
}

.contact-form-row-wrapper {
    margin: 1em -0.5em 0;
    position: relative;
}

.contact-form-row-wrapper:first-child {
    margin-top: 0;
}

.contact-form-row-inner {
    display: flex;
    width: 100%;
    flex-flow: row;
}

.contact-form-single {
    width: 100%;
    padding: 0 0.5em;
    box-sizing: border-box;
}

.contact-form-single:after {
    content: '';
    display: block;
    clear: both;
}

.form-field, .wpcf7 input, .wpcf7 textarea {
    display: block !important;
    -webkit-appearance: none !important;
    border: none !important;
    border-bottom: 1px solid !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0.5em 0 !important;
    background: none !important;
    outline: none !important;
    color: inherit !important;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}
.wpcf7 .button-wrapper {
    display: block;
    margin: 0.5em 0 0 0.5em !important;
    position: relative;
    float: right;
}

.wpcf7 .wpcf7-submit {
	position: relative;
	z-index: 2;
    display: table !important;
    padding: 0.5em 1em !important;
    border: 2px solid !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 1.2em;
	width: initial !important;
	font-family: 'archivo', 'fontello', sans-serif !important;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    text-align: center;
    margin: 20px auto 0 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	margin-top: 0 !important;
}

.wpcf7-form.sent .contact-form-row-wrapper {
    display: none;
}

.wpcf7 .ajax-loader {
    background: #505050;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    margin: -12px !important;
    left: 50%;
    z-index: 5;
}

.films-select-wrapper {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
	z-index: 2;
}

.film-dropdown-title {
    margin: auto;
    display: table;
    font-weight: normal;
    font-size: 2em;
    position: relative;
	cursor: pointer
}

.film-dropdown-title:after {
    content: '\25BC';
    font-size: 0.5em;
    vertical-align: middle;
    margin-left: 0.5em;
}

.film-dropdown-title.active:after {
	    content: '\25B2';
}

.film-select-dropdown {
    position: absolute;
    top: 100%;
    padding-top: 30px;
    width: 100%;
	display: none;
}

.playbutton {
    position: absolute;
    right: 10px;
    bottom: 12px;
    overflow: hidden;
    padding: 1em;
    border: 1pt solid;
    font-size: 0.8em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1em;
    width: 1em;
    text-align: center;
    display: block;
    text-indent: 0.08em;
    box-sizing: content-box;
}

.playbutton span {
    margin: -5000px;
    position: absolute;
}

.film-single-image-wrapper .film-single-text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: left;
	padding-right: 4em;
	text-transform: uppercase;
}

.page-template-outright-modular .film-single-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 50%;
    bottom: initial;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.film-name-wrapper {
    max-height: 0;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    font-size: 0.85em;
    text-transform: initial;
}

.film-single-link:hover .film-name-wrapper {
	max-height: 3em;
}

.touch-device .film-name-wrapper {
	max-height: initial;
}

.film-single-image-wrapper .film-single-text .film-client {
    margin: 0;
}

.page-template-outright-modular .films-select-wrapper .medium-weight {
    width: 33.33%;
    margin: auto;
    padding: 0 10px;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.page-template-outright-modular .films-select-wrapper .medium-weight:hover {
	opacity: 0.9;
}


.page-template-outright-modular .films-select-single-inner {
	display: block;
    background: #2b2b2b;
    color: #fff;
    padding: 0.5em 1em;
}

.page-template-outright-modular .films-select-wrapper .current-films {
    display: none !important;
}

.page-template-outright-modular .site-footer {
    padding: 5em 150px;
    box-sizing: border-box;
    font-size: 0.75em;
}

.footer-columns {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row;
    margin: 0 -1em;
	line-height: 1.75em;
}

.footer-column {
	position: relative;
	width: 100%;
}

.footer-column a {
    display: block;
}

.page-template-outright-modular .site-info {
    text-align: center;
    margin: 3em 0 0;
    font-size: 0.75em;
}

.left-right-padding { 
	padding-left: 15%; 
	padding-right: 15%; 
}

@media screen and (min-width:1500px){
body {
	font-size:18px;
}
	
.film-single-image-wrapper {
    font-size: 1em;
}

.page-template-outright-modular {
    font-size: 22px;
}

.mfp-film-info-wrapper {
    font-size: 18px !important;
}

}

@media screen and (max-width:900px) and (min-width:737px){
.page-template-outright-modular #header-container, .section-inner, .page-template-outright-modular .site-footer {
    padding-left: 100px;
    padding-right: 100px;
}
}


@media screen and (min-width:737px){

	
.page-template-outright-modular #header-container {
    -moz-transition: 0.3s -moz-transform ease-in-out;
    -o-transition: 0.3s -o-transform ease-in-out;
    -ms-transition: 0.3s -ms-transform ease-in-out;
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s transform ease-in-out;
}


.page-template-outright-modular #masthead.hidden-scroll #header-container {
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}	
	
.page-template-outright-modular #masthead:hover #header-container {
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    -webkit-transform:none;
    transform:none;
}
	
#side-nav-wrapper {
		display:block !important;
}
}

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

body {
    font-size: 14px;
}
	
.buttons-container .button-single {
    font-size: 1em;
}
	
.page-template-outright-modular #modular-logo svg {
    height: 2em;
}
	
.site-branding .custom-logo-link:hover {
    opacity: 1;
}

.section-inner {
    padding: 80px 20px 0;
    box-sizing: border-box;
}

.float-left-50 {
    float: none;
    width: 100%;
}

.page-padding-right {
    padding-right: 20px;
}

.page-padding-left {
    padding-left: 20px;
}

.site-branding .custom-logo-link {
    width: 100px !important;
}

/*  Nav  */

.toggled-header .site-branding .custom-logo-link img.custom-logo-scrolled {
    opacity: 0 !important;
}

.toggled-header .site-branding .custom-logo-link img.custom-logo {
    opacity: 1 !important;
}

.toggled-header .site-branding .custom-logo-link {
    background-color: transparent !important;
}

#side-nav-wrapper {
    position: fixed;
	display: none;
    padding: 88px 0 20px;
    top: 0;
    background: #2b2b2b;
    background: rgba(43, 43, 43, 0.9);
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 7;
}

#side-nav li a {
    color: #f3f1ed !important;
}

#side-nav li a:before {
    background: #f3f1ed !important;
}

#page-top-nav, #top-nav {
    position: relative;
    top: 0;
    right: 0;
    display:none;
    height: auto;
    width: 100%;
    left: 0;
	padding-bottom:20px;
}

#page-top-nav li, #top-nav li {
    line-height: 36px;
    padding-left: 0;
    display: block;
}

#nav-toggle {
    position: fixed;
    left: 20px;
    top: 32px;
    cursor: pointer;
    width: 30px;
    padding: 11px 0 13px;
    z-index: 8;
    display: block;
}
	
.page-template-outright-modular #nav-toggle {
    top: 26px;
    left: initial;
    right: 20px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  height: 3px;
  width: 100%;
  background: #2b2b2b;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
    transition:all 500ms ease-in-out;
}
	
.light-header #nav-toggle span, .light-header #nav-toggle span:before, .light-header #nav-toggle span:after {
  background: #fff !important;
}

.toggled-header #nav-toggle span, .toggled-header #nav-toggle span:before, .toggled-header #nav-toggle span:after, #nav-toggle.scrolled  span, #nav-toggle.scrolled  span:before, #nav-toggle.scrolled  span:after {
  background: #f3f1ed;
}
	
.page-template-outright-modular .toggled-header #nav-toggle span, .page-template-outright-modular .toggled-header #nav-toggle span:before, .page-template-outright-modular .toggled-header #nav-toggle span:after, .page-template-outright-modular #nav-toggle.scrolled span, .page-template-outright-modular #nav-toggle.scrolled span:before, #nav-toggle.scrolled span:after {
    background: #2b2b2b;
}


#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

#nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}

/*  Top Section  */

#header-text {
    font-size: 2.5em;
    max-width: 100%;
}

/*  Testimonials Section  */

.testimonial-left-slide, .testimonial-right-slide, #testimonial-slider .rsBullets, .testimonial-slider .rsBullets, .slick-dots {
    display: block;
	width: 100%;
}

.testimonial-right-slide {
    border-bottom: 0;
    padding-bottom: 60px;
}

#testimonial-slider .rsBullets, .testimonial-slider .rsBullets, .slick-dots {
    bottom: 22px;
}

#testimonial-slider:after, .testimonial-slider:after {
    content: '';
    display: block;
    background: #2b2b2b;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/*  Films Section  */

.films-select-single {
    padding: 1em 1.5em;
}

#films-feed-wrapper {
    margin-left: -20px;
}

.film-single {
    width: 50%;
    max-width: 50%;
	padding-left: 20px;
	margin-top:20px;
}
	
.film-single-image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 0;
    padding-bottom: 56.25%;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-film-info-wrapper {
    display: table;
    border-spacing: 0;
    margin: 2em 0 0;
    font-size: 14px !important;
}

.mfp-film-info-block {
    display: block;
    position: initial;
}

.close-single-film {
    bottom: -3em;
}

/*  Services Section  */

#services-block-wrapper {
    padding: 0 30px;
}

.services-block-title {
    max-width: 100%;
	padding-right:0;
}

.services-block-title sup {
    margin-right: 1em;
}

.services-block-title:hover sup, .services-block-title:hover .archivo {
	opacity:1;
}

.services-block-copy {
	position:relative;
    left: 0;
    width: 100%;
    padding-left: 1.3em;
    box-sizing: border-box;
    top: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.services-block-single:before {
    height: 1px;
    top: 0.75em;
}

.services-block-single.service-selected:before {
    width: 1em;
    left: -1.5em;
}

/*  Clients Section  */

#clients-block-wrapper .clients-block-single, .clients-block-wrapper .clients-block-single {
    width: 50%;
    padding: 15px 30px;
}

/*  Insta  */
.insta-item a .time, .instalink {
    font-size: 0.5em !important;
    line-height: 1em;
}

.insta-item a .time {
    bottom: 5px;
    left: 0px;
    right: 0px;
}

.insta-item a.caption {
	display:none !important;
}

.insta-item a .caption div {
    display: none;
}

.instalink {
    top: 10px;
}

.insta-item a:before {
    top: 5px;
}

/*  Contact Section  */

.contact-block {
    display: block;
    padding-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1pt solid #d4d2ce;
}

.contact-block:first-child {
    padding-top: 1em;
    margin-top: 0;
    border-top: 1pt solid #d4d2ce;
}

#themap {
    padding-bottom: 70%;
}
	
	
::-webkit-input-placeholder { 
	font-size: 0.75em;
}
::-moz-placeholder { 
	font-size: 0.75em;
}
:-ms-input-placeholder { 
	font-size: 0.75em;
}
:-moz-placeholder { 
	font-size: 0.75em;
}

/*  Footer  */

.site-footer {
    padding: 20px;
}

#footer-inner, #footer-social-wrapper {
    display: block;
	text-align:left;
}

.logo-footer {
    display: block;
    float: left;
}

#footer-social {
    margin: 0.5em auto 0 0;
}

#footer-social a {
    margin-left: 0;
    margin-right: 10px;
}

#single-video-wrapper {
    width: 90%;
}
	
.page-template-outright-modular #header-container {
    padding: 20px;
}
	
#masthead #menu-wrapper {
    top: 100%;
    display: none;
    background: #f3f1ed;
    padding: 0 20px 20px;
    margin-right: -20px;
}
		
#masthead.light-header #menu-wrapper {
    background: #2b2b2b;
}
	
#masthead.transparent-header #menu-wrapper {
    background: none;
}
	
#masthead .menu .menu-item {
    line-height: 2em;
    margin-left: auto;
    float: none;
}
	
#masthead .menu .menu-item.scroll-to-contact {
    margin-top: 0.5em;
}
	
.menu-item.menu-item-has-children a:first-child {
    padding-right: 0;
    padding-left: 0.75em;
    margin-left: auto;
}
	
.menu-item.menu-item-has-children a:first-child:after {
    right: initial;
    left: 0;
}
	
#masthead .menu .sub-menu {
    position: relative;
	padding-right: 0.75em;
}
	
.section-margin-top:first-child {
    margin-top: 5em;
}
	
.page-template-outright-modular .section-inner {
	padding-top: 0;
}
	
.flex-row {
    display: block;
	margin: 0;
}

.flex-single {
    padding: 0;
	margin-top: 2em;
}
	
.flex-single:first-child {
	margin-top: 0;
}
	
.film-select-dropdown {
    padding-top: 20px;
}
	
.film-single-image-wrapper {
    font-size: 0.75em;
    height: initial;
    padding-bottom: 0;
    color: #2b2b2b;
}
	
	.mfp-film-info-block.mfp-film-info-block-left {
		width: 100% !important;
	}

.page-template-outright-modular .film-single-image-wrapper .film-single-text {
    position: relative;
    margin: 20px auto 0;
    left: 0;
    top: 0;
    text-align: left;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    padding-right: 0;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
	
.film-name-wrapper {
    max-height: initial;
}
	
.playbutton {
	display: none;
}
	
.page-template-outright-modular .films-select-wrapper .medium-weight {
    width: 100%;
    padding: 0;
}
	
.page-template-outright-modular .site-footer {
    padding: 5em 20px;
}
	
.footer-columns {
    display: block;
    margin: 0;
}
	
.footer-column {
    width: 100%;
    margin: 1em 0 0;
}
	
.footer-column:first-child {
	margin-top: 0;
}


}

@media screen and (max-width: 374px) {
.films-select-single {
    padding: 0.8em 1em;
}

.left-right-padding { 
	padding-left: 15% !important; 
	padding-right: 15% !important; 
}
}