 /*
Theme Name: Boshanka
Theme URI: http://www.boshanka.co.uk/
Author: Ben Shaw
Author URI: http://www.boshanka.co.uk
Description: Custom theme by Boshanka for Excellent Entertainment
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boshanka
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Excellent Entertainment is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- 
# Normalize
# Typography
# Elements
# Forms 
# Navigation
	## Links
	## Menus 
# Accessibility
# Alignments 
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Global
# Infinite scroll
# Media
	## Captions
	## Galleries 
# GRID
  

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Scss Document */
/**
Shadow use example
 * .card {
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * } 
 *
 */
/* Scss Document */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2.2em;
  margin: 0.67em 0; }

.center-text {
  text-align: center; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 10px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.1em;
  color: #fff;
  background: #eb003b;
  float: left;
  margin-top: 0px;
  text-decoration: none !important;
  border: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

a, input, a img, a span, svg, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, input:hover, a:hover img, a:hover span, svg:hover, .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Typography
------------------- -------------------------------------------*/
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2022 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Radomir Tinkov
 * License URL: https://www.fontspring.com/licenses/radomir-tinkov/webfont 
 *
 *
 */
@font-face {
  font-family: 'gilroy-extrabold';
  src: url("fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  font-family: "gilroy-extrabold";
  line-height: 1.3em;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: normal; }

.woocommerce {
  margin-top: 100px; }
  .woocommerce .wpc-single-price .wpc-price-value, .woocommerce .wpc-total-text {
    color: #fff; }
  .woocommerce .wpc-share-inner a, .woocommerce .wpc-share-inner span {
    color: #fff; }
  .woocommerce .wpc-config-element .wpc-primary-btn, .woocommerce .wpc-config-element .wpcf7-submit {
    background: #02071a;
    font-family: "gilroy-extrabold";
    letter-spacing: 2px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 20px; }

h1, .h1 {
  font-size: 2em !important; }

h2, .h2 {
  font-size: 1.6em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.4em; }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 0.9em; }

p {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.6em;
  font-family: "adelle-sans"; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #02071a; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #eb003b;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main menu positionning */
.main-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #eb003b;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .375s;
  height: 100vh; }

.main-nav.is-open {
  opacity: 1;
  /* z-index: 100; */
  visibility: visible; }

/* Yellow band effect */
.main-nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  background: #02071a;
  transform-origin: 0 0;
  transform: skew(-14deg) translateX(-120%);
  transition: all .275s .1s; }

.main-nav.is-open::before {
  transform: skew(-14deg) translateX(0); }

/* Skewing effect on menu links */
.main-nav ul {
  display: inline-flex;
  flex-direction: column;
  height: 93%;
  /* Should be 100%, but we have a notice message :D */
  align-items: flex-end;
  justify-content: center;
  transform: translateX(-18%) skew(-16deg); }

.main-nav li {
  display: block;
  margin: .5rem 0;
  text-align: right;
  transform: skew(16deg); }

/* Apparition effect on links */
.main-nav a {
  opacity: 0;
  transform: translateY(-10px);
  letter-spacing: 1px; }

.main-nav.is-open a {
  opacity: 1;
  transform: translateY(0); }

.main-nav li:nth-child(1) a {
  transition: all 275ms 175ms; }

.main-nav li:nth-child(2) a {
  transition: all 275ms 225ms; }

.main-nav li:nth-child(3) a {
  transition: all 275ms 275ms; }

.main-nav li:nth-child(4) a {
  transition: all 275ms 325ms; }

.main-nav li:nth-child(5) a {
  transition: all 275ms 375ms; }

/* Decoration */
.main-nav ul,
.main-nav li {
  list-style: none;
  padding: 0; }

.main-nav a {
  display: block;
  padding: 0 0;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 300;
  font-family: "gilroy-extrabold"; }

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 20px;
  right: 20px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer; }

.open-main-nav:focus {
  outline: none; }

.menu-main-container {
  HEIGHT: 100VH; }

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #fff;
  transition: all .275s; }

.burger:after,
.burger:before {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  transition: all .275s; }

.burger:after {
  transform: translateY(-12px) translateX(0px); }

.burger:before {
  transform: translateY(-16px); }

/* Toggle State part */
.is-open .burger {
  transform: translateY(-8px) rotate(-45deg);
  background: #fff; }

.is-open .burger:before {
  transform: translateY(0px) skew(-10deg) rotate(75deg);
  background: #fff; }

.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
  background: #fff; }

/* MENU Text part */
.burger-text {
  display: block;
  font-size: .675rem;
  letter-spacing: .05em;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #fff; }

.is-open .burger-text {
  color: #fff; }

/* Slow motion button */
[id="slowmo"] {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  border: 0;
  font-size: 1rem;
  background: #FEDC2A;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: all .275s; }

[id="slowmo"] span {
  display: block;
  font-weight: normal; }

[id="slowmo"]:hover,
[id="slowmo"]:focus {
  background: #000;
  color: #FEDC2A; }

[id="slowmo"].is-slowmo span:after {
  content: 'Activated';
  display: block;
  font-weight: bold; }

/* When slowmotion is activated */
.is-slowmo + .device .open-main-nav .burger,
.is-slowmo + .device .open-main-nav .burger:before,
.is-slowmo + .device .open-main-nav .burger:after,
.is-slowmo + .device .main-nav,
.is-slowmo + .device .main-nav::before,
.is-slowmo + .device .main-nav a {
  transition-duration: 3s; }

.is-slowmo + .device .main-nav li:nth-child(1) a {
  transition-delay: 1750ms; }

.is-slowmo + .device .main-nav li:nth-child(2) a {
  transition-delay: 2250ms; }

.is-slowmo + .device .main-nav li:nth-child(3) a {
  transition-delay: 2750ms; }

.is-slowmo + .device .main-nav li:nth-child(4) a {
  transition-delay: 3250ms; }

.is-slowmo + .device .main-nav li:nth-child(5) a {
  transition-delay: 3750ms; }

a.btn {
  padding: 10px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.1em;
  color: #02071a;
  background: #fff;
  float: left;
  margin-top: 30px;
  text-decoration: none !important; }

.sub-menu {
  display: none !important; }

#masthead {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0px;
  height: 80px;
  background: Transparent; }
  #masthead .hero-shade {
    display: none; }
  #masthead .site-branding {
    padding: 0 30px; }
    #masthead .site-branding .site-title {
      display: block;
      width: 140px;
      float: left;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 101;
      position: relative;
      margin: 18px 0; }
      #masthead .site-branding .site-title img {
        opacity: 1;
        display: block;
        float: left;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%; }

#masthead.shrink {
  top: 0px;
  /*background:#18aad9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 1.6em;
  background: #02071a; }
  #masthead.shrink .site-branding {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #masthead.shrink .site-branding .site-title {
      width: 70px;
      margin: 10px 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #masthead.shrink .site-branding .site-title img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

#lightcase-overlay {
  background: #02071a !important;
  opacity: 1 !important; }

.overlay .inside.team {
  padding: 1.6em; }
  .overlay .inside.team h4 {
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 100 !important; }
  .overlay .inside.team p {
    color: #fff !important; }

.lightcase-inlineWrap {
  background: #fff; }

#content section .inside h2.title {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 30px; }
#content section.no-padding-top .inside, #content section.no-padding-top {
  padding-top: 0px !important; }
#content section.no-padding-bottom .inside, #content section.no-padding-bottom {
  padding-bottom: 0px !important; }
#content section {
  float: left;
  width: 100%;
  position: relative; }
  #content section .inside {
    padding: 60px 30px;
    float: left;
    width: 100%; }
    #content section .inside ul {
      margin: 0px;
      padding: 0 15px;
      				/*li{ list-style: none;
      				&:before{  
          font-family: 'FontAwesome';
          content: '\f138';
      					font-size:0.8em;
          margin:0 5px 0 -15px;
          color: $blue
      	}
      			}*/ }
  #content section:last-of-type .icon {
    display: none !important; }
#content .hero {
  background: #fff;
  position: relative;
  height: 95vh;
  background: url("img/hero.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #content .hero .border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    z-index: 1; }
  #content .hero img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 100%; }
  #content .hero .inside {
    padding: 0px; }
    #content .hero .inside .content {
      margin: 0;
      position: absolute;
      top: 220px;
      left: 0;
      max-width: 580px;
      z-index: 1; }
      #content .hero .inside .content .wrapper {
        padding: 0 30px; }
        #content .hero .inside .content .wrapper .divider {
          height: 13px;
          width: 70px;
          background: #fff;
          float: left;
          margin: 20px 0 10px 0; }
        #content .hero .inside .content .wrapper p, #content .hero .inside .content .wrapper h1 {
          color: #fff;
          text-align: left;
          margin: 0px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
          float: left;
          width: 100%;
          clear: both; }
        #content .hero .inside .content .wrapper h1 {
          font-size: 2.7em !important;
          font-weight: normal; }
        #content .hero .inside .content .wrapper p {
          max-width: 560px;
          padding-top: 20px;
          display: table;
          margin: 0 auto;
          font-size: 1.2em; }
        #content .hero .inside .content .wrapper a.btn {
          padding: 10px 20px;
          font-family: "gilroy-extrabold";
          font-size: 1.1em;
          color: #02071a;
          background: #fff;
          float: left;
          margin-top: 30px; }
          #content .hero .inside .content .wrapper a.btn:hover {
            background: #eb003b;
            color: #fff; }
  #content .hero .hero-shade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    #content .hero .hero-shade img {
      width: 100%;
      float: left; }
#content .hero.sub {
  height: 85vh;
  max-height: 700px; }
  #content .hero.sub .inside .content {
    max-width: 700px;
    top: 170px; }
    #content .hero.sub .inside .content .wrapper .divider {
      background: #eb003b;
      height: 10px; }
    #content .hero.sub .inside .content .wrapper h1 {
      font-size: 2.6em !important; }
    #content .hero.sub .inside .content .wrapper p {
      font-size: 1.2em;
      max-width: 100%; }
#content .talent {
  background: #02071a;
  position: relative;
  height: auto;
  background: url("img/talent-hero-bg.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #content .talent .inside {
    margin-top: 100px; }
    #content .talent .inside .content .wrapper .grid-cols {
      display: grid;
      grid-gap: 30px; }
      #content .talent .inside .content .wrapper .grid-cols .left {
        position: relative;
        z-index: 1; }
        #content .talent .inside .content .wrapper .grid-cols .left .divider {
          height: 10px;
          width: 80px;
          background: #eb003b;
          float: left;
          margin: 20px 0 25px 0; }
        #content .talent .inside .content .wrapper .grid-cols .left p, #content .talent .inside .content .wrapper .grid-cols .left h1 {
          color: #fff;
          text-align: left;
          margin: 0px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
          float: left;
          width: 100%;
          clear: both; }
        #content .talent .inside .content .wrapper .grid-cols .left h2 {
          color: #eb003b; }
        #content .talent .inside .content .wrapper .grid-cols .left h1 {
          font-size: 2.7em !important;
          font-weight: normal; }
        #content .talent .inside .content .wrapper .grid-cols .left h3 {
          font-family: "adelle-sans";
          font-size: 1.6em; }
        #content .talent .inside .content .wrapper .grid-cols .left p {
          padding-top: 20px;
          font-size: 1.2em; }
      #content .talent .inside .content .wrapper .grid-cols .right .image-wrapper {
        position: relative;
        float: left;
        width: 100%;
        border: 2px solid rgba(255, 255, 255, 0.1); }
        #content .talent .inside .content .wrapper .grid-cols .right .image-wrapper img {
          width: 100%;
          float: left; }
        #content .talent .inside .content .wrapper .grid-cols .right .image-wrapper a {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 1; }
          #content .talent .inside .content .wrapper .grid-cols .right .image-wrapper a img {
            width: 100%;
            float: left; }
    #content .talent .inside .content .talent-results {
      z-index: 1;
      position: relative; }
      #content .talent .inside .content .talent-results .data-target-div1 .error-caf {
        background: transparent;
        color: #fff;
        font-family: "gilroy-extrabold";
        font-size: 1.2em;
        text-transform: none; }
      #content .talent .inside .content .talent-results .page-numbers {
        background: #8e96bd;
        color: #02071a;
        font-family: "gilroy-extrabold"; }
        #content .talent .inside .content .talent-results .page-numbers:hover {
          background: #fff;
          color: #02071a; }
      #content .talent .inside .content .talent-results span.page-numbers.current {
        background: #eb003b;
        color: #fff !important; }
      #content .talent .inside .content .talent-results .caf-post-layout-container {
        padding: 0px !important; }
      #content .talent .inside .content .talent-results #manage-ajax-response.caf-row {
        padding-right: 0px;
        padding-left: 0px; }
      #content .talent .inside .content .talent-results .caf-post-layout3 {
        margin: 10px 0px !important;
        border: 2px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #content .talent .inside .content .talent-results .caf-featured-img-box {
        height: 320px; }
      #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter .mtf-terms.check_box {
        display: none; }
      #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter .caf-search-bar .manage-caf-search-icon i {
        background: #eb003b; }
      #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container {
        background: transparent !important;
        border: 2px solid #fff;
        margin-bottom: 5px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        padding: 5px 10px; }
        #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container li label {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px;
          font-family: "adelle-sans";
          font-size: 0.9em; }
          #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container li label:before {
            color: #8e96bd;
            right: 10px; }
        #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container h3.tax-heading {
          font-family: "gilroy-extrabold";
          font-size: 1.1em;
          letter-spacing: 0.5px; }
          #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container h3.tax-heading i {
            color: #eb003b; }
      #content .talent .inside .content .talent-results #manage-post-area {
        background: transparent;
        background: url("img/results-shade.png") bottom left repeat;
        background-size: auto 100%; }
        #content .talent .inside .content .talent-results #manage-post-area .caf-meta-content-cats {
          display: none; }
        #content .talent .inside .content .talent-results #manage-post-area .caf-talent-title h2 {
          font-size: 1.8em;
          margin-bottom: 0px; }
          #content .talent .inside .content .talent-results #manage-post-area .caf-talent-title h2 a {
            color: #fff !important; }
        #content .talent .inside .content .talent-results #manage-post-area .caf-talent-type h3 {
          color: #eb003b;
          font-size: 1.2em;
          margin-bottom: 0px; }
  #content .talent .hero-shade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    #content .talent .hero-shade img {
      width: 100%;
      float: left; }
#content .talent-carousel {
  background: #0d1a2d; }
  #content .talent-carousel .inside h2.talent-titles {
    font-size: 2.4em;
    color: #eb003b;
    line-height: 1.1em;
    margin-bottom: 40px; }
    #content .talent-carousel .inside h2.talent-titles strong {
      color: #fff; }
  #content .talent-carousel .inside a.act {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden; }
    #content .talent-carousel .inside a.act .image-wrapper img {
      float: left;
      width: 100%; }
    #content .talent-carousel .inside a.act .title {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      width: 100%;
      display: block;
      background: transparent;
      background: url("img/results-shade.png") bottom left repeat;
      background-size: auto 100%; }
      #content .talent-carousel .inside a.act .title .title-inside {
        padding: 10px; }
      #content .talent-carousel .inside a.act .title .h1 {
        font-size: 1.6em !important;
        width: 100%;
        display: block;
        margin-bottom: 0px; }
      #content .talent-carousel .inside a.act .title .h2 {
        font-size: 1.1em !important;
        color: #eb003b;
        width: 100%;
        display: block;
        margin-bottom: 0px; }
    #content .talent-carousel .inside a.act:hover .image-wrapper img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
#content .booking .inside p {
  text-align: Center;
  color: #fff;
  font-size: 1.2em; }
  #content .booking .inside p a {
    color: #eb003b; }
#content .booking .inside .booking-form {
  display: table;
  margin: 0 auto;
  max-width: 800px; }
  #content .booking .inside .booking-form .button {
    display: table;
    width: auto;
    margin: 0 auto;
    float: none; }
#content .team {
  background: #02071a;
  position: relative; }
  #content .team .inside h2.title {
    margin-bottom: 10px; }
  #content .team .inside .divider {
    height: 10px;
    width: 70px;
    background: #eb003b;
    margin: 20px auto 25px auto;
    float: none; }
  #content .team .inside .titles {
    max-width: 800px;
    margin: 0 auto;
    display: table; }
    #content .team .inside .titles h2, #content .team .inside .titles h3, #content .team .inside .titles p {
      text-align: center;
      color: #fff; }
    #content .team .inside .titles h3 {
      font-family: "adelle-sans";
      font-size: 1.4em;
      margin: 20px 0; }
    #content .team .inside .titles p {
      font-size: 1.1em;
      margin-top: 0px; }
  #content .team .inside .team-members {
    padding: 40px 0;
    max-width: 750px;
    margin: 0 auto;
    display: table;
    width: 100%; }
    #content .team .inside .team-members .tm .hexi {
      position: relative;
      margin-bottom: 30px;
      float: left;
      width: 100%;
      overflow: hidden; }
      #content .team .inside .team-members .tm .hexi .image-wrapper img {
        float: left;
        width: 100%; }
      #content .team .inside .team-members .tm .hexi .content {
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px; }
        #content .team .inside .team-members .tm .hexi .content .content-inside .name {
          color: #fff;
          font-family: "gilroy-extrabold";
          font-size: 1.4em;
          font-weight: 100;
          display: block; }
        #content .team .inside .team-members .tm .hexi .content .content-inside .role {
          color: #eb003b;
          font-family: "gilroy-extrabold";
          font-weight: 500;
          color: #eb003b;
          font-size: 1em;
          display: block; }
        #content .team .inside .team-members .tm .hexi .content .content-inside .readmore {
          display: none; }
    #content .team .inside .team-members .tm:hover .image-wrapper img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
#content .simple-text {
  background: #02071a; }
  #content .simple-text .inside h1, #content .simple-text .inside h2, #content .simple-text .inside h3, #content .simple-text .inside h4, #content .simple-text .inside h5, #content .simple-text .inside h6, #content .simple-text .inside p {
    text-align: left;
    color: #fff; }
    #content .simple-text .inside h1 strong, #content .simple-text .inside h2 strong, #content .simple-text .inside h3 strong, #content .simple-text .inside h4 strong, #content .simple-text .inside h5 strong, #content .simple-text .inside h6 strong, #content .simple-text .inside p strong {
      color: #eb003b; }
  #content .simple-text .inside h2 {
    font-size: 1.8em; }
  #content .simple-text .inside p a {
    color: #eb003b; }
  #content .simple-text .inside p:last-child {
    margin-bottom: 0px; }
  #content .simple-text .inside .btn {
    background: #eb003b;
    color: #fff; }
    #content .simple-text .inside .btn:hover {
      background: #fff;
      color: #02071a; }
#content .our-clients .logos-wrap {
  border-top: 1px solid #3c404c;
  border-bottom: 1px solid #3c404c;
  padding: 10px 0 0 0; }
#content .our-clients .inside.no-pad {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
#content .our-clients .inside .owl-testimonials {
  padding: 40px 0; }
  #content .our-clients .inside .owl-testimonials .testimonial {
    position: relative;
    padding: 65px 0 0 0; }
    #content .our-clients .inside .owl-testimonials .testimonial blockquote, #content .our-clients .inside .owl-testimonials .testimonial cite {
      color: #fff;
      font-family: "adelle-sans"; }
    #content .our-clients .inside .owl-testimonials .testimonial blockquote {
      margin: 0px;
      font-size: 1.2em;
      line-height: 1.6em; }
    #content .our-clients .inside .owl-testimonials .testimonial .sm {
      position: absolute;
      width: 50px;
      height: 42px; }
    #content .our-clients .inside .owl-testimonials .testimonial .sm.left {
      left: 0;
      top: 0; }
    #content .our-clients .inside .owl-testimonials .testimonial .sm.right {
      right: 0px;
      bottom: -20px; }
    #content .our-clients .inside .owl-testimonials .testimonial cite {
      width: calc(100% - 70px);
      display: block; }
      #content .our-clients .inside .owl-testimonials .testimonial cite p {
        font-family: "gilroy-extrabold";
        font-style: normal; }
#content .four-columns {
  background: #0d1a2d; }
  #content .four-columns .inside .four-col-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px; }
    #content .four-columns .inside .four-col-grid .block img {
      width: 80px;
      height: 80px;
      float: left;
      display: block;
      clear: both; }
    #content .four-columns .inside .four-col-grid .block h3 {
      width: 100%;
      float: left;
      font-size: 2.2em;
      margin-top: 15px; }
    #content .four-columns .inside .four-col-grid .block .divider {
      height: 13px;
      width: 70px;
      background: #fff;
      float: left;
      margin: 20px 0 10px 0; }
    #content .four-columns .inside .four-col-grid .block p {
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      font-size: 1.2em; }
#content .footer {
  background: #0b101f; }
  #content .footer .inside .four-col-grid .block {
    margin-bottom: 40px; }
    #content .footer .inside .four-col-grid .block .logo {
      margin: 0 auto;
      display: table;
      margin-bottom: 40px; }
      #content .footer .inside .four-col-grid .block .logo img {
        width: 160px;
        height: auto; }
    #content .footer .inside .four-col-grid .block h4 {
      font-size: 1.6em;
      margin-bottom: 30px;
      text-align: center; }
    #content .footer .inside .four-col-grid .block ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      width: 100%; }
      #content .footer .inside .four-col-grid .block ul li {
        padding: 0 0 10px 0;
        width: 100%; }
        #content .footer .inside .four-col-grid .block ul li a {
          color: #fff;
          font-family: "gilroy-extrabold";
          font-size: 1.2em;
          width: 100%;
          text-align: Center;
          display: block; }
          #content .footer .inside .four-col-grid .block ul li a:hover {
            color: #eb003b; }
        #content .footer .inside .four-col-grid .block ul li:before {
          display: none; }
    #content .footer .inside .four-col-grid .block address {
      color: #fff;
      font-family: "gilroy-extrabold";
      font-size: 1.2em;
      font-style: normal;
      line-height: 1.6em;
      text-align: center;
      margin-bottom: 0px; }
    #content .footer .inside .four-col-grid .block .btn {
      margin: 0px;
      color: #fff;
      background: #eb003b;
      float: none;
      margin: 0 auto;
      width: 140px;
      display: block;
      text-align: center; }
      #content .footer .inside .four-col-grid .block .btn:hover {
        background: #fff;
        color: #000; }
    #content .footer .inside .four-col-grid .block .phone {
      color: #eb003b;
      font-family: "gilroy-extrabold";
      font-size: 1.4em;
      width: 100%;
      float: left;
      display: block;
      margin-top: 30px;
      width: 100%;
      text-align: center; }
#content .credits {
  background: #0d1a2d; }
  #content .credits .inside {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    #content .credits .inside .copyright p {
      font-family: "gilroy-extrabold";
      color: #fff;
      text-align: center;
      margin: 0px; }
      #content .credits .inside .copyright p a {
        text-decoration: underline;
        color: #fff; }
#content .kip {
  background: #0d1a2d;
  background: url("img/kip-bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
#content .contact {
  background: #02071a; }
  #content .contact .inside h1, #content .contact .inside h2, #content .contact .inside h3, #content .contact .inside h4, #content .contact .inside h5, #content .contact .inside h6, #content .contact .inside p {
    color: #fff; }
  #content .contact .inside a {
    text-decoration: underline !important;
    color: #fff; }

/*  420px; */
@media screen and (min-width: 420px) {
  #content .hero .inside .content .wrapper h1 {
    font-size: 3.2em !important; }
  #content .talent-carousel .inside h2.talent-titles {
    font-size: 2.7em; } }
/*  500px; */
@media screen and (min-width: 500px) {
  #content .hero .inside .content .wrapper h1 {
    font-size: 4em !important; }
  #content .talent-carousel .inside h2.talent-titles {
    font-size: 3.6em; }
  #content .team .inside .team-members {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #content .team .inside .team-members .tm {
      flex: 0 0 calc(50% - 0px);
      padding: 20px; }
  #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(even) {
    margin-right: 2% !important; }
  #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(odd) {
    margin-left: 2% !important; }
  #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container:hover {
    background: rgba(56, 75, 102, 0.9) !important; }
  #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container li label {
    font-size: 0.9em; }
    #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container li label:hover {
      background: #0b101f; }
  #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter ul.caf-filter-container h3.tax-heading {
    font-size: 1.1em;
    letter-spacing: 0.5px; } }
@media screen and (min-width: 560px) {
  #content .four-columns .inside .four-col-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; } }
/* 600px */
@media screen and (min-width: 600px) {
  #content section .inside h2 {
    font-size: 2em; }
  #content .hero .inside .content .wrapper {
    padding: 0 30px; }
    #content .hero .inside .content .wrapper h1 {
      font-size: 4.2em !important; }
  #content .simple-text {
    background: #02071a; }
    #content .simple-text .inside h2 {
      font-size: 2.8em; } }
@media screen and (min-width: 641px) {
  #lightcase-content .overlay .image-bio {
    width: 200px;
    float: left; }
  #lightcase-content .overlay .contents {
    width: calc(100% - 200px);
    float: left;
    padding-left: 30px; }
    #lightcase-content .overlay .contents .role, #lightcase-content .overlay .contents p {
      color: #02071a !important; }
    #lightcase-content .overlay .contents h3 {
      margin-top: 0px; } }
/* 768 */
@media screen and (min-width: 768px) {
  p {
    font-size: 1em; }

  #content section {
    padding: 30px 0; }
    #content section .inside {
      padding: 30px; }
  #content .hero {
    padding: 0; }
  #content .talent {
    background: url("img/talent-hero-bg.jpg") top right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #content .talent .inside {
      margin-top: 150px; }
      #content .talent .inside .content .wrapper .grid-cols {
        display: grid;
        grid-gap: 80px;
        grid-template-columns: 1fr 1fr; }
        #content .talent .inside .content .wrapper .grid-cols .left h1 {
          font-size: 3.2em !important; }
    #content .talent .hero-shade {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      #content .talent .hero-shade img {
        width: 100%;
        float: left; }
  #content .contact {
    background: #02071a; }
    #content .contact .inside .left {
      width: 50%;
      float: left;
      padding-right: 40px; }
    #content .contact .inside .right {
      width: 50%;
      float: left;
      padding-left: 40px; } }
@media screen and (min-width: 769px) {
  #content .talent .inside .content .talent-results .caf-featured-img-box {
    height: 480px; }
  #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter {
    width: 30%; }
  #content .talent .inside .content .talent-results #manage-ajax-response.caf-row {
    width: 70%; }
    #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(even) {
      margin: 0 2% 10px 2% !important; }
    #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(odd) {
      margin: 0 2% 10px 2% !important; } }
/* 992px */
@media screen and (min-width: 992px) {
  #masthead {
    padding: 00px 0;
    height: 0;
    height: 90px; }
    #masthead .hero-shade {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      opacity: 1;
      transform: scaleY(-1);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      max-height: 200px; }
      #masthead .hero-shade img {
        width: 100%;
        float: left;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #masthead .site-branding {
      padding: 0 30px; }
      #masthead .site-branding .site-title {
        margin: 0px;
        margin-top: 5px;
        width: 160px; }
      #masthead .site-branding .device #burger {
        display: none; }
      #masthead .site-branding .device .main-nav {
        position: relative;
        float: right;
        display: block;
        text-align: right;
        background: transparent;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        height: auto; }
        #masthead .site-branding .device .main-nav .socials {
          float: right;
          clear: both;
          margin-top: 40px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          #masthead .site-branding .device .main-nav .socials a {
            color: #fff;
            float: left;
            opacity: 10;
            padding: 0 0 0 10px; }
            #masthead .site-branding .device .main-nav .socials a i {
              font-size: 20px; }
        #masthead .site-branding .device .main-nav:before {
          display: none; }
        #masthead .site-branding .device .main-nav .menu-main-container {
          height: auto;
          float: right;
          clear: both;
          margin-top: 10px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          #masthead .site-branding .device .main-nav .menu-main-container ul {
            transform: none;
            justify-content: none;
            align-items: none;
            height: auto;
            display: block;
            margin: 0px;
            padding: 0px;
            padding: 0px 0; }
            #masthead .site-branding .device .main-nav .menu-main-container ul li {
              transform: none;
              margin: 0px;
              float: left;
              position: relative; }
              #masthead .site-branding .device .main-nav .menu-main-container ul li a {
                transform: none;
                font-family: "gilroy-extrabold";
                font-weight: 500;
                opacity: 1;
                font-size: 1.1em;
                padding: 0px 15px 10px 15px;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out; }
                #masthead .site-branding .device .main-nav .menu-main-container ul li a:hover {
                  color: #eb003b;
                  -webkit-transition: all 0.1s ease-in-out;
                  -moz-transition: all 0.1s ease-in-out;
                  -ms-transition: all 0.1s ease-in-out;
                  -o-transition: all 0.1s ease-in-out;
                  transition: all 0.1s ease-in-out; }
              #masthead .site-branding .device .main-nav .menu-main-container ul li:last-child a {
                padding-right: 0px; }
              #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu {
                height: 0px;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                opacity: 1;
                display: block !important;
                width: 230px;
                position: absolute;
                top: 55px;
                left: -72px;
                background: #000;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                -ms-border-radius: 15px;
                -o-border-radius: 15px;
                border-radius: 15px;
                padding: 0px;
                overflow: hidden; }
                #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li {
                  width: 100%; }
                  #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li a {
                    width: 100%;
                    text-align: center;
                    padding: 5px;
                    color: #fff;
                    font-size: 1em;
                    border-bottom: 1px solid #2e486d; }
                    #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li a:last-child a {
                      border-bottom: none; }
            #masthead .site-branding .device .main-nav .menu-main-container ul li.current-menu-item a {
              color: #eb003b; }
    #masthead .open-main-nav {
      top: 35px;
      right: 40px; }

  .home #masthead .hero-shade {
    opacity: 0; }

  #masthead.shrink {
    padding: 0px 0;
    height: 90px;
    background: Transparent; }
    #masthead.shrink .hero-shade {
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #masthead.shrink .open-main-nav {
      top: 15px;
      right: 40px; }
    #masthead.shrink .site-branding .site-title {
      margin: 0px;
      margin-top: 10px;
      width: 90px; }
    #masthead.shrink .site-branding .device .main-nav .socials {
      margin-top: 25px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #masthead.shrink .site-branding .device .main-nav .menu-main-container {
      margin-top: 0px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

  .home #masthead.shrink .hero-shade {
    opacity: 1; }

  #content section .inside {
    padding: 30px 30px; }
  #content .four-columns .inside .four-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  #content .footer .inside .four-col-grid .block {
    margin-bottom: 0px; }
    #content .footer .inside .four-col-grid .block .logo {
      float: left;
      display: block;
      margin: 0; }
    #content .footer .inside .four-col-grid .block h4 {
      text-align: left; }
    #content .footer .inside .four-col-grid .block ul li a {
      text-align: left; }
    #content .footer .inside .four-col-grid .block address {
      text-align: left; }
    #content .footer .inside .four-col-grid .block .btn {
      Float: left; }
    #content .footer .inside .four-col-grid .block .phone {
      text-align: left; }
  #content .hero .inside .content {
    top: 250px; }
  #content .hero.sub .inside .content {
    top: 220px; }
  #content .team .inside .team-members .tm {
    flex: 0 0 calc(33.333% - 0px); }
  #content .talent .inside .content .talent-results .caf-featured-img-box {
    height: 320px; }
  #content .talent .inside .content .talent-results #caf-multiple-taxonomy-filter {
    width: 25%; }
  #content .talent .inside .content .talent-results #manage-ajax-response.caf-row {
    width: 75%;
    padding-left: 1%; }
    #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3 {
      margin: 0px !important; }
      #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(even) {
        margin: 0 1% 2% 1% !important; }
      #content .talent .inside .content .talent-results #manage-ajax-response.caf-row .caf-post-layout3:nth-child(odd) {
        margin: 0 1% 2% 1% !important; } }
@media screen and (min-width: 1080px) {
  #content .simple-text {
    background: #02071a; }
    #content .simple-text .inside h2 {
      font-size: 3.2em; } }
@media screen and (min-width: 1200px) {
  p {
    font-size: 1.1em; }

  h1, .h1 {
    font-size: 2.4em !important; }

  h2, .h2 {
    font-size: 1.8em; }

  h3, .h3 {
    font-size: 1.7em; }

  h4, .h4 {
    font-size: 1.6em; }

  h5, .h5 {
    font-size: 1.2em; }

  h6, .h6 {
    font-size: 0.9em; }

  #content .hero .inside .content .wrapper h1 {
    font-size: 5em !important; } }
@media screen and (min-width: 1400px) {
  .typee {
    min-height: 160px; }

  #masthead .open-main-nav {
    right: 100px; }

  #masthead.shrink .open-main-nav {
    right: 100px; } }
/*
@media screen and (min-width:$screen-1420) {
	
	.post-type-archive-talent#masthead .hero-shade{ display: none;}

}

*/
@media screen and (min-height: 1000px) {
  #content .hero .inside .content {
    top: 300px; }

  #content .hero.sub .inside .content {
    top: 260px; } }
@media screen and (min-height: 1200px) {
  #content .hero .inside .content {
    top: 450px; }

  #content .hero.sub .inside .content {
    top: 290px; } }
.hero.sub .inside .content {
  top: 220px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
  .screen-reader-text:focus:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  padding: 3.2em 1.6em 3.2em 1.6em;
  float: left;
  width: 100%;
  background: #042b3c; }
  footer#colophon section.site-info {
    text-align: center;
    color: #fff; }
    footer#colophon section.site-info .logo {
      width: 200px;
      margin: 0 auto; }
    footer#colophon section.site-info p {
      margin: 0px;
      font-size: 0.8em;
      text-align: center; }
      footer#colophon section.site-info p a {
        color: #eb003b; }

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10;
  padding-right: 10; }

.row {
  margin-left: -10;
  margin-right: -10; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  position: relative; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  height: 70px;
  width: 100%;
  background: #353e58 !important;
  border: none;
  padding: 20px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "adelle-sans"; }
  [type=color]:hover, [type=date]:hover, [type=datetime-local]:hover, [type=datetime]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, select:hover, textarea:hover {
    border-color: #a3d1d1; }
  [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    border-color: #e7f3f3;
    color: #000;
    outline: none; }
  [type=color]::placeholder, [type=date]::placeholder, [type=datetime-local]::placeholder, [type=datetime]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, select::placeholder, textarea::placeholder {
    color: #fff; }

textarea {
  width: 100%;
  height: 200px;
  background: #e7f3f3;
  border: none;
  padding: 20px; }

.gfield_required {
  color: #eb003b;
  padding-left: 5px; }

.gform_confirmation_message {
  color: #fff;
  font-family: "gilroy-extrabold";
  font-size: 2em;
  text-align: center;
  width: 100%;
  padding: 20px;
  float: left;
  background: #1c263f; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1.1em !important;
  font-family: "gilroy-extrabold"; }

.gform_wrapper .gfield_label {
  display: none !important; }
.gform_wrapper .ginput_container_email, .gform_wrapper .ginput_container_text {
  width: 100%; }
.gform_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  	/* #field_1_1:before, #field_1_2:before,
  		#field_1_3:before {
  			position: absolute;
  			display: block;
  			top: 2rem;
  			font-size: 10rem;
  			font-family: $headers;
  			color: $black;
  			opacity: .02;
  		}
  		
  		#field_1_1:before {
  			content: "01";
  		}
  
  		#field_1_2:before {
  			content: "02";
  		}
  
  		#field_1_3:before { 
  			content: "03";
  		}*/ }
  .gform_wrapper ul li {
    position: relative;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gform_wrapper ul li label {
      font-family: "gilroy-extrabold";
      width: 100%;
      font-size: 1.2em;
      margin-bottom: 0.6em;
      color: #000; }
    .gform_wrapper ul li div ul.gfield_radio, .gform_wrapper ul li div ul.gfield_checkbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .gform_wrapper ul li div ul.gfield_radio li, .gform_wrapper ul li div ul.gfield_checkbox li {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background: #e7f3f3;
        display: table;
        height: 140px;
        cursor: pointer; }
        .gform_wrapper ul li div ul.gfield_radio li:hover, .gform_wrapper ul li div ul.gfield_checkbox li:hover {
          background: #c5e2e2;
          cursor: pointer !important; }
        .gform_wrapper ul li div ul.gfield_radio li input, .gform_wrapper ul li div ul.gfield_checkbox li input {
          display: none; }
          .gform_wrapper ul li div ul.gfield_radio li input:checked ~ label, .gform_wrapper ul li div ul.gfield_checkbox li input:checked ~ label {
            background: #000;
            color: #fff;
            font-family: "gilroy-extrabold"; }
        .gform_wrapper ul li div ul.gfield_radio li label, .gform_wrapper ul li div ul.gfield_checkbox li label {
          width: 100%;
          padding: 0 2.5rem;
          height: 130px;
          font-size: 0.9em;
          text-align: center;
          color: #000;
          font-family: "gilroy-extrabold";
          display: table-cell;
          vertical-align: middle;
          cursor: pointer; }
    .gform_wrapper ul li:before {
      display: none; }

.full-width {
  display: inline-block;
  width: 100%; }

.gform_body {
  margin-top: 0; }

.validation_message {
  background: #eb003b;
  padding: 3px 5px;
  color: #fff;
  font-size: 1em;
  height: 30px; }

.validation_error {
  color: #eb003b; }

button[type="submit"] {
  padding: 10px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.1em;
  color: #fff;
  background: #eb003b;
  float: left;
  margin-top: 30px;
  border: none;
  margin: 0px;
  cursor: pointer; }
  button[type="submit"]:hover {
    background: #fff;
    color: #02071a; }

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #eb003b !important; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 6px 0px !important; }

.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: #eb003b !important;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-family: arial !important;
  font-weight: bold !important; }

.gform_wrapper .gform_validation_errors h2 {
  font-family: arial !important;
  font-weight: bold !important; }

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  padding: 7px !important;
  font-size: 14px !important; }

@media screen and (min-width: 768px) {
  .gform_wrapper ul li div ul.gfield_radio, .ginput_container_radio {
    width: 100%; }

  .gform_wrapper ul li div ul.gfield_radio li {
    width: 50%; }

  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_4, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_4 {
    border-right: 10px solid #fff !important; }
  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_5, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_5 {
    border-left: 10px solid #fff !important; } }
@media screen and (min-width: 1400px) {
  .gform_wrapper ul li div ul.gfield_radio li {
    width: 100%; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12 li, .gform_wrapper ul li div ul.gfield_radio#input_1_9 li {
    width: 100%;
    margin-bottom: 0px !important; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12, .gform_wrapper ul li div ul.gfield_radio#input_1_9 {
    display: grid; }

  .gform_wrapper ul li div ul.gfield_radio#input_1_9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*repeat(auto-fit, minmax(140px,1fr));*/
    grid-gap: 30px; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*repeat(auto-fit, minmax(140px,1fr));*/
    grid-gap: 30px; }

  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_4 {
    border: 0 !important; }
  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_5 {
    border: 0 !important; } }
#lightcase-content h3 {
  font-size: 2em;
  margin-top: 0px;
  color: #eb003b !important;
  margin: 0.4em 0 0 0; }
#lightcase-content .role {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

#lightcase-content p {
  font-size: 1.2em;
  font-family: "adelle-sans";
  color: #fff !important; }

#lightcase-info #lightcase-sequenceInfo {
  text-align: center !important;
  padding: 1.6em 0; }

.preloader {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }

#gform_confirmation_message_1 {
  font-weight: bold;
  background: #f2f0f0;
  color: #000;
  padding: 40px;
  display: block;
  margin: 3.2em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: Auto;
  float: left; }

#gform_confirmation_message_1 h2, #gform_confirmation_message_1 h3, #gform_confirmation_message_1 i {
  color: #000; }
#gform_confirmation_message_1 p {
  margin-bottom: 0px;
  margin-top: 0.4em; }

.gform_submission_error.hide_summary {
  font-size: 1.1em;
  color: #eb003b;
  margin-top: 1.6em; }

#field_1_12 {
  display: none !important; }
