/*!
Theme Name: unilive
Theme URI: http://underscores.me/
Author: Pure Agency
Author URI: https://www.pureagency.co.uk
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: unilive
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.

unilive 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;
	position: relative;
}

.page-template-page-plain .site-main,
.archive.category .site-main {

	padding-top: 100px;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0px 0px 20px 0px;
}

.page-header h1 {

	margin: 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: 700;
}

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

button:disabled,
button[disabled] {

	opacity: 0.2;
	cursor: not-allowed;

}

input:focus,
textarea:focus {

	outline: none;

}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: 'HCo Gotham SSm', sans-serif;;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

h2.main-title {

	font-family: 'HCo Gotham SSm';
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 20px;

}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	clear: both;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 1;
}

.h1, h1 {
    font-size: 45px;
}

h1.main-title {

	font-size: 35px;

}

.h2, h2 {
    font-size: 35px;
}

p {
	margin-bottom: 20px;
}

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

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

ul,
ol {
	margin: 10px 0px 10px 30px;
	padding: 0;
}

ul {
	list-style: disc;
}

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: #29AAE1;
	transition: color 0.5s ease;
}

a:visited {
	color: #29AAE1
}

a:hover,
a:focus,
a:active {
	color: #29AAE1;
}

a:focus {
	outline: none;
}

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



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

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #41B6E6;
	clip-path: polygon(0 0, 0% 100%, 90% 100%, 100% 70%, 100% 0);
	color: #ffffff!important;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 40px 10px 30px;
	transition: all 0.5s ease;
	display: inline-block;
	border: none;
	min-width: 180px;
	position: relative;

}

.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #E31C79;
	color: #ffffff;
	text-decoration: none;
}

.button:before,
.button:after {

	position: absolute;
  content: "";

}

.button:before {
  background: #41B6E6;
  transition: 0.3s ease-out;
	z-index: -1;
	top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
}

.button:hover:before {
  width: 0%;
}

.button.button-alt,
.button.button-alt:before,
.button.button-alt.news:hover {

	background: #E31C79;

}

.button.button-alt:hover,
.button.news:before {

	background: #41B6E6;

}

.button.blog:before {

	background: #AADB1E;

}

.button#loadmore {

	margin-top: 30px;

}

.arrow-button {

	clip-path: none;
	display: block;
	margin-bottom: 30px;

}

.arrow-button:after {

	font-family: "unilive";
	content: '\E804';
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);

}

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: 0;
	padding: 12px 16px;
	width: 100%;
	margin-top: 5px;
}

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

select {

	border: none;
  width: 100%;
  padding: 12px 16px;
	color: #454142;

}

select.select-url {

	width: auto;

}

.work-with-us-block .select-url,
select.select-url {

	background: #41B6E6;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
  font-weight: 700;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	padding: 10px 30px;
	text-transform: uppercase;
	position: relative;
  padding: 12px 20px;
  text-transform: uppercase;
  line-height: 1;

}

.select-wrap:before {

	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-family: "unilive";
	content: '\E810';
	font-size: 10px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	z-index: 99;
	right: 16px;
	color: #ffffff;

}

.wpcf7 .select-wrap:before {

	color: #454142;

}

.select-wrap {

	position: relative;
	margin-bottom: 15px;
	min-width: 200px;

}

.blog-tag-filter .select-wrap {

	margin: 0;

}

.wpcf7-form .select-wrap select {

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 0;

}

select.select-url option {

	font-size: inherit;
	font-weight: inherit;

}

textarea {
	width: 100%;
}

label,
.label {

	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;

}

label.file-upload {

	display: block;
	cursor: pointer;
	background: #fff;
  padding: 12px 16px;
	color: #454142;
	text-transform: none;
	position: relative;
	font-weight: normal;
	height: 52px;

}

label.file-upload:after {

	content: "\E811";
	font-family: "unilive";
	font-weight: normal;
	position: absolute;
	right: 16px;
	font-size: 16px;
	transform: translateY(-50%);
	top: 50%;
	line-height: 0;

}

.acceptance-privacy label,
.wpcf7-acceptance label {

	font-size: 14px;
	text-transform: none;

}

.wpcf7-acceptance label a {

	text-decoration: underline;
	color: inherit;

}

.wpcf7-list-item {

	margin: 0;

}

.wpcf7 input[type="file"] {

    display: none;

}

.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  top: -5px;
  left: 0px;
  border: 1px solid #000000;
  background: #fff;
}

.wpcf7-acceptance input[type=checkbox]+span:after {
  display: block;
  position: absolute;
  content: "\2714";
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 16px;
	color: #000000;
  text-align: center;
  line-height: 25px;
}

/*.wpcf7-acceptance input[type=checkbox]:checked+span:before {
  background: transparent;
}*/

.wpcf7-acceptance input[type=checkbox]:checked+span:after{
  visibility: visible;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 50px;
  display: block;
  font-weight: 300;
}

.wpcf7-acceptance .wpcf7-list-item-label a {

  color: #ffffff;
  text-decoration: underline;

}


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

section {

	padding: 30px 0px;
	position: relative;
	background-size: cover!important;

}

section.action-boxes,
section.social,
section.join-our-team-block {

	background: #000000;

}

.no-padding {

	padding: 0;

}

.zoom-bg {

transition: all .5s;

}

.zoom-bg.active {

	transform: scale(1.02);


}

.slim-column {

	padding-left: 8px;
	padding-right: 8px;

}

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

#masthead {

	padding: 5px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
	background: rgba(0, 0, 0, 0);
	transition: background-color 0.8s ease-in-out;

}

#masthead.header-sticky {

	background: rgba(0, 0, 0, 1);

}

#masthead .site-branding img {

	max-width: 135px;

}


/* Footer
--------------------------------------------- */

.footer-upper-wrap {

	padding: 50px 0px;
	z-index: 99;
	position: relative;

}

.footer-lower-wrap {

	padding: 25px 0px 0px 0px;
	border-top: 1px solid white;
	z-index: 99;
  position: relative;

}

.site-footer {

	background-size: cover;
	background-position: center center;
	font-size: 14px;
	clear: both;
	overflow: hidden;
	position: relative;

}

.site-info-wrap {

	background: rgba(0,0,0,0.4);
	margin-top: 60px;

}

.site-footer .embed-container {

	display: none;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.site-footer:before {

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(64,64,64, 0.39);
	z-index: 99;

}

p.site-info {

	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 25px 0px 15px 0px;

}

p.site-info a {

	color: #ffffff;

}

.site-footer h3 {

	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;

}

#footer-subscribe label {

	text-transform: none;


}

#footer-subscribe #inputs {

	position: relative;

}

#footer-subscribe input[type="email"] {

	margin: 0;
	height: 50px;
	width: calc(100% - 25px);
	padding-right: 180px;

}

#footer-subscribe input[type="submit"] {

	position: absolute;
	right: 0;
	top: 0;
	height: 50px;

}

.footer-lower-wrap .social-media {

	margin: 10px 0px;
	padding: 0;

}

.footer-lower-wrap .social-media a {

	color: #ffffff;
	margin-right: 15px;
	opacity: 1;
	transition: opacity 0.5s ease;

}

.footer-lower-wrap .social-media a:hover {

	color: #ffffff;
	opacity: 0.6;

}

.footer-lower-wrap .social-media a:last-of-type {

	margin-right: 0;

}

.footer-lower-wrap .social-media i {

	font-size: 18px;

}

.footer-lower-wrap a[href^="tel:"] {

	color: #ffffff;

}

.site-footer a:hover {

	color: #E31C79;
	text-decoration: none;

}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.6s ease-in-out;
	flex-direction: column;
	display: none;
	padding-left: 15px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	visibility: visible;
  opacity: 1;
	display: flex;
}

.main-navigation ul.sub-menu li {

	display: block;

}

.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 ul a:before {
	content: "//";
	margin-right: 5px;

}

.main-navigation li {
	position: relative;
	padding: 0;
}

.main-navigation .nav-menu > li.menu-item-has-children > a:after {

	content: "\E810";
	font-family: "unilive";
  position: absolute;
	right: 5px;
  top: calc(50% - 5px);
  font-size: 5px;
  display: inline-block;
  height: 12px;
	transition: transform .4s ease-in-out;

}

.main-navigation .nav-menu > li.menu-item-has-children:hover > a:after {

	transform: rotate(180deg);

}

.main-navigation .nav-menu > li:last-of-type a:after {

	right: 15px;

}

.main-navigation .nav-menu > li:last-of-type {

	margin-left: 10px;
	padding: 0;
	border: 1px solid #ffffff;

}

.main-navigation .nav-menu > li:last-of-type > a {

	padding: 10px 40px 10px 20px;
	color: #fff;

}

.main-navigation li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	padding: 10px 10px;
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor > a {

	color: #41B6E6;

}

.footer-navigation ul {

	list-style: none;
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 0px;
	flex-direction: column;

}

.footer-navigation a {

	color: #ffffff;
	font-weight: 800;
  font-size: 14px;

}

.footer-navigation ul li {

	margin-right: 50px;

}

.footer-navigation ul li:last-of-type {

	margin-right: 0;

}


/* Small menu. */

.menu-toggle {
	display: block;
}

.main-navigation.toggled ul.nav-menu {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 50px;
	 z-index: -1;
}

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

/*Spinny burger*/

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
		outline: none;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
		left: 0;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}


.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: .7;
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(
-90deg);
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}

*:focus {
    outline: 0 !important;
}

/* Posts and pages
--------------------------------------------- */

.post-item {

	margin-bottom: 16px;

}

.post-item .excerpt {

	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;

}

.post-item .post-details {

	padding: 30px;

}

.post-item .inner {

	background: #000000;
	min-height: 272px;

}

.post-item .read-more,
.post-index-single .read-more {

	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #E31C79;

}

.post-item .post-thumbnail {

	display: block;
	height: 100%;
	background-size: cover;

}

.post-item .title,
.post-index-single .button,
.post-item .tag .button {

	font-size: 12px;
	font-weight: 300;
	min-width: auto;
	padding: 5px 13px 5px 10px;


}

.post-item .tag .button a {

	color: #ffffff;

}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.nav-links,
.pagination {

	margin: 10px auto 20px auto;
	font-size: 28px;
	color: #7E7E82;
	display: flex;
	align-items: center;

}

.nav-links .page-numbers {

	margin: 0px 10px;

}

.nav-links a {

	color: #ffffff;

}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {

	font-size: 0;

}

.nav-links .page-numbers.prev:after,
.pagination .page-numbers.prev:after {

	font-family: "unilive";
	content: "\E805";
	font-size: 14px;

}

.nav-links .page-numbers.next:after,
.pagination .page-numbers.next:after {

	font-family: "unilive";
	content: "\E804";
	font-size: 14px;

}

.copy-and-image-block {

	background-size: cover;
	background-position: center;

}

.copy-and-image-block .inner {

	position: relative;

}

.post-type-archive-venues .site-main {

	background: #333333;

}

.post-type-archive-venues .site-main > .inner:before {

	content: "";
  position: absolute;
	clip-path: polygon(35% 0, 100% 0, 100% 100%);
	right: 0;
	top: 0;
	background: rgba(39,39,39,0.85);
	width: 100%;
	height: 100%;

}

.copy-and-image-block .inner:before {

	content: "";
  position: absolute;
  background: rgba(0,0,0,0.5);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0% 100%);
  width: 100%;
  height: 100%;

}

.copy-and-image-block .content-wrap {

	padding-top: 60px;
	padding-bottom: 200px;

}

.copy-and-image-block .content-wrap .button {

	margin-top: 25px;

}

.action-boxes .row > div {

	margin-bottom: 15px;

}

.action-box-inner {

	min-height: 315px;
	padding: 45px;
	background-size: cover;
	background-position: center;
	position: relative;

}

.action-box-inner:before {

	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(69,65,66,0.75);
	z-index: 9;
	display: block;

}

.action-box-inner .inner-wrap {

	z-index: 99;

}

.action-boxes .style-1 {

	text-align: right;

}

.action-boxes .inner-wrap {

	padding: 0px 8px;

}

.action-boxes .style-1 .action-box-inner:before {

	clip-path: polygon(100% 0, 100% 100%, 25% 100%, 60% 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 25% 100%, 60% 0);

}

.action-boxes .style-2 .action-box-inner:before {

	clip-path: polygon(80% 0, 40% 100%, 0 100%, 0 0);
	-webkit-clip-path: polygon(80% 0, 40% 100%, 0 100%, 0 0);

}

.action-boxes .action-box-link {

	font-size: 14px;
	font-weight: 700;
	color: #E31C79;
	text-transform: uppercase;

}

.action-boxes .action-box-link span {

	margin-right: 5px;

}

.action-boxes h4 {

	text-transform: uppercase;
	font-size: 30px;
	font-weight: 200;

}

.action-boxes .inner-wrap > .row :nth-child(1) {

	order: 1;

}

.action-boxes .inner-wrap > .row :nth-child(2) {

	order: 3;

}

.action-boxes .inner-wrap > .row :nth-child(3) {

	order: 2;

}

.action-boxes .inner-wrap > .row :nth-child(4) {

	order: 4;

}

.counter-boxes .inner-wrap {

	padding: 0px 15px;

}

.counter-boxes .inner-wrap > .row {

	background-size: cover;
	background-position: center;

}

.counter-boxes .inner-wrap > .row :nth-child(1) {

	order: 1;

}

.counter-boxes .inner-wrap > .row :nth-child(2) {

	order: 2;

}

.counter-boxes .inner-wrap > .row :nth-child(3) {

	order: 4;

}

.counter-boxes .inner-wrap > .row :nth-child(4) {

	order: 3;

}

.counter-boxes .inner.style-1 {

	background: #272727;
	mix-blend-mode: multiply;

}

.counter-boxes .inner.style-1 .number {

	color: #ffffff;

}

.counter-boxes .inner.style-2 .number {

	color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;

}

.counter-boxes .inner {

	 padding: 10px 30px;

}

.counter-boxes .inner .title {

	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;

}

.counter-boxes .inner .number {

	font-size: 70px;
	font-weight: 800;
	margin-right: 20px;

}

.social h2 {

	font-size: 30px;

}

.social-item {

	padding: 15px;
	position: relative;
	height: 100%;

}

.social-item .social-handle {

	font-size: 15px;
	font-weight: 700;

}

.social-item .inner {

	z-index: 99;
	position: relative;

}

.row.social-feed,
.row.social-feed .col2 .row {

	min-height: 560px;

}

.row.social-feed .col2 .large {

	margin-bottom: 16px;

}

.social-feed .background {

	background-size: cover;
	height: 100%;
	background-position: center center;

}

.social-feed a i {

	color: #ffffff;
	font-size: 23px;

}

.social-feed a,
.social-feed a:hover{

	color: #ffffff;
	text-decoration: none;

}

.social-feed .col1 {

	min-height: 350px;

}

.social-feed .col1 .social-item:before {

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(88 88 88 / 40%) 0%, rgb(47 47 47 / 30%) 100%);

}

.page-template-page-about .copy-block {

	background-size: cover;
	padding-bottom: 400px;
  background-position: bottom center;

}

.page-template-page-about .copy-block .inner:before {

	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(39,39,39,1);
	z-index: 9;
	clip-path: polygon(100% 0, 100% 85%, 0 20%, 0 0);
	-webkit-clip-path: polygon(100% 0, 100% 85%, 0 20%, 0 0);

}

.page-template-page-about .copy-block .inner:after {

	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background: rgba(39,39,39,0.5);
	z-index: 9;
	clip-path: polygon(0% 100%, 0% 0, 70% 100%, 0 100%);

}

.page-template-page-about .copy-block .content {

	z-index: 99;
	position: relative;

}

.page-template-page-about .copy-block .inner-2:before {

	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39,39,39,0.8);
  z-index: 9;
  clip-path: polygon(0% 0, 100% 0%, 0% 80%, 0 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0%, 0% 80%, 0 100%);

}

.page-template-page-about .copy-block .inner-2:after {

	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: rgba(39,39,39,0.7);
  z-index: 9;
  clip-path: polygon(0% 45%, 90% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 45%, 90% 100%, 0% 100%);

}

.page-template-page-about .main-title {

	clear: none;
	margin-top: 20px;

}

.page-template-page-team .work-with-us-block {

	padding-bottom: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}

.page-template-page-team .work-with-us-block .inner:before {

	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background: rgba(0,124,145,0.9);
  z-index: 9;
	content: "";
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 50%);
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 50%);

}

.page-template-page-team .work-with-us-block .content {

	z-index: 99;
	position: relative;

}



.page-template-page-team .team-members .person {

	cursor: pointer;

}

.person-holder .person .name {

	font-size: 15px;
	margin: 0;
	font-weight: 700;

}

.person-holder .person .title {

	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: none;

}

.person-holder .person .linkedin i,
.person-modal .profile-picture i {

	font-size: 18px;
	color: #ffffff;

}

.person-holder {

	position: relative;
	z-index: 99;
	height: 200px;
	padding: 0;
	min-height: 200px;
	background-size: cover;
	background-position: center;

}

.person-holder .inner {

	transform-style: preserve-3d;
	transition: all 0.5s linear;
	position: relative;
	width: 100%;
	height: 100%;

}


.person-holder:hover .inner {

	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);

}

.person-holder .person-front,
.person-holder .person-back {

	position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding: 10px;
	background-size: cover;

}

.person-holder .person-back {

	display: block;
  transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);

}

.page-template-page-team .team-members .filter-title {

	margin-bottom: 35px;

}

.modal {

	z-index: 9999;

}

.modal .close {

	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	opacity: 1;
	z-index: 99;

}

.modal .close span {

	font-size: 0;

}

.modal .close span:before {

	content: "\E809";
	font-family: "unilive";
	font-size: 25px;
	font-weight: normal;

}

.person-modal .profile-picture .linkedin {

	position: absolute;
	bottom: 10px;
	right: 10px;

}

.person-modal .modal-content,
#imagemodal .modal-content {

	border: none;
	border-radius: 0;
	background: #000000;

}

.person-modal .profile-picture {

	height: 450px;
	background-size: cover;
	position: relative;
	background-position: center center;

}

.person-modal .profile-name {

	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;

}

.person-modal .profile-title {

	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;

}

.person-modal .profile-bio {

	margin-top: 10px;

}

.person-modal .profile-name i {

	color: #E31C79;
	margin-right: 20px;

}

.person-modal .featured-posts {

	margin-top: 40px;

}

.person-modal .featured-posts h4 {

	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 700;

}

.person-modal .featured-posts h4 a {

	color: #ffffff;

}

.person-modal .modal-body {

	padding: 38px;

}

#imagemodal .modal-dialog {

	text-align: center;

}

#imagemodal .modal-content {

	width: auto;
	 margin: 0 auto;

}

#imagemodal .modal-body {

	padding: 30px;

}

.page-template-page-about #values-slider-wrap {

	position: relative;

}

.page-template-page-about #values-navigation ul {

	list-style: none;
  margin: 0;
  padding: 0;
	position: absolute;
	z-index: 9999;

}

.page-template-page-about #values-navigation ul span {

	background: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	border: none;
	color: rgba(255,255,255,0.55);
	padding: 10px 0px;
	margin-bottom: 8px;
	width: auto;

}

.page-template-page-about #values-navigation ul li.slick-active span {

	color: rgba(255,255,255,1);

}

.page-template-page-about .values-slider-block {

	background: #000000;

}

.page-template-page-about .values-slider-block hr {

	background: #707070;
	margin: 40px 0px;

}

.page-template-page-about .centered-copy {

	background-size: cover;
	background-position: center;

}

.page-template-page-about .centered-copy .content {

	padding: 30px;
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

.page-template-page-about .centered-copy .content a {

	text-transform: uppercase;
	color: #41B6E6;
	font-size: 13px;
	font-weight: 700;

}

.page-template-page-lets-chat .locations-block {

	background-size: cover;
	background-position: center;

}

.page-template-page-lets-chat .map-holder > .row {

	height: 100%;

}

.page-template-page-lets-chat .map-holder:first-of-type .details {

	margin-bottom: 20px;

}

.page-template-page-lets-chat .map-holder .details .inner {

	background: #000000;
	padding: 30px;
	height: 100%;

}

.page-template-page-lets-chat .map-holder .acf-map {

	height: 200px;

}

.page-template-page-lets-chat .map-holder .marker-content,
.page-template-page-lets-chat .map-holder .marker-content a {

	color: #272727;

}

.page-template-page-lets-chat .map-holder .details {

	padding-left: 0;
	padding-right: 0;

}

.page-template-page-lets-chat .map-holder h3 {

	font-size: 15px;
	font-weight: 700;

}

.page-template-page-lets-chat .map-holder p {

	font-size: 14px;

}

.page-template-page-lets-chat .map-holder a {

	color: #ffffff;
	text-decoration: underline;

}

.page-template-page-photos .gallery-block ul {

	padding: 0;
	margin: 0;
	list-style-type: none;

}

.page-template-page-plain {

	background-size: cover;

}

.page-template-page-plain section {

	padding: 0;
	margin-bottom: 20px;

}

.wow .wow .wow{
   visibility: hidden;
}

.page-template-page-what-we-do #hero-dot-holder {

	display: block;

}

.page-template-page-what-we-do .copy-block {

	background-size: cover;

}

.page-template-page-what-we-do .featured-case-studies .inner:before {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
	z-index: 9;
	content: "";
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);

}

.page-template-page-what-we-do .featured-case-studies {

	background-size: cover;

}

.page-template-page-what-we-do .featured-case-studies:before {

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(66 64 64 / 50%);

}


.page-template-page-what-we-do .featured-case-studies .content {

	z-index: 99;
	position: relative;

}

.page-template-page-what-we-do .case-study-slider {

	padding: 50px 0px;

}

.page-template-page-what-we-do .case-study-slider .slick-dots {

	position: absolute;
	top: -10px;

}

.page-template-page-what-we-do .case-study-slider .excerpt {

	margin-bottom: 50px;

}

.page-template-page-what-we-do .case-study-slider .copy {

	padding-bottom: 30px;

}

.page-template-page-what-we-do .case-study-slider a.read-more {

	font-size: 14px;
	color: #E31C79;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;

}

.page-template-page-what-we-do .contact-form-block {

	background: #000000;

}

.page-template-page-what-we-do .journey-block {

	background: #0a0a0a;

}

.page-template-page-what-we-do .journey-row {

	background-position: center bottom;
  background-repeat: no-repeat;
	background-size: 0 0;

}

.page-template-page-what-we-do .step-container h4 {

	font-size: 15px;

}

.page-template-page-what-we-do .step-container p {

	font-size: 14px;

}

.page-template-page-what-we-do .step-1.step-container h4,
.page-template-page-what-we-do .step-5.step-container h4 {

	color: #41B6E6;

}

.page-template-page-what-we-do .step-2.step-container h4 {

	color: #E31C79;

}


.page-template-page-what-we-do .step-3.step-container h4 {

	color: #FFCD00;

}

.page-template-page-what-we-do .step-4.step-container h4 {

	color: #007C91;

}

.page-template-page-what-we-do .step-6.step-container h4 {

	color: #AADB1E;

}

.post-index-single .thumbnail {

	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	min-height: 220px;

}

.post-index-single.post-count-4 .thumbnail,
.post-index-single.post-count-5 .thumbnail,
.post-index-single.post-count-6 .thumbnail {

	min-height: 230px;

}

.post-index-single .content {

	padding: 15px 20px;

}

.post-index-single .inner {

	background: #000000;

}

.post-index-single .entry-title a,
.case-study-post-index-item .entry-title a {

	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;

}

.post-index-single .categories a {

	color: #ffffff;

}

.post-index-single {

	margin-bottom: 16px;

}

.blog .posts-row {

	overflow: hidden;

}

.clear {

	clear: both;

}

.menu-whats-new-container ul {

	list-style: none;
	margin: 0;

}

.menu-whats-new-container ul a {

	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 25px 10px 0px;

}

.menu-whats-new-container ul a:hover {

	text-decoration: none;

}

.menu-whats-new-container ul li {

	margin: 20px 0px 50px 0px;
	display: inline-block;

}

.menu-whats-new-container ul li.current-menu-item a {

	color: #AADB1E;

}

.menu-whats-new-container ul li.menu-item-574.current-menu-item a {

	color: #E31C79;

}

.menu-whats-new-container ul li.menu-item-575.current-menu-item a {

	color: #41B6E6;

}


/* Global blocks
--------------------------------------------- */

.copy-block {

	background-size: cover;
	background-position: top center;

}

.content-block-slider .slick-dots {

	text-align: right;

}

.content-block-slider .button {

	margin-top: 30px;

}

.content-slider-block:before {

	background-size: 0 0;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 0;

}

.content-slider-block .inner:before {

	position: absolute;
  top: 0;
  left: 0;
	bottom: -1px;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
  z-index: 9;
  content: "";
  clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
	display: none;

	}

.content-slider-block.swap-columns .inner:before {

	 clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
	 -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);

}

.content-slider-block .content {

	z-index: 99;
	position: relative;

}

.content-slider-block .images {

	padding: 80px;
	background-size: cover;

}

.team-slider-block .slick-list {

	padding: 45px 0px;

}

.team-slider-block .person {

	min-height: 200px;
	background-size: cover;
	background-position: center;
	padding: 20px;

}

.team-slider-block .person .linkedin i {

	font-size: 26px;
	color: #ffffff;

}

.team-slider-block .slick-prev {

	right: 60px;

}

.team-slider-block .slick-next {

	right: 0px;

}

.team-slider-block > .inner:before {

	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,124,145,0.9);
  z-index: 9;
	content: "";
	clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);

}

.team-slider-block .content {

	z-index: 99;
	position: relative;

}

.quote-block {

	background: #000000;

}

.quote-block .quote-top,
.quote-block .quote-bottom {

	width: 100%;

}

.quote-block .content-wrap {

	background-image: url('images/quote/quote-mobile-pattern2x.png');
	background-repeat: repeat-y;
	background-repeat: repeat-y;
	background-size: contain;

}

.quote-block .wrap {

  background-size: 100% auto;
  background-repeat: no-repeat;
	text-align: center;

}

.quote-block .wrap .quote {
	padding: 0px 70px;
}

.quote-block .wrap .copy {
    color: #272727;
    font-size: 14px;
}

.quote-block .wrap .copy p {

	margin-bottom: 10px;

}

.quote-block .wrap .copy > :last-child {

	margin: 0;

}

.quote-block .wrap .title {

	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	margin: 0;

}

.video-caption-horizontal .inner {

	background: #272727;

}

.video-caption-horizontal .inner-copy {

	padding: 60px;

}

.video-caption-horizontal .inner-copy a {

	color: #E31C79;

}

.video-caption-horizontal .embed-container {

	height: 100%;

}

.form-block {

	background: #272727;

}

.form-block .form-copy {

	margin-bottom: 20px;

}

.form-block .main-title {

	font-size: 30px;

}

.gallery-block .background {

	min-height: 140px;
	background-size: cover;
	background-position: center;

}

.gallery-block {

	background: #000000;

}

.video-and-caption-block {

	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);

}

.video-and-caption-block .caption-wrap {

	background: #000000;
	padding: 30px;
	margin-top: 50px;

}

.video-and-caption-block .content .main-title {

	font-size: 30px;

}

.video-and-caption-block .content .button {

	margin-top: 5px;

}

.collage-wrapper .collage-item {

	float: right;
	background-size: cover;
	background-position: center center;

}

.collage-wrapper .collage-item-1 {

	height: 250px;
	width: calc(50% - 10px);
	margin-left: 10px;

}

.collage-wrapper .collage-item-2,
.collage-wrapper .collage-item-3 {

	width: 50%;
	height: 120px;

}

.collage-wrapper .collage-item-2 {

	margin-bottom: 10px;

}

.copy-and-gallery.style-1 {

	background-size: 0 0!important;
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 0;

}

.copy-and-gallery.style-1 .inner:before {

	position: absolute;
	display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
  z-index: 9;
  content: "";
  clip-path: polygon(0 0, 40% 0, 85% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 40% 0, 85% 100%, 0% 100%);

}

.copy-and-gallery.style-2 .inner:before {

	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
  z-index: 9;
  content: "";
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 30% 100%);

}

.copy-and-gallery.style-1 .inner .content,
.copy-and-gallery.style-2 .inner .content  {

	z-index: 99;
	position: relative;

}


.copy-and-gallery.style-2 {

	background-size: 70%;
	background-position: center left;
	background-repeat: no-repeat;

}

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


/* Slider
--------------------------------------------- */

.page-template-page-homepage #slider-overlay {

	position: relative;
	overflow: hidden;

}

.page-template-page-homepage #slider-overlay .mobile-hero-layer {

	position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: cover;
	background-position: center;

}

.page-template-page-homepage #slider-overlay .overlay-container {

	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	z-index: 999;
	cursor: url(images/pointer.svg) 11 13, auto;
	width: 90%;

}

.page-template-page-homepage #slider-overlay .stripe {

	height: 100%;
	position: absolute;
	width: 1px;
	transform: rotate(45deg) scale(1.5);
	-webkit-transform: rotate(45deg) scale(1.5);
	transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 999;
	top: 0;
	bottom: 0;
	left: -20%;
	display: none;

}

.page-template-page-homepage #slider-overlay .stripe a {

	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: max-content;
	width: -moz-max-content;
  width: -webkit-max-content;
	top: 35%;
	right: 0;
	color: #ffffff;
	font-size: 12px;
	animation: flicker 4s 1s both;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(2) a {

	animation-delay: 2s;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(3) a {

	animation-delay: 3s;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(4) a {

	animation-delay: 4s;

}

@keyframes flicker {

	0% {

		color: #ffffff;

	}

	50% {

		color: #E31C79;

	}

	100% {

		color: #ffffff;

	}

}

.page-template-page-homepage #slider-overlay .stripe a:after {

	content: "\E811";
	font-family: "unilive";
	font-size: 6px;
	position: relative;
	top: -12px;

}

.page-template-page-homepage #slider-overlay .stripe a:hover {

	color: #E31C79;
	text-decoration: none;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(2) a {

	top: 74%;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(3) a {

	top: 29%;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(4) a {

	top: 86%;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(2) {

	left: 10%;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(3) {

	left: 40%;

}

.page-template-page-homepage #slider-overlay .stripe:nth-of-type(4) {

	left: 70%;

}

.page-template-page-homepage .hero-slider-wrap {
	height: 50vh;
}

.hero-slider-wrap {
	height: 50vh;
}

.hero-slide {
  background-size: cover;
  position: relative;
  background-position: center;
}

.hero-slider-wrap .slick-list, .hero-slider-wrap .slick-track {
  height: 100%;
}

.hero-slider-wrap:before {

	content: "";
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(51 51 51) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.2;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}

.slick-prev:before, .slick-next:before {
    font-family: "unilive";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\E805';
}

.slick-next:before {
    content: '\E804';
}

#hero-dot-holder {

	display: none;
	position: absolute;
	bottom: 30px;
	right: 30px;

}

.slick-dots {

	list-style: none;
	margin: 0;

}

.slick-dots li {

	display: inline-block;

	margin-right: 7px;

}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {

	border: 1px solid #41B6E6;
	background: #ffffff;
	color: #ffffff;
	font-size: 0;
	width: 10px;
	height: 10px;
	display: block;
	padding: 0;

}

.slick-dots li.slick-active button {

	border: 1px solid #ffffff;
	background:  #41B6E6;
	color: #41B6E6;;

}

.slick-dots li:last-of-type {

	margin: 0;

}

#values-navigation li {

	display: block;

}


.video-slide .inner:after {

	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(39, 39, 39, 0.6);
	height: 100%;

}

.embed-video-container {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;

}

.embed-video-container iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.embed-video-container .text-container .text-line-1 {

	font-size: 100px;
	text-transform: uppercase;
	font-weight: bold;

}

.embed-video-container .text-container .text-line-2 {

	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	text-align: center;

}

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

/* Isotope
--------------------------------------------- */

.grid-sizer,
.isotope-grid-item {

	width: 100%;
	margin: 0;
	padding: 5px;

}

.isotope-grid {

	padding-bottom: 80px;

}

.isotope-grid .pagination {

	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: center;
	padding: 10px;
	font-size: 28px;
	color: #7E7E82;

}

.isotope-grid .pagination a {

	color: #ffffff;
	margin: 0px 10px;

}

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

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

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

@media (max-width: 768px) {

	.row.social-feed .col1.large {

		margin-bottom: 16px;

	}

	.quote-block {

		background: none;

	}

	.content-slider-block .slick-dots {

		position: absolute;
		right: 110px;

	}

	.values-slider-block .image {

		margin-bottom: 70px;

	}

	.slick-prev:before, .slick-next:before {

		font-size: 30px;

	}

	.menu-whats-new-container ul a {

		font-size: 18px;

	}

	.content-slider-block .container,
	.copy-and-gallery .container {

		max-width: none;
		padding-left: 0;
		padding-right: 0;

	}

	.content-slider-block .copy,
	.copy-and-gallery .copy {

		padding: 30px;
	  background: #1a1819;

	}

	.copy-and-gallery .images {

		padding: 80px 30px;
		background-size: cover;
		min-height: 400px;

	}

	.copy-video-block .video-wrap {

		background-size: cover;
		margin-left: -15px;
		margin-right: -15px;
		padding: 40px 15px;

}

.copy-video-block {

	  background: #000000!important;

}

.copy-and-gallery.style-1,
.copy-and-gallery.style-2,
.content-slider-block {

	padding-top: 0;
	padding-bottom: 0;

}

}

@media (max-width: 992px) {

	.locations-block {

		padding: 30px 15px;

	}

	.page-template-page-what-we-do .journey-row {

		margin-bottom: 15px;

	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.quote-block .wrap .quote {
		padding: 0px 120px;
	}


 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.post-index-single.post-count-1 .thumbnail {

		min-height: 415px;

	}

	.person-holder {

		height: 320px;

	}

	.gallery-block .background {

		min-height: 170px;

	}

	.video-and-caption-block .caption-wrap {

		padding: 60px;


	}

	.video-and-caption-block .content .main-title {

		font-size: 35px;

	}

	.page-template-page-homepage .hero-slider-wrap {
		height: 100vh;
	}

	.hero-slider-wrap {
		height: 530px;
	}

	.team-slider-block .person {

		min-height: 320px;

	}

	.team-slider-block > .inner:before {

		clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);
		-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);


	}

	.menu-whats-new-container ul a {

		padding: 10px 40px 10px 0px;

	}

	.copy-and-gallery.style-1 {

		background-size: 70%;

	}

	.copy-and-gallery.style-1 .inner:before {

		display: block;

	}

		.quote .wrap {

		  height: 375px;

		}

		.quote-block .wrap .quote {
			padding: 0px 120px;
		}

		.counter-boxes .inner-wrap > .row :nth-child(1) {

			order: 1;

		}

		.counter-boxes .inner-wrap > .row :nth-child(2) {

			order: 2;

		}

		.counter-boxes .inner-wrap > .row :nth-child(3) {

			order: 3;

		}

		.counter-boxes .inner-wrap > .row :nth-child(4) {

			order: 4;

		}

		.grid-sizer,
		.isotope-grid-item {

			width: 33.33%;
			margin: 0;
			padding: 5px;

		}


		.copy-and-gallery.style-1 {

			background-size: cover!important;
			padding-top: 60px;

		}

		.content-slider-block:before {

			content: "";
			display: block;
			height: 100%;
			width: 100%;
    	position: absolute;
	    top: 0;
	    background-size: cover;

		}

		.content-slider-block.swap-columns:before {

			transform:scaleX(-1);

		}

		.content-slider-block .inner:before {

			display: block;

		 }

		 .content-slider-block .images {

			 padding: 0px 15px 0px 15px;

		 }

		 .site-footer .embed-container {

			 display: block;

		 }

		 .page-template-page-team .team-members .person .linkedin i,
		 .person-modal .profile-picture i {

		 	font-size: 23px;

		 }

		 .person-holder .person .title {

			 display: block;

		 }

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.action-boxes .inner-wrap > .row :nth-child(1),
	.action-boxes .inner-wrap > .row :nth-child(2),
	.action-boxes .inner-wrap > .row :nth-child(3),
	.action-boxes .inner-wrap > .row :nth-child(4) {

		order: initial;

	}


	.page-template-page-lets-chat .map-holder:first-of-type .details {

		margin-bottom: 0;

	}


	.page-template-page-lets-chat .map-holder .acf-map {

		height: 100%;

	}

	.quote .wrap {

	  height: 505px;

	}

	.copy-and-image-block .content-wrap {

		padding-left: 30%;
		text-align: right;
		padding-bottom: 60px;

	}

	.copy-and-image-block .inner:before {

	  clip-path: polygon(100% 0%, 100% 100%, 40% 100%, 0 0);
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 40% 100%, 0 0);
		left: 40%;
		width: 60%;

	}

	.footer-navigation ul {

		flex-direction: row;

	}


	.action-boxes h4 {

		font-size: 35px;

	}

	section {

		padding: 60px 0px;

	}

	.counter-boxes .inner-wrap {

		padding: 15px;

	}

	.social h2 {

		font-size: 45px;

	}

	.social-feed .col1 {

		min-height: inherit;

	}

	.page-template-page-about .copy-block .inner:before {

		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(39,39,39,1);
		z-index: 9;
		clip-path: polygon(75% 0, 45% 100%, 0 100%, 0 0);

	}

	.page-template-page-about .copy-block .inner-2:before {

		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(39,39,39,0.8);
		z-index: 9;
		clip-path: polygon(0 0, 45% 0, 85% 100%, 0 100%);

	}

	.page-template-page-about .copy-block .inner-2:after {

		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(39,39,39,0.7);
		z-index: 9;
		clip-path: polygon(100% 60%, 100% 100%, 85% 100%);

	}

	.page-template-page-about .copy-block .inner:after {

		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(39,39,39,0.7);
		z-index: 9;
		clip-path: polygon(85% 0, 100% 0, 100% 100%, 55% 100%);

	}

	.page-template-page-about .copy-block {

			padding-bottom: 60px;
			background-position: center center;

	}

	.page-template-page-about .video-wrap {

		float: left;
		padding-right: 60px;
		padding-bottom: 30px;

	}

	.page-template-page-team .work-with-us-block .inner:before {

		position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0,124,145,0.9);
	  z-index: 9;
		content: "";
		clip-path: polygon(50% 0, 100% 0, 100% 100%, 40% 100%);

	}

	.page-template-page-team .work-with-us-block {

		padding-bottom: 60px;

	}

	.page-template-page-what-we-do .case-study-slider {

		padding: 20px 0px;

	}

	.page-template-page-what-we-do .featured-case-studies .inner:before {

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
		z-index: 9;
		content: "";
		clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);

	}

	.page-template-page-what-we-do .journey-row {

		background-size: auto;


	}

	.page-template-page-what-we-do .image-container img {

		animation-name: glow;
    animation-duration: 4s;
		animation-iteration-count: infinite;

	}

@keyframes glow {
    0%   {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }
    50%  {
        filter: brightness(0.4);
        filter: contrast(0.4);
        -webkit-filter: brightness(0.4);
        -webkit-filter: contrast(0.4);
    }
    100% {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }
}

	.page-template-page-what-we-do .step-1.image-container {

		position: absolute;
	  top: -100px;
	  right: 52px;

	}

	.page-template-page-what-we-do .step-2.image-container,
	.page-template-page-what-we-do .step-2.step-container {

		position: absolute;
		top: -170px;

	}

	.page-template-page-what-we-do .step-3.image-container,
	.page-template-page-what-we-do .step-3.step-container,
	.page-template-page-what-we-do .step-4.image-container,
	.page-template-page-what-we-do .step-4.step-container,
	.page-template-page-what-we-do .step-5.image-container,
	.page-template-page-what-we-do .step-5.step-container {

		position: absolute;
		top: -185px;

	}

	.page-template-page-what-we-do .step-6.image-container,
	.page-template-page-what-we-do .step-6.step-container {

		position: absolute;
		top: 35px;

	}

	.page-template-page-what-we-do .journey-row {

		height: 212px;

	}

	.copy-2-col {

		column-count: 2;

	}

.quote-block .wrap .quote {
	padding: 0px 150px;
}

.form-block .main-title {

	font-size: 45px;

}

h2.main-title {

	font-size: 35px;

}

.collage-wrapper .collage-item-1 {

	height: 440px;

}

.collage-wrapper .collage-item-2,
.collage-wrapper .collage-item-3 {

	height: 215px;

}

 }

 /* Large devices (desktops, 1024px and up) */
 @media (min-width: 1024px) {

	 .main-navigation ul ul {

	 	float: left;
	 	position: absolute;
	 	top: 100%;
	 	left: 0;

	 }

	 .menu-toggle {
		display: none;
	 }

	 .main-navigation ul {
		display: flex;
	 }

	 .main-navigation li.menu-item-has-children a {

	 	padding: 10px 20px;

	 }

	 .main-navigation ul ul {

	 	background: #272727;

	 }

	 .page-template-page-homepage #slider-overlay .mobile-hero-layer {

		 display: none;

	 }

	 .page-template-page-homepage #slider-overlay .stripe {

		 display: block;

	 }

	 .page-template-page-homepage #slider-overlay .stripe a {

		 display: inline-block;

	 }

	 .page-template-page-homepage #slider-overlay .overlay-container {

	 	top: 50%;
	 	transform: translate(-50%, -50%);
		width: auto;


	 }

 }


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.modal-dialog {

		max-width: 945px;

	}

	.quote .wrap {

	  height: 615px;

	}

	#masthead .container-fluid {

		padding: 0px 50px;

	}

	.counter-boxes .inner .title {

	 font-size: 20px;

 }

 .counter-boxes .inner .number {

	 font-size: 120px;

 }


 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {


 }
