/*!
Theme Name: pure
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pure
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.

pure 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

--------------------------------------------------------------*/
@-webkit-keyframes rotatein {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotatein {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateout {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateout {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #2C2C2C;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  clear: both;
  line-height: 1.1;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  text-decoration-color: #F3535E !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px;
}

h1, .h1 {
  font-size: 75px;
  line-height: 1.2;
}

h2 {
  line-height: 1.2;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.main-title-wrap.medium * {
  font-size: 40px;
  line-height: 1.3;
}

p {
  margin-bottom: 15px;
  line-height: 22px;
}
p a {
  color: #F3535E;
  text-decoration: underline;
}

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;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

big {
  font-size: 125%;
}

strong {
  font-weight: bold;
}

.text-video-wrap .copy {
  position: relative;
}
.text-video-wrap .main-title-wrap {
  padding-left: 0px;
}
.text-video-wrap .main-title-wrap span:after {
  bottom: -18px;
}
.text-video-wrap .main-title-wrap * {
  font-size: 75px;
  line-height: 85px;
}

.main-title-wrap * {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  font-size: 60px;
  line-height: 75px;
}

.sub-title-wrap *,
.side-title-wrap * {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.text-highlight-wrap .sub-title-wrap {
  color: #ffffff;
  font-size: 12px;
  margin: 40px 0px;
}

@media (max-width: 991.98px) {
  .text-video-wrap .copy {
    margin-bottom: 60px;
  }
  .main-title-wrap * {
    margin: 0px 0px 20px 0px;
    font-size: 45px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .side-title-wrap {
    position: absolute;
    left: -30px;
    top: 50%;
    text-orientation: sideways-right;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
    font-size: 12px;
    text-align: center;
    z-index: 999;
  }
  .text-video-wrap .main-title-wrap {
    padding-left: 30px;
  }
  .text-highlight-wrap .sub-title-wrap {
    margin: 60px 0px;
  }
}
@media (min-width: 1024px) {
  .main-title-wrap span {
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    margin: 0;
    z-index: 9;
  }
  .main-title-wrap span:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    height: 1px;
    bottom: -7px;
    left: 0;
    background-color: #F3535E;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .main-title-wrap span:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@media (max-width: 1399.98px) {
  .text-video-wrap .main-title-wrap * {
    font-size: 60px;
    line-height: 70px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  min-height: 100vh;
}

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

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

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

ul.social-media {
  margin-top: 25px;
  padding: 0;
}
ul.social-media a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 14px;
}

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

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

figure {
  margin: 1em 0;
}

.owl-nav button span {
  font-size: 0;
}
.owl-nav .owl-prev:hover:before, .owl-nav .owl-next:hover:before {
  color: #F3535E;
}
.owl-nav .owl-prev:before {
  content: "\e806";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 6px;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
.owl-nav .owl-next:before {
  content: "\e805";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 6px;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

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

.site-header {
  padding: 15px 15px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.950105042)), color-stop(50%, rgba(255, 255, 255, 0.8492647059)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.950105042) 0%, rgba(255, 255, 255, 0.8492647059) 50%, rgba(255, 255, 255, 0) 100%);
}
.site-header .container-fluid {
  height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header .header-logo .custom-logo-link {
  display: initial;
}
.site-header .header-logo img {
  width: 100%;
  max-width: 68px;
  height: auto;
}
.site-header .menu-button {
  z-index: 999999;
}
.site-header.header-scrolled {
  background: #ffffff;
}
.site-header.header-scrolled .container-fluid {
  height: 75px;
}

.menu-active {
  overflow: hidden;
  height: 100%;
  overflow: scroll;
}
.menu-active .main-navigation {
  z-index: 999;
}
.menu-active .main-navigation a {
  color: #ffffff;
}
.menu-active .header-logo {
  z-index: 999999;
}
.menu-active .header-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.hover-menu {
  position: relative;
}
.hover-menu li.menu-item-has-children {
  position: static;
}
.hover-menu li.menu-item-has-children .sub-menu {
  display: none;
}
.hover-menu li.menu-item-has-children.active > a {
  color: #F3535E;
}
.hover-menu li.menu-item-has-children.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0px;
  left: 100%;
}

.menu-pop {
  background: #000000;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 99999;
  font-family: "Playfair Display", serif;
  color: #ffffff;
}
.menu-pop a {
  color: #ffffff;
  text-decoration: none;
}
.menu-pop a:hover, .menu-pop a:active {
  color: #F3535E;
}
.menu-pop ul {
  list-style: none;
}
.menu-pop.menu-active {
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}
.menu-pop #popup-menu-1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
.menu-pop #popup-menu-1 li {
  margin-bottom: 35px;
}
.menu-pop #popup-menu-1 ul.sub-menu {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
}
.menu-pop #popup-menu-1 ul.sub-menu a {
  border-bottom: 1px solid #ffffff;
  padding-right: 80px;
  padding-bottom: 15px;
  display: block;
}
.menu-pop #popup-menu-1 ul.sub-menu a:hover, .menu-pop #popup-menu-1 ul.sub-menu a:active {
  color: #F3535E;
}
.menu-pop #popup-menu-1 ul.sub-menu li {
  margin-bottom: 15px;
}
.menu-pop .contact-info {
  font-family: "Montserrat", sans-serif;
}
.menu-pop .contact-info .email-wrap {
  margin-bottom: 15px;
}
.menu-pop .contact-info .social-media {
  margin-top: 15px;
}

.entry-header .header-wrap {
  overflow: hidden;
}
.entry-header .header-wrap.half-overlay .upper:before {
  content: "";
  position: absolute;
  top: 50%;
  background: #f0f0f0;
  width: 2000%;
  bottom: 0;
  left: -100%;
  height: 100%;
}
.entry-header .style-1 .copy {
  position: relative;
}
.entry-header .style-1 .copy .copy-wrap {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  position: relative;
  padding-right: 100px;
}
.entry-header .style-1 .copy .copy-wrap .main-title-wrap,
.entry-header .style-1 .copy .copy-wrap .copy-wrap,
.entry-header .style-1 .copy .copy-wrap .copy-text {
  padding-left: 30px;
}
.entry-header .style-1 .fixed-image img {
  position: fixed;
  top: 0;
  width: 50%;
  z-index: -1;
}
.entry-header .style-3 {
  position: relative;
  z-index: 9;
  overflow: visible;
}
.entry-header .style-3 .upper {
  position: relative;
  margin-bottom: 65px;
}
.entry-header .style-3 .upper:before {
  content: "";
}
.entry-header .style-3 .upper .image-wrap {
  position: relative;
}
.entry-header .style-3 .lower {
  position: relative;
}
.entry-header .style-3 .lower .no-image {
  left: -40px;
}
.entry-header .style-4 {
  padding-bottom: 80px;
}
.entry-header .style-4 .copy {
  position: relative;
}
.entry-header .style-4 .copy .main-title-wrap {
  /*padding-left: 30px;*/
}

.archive-header .copy,
.blog-header .copy {
  position: relative;
}
.archive-header .main-title-wrap,
.archive-header .select-wrap,
.blog-header .main-title-wrap,
.blog-header .select-wrap {
  margin-left: 30px;
}

@media (max-width: 991.98px) {
  #popup-menu-1 li.mobile-toggle > .sub-menu {
    display: none;
  }
  #popup-menu-1 li.mobile-toggle.active-sub-menu > .sub-menu {
    display: block;
  }
  .header-logo img {
    max-width: 50px;
    height: auto !important;
  }
  .menu-pop {
    padding: 120px 30px 30px 30px;
  }
  .menu-pop #popup-menu-1 {
    font-size: 45px;
    padding: 0;
  }
  .menu-pop #popup-menu-1 li {
    margin-bottom: 10px;
  }
  .menu-pop #popup-menu-1 ul.sub-menu {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
  }
  .menu-pop #popup-menu-1 ul.sub-menu a {
    padding-bottom: 0;
    max-width: 250px;
    padding-right: 0;
  }
  .hover-menu li.menu-item-has-children.active .sub-menu {
    position: relative;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .entry-header .style-1 .copy {
    position: relative;
  }
  .entry-header .style-1 .copy .copy-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin: 40px 0px 75px 0px;
  }
  .entry-header .style-1 .copy .copy-wrap .main-title-wrap,
  .entry-header .style-1 .copy .copy-wrap .copy-text {
    padding-left: 0;
  }
  .entry-header .style-2 .copy-wrap {
    margin: 40px 0px 75px 0px;
  }
  .entry-header .style-3 .side-title-wrap,
  .entry-header .style-3 .main-title-wrap {
    /*padding-left: 30px;*/
  }
  .entry-header .style-3 .image-wrap {
    padding: 10px 30px;
  }
  .entry-header .style-3 .upper {
    margin-bottom: 50px;
  }
  .entry-header .style-4 {
    padding-bottom: 40px;
  }
  .entry-header .style-4 .side-title-wrap,
  .entry-header .style-4 .copy-wrap {
    /*padding-left: 30px;*/
  }
}
@media (min-width: 992px) {
  .hover-menu li.mobile-only {
    display: none;
  }
  .entry-header .style-3 .side-title-wrap {
    position: absolute;
    left: -20px;
    top: 50%;
  }
  .entry-header .style-2 .copy-col {
    margin-top: -122.5px;
  }
}
footer.site-footer {
  background: #2C2C2C;
  position: relative;
  z-index: 9999;
}
footer.site-footer #footer-logos-wrap {
  background: #f0f0f0;
}
footer.site-footer #footer-logos-wrap .footer-logo-wrap {
  padding: 25px;
}
footer.site-footer #footer-logos-wrap .footer-logo-wrap img {
  padding: 0px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
footer.site-footer .site-info {
  text-align: center;
  background: #fff;
  padding: 10px 0px;
  text-transform: uppercase;
}
footer.site-footer .site-info a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
footer.site-footer .site-info a:hover {
  color: #F3535E;
}
footer.site-footer .footer-title {
  color: #ffffff;
  padding: 18px 0px;
  margin-bottom: 40px;
  font-size: 30px;
  border-top: 1px solid #F3535E;
  border-bottom: 1px solid #F3535E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.site-footer .footer-title:after {
  content: "-";
  margin-left: auto;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer.site-footer .footer-title.active:after {
  content: "+";
}
footer.site-footer #footer-content {
  padding: 80px 0px 160px 0px;
  font-size: 12px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
footer.site-footer #footer-content a:hover {
  font-weight: 600;
}
footer.site-footer #footer-content .location:first-of-type {
  margin-bottom: 50px;
}
footer.site-footer #footer-content .location a {
  color: #F3535E;
}
footer.site-footer #footer-content i {
  color: #ffffff;
  margin-right: 15px;
}
footer.site-footer #footer-content p {
  color: #ffffff;
}
footer.site-footer #footer-content .contact a {
  color: #F3535E;
}
footer.site-footer #footer-content .contact .email-wrap {
  margin-bottom: 25px;
}
footer.site-footer #footer-content ul.social-media i {
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
footer.site-footer #footer-content ul.social-media i:hover {
  color: #F3535E;
}
footer.site-footer #footer-content ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0px;
}
footer.site-footer #footer-content ul li {
  margin-bottom: 15px;
  position: relative;
}
footer.site-footer #footer-content ul li.menu-item-has-children:after {
  content: "+";
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
footer.site-footer #footer-content ul li.menu-item-has-children .sub-menu {
  display: none;
  margin: 20px 0px;
  padding: 0px 20px;
}
footer.site-footer #footer-content ul li.menu-item-has-children.active:after {
  content: "-";
}
footer.site-footer #footer-content ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  footer.site-footer #footer-content {
    background-size: 60%;
  }
  footer.site-footer #footer-logos-wrap .footer-logo-wrap {
    padding: 10px;
  }
}
.services-template-default .basic-text-wrap.section-1 {
  padding-bottom: 120px;
  margin-bottom: -60px;
}
.services-template-default .client-logos-wrap {
  background: none;
}

.section-badge-wrap svg {
  width: 130px;
  height: 130px;
  fill: #545454;
}
.section-badge-wrap svg #est-outer {
  -webkit-animation: rotateout 1.5s;
          animation: rotateout 1.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.section-badge-wrap svg:hover #est-outer {
  -webkit-animation: rotatein 3s infinite;
          animation: rotatein 3s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.site-main {
  display: block;
  z-index: 9995;
  position: relative;
  padding-top: 155px;
}

.c-scrollbar {
  z-index: 999999;
}

.container-wrap {
  padding: 80px 0px;
  background: #ffffff;
  margin-bottom: -5px;
}

.dark-section {
  background: #2C2C2C !important;
  color: #ffffff;
}

body.error404 {
  background: #000000;
}
body.error404 #game-wrap {
  position: relative;
  width: 450px;
  height: 450px;
  overflow: hidden;
}
body.error404 #game-wrap canvas#game-canvas {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}
body.error404 .header-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body.error404 .main-navigation a {
  color: #ffffff;
}

.error-404 {
  background: #000000;
}
.error-404 .title {
  color: #ffffff;
  font-size: 220px;
  margin: 0;
  line-height: 1;
}
.error-404 .sub-title {
  color: #F3535E;
  font-size: 50px;
  margin: 20px 0px;
}

.image-video-double-wrap .column-2 {
  padding-top: 50px;
}
.image-video-double-wrap .title {
  margin-top: 30px;
}

.portrait-gallery-wrap .item {
  min-height: 630px;
  background-size: cover;
  position: relative;
}
.portrait-gallery-wrap .item:before {
  content: "";
  display: block;
  background: #000000;
  opacity: 0.35;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.portrait-gallery-wrap .item .content {
  padding: 70px;
  color: #ffffff;
  z-index: 99;
  position: relative;
}
.portrait-gallery-wrap .item .content .hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.portrait-gallery-wrap .item .content .read-more {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.portrait-gallery-wrap .item .content .read-more:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: "\e805";
  font-size: 5px;
  margin-left: 40px;
}
.portrait-gallery-wrap .item:hover:before {
  opacity: 0.1;
}
.portrait-gallery-wrap .item:hover .hidden {
  opacity: 1;
  height: auto;
}

.faq-container {
  margin: 80px 0px;
}
.faq-container .faq-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #F3535E;
}
.faq-container .faq-item .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.faq-container .faq-item .title:after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
}
.faq-container .faq-item .copy {
  display: none;
}
.faq-container .faq-item.active .title:after {
  content: "-";
}

.basic-text-wrap.narrow {
  position: relative;
  z-index: -2;
}

.text-image-style-2-wrap {
  position: relative;
  background: #f0f0f0;
}
.text-image-style-2-wrap.white-top {
  padding-top: 0;
}
.text-image-style-2-wrap.white-top .images-wrap {
  position: relative;
  padding-top: 85px;
}
.text-image-style-2-wrap.white-top .images-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 50%;
  top: 0;
  z-index: 9;
}
.text-image-style-2-wrap .images-wrap {
  margin-bottom: 185px;
}
.text-image-style-2-wrap .images-wrap img {
  z-index: 99;
  position: relative;
}

.video-caption-wrap {
  position: relative;
}
.video-caption-wrap.split .container {
  position: relative;
  z-index: 99;
}
.video-caption-wrap.split:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  width: 50%;
  background: #2C2C2C;
  z-index: 9;
}
.video-caption-wrap .embed-container {
  margin-top: 60px;
}

.work-template-default .client-details-wrap {
  margin-top: 80px;
}
.work-template-default .client-details-wrap .client-detail {
  margin-bottom: 25px;
}
.work-template-default .client-details-wrap .client-detail:last-child {
  margin: 0;
}
.work-template-default .client-details-wrap a {
  color: #ffffff;
  text-decoration: none;
}
.work-template-default .client-details-wrap .services-tags {
  text-transform: capitalize;
}

.stacked-slider-wrap.dark {
  background: #2C2C2C;
  color: #ffffff;
}
.stacked-slider-wrap.dark .owl-nav {
  color: #ffffff !important;
}
.stacked-slider-wrap .overlap-carousel-copy .owl-nav {
  color: #000000;
  text-align: left;
  bottom: 0;
}
.stacked-slider-wrap .overlap-carousel-images .owl-stage-outer {
  /*padding-left: 8%;*/
  /*padding-right: 10%;*/
}
.stacked-slider-wrap .overlap-carousel-images .owl-item {
  -webkit-box-shadow: 4px -2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px -2px 7px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  z-index: 1;
}
.stacked-slider-wrap .overlap-carousel-images .owl-item .slide {
  background-size: cover;
  height: 430px;
  width: 100%;
}
.stacked-slider-wrap .overlap-carousel-images .owl-item.active {
  opacity: 1;
}

.text-carousel-wrap.container-wrap {
  padding: 80px 0px;
}
.text-carousel-wrap .text-carousel .slide {
  background: #ffffff;
  color: #000000;
  padding: 40px 40px;
}
.text-carousel-wrap .text-carousel .slide .speach {
  font-family: "Playfair Display", serif;
  font-size: 75px;
  line-height: 55px;
}
.text-carousel-wrap .text-carousel .slide .copy {
  margin-bottom: 30px;
}
.text-carousel-wrap .text-carousel .slide .title {
  margin-bottom: 0;
}
.text-carousel-wrap .text-carousel .owl-stage-outer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}
.text-carousel-wrap .text-carousel .owl-stage-outer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}
.text-carousel-wrap .text-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-carousel-wrap .text-carousel .owl-stage .owl-item {
  height: auto;
}

.black-section {
  background: #2C2C2C;
  color: #ffffff;
}
.black-section .button {
  color: #ffffff !important;
}

.page-template-default .call-to-action-wrap {
  position: relative;
  padding: 0px;
  background: #f0f0f0;
  /*&:before {

    content: "";
    background: $color__background-light-grey;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;

  }*/
}
.page-template-default .call-to-action-wrap .content {
  background: #f0f0f0 !important;
  padding: 85px 180px 85px 0px;
}

.image-block-repeater-wrap {
  position: relative;
}
.image-block-repeater-wrap.container-wrap {
  padding-top: 20px;
}
.image-block-repeater-wrap.container-wrap .container {
  z-index: 99;
  position: relative;
}
.image-block-repeater-wrap:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #2C2C2C;
  height: 300px;
  z-index: 9;
}
.image-block-repeater-wrap .upper {
  color: #ffffff;
}
.image-block-repeater-wrap .upper .main-title-wrap {
  margin-bottom: 40px;
}
.image-block-repeater-wrap .item {
  margin-bottom: 70px;
}
.image-block-repeater-wrap .item .header {
  height: 315px;
  width: 100%;
  background-size: cover;
  margin-bottom: 30px;
}

.video-wrap {
  position: relative;
  background: #2C2C2C;
}
.video-wrap.container-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.video-wrap:before {
  content: "";
  background: #ffffff;
  width: 100%;
  display: block;
  top: -1px;
  left: 0;
  height: 20%;
  position: absolute;
}
.video-wrap .section-badge {
  margin-top: 50px;
}
.video-wrap .embed-container {
  -webkit-box-shadow: 4px -2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px -2px 7px 0px rgba(0, 0, 0, 0.5);
}

.jobs-section-wrap {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.jobs-section-wrap .content {
  padding-bottom: 100px;
}
.jobs-section-wrap .content .button {
  margin-top: 40px;
}
.jobs-section-wrap .job-post-items-wrap {
  background: #ffffff;
  height: 100%;
  padding: 40px;
  color: #2C2C2C;
  position: relative;
}
.jobs-section-wrap .job-post-items-wrap .job-post-item {
  border-bottom: 1px solid #F3535E;
  padding: 20px 20px 10px 20px;
}
.jobs-section-wrap .job-post-items-wrap .job-post-item a {
  text-decoration: none;
}
.jobs-section-wrap .job-post-items-wrap .job-post-item .title a {
  color: #000000;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
  padding: 10px 0px;
}
.jobs-section-wrap .job-post-items-wrap .job-post-item .title a:hover {
  color: #F3535E;
}
.jobs-section-wrap .job-post-items-wrap .job-post-item .title i {
  font-size: 5px;
  margin-left: auto;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.question-answer-wrap {
  position: relative;
}
.question-answer-wrap .question-wrap {
  padding-bottom: 40px;
  padding-top: 20px;
  word-wrap: break-word;
}
.question-answer-wrap .question-wrap.dark {
  background: #f0f0f0;
}
.question-answer-wrap .question-wrap a {
  color: #F3535E;
  font-weight: 600;
}

.image-collage-wrap {
  padding-top: 0;
}
.image-collage-wrap .title-copy-wrap {
  padding: 85px 0px 270px 0px;
  margin-bottom: -185px;
  background: #f0f0f0;
}
.image-collage-wrap .image-collage .collage-text {
  background: #2C2C2C;
  color: #ffffff;
  padding: 40px 80px;
  border-top: 10px solid #ffffff;
}
.image-collage-wrap .image-collage .collage-text .main-title-wrap {
  font-family: "Playfair Display", serif;
}
.image-collage-wrap .image-collage .collage-image {
  background-size: cover;
  background-position: center center;
}
.image-collage-wrap .image-collage .collage-image.collage-image-1, .image-collage-wrap .image-collage .collage-image.collage-image-2, .image-collage-wrap .image-collage .collage-image.collage-image-3 {
  min-height: 370px;
}
.image-collage-wrap .image-collage .collage-image.collage-image-4 {
  min-height: 760px;
}

.text-wrap .button {
  color: #2C2C2C;
  margin-top: 10px;
}
.text-wrap .main-title-wrap * {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.text-wrap.dark {
  background: #2C2C2C;
  color: #ffffff;
}
.text-wrap.dark .button {
  color: #ffffff;
}
.text-wrap .jump-links {
  margin-bottom: 70px;
}
.text-wrap .jump-links a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #F3535E;
  padding: 20px 0px;
}

.gallery-wrap {
  position: relative;
}
.gallery-wrap img {
  position: relative;
  z-index: 99;
}
.gallery-wrap.split:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #2C2C2C;
  z-index: 9;
}
.gallery-wrap.dark .image-gallery-wrap {
  background: #ffffff;
  padding: 25px;
  z-index: 99;
  position: relative;
}
.gallery-wrap.dark .gallery-mask {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 50%;
  width: 100%;
  background: #2C2C2C;
  z-index: 9;
}

.gallery-image-wrap .image-gallery {
  margin-bottom: 70px;
}

.home .section-1 {
  padding-top: 20px;
}
.home .text-image-wrap {
  margin-top: -180px;
}
.home .text-image-wrap .image-wrap:before {
  content: "";
  background: #ffffff;
  height: 100%;
  position: absolute;
  width: 100%;
  left: -50%;
  top: -50px;
  z-index: -1;
}

.image-caption-wrap .sub-title-wrap {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}

.text-image-wrap {
  position: relative;
}
.text-image-wrap .image-column {
  position: relative;
}
.text-image-wrap .image-column .image-wrap {
  padding-left: 30px;
  z-index: 99;
  position: relative;
}
.text-image-wrap .copy-wrap {
  margin-top: 20px;
}
.text-image-wrap .button {
  margin-top: 20px;
}
.text-image-wrap .black-mask {
  position: absolute;
  left: 0;
  right: 0;
  background: #2C2C2C;
  top: -1px;
  z-index: 9;
}
.text-image-wrap.mask-enabled {
  /*padding-top: 300px;*/
}
.text-image-wrap.mask-enabled .main-title-wrap {
  color: #ffffff;
  z-index: 9999;
  position: relative;
}
.text-image-wrap.mask-enabled .sub-title-wrap {
  z-index: 99;
  position: relative;
  color: #ffffff;
}
.text-image-wrap.mask-enabled .image {
  z-index: 99;
  padding-left: 0;
  position: relative;
}
.text-image-wrap.mask-enabled .image-wrap:before {
  content: "";
  left: -30px;
  top: -55px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.text-image-wrap.mask-enabled .copy-wrap {
  padding-top: 30px;
}

/*.text-image-wrap {

  margin-top: -200px;

  .side-title-wrap {

    color: $color__black;
    z-index: 9999;
    position: relative;

  }

  .image {

    position: relative;
    padding-left: 15px;

    &:before {

      content: "";
      position: absolute;
      display: block;
      top: -95px;
      background: #fff;
      width: 100%;
      height: 100%;
      left: -180px;

    }

  }

}*/
.client-logos-wrap {
  background: #ffffff;
}
.client-logos-wrap .wrap-stretch {
  background: #f0f0f0;
  position: relative;
}
.client-logos-wrap .wrap-stretch:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.client-logos-wrap .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-logos-wrap.black-top:before {
  content: "";
}

.header-banner-wrap {
  padding: 85px 0px 0px 0px !important;
}
.header-banner-wrap .hero-container-wrap {
  background: #ffffff;
  position: relative;
}
.header-banner-wrap .hero-container-wrap:before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: calc(50% + 30px);
  background: #2C2C2C;
}
.header-banner-wrap .hero-container-wrap .hero {
  z-index: 999;
  position: relative;
}

.column-repeater-wrap .point {
  border-right: 1px solid #ffffff;
}
.column-repeater-wrap .point:last-of-type {
  border: none;
}
.column-repeater-wrap .point .content {
  padding: 20px 5px;
}
.column-repeater-wrap .point .content .counter {
  font-size: 12px;
  margin-bottom: 8px;
}
.column-repeater-wrap .point .content .copy {
  font-size: 14px;
}
.column-repeater-wrap .point .content .copy a {
  color: #ffffff;
}
.column-repeater-wrap .point .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.column-repeater-wrap .point .content .read-more {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-repeater-wrap .point .content .read-more:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: "\e805";
  font-size: 4px;
  margin-left: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.column-repeater-wrap .point .content .read-more:hover:after {
  margin-left: 10px;
}

.skills-wrap .skills {
  padding-top: 60px;
}
.skills-wrap .skill {
  border-right: 1px solid #ffffff;
}
.skills-wrap .skill:nth-child(4) {
  border: none;
}
.skills-wrap .skill .content {
  padding: 20px;
}
.skills-wrap .skill .content .counter {
  font-size: 12px;
}
.skills-wrap .skill .content .copy {
  font-size: 14px;
}
.skills-wrap .skill .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.text-highlight-wrap {
  background: #2C2C2C;
}
.text-highlight-wrap .main-title-wrap {
  color: #ffffff;
}

.work-carousel-wrap {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.work-carousel-wrap .work-carousel-lower {
  background: #2C2C2C;
  height: 225px;
  margin-top: -140px;
}

.work-carousel .owl-stage-outer {
  overflow: visible;
}
.work-carousel .content {
  height: 140px;
  background: #ffffff;
  padding: 20px;
}
.work-carousel .content .title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.work-carousel .content .title a {
  text-decoration: none;
}
.work-carousel .content .tags {
  margin: 6px 0px;
}
.work-carousel .content .tags a {
  text-transform: uppercase;
  color: #000000;
  opacity: 50%;
  text-decoration: none;
}
.work-carousel .content .tags a:hover {
  opacity: 100%;
}
.work-carousel .content .tags .sep {
  padding: 0px 6px;
  opacity: 50%;
}
.work-carousel .image {
  min-height: 280px;
  width: 100%;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.work-carousel .slide:hover .image {
  opacity: 0.8;
}

.owl-nav {
  position: absolute;
  bottom: -60px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 28px;
}
.owl-nav .counter {
  font-size: 14px;
}
.owl-nav button.owl-prev {
  margin-right: 35px;
}
.owl-nav button.owl-next {
  margin-left: 35px;
}

.news-carousel {
  margin: 50px 0px;
}
.news-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-carousel .slide {
  background: #ffffff;
}
.news-carousel .slide .image {
  background-size: cover;
  width: 50%;
}
.news-carousel .slide .content {
  width: 50%;
  padding: 45px;
  color: #000000;
  min-height: 360px;
}
.news-carousel .slide .content .categories a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-carousel .slide .content .date {
  font-size: 12px;
}
.news-carousel .slide .content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 20px 0px;
}

.news-carousel-wrap .slide-counter {
  text-align: center;
  position: relative;
  top: -30px;
}
.news-carousel-wrap .section-badge-wrap {
  overflow: hidden;
}
.news-carousel-wrap .sub-title-wrap {
  text-transform: inherit;
}

.image-switcher-wrap .image-container {
  background: #2C2C2C;
  padding: 180px 85px;
  position: relative;
}
.image-switcher-wrap .image-container img {
  position: relative;
}
.image-switcher-wrap .image-container:before {
  content: "";
  background: #2C2C2C;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 200%;
  height: 100%;
}

.services-carousel-wrap .content {
  padding-bottom: 50px;
}

.services-carousel {
  color: #ffffff;
}
.services-carousel a, .services-carousel a:hover {
  color: #ffffff;
  text-decoration: none;
}
.services-carousel .slide {
  cursor: pointer;
  position: relative;
  background-size: cover;
}
.services-carousel .slide a {
  height: 375px;
}
.services-carousel .slide:before {
  content: "";
  display: block;
  background: #000000;
  opacity: 0.35;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.services-carousel .slide:hover:before {
  opacity: 0.1;
}
.services-carousel .slide .inner {
  padding: 35px 25px;
  background-size: cover;
}
.services-carousel .slide .content {
  z-index: 99;
  position: relative;
}
.services-carousel .slide .content .count {
  font-size: 12px;
}
.services-carousel .slide .content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.news-carousel-wrap {
  background: #2C2C2C;
  color: #ffffff;
  z-index: 99;
  position: relative;
}

.swoosh-columns-wrap .swoosh-column {
  min-height: 380px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
}
.swoosh-columns-wrap .swoosh-column .swoosh-link {
  text-decoration: none;
  color: #ffffff;
  height: 380px;
  display: block;
  background-color: rgba(18, 18, 18, 0.55);
}
.swoosh-columns-wrap .slide {
  padding: 15px;
}

@media (max-width: 767.98px) {
  .image-collage-wrap .image-collage .collage-text {
    padding: 40px;
    border: none;
    margin-bottom: 20px;
  }
  .services-carousel .slide {
    margin: 5px 10px;
  }
  .news-carousel-wrap .button {
    margin-top: 35px;
  }
  .gallery-wrap.dark .gallery-mask {
    bottom: 80%;
  }
  .column-repeater-wrap .point {
    border: none;
  }
  .column-repeater-wrap .point .content {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .video-caption-wrap.split:before {
    top: 60px;
  }
  .video-caption-wrap .copy {
    background: #ffffff;
  }
  .video-caption-wrap .image {
    padding: 50px 0px 60px 0px;
  }
}
@media (max-width: 991.98px) {
  .site-main {
    padding-top: 130px;
  }
  .gallery-wrap .image-gallery img {
    margin-bottom: 20px;
  }
  .faqs-wrap .text-column {
    margin-top: 70px;
  }
  .image-switcher-wrap {
    overflow: hidden;
  }
  .image-switcher-wrap .button-switcher {
    margin-top: 20px;
  }
  .image-switcher-wrap .image-container {
    margin-top: 50px;
    padding: 60px 20px;
  }
  .news-carousel .slide .image {
    width: 100%;
    min-height: 345px;
  }
  .news-carousel .slide .content {
    width: 100%;
  }
  .client-logos-wrap .owl-item {
    padding: 10px;
  }
  .text-image-wrap .image-column .image-wrap {
    padding-left: 0;
    margin-bottom: 70px;
    margin-top: 60px;
  }
  .text-image-wrap .image-column .image-wrap:before {
    left: -15px;
    top: -20px;
  }
  .text-image-wrap.mask-enabled .main-title-wrap {
    padding-bottom: 20px;
  }
  .container-wrap {
    padding: 60px 0px;
  }
  .container-wrap.question-answer-wrap {
    padding: 60px 0px;
  }
  .container-wrap.contact-wrap {
    padding-top: 0;
  }
  .stacked-slider-wrap .owl-carousel {
    margin: 30px 0px;
  }
  .stacked-slider-wrap .overlap-carousel-copy .owl-nav {
    text-align: left;
    bottom: 20px;
  }
  .gallery-wrap.dark .image-gallery-wrap {
    padding: 20px;
  }
  .gallery-wrap.dark .image-gallery-wrap img {
    margin-bottom: 20px;
  }
  .portrait-gallery-wrap .item .content .hidden {
    opacity: 1;
    height: auto;
  }
  .gallery-image-wrap .image-gallery img {
    margin-bottom: 20px;
  }
  .text-carousel-wrap .owl-nav {
    bottom: -55px;
  }
  .owl-nav {
    bottom: -60px;
  }
  .image-collage-wrap .image-collage .collage-image.collage-image-1, .image-collage-wrap .image-collage .collage-image.collage-image-2 {
    min-height: 230px;
  }
  .image-collage-wrap .image-collage .collage-image-3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .swoosh-columns-wrap {
    position: relative;
  }
  .swoosh-columns-wrap:hover .swoosh-column {
    width: 0;
    padding: 0;
  }
  .swoosh-columns-wrap .swoosh-column {
    background-size: cover;
    background-position: 50%;
    margin: 0;
    min-height: 500px;
    width: 16.6666666667%;
    overflow: hidden;
    display: block;
    -webkit-transition: width 0.7s ease;
    transition: width 0.7s ease;
  }
  .swoosh-columns-wrap .swoosh-column .swoosh-link {
    position: absolute;
    padding: 40px 20px;
    width: 16.6666666667%;
    height: 100%;
    border-right: 2px solid #ffffff;
    font-family: "Montserrat", sans-serif;
  }
  .swoosh-columns-wrap .swoosh-column .swoosh-link .count {
    font-size: 12px;
    font-weight: 300;
  }
  .swoosh-columns-wrap .swoosh-column .swoosh-link .title {
    font-size: 16px;
    font-weight: 500;
  }
  .swoosh-columns-wrap .swoosh-column:hover {
    width: 100%;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(1) .swoosh-link {
    left: 0;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(2) .swoosh-link {
    left: 16.6666666667%;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(3) .swoosh-link {
    left: 33.3333333333%;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(4) .swoosh-link {
    left: 50%;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(5) .swoosh-link {
    left: 66.6666666667%;
  }
  .swoosh-columns-wrap .swoosh-column:nth-child(6) .swoosh-link {
    left: 83.3333333333%;
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .text-carousel-wrap.container-wrap {
    padding: 190px 0px;
  }
  .text-carousel-wrap .text-carousel .slide {
    padding: 110px 80px;
  }
  .news-carousel .owl-stage-outer:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99;
  }
  .news-carousel .owl-stage-outer:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99;
  }
  .news-carousel .services-carousel-wrap .content {
    padding-bottom: 70px;
  }
  .text-wrap.column-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .text-wrap.column-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .text-wrap.column-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .column-repeater-wrap .points {
    padding-top: 50px;
  }
  .jobs-section-wrap .job-post-items-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff;
    height: 100%;
    left: 100%;
    width: 1000%;
  }
  .section-badge-wrap svg {
    width: 160px;
    height: 160px;
  }
  .stacked-slider-wrap .overlap-carousel-images {
    /*padding-left: 10%;*/
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    z-index: 1;
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item .slide {
    background-size: cover;
    height: 550px;
    width: 370px !important;
    width: 100%;
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item.active {
    opacity: 1;
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item.active.first {
    -webkit-transform: scale(1) translateX(30%) !important;
            transform: scale(1) translateX(30%) !important;
    z-index: 3;
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item.active.second {
    -webkit-transform: scale(0.8) translateX(30%) !important;
            transform: scale(0.8) translateX(30%) !important;
    z-index: 2;
    margin-left: -1%;
    margin-right: -1%;
  }
  .stacked-slider-wrap .overlap-carousel-images .owl-item.active.third {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .question-answer-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    top: -90px;
    left: 0;
    display: block;
    background: #f0f0f0;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #F3535E;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #F3535E;
  border-radius: 3px;
  background: none;
  color: #ffffff;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 22px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #F3535E;
  border-color: #ffffff;
}
button:active, button:focus,
.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: #F3535E;
}

.button-dark,
.wpcf7-submit {
  color: #000000 !important;
}
.button-dark:hover,
.wpcf7-submit:hover {
  border-color: #000000 !important;
  color: #F3535E !important;
}

.wpcf7-submit {
  padding: 15px 40px !important;
}

.button-switcher {
  display: inline-block;
  overflow: hidden;
}
.button-switcher button {
  background: none;
  border: 1px solid #F3535E;
  padding: 13px 20px;
  color: #000000;
  float: left;
}
.button-switcher button.first {
  border-radius: 22px 0px 0px 22px;
}
.button-switcher button.second {
  border-radius: 0px 22px 22px 0px;
}
.button-switcher button.active {
  background: #F3535E;
  color: #ffffff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

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

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

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

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

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

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

.hamburger-inner::after {
  opacity: 0;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.work-filter,
.select-wrap {
  display: inline-block;
  clear: both;
  margin: 40px 0px;
  border: 1px solid #F3535E;
  border-radius: 22px;
  padding: 5px 15px;
}
.work-filter span,
.select-wrap span {
  font-weight: 600;
  margin-right: 15px;
}
.work-filter span.current,
.select-wrap span.current {
  font-weight: normal;
}
.work-filter select,
.select-wrap select {
  padding-right: 100px;
  border: none;
}
.work-filter .option.selected,
.select-wrap .option.selected {
  font-weight: normal;
}

.wpcf7 input:not([type=submit]):not([type=checkbox]),
.wpcf7 textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}
.wpcf7 .cf7-submit-wrap {
  margin: 20px 0px 35px 0px;
}
.wpcf7 .acceptance-privacy a {
  text-decoration: none;
  font-weight: 500;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

input[type=checkbox] {
  display: none;
  cursor: pointer;
}

input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: block;
}

input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 9px;
  width: 4px;
  height: 12px;
  border: solid #707070;
  border-width: 0 2px 2px 0;
}

/*
input[type="checkbox"]:checked {
    background-color: $color__highlight;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
    transition: 0.5s;
}

input[type="checkbox"] {
    position: relative;
    margin-left: 4px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 4px 10px 2px 1px;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid $color__border-input!important;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
		padding: 10px;
}*/
.file-cv {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.file-cv:before {
  content: "Upload your CV";
  position: absolute;
  left: 0;
  padding: 5px;
  color: #000000;
  width: 130px;
  text-align: center;
  border-radius: 5px;
}
.file-cv:after {
  content: "+";
  font-size: 25px;
  position: absolute;
  right: 0;
}
.file-cv input {
  visibility: hidden;
}

.nice-select {
  display: inline-block;
  min-width: 175px;
  border: none;
  height: 30px;
  line-height: 30px;
  float: unset;
  clear: none;
}
.nice-select ul.list {
  width: 100%;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .wpcf7-list-item-label {
    font-size: 10px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  z-index: 999;
}
.main-navigation .nav-menu > li {
  position: relative;
  padding: 25px 0px;
  color: #ffffff;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.main-navigation .nav-menu > li a:hover {
  color: #F3535E;
}
.main-navigation .nav-menu > li.current-menu-item > a {
  color: #F3535E;
}
.main-navigation .nav-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: "\e805";
  color: inherit;
  margin-left: auto;
  font-size: 5px;
}
.main-navigation .nav-menu > li.menu-item-has-children .menu-item-has-children li {
  width: 100%;
}
.main-navigation .nav-menu > li.menu-item-has-children:hover {
  color: #F3535E;
}
.main-navigation .nav-menu > li.menu-item-has-children:hover:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-navigation .nav-menu > li.menu-item-has-children > ul.mega-menu:after {
  content: "";
  width: 1px;
  background: #F3535E;
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 60px;
  z-index: 99999;
}
.main-navigation .nav-menu > li.menu-item-has-children > ul.mega-menu li {
  width: 50%;
  margin-bottom: 0;
}
.main-navigation .nav-menu > li.menu-item-has-children > ul.mega-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px 20px 0px;
}
.main-navigation .nav-menu > li:last-of-type {
  margin-right: 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #000000;
  padding: 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation ul ul li {
  margin-right: 0;
  margin: 0;
}
.main-navigation ul ul li ul {
  padding: 15px 0px;
  width: 50%;
  height: 100%;
  left: 100% !important;
  position: absolute;
  top: 0;
  bottom: 60px;
  display: none;
}
.main-navigation ul ul a {
  color: #ffffff;
  padding: 15px 40px 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation ul ul a:hover {
  color: #F3535E;
}
.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 li:hover > ul,
.main-navigation ul li.focus > ul {
  left: -130px;
  min-width: 350px;
}
.main-navigation li {
  margin-right: 80px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.navigation.pagination {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation.pagination a {
  text-decoration: none;
}
.navigation.pagination .page-numbers {
  margin: 0px 5px;
}
.navigation.pagination .next, .navigation.pagination .prev {
  font-size: 0;
}
.navigation.pagination .next:after, .navigation.pagination .prev:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 6px;
  color: #2C2C2C;
}
.navigation.pagination .next:after {
  content: "\e805";
}
.navigation.pagination .prev:after {
  content: "\e806";
}

.white-pagination {
  color: #ffffff;
}
.white-pagination a {
  color: #ffffff;
}
.white-pagination .next:after, .white-pagination .prev:after {
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .main-navigation {
    display: none;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

.post-type-archive-work .posts-wrap {
  background: #2C2C2C;
}

.posts-wrap {
  background: #f0f0f0;
  position: relative;
}
.posts-wrap .mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}
.posts-wrap article {
  z-index: 99;
  margin-bottom: 25px;
}
.posts-wrap .tag-list {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.posts-wrap .tag-list a {
  color: #000000;
  opacity: 50%;
  text-decoration: none;
}

.post-index .entry-header {
  background: #ffffff;
  padding: 20px;
  min-height: 140px;
  -webkit-transition: background-color 1.2s ease-in-out;
  transition: background-color 1.2s ease-in-out;
}
.post-index .entry-header .entry-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.post-index .entry-header .entry-title a {
  text-decoration: none;
}
.post-index:hover .entry-header {
  background: #2C2C2C;
  color: #ffffff;
}
.post-index:hover .entry-header .entry-title a {
  color: #ffffff;
}
.post-index:hover .entry-header .entry-meta a {
  color: #ffffff;
}

.single-post .entry-header {
  margin-bottom: 70px;
}

.page .page-header {
  z-index: 99;
  position: relative;
}

.career-template-default .container-wrap {
  padding: 60px 0px 80px 0px;
}
.career-template-default .question-answer-wrap:before {
  top: -110px;
}

.page-about .call-to-action-wrap:before, .page-careers .call-to-action-wrap:before {
  background: #ffffff;
}
.page-about .call-to-action-wrap .content, .page-careers .call-to-action-wrap .content {
  background: #ffffff;
}

.page-careers .basic-text-wrap, .page-facilities .basic-text-wrap {
  padding-top: 10px;
}

.services-template .header-banner-wrap .copy {
  position: relative;
}
.services-template .header-banner-wrap .main-title-wrap {
  /*padding-left: 30px;*/
}
.services-template .header-banner-wrap .sub-title-wrap * {
  text-transform: none;
}
.services-template .header-banner-wrap .hero-container-wrap {
  margin-top: 90px;
}

.page-about .text-image-wrap.mask-enabled {
  padding-top: 0;
}

.page-template-page-contact .contact-form-wrap {
  max-width: 700px;
}

.page-header .style-2 .copy-wrap {
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .services-template .header-banner-wrap {
    padding-top: 0 !important;
  }
  .services-template .header-banner-wrap .side-title-wrap,
  .services-template .header-banner-wrap .main-title-wrap,
  .services-template .header-banner-wrap .sub-title-wrap {
    padding-left: 0;
  }
  .page-template-default .call-to-action-wrap {
    padding: 0;
  }
  .page-template-default .call-to-action-wrap .content {
    padding: 70px 20px;
  }
  .page-careers .entry-header .style-3 .upper {
    margin-bottom: 0;
  }
  .page-careers .entry-header .style-3 .image-wrap {
    padding: 10px 0px;
  }
  .page-careers .basic-text-wrap {
    padding-left: 0;
    padding-right: 30px;
  }
  .career-template-default .container-wrap {
    padding: 60px 15px 80px 15px;
  }
  .career-template-default.single .question-answer-wrap {
    background: #f0f0f0;
  }
  .blog-header .side-title-wrap,
  .blog-header .main-title-wrap,
  .archive-header .side-title-wrap,
  .archive-header .main-title-wrap {
    padding-left: 0px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .page-contact .image-sticky img,
  .page-header .style-2 .image-sticky img,
  header .style-1 .image-sticky img {
    margin-top: -245px;
  }
}
/* 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;
}

a.fancy-video {
  position: relative;
  z-index: 99;
  cursor: url("fonts/play-audio.svg") 16 16, pointer;
}
a.fancy-video .video-link-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 9;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@media (max-width: 992px) {
  .h-50 {
    height: auto !important;
  }
}
/*# sourceMappingURL=style.css.map */