/*
Theme Name: Studio55
Author: Ron Hook
Author URI: https://comdispatch.com.au/
Description: Studio55 custom theme
Version: 1.0
*/
/*
*/
@font-face {
  font-family: 'Annifont';
  src: url("fonts/annifont.ttf");
}

@font-face {
  font-family: 'FFDINWebItalic';
  src: url("fonts/3250D1_0_0.eot");
  src: url("fonts/3250D1_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3250D1_0_0.woff2") format("woff2"), url("fonts/3250D1_0_0.woff") format("woff"), url("fonts/3250D1_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FFDINWebBold';
  src: url("fonts/3250D1_1_0.eot");
  src: url("fonts/3250D1_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/3250D1_1_0.woff2") format("woff2"), url("fonts/3250D1_1_0.woff") format("woff"), url("fonts/3250D1_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FFDINWebLight';
  src: url("fonts/3250D1_2_0.eot");
  src: url("fonts/3250D1_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/3250D1_2_0.woff2") format("woff2"), url("fonts/3250D1_2_0.woff") format("woff"), url("fonts/3250D1_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FFDINWebMedium';
  src: url("fonts/3250D1_3_0.eot");
  src: url("fonts/3250D1_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/3250D1_3_0.woff2") format("woff2"), url("fonts/3250D1_3_0.woff") format("woff"), url("fonts/3250D1_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'annifont';
  src: url("fonts/annifont.ttf") format("truetype");
}

iframe {
  border: none;
}

/***********************************************************************

Normalise

***********************************************************************/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html,
body {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
body input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
body input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***********************************************************************

Studio55 Editor

If this is changed, also update the cache setting value in wp-content/themes/studio55/config/mce.php

***********************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  font-family: FFDINWebMedium, sans-serif;
  color: #443635;
  font-size: 16px;
  line-height: 1.7;
}

body {
  margin: 0;
  padding: 0;
}

body.mce-content-body {
  background-color: transparent;
}

a {
  color: #ef3742;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

/*
p.white-text {
	color: $white;
}
*/
table {
  width: 100%;
}

table td {
  vertical-align: top;
}

ul {
  list-style: none;
  margin-left: -15px;
  margin-top: 0;
}

ul li {
  position: relative;
}

ul li:before {
  content: "\000BB";
  color: red;
  position: absolute;
  left: -20px;
  top: -4px;
  font-size: 120%;
  font-family: FFDINWebMedium;
}

input {
  outline: none;
}

a.no-format {
  color: inherit;
}

table.mobile-responsive-2-col {
  width: 100%;
}

table.mobile-responsive-2-col td {
  width: 50%;
}

@media only screen and (max-width: 420px) {
  table.mobile-responsive-2-col td {
    wifth: 100%;
  }
}

@media only screen and (max-width: 420px) {
  table.mobile-responsive-2-col>tbody>tr {
    display: block;
    margin: 10px 0;
    height: auto !important;
  }

  table.mobile-responsive-2-col>tbody>tr>td {
    display: block;
    height: auto !important;
    margin-bottom: 20px;
  }
}

table.image-gallery-780 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

table.image-gallery-780 td {
  padding: 30px 15px 0 15px;
}

table.image-gallery-780 td:first-child {
  padding-left: 0;
}

table.image-gallery-780 td:last-child {
  padding-right: 0;
}

table.image-gallery-780 td img {
  width: 100%;
  height: auto;
  display: block;
}

table.image-gallery-780 tr:first-child td {
  padding-top: 0;
}

@media only screen and (max-width: 420px) {
  table.image-gallery-780 tr {
    display: block;
    margin: 0;
    height: auto !important;
  }

  table.image-gallery-780 tr:last-child td:last-child {
    padding-bottom: 0;
  }

  table.image-gallery-780 td {
    display: block;
    height: auto !important;
    padding: 0 0 30px 0;
  }
}

h3 {
  font-family: FFDINWebMedium, sans-serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}

h3.red {
  color: #ef3742;
}

h3.white {
  color: #fff;
}

h3.cursive-red {
  font-family: "Annifont", cursive;
  color: #ef3742;
}

h3.cursive-white {
  font-family: "Annifont", cursive;
  color: #fff;
  line-height: 1.6;
}

.cursive-red {
  font-family: "Annifont", cursive;
  color: #ef3742;
  line-height: 1.6;
}

.cursive-white {
  font-family: "Annifont", cursive;
  color: #fff;
  line-height: 1.6;
}

h1 {
  font-family: FFDINWebMedium, sans-serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
}

h3 {
  font-family: FFDINWebMedium, sans-serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4;
  font-size: 20px;
}

hr {
  height: 20px;
  border-color: #ef3742;
  border-style: solid;
  border-width: 0 0 3px 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1200px;
}

p.red-lined-box {
  border: 1px solid #ef3742;
  padding: 10px 15px;
  background: #fff;
}

/*
p.tight-line-height{
	line-height: 1.2;
}
*/
.no-margin {
  margin: 0;
}

.margin-top-large {
  margin-top: 30px;
}

.margin-top-medium {
  margin-top: 10px;
}

.margin-bottom-large {
  margin-bottom: 30px;
}

.margin-bottom-medium {
  margin-bottom: 10px;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/***********************************************************************

Theme

***********************************************************************/
.mce-ico,
.mce-toolbar i.mce-ico {
  font: 400 20px/1 'tinymce' !important;
}

html,
body {
  height: 100%;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

body:not(.mce-content-body) {
  background-color: #ef3742;
}

h1,
h2.page-title,
h2.section-title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  padding: 15px 0;
  margin: 0;
  line-height: 1;
  background: #ef3742;
}

h1.grey,
h2.page-title.grey,
h2.section-title.grey {
  background: #656569;
}

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

  h1,
  h2.page-title,
  h2.section-title {
    font-size: 33px;
    padding: 15px 0;
  }
}

h1 .content,
h2.page-title .content,
h2.section-title .content {
  line-height: 0.8;
  transform: translateY(6px);
}

h2.page-title {
  background: #656569;
}

.page-column {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 250px 150px rgba(0, 0, 0, 0.5);
  padding-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .page-column {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .page-column {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 420px) {
  .page-column {
    padding-top: 70px;
  }
}

.site-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
  vertical-align: top;
}

.bold {
  font-family: FFDINWebBold, sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.inline-block {
  display: inline-block;
}

.clear-both {
  clear: both;
}

.clear-both:before {
  content: " ";
  display: table;
}

.play-link {
  background-image: url(images/play-btn-new.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  transition: all .5s;
}

.play-link:hover {
  transform: scale(1.15);
}

.acf-image {
  position: relative;
}

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

.acf-image img.tablet {
  display: none;
}

.acf-image img.mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .acf-image img.desktop {
    display: none;
  }

  .acf-image img.tablet {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .acf-image img.tablet {
    display: none;
  }

  .acf-image img.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .content {
    width: 100%;
  }
}

.content.standard {
  margin: 60px auto;
}

@media only screen and (max-width: 1200px) {
  .content.standard {
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .content.standard {
    margin: 30px;
  }
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-image.fixed {
  background-attachment: fixed;
}

.creative-categories {
  justify-content: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 800px) {
  .creative-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 420px) {
  .creative-categories {
    display: block;
  }
}

.creative-categories .thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: black;
}

@media only screen and (max-width: 420px) {
  .creative-categories .thumbnail {
    margin-bottom: 30px;
  }
}

.creative-categories .thumbnail .bg-image {
  height: 100%;
  width: 100%;
  transition: transform .5s;
  opacity: .5;
}

.creative-categories .thumbnail:hover .bg-image {
  transform: scale(1.1);
}

.creative-categories .thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  font-family: FFDINWebMedium;
  line-height: 1.2;
}

.creative-categories .thumbnail a img,
.creative-categories .thumbnail a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
}

.pagination {
  position: relative;
  height: 35px;
  margin-top: 30px;
}

.pagination .arrow {
  position: absolute;
  top: 0;
}

.pagination .arrow.prev {
  left: 0;
}

.pagination .arrow.next {
  right: 0;
  transform: scaleX(-1);
}

.pagination .arrow.disabled {
  opacity: .3;
}

.creative-search-box {
  position: relative;
  height: 60px;
  color: #656569;
  text-transform: uppercase;
  line-height: 1;
  font-family: FFDINWebMedium;
  text-align: right;
}

.creative-search-box .sort-box {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-top: 25px;
  margin-right: 10px;
  cursor: default;
  text-align: left;
}

.creative-search-box .sort-box .sort-options {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.creative-search-box .sort-box .sort-options .list {
  transition: all .5s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: -100px;
}

.creative-search-box .sort-box .sort-options .list div {
  padding: 5px 10px;
}

.creative-search-box .sort-box .sort-options .list div:hover {
  color: #ef3742;
}

.creative-search-box .sort-box .sort-options .list div:nth-child(even) {
  background: rgba(0, 0, 0, 0.2);
}

.creative-search-box .sort-box .arrrow {
  font-size: 29px;
  line-height: 0;
  display: inline-block;
  padding: 0;
  transition: all .5s;
  top: 4px;
  position: relative;
}

.creative-search-box .sort-box:hover .sort-options .list {
  margin-top: 0;
}

.creative-search-box .sort-box:hover .arrrow {
  color: #ef3742;
}

@media only screen and (max-width: 420px) {
  .creative-search-box .sort-box .selected {
    display: none;
  }
}

.creative-search-box .search-box {
  text-align: left;
  position: relative;
  display: inline-block;
  height: 100%;
  float: right;
  overflow: hidden;
}

.creative-search-box .search-box>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -209px;
  transition: all .5s;
}

.creative-search-box .search-box img {
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.creative-search-box .search-box input {
  height: 30px;
  width: 150px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}

.creative-search-box .search-box button {
  height: 30px;
  width: 40px;
  border: none;
  background: #ef3742;
  color: #fff;
  margin-left: 5px;
  padding: 9px 10px;
  vertical-align: middle;
}

.creative-search-box .search-box.open>div {
  margin-right: 0;
}

.grey-background {
  background: #e6e7e8;
}

.post-content {
  background: #fff;
  padding: 30px;
  max-width: 780px;
  margin: 0 auto;
}

.post-content h1 {
  background: none;
  color: #656569;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 5px;
  padding-top: 0;
  text-align: left;
}

.post-content .subtitle {
  font-size: 20px;
  font-family: FFDINWebMedium;
  margin-bottom: 10px;
}

/***********************************************************************

Header

***********************************************************************/
.menu,
.sub-menu {
  list-style: none;
  padding: 0;
}

header,
footer {
  margin: 0 auto;
  max-width: 1200px;
}

header {
  background-color: #fff;
  padding: 40px 40px 45px 40px;
  font-size: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 420px) {
  header {
    padding: 40px 0 30px 40px;
  }
}

header #site-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 100;
}

@media only screen and (max-width: 420px) {
  header #site-icon {
    top: 10px;
    left: 10px;
  }
}

header .hamburger {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 25px;
  display: none;
  width: 27px;
  cursor: pointer;
}

header .hamburger div {
  height: 3px;
  background-color: #b2b2b2;
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  header .hamburger {
    display: block;
  }
}

header nav {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  transition: transform .5s;
}

header nav .close-menu {
  display: none;
  font-size: 36px;
  color: #656569;
  line-height: 1;
  position: fixed;
  top: 15px;
  right: 15px;
  font-family: medium-font;
  background-image: url(images/close-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
}

header nav ul {
  margin: 0;
  text-transform: uppercase;
}

header nav ul li {
  display: inline-block;
  position: relative;
  margin-right: -3px;
  font-family: FFDINWebMedium, sans-serif;
}

header nav ul li.current-menu-item>a {
  color: #b2b2b2;
  border-top: 1px dashed #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}

@media only screen and (max-width: 992px) {
  header nav ul li.current-menu-item>a {
    color: #ef3742;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

header nav ul li:before {
  content: "|";
  padding: 0 15px;
  color: #ef3742;
  position: relative;
  left: auto;
  top: auto;
  font-size: initial;
  z-index: 400;
  position: relative;
}

@media only screen and (max-width: 992px) {
  header nav ul li:before {
    content: "";
    padding: 0;
  }
}

header nav ul li:first-child:before {
  content: "";
  padding: 0;
}

header nav ul li:hover>ul {
  display: block;
}

header nav ul li:hover>a {
  border-top: 1px dashed #ef3742;
  border-bottom: 1px dashed #ef3742;
}

@media only screen and (max-width: 992px) {
  header nav ul li:hover>a {
    border-top: none;
    border-bottom: none;
  }
}

header nav ul li a {
  padding: 3px 0 0 0;
  position: relative;
  z-index: 430;
}

header nav ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  header nav ul li a {
    padding: 15px;
    display: block;
    width: 100%;
    color: #fff;
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 992px) {
  header nav ul li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
}

header nav ul li .sub-menu {
  display: none;
  position: absolute;
  top: 0px;
  padding-top: 30px;
  white-space: nowrap;
  left: 0;
  z-index: 400;
}

header nav ul li .sub-menu li:before {
  content: '/';
  padding: 0 7px 0 5px;
  color: #ef3742;
}

@media only screen and (max-width: 992px) {
  header nav ul li .sub-menu li:before {
    content: "";
    padding: 0;
  }
}

header nav ul li .sub-menu li:first-child:before {
  content: '';
  padding: 0;
}

header nav ul li .sub-menu li a {
  border-top: none;
  border-bottom: none;
}

@media only screen and (max-width: 992px) {
  header nav ul li .sub-menu li a {
    padding-left: 25px;
    color: #656569;
  }
}

header nav ul li .sub-menu li a:hover {
  color: #b2b2b2;
}

@media only screen and (max-width: 992px) {
  header nav ul li .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  header nav ul li .sub-menu {
    display: block;
    padding: 0;
    position: relative;
    transform: translateX(1);
  }

  header nav ul li .sub-menu .current-menu-item a {
    color: #ef3742;
  }
}

header nav ul li.current-menu-ancestor>a {
  color: #b2b2b2;
}

@media only screen and (max-width: 992px) {
  header nav ul li.current-menu-ancestor>a {
    color: #fff;
  }
}

header nav ul li.current-menu-ancestor:hover>a {
  border-top: none;
  border-bottom: none;
}

header nav ul li.current-menu-ancestor .sub-menu {
  display: block;
}

@media only screen and (max-width: 992px) {
  header nav {
    width: 270px;
    position: absolute;
    transform: translateX(270px);
    right: 0;
    top: 0;
    background-color: transparent;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  header nav .menu-main-container {
    padding-top: 80px;
    background: #000;
  }
}

@media only screen and (max-width: 992px) {
  header nav {
    top: 0;
    height: 100vh;
  }

  header nav .close-menu {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  body.nav-open nav {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  body.nav-open .page-column {
    box-shadow: none;
  }
}

.site-content {
  transition: transform .5s;
}

body.nav-open {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  body.nav-open .site-container {
    overflow: hidden;
  }
}

section {
  background-color: #fff;
  overflow: auto;
}

.youtube-box {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.youtube-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-image-background {
  position: relative;
}

.hero-image-background .hero-quote img {
  display: block;
  width: 100%;
}

.hero-image-background .hero-quote img.tablet,
.hero-image-background .hero-quote img.mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .hero-image-background .hero-quote img.desktop {
    display: none;
  }

  .hero-image-background .hero-quote img.tablet {
    display: block;
  }
}

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

  .hero-image-background .hero-quote img.desktop,
  .hero-image-background .hero-quote img.tablet {
    display: none;
  }

  .hero-image-background .hero-quote img.mobile {
    display: block;
  }
}

.hero-image-background.link .play-link {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

@media only screen and (max-width: 420px) {
  .hero-image-background.link .play-link {
    right: 50%;
    transform: translateX(50%);
  }
}

.box-2 {
  width: 50%;
}

@media only screen and (max-width: 420px) {
  .box-2 {
    width: 100%;
  }
}

.content-section {
  padding: 30px 210px;
}

.content-section.spacing-normal {
  padding: 30px 210px;
}

@media only screen and (max-width: 992px) {
  .content-section.spacing-normal {
    padding: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .content-section.spacing-normal {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 992px) {
  .content-section {
    padding: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .content-section {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .content-section img {
    max-width: 100%;
    height: auto;
  }
}

.content-section.spacing-top {
  padding-top: 30px;
  padding-bottom: 0;
}

.content-section.width-wide {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 420px) {
  .content-section.width-wide {
    padding: 30px 15px;
  }
}

.content-section.width-normal .content-cell {
  max-width: 780px;
  margin: 0 auto;
}

.content-section.width-none {
  padding-left: 0;
  padding-right: 0;
}

.content-section.spacing-bottom {
  padding-top: 0;
  padding-bottom: 30px;
}

.content-section.spacing-none {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.content-wide>div {
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .content-section.content-wide>div {
    width: 100%;
    margin: 0;
  }
}

.content-section.fill {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-section .question-heading {
  background-color: #65666a;
  color: #fff;
  font-size: 23px;
  padding: 9px 15px 3px 15px;
  text-align: center;
  line-height: 1.3;
}

.content-section .principle-heading {
  background-color: #ef3742;
  color: #fff;
  font-size: 23px;
  padding: 9px 15px 3px 15px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.content-section .principles-box {
  border-bottom: 2px solid #ef3742;
  padding: 10px 35px 40px 35px;
  background: #e6e7e8;
  position: relative;
}

.content-section .principles-box.activities {
  padding: 30px 90px;
}

@media only screen and (max-width: 420px) {
  .content-section .principles-box.activities {
    padding: 30px;
  }
}

.content-section .principles-box .introduction {
  margin-bottom: 35px;
}

.content-section .principles-box .group-box {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-gap: 30px 40px;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .content-section .principles-box .group-box {
    grid-template-columns: repeat(2, min-content);
    justify-content: space-around;
    padding-bottom: 160px;
  }
}

.content-section .principles-box .final-image {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 50%;
  height: 150px;
}

@media only screen and (max-width: 992px) {
  .content-section .principles-box .final-image {
    width: 100%;
  }
}

.content-section .principles-box .final-image .hidden-message {
  background: #ef3742;
  color: #fff;
  padding: 20px;
  font-size: 18x;
  font-family: FFDINWebBold;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto;
  width: 270px;
  cursor: pointer;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-65%) translateX(-50%);
  transition: color .5s;
}

.content-section .principles-box .final-image .hidden-message:hover {
  color: #000;
}

.content-section .principles-box .final-image img {
  display: none;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

.content-section .principles-box .final-image.open .hidden-message {
  display: none;
}

.content-section .principles-box .final-image.open img {
  display: block;
}

.content-section .principle {
  display: inline-block;
  color: inherit;
  transition: all .5s;
}

.content-section .principle .circle {
  width: 88px;
  height: 88px;
  background: #ef3742;
  margin: 0 auto;
  border-radius: 88px;
  transition: all .5s;
}

.content-section .principle .title {
  text-align: center;
  font-size: 19px;
  font-family: FFDINWebBold;
  text-transform: lowercase;
}

.content-section .principle:hover {
  color: white;
}

.content-section .principle:hover .circle {
  transform: scale(1.1);
}

.content-section .principle-item {
  padding-left: 160px;
  position: relative;
  margin-bottom: 70px;
}

.content-section .principle-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 420px) {
  .content-section .principle-item {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.content-section .principle-item .circle {
  width: 88px;
  height: 88px;
  background: #ef3742;
  margin: 0 auto;
  border-radius: 88px;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 420px) {
  .content-section .principle-item .circle {
    position: initial;
    margin: 0 auto 15px auto;
  }
}

.content-section .principle-item .principle-title {
  color: #ef3742;
  font-size: 19px;
  font-family: FFDINWebBold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 420px) {
  .content-section .principle-item .principle-title {
    text-align: center;
  }
}

.content-section .principle-item .principle-anchor {
  position: relative;
  display: block;
  top: -165px;
}

.content-section .principle-item .tasks {
  margin-bottom: 10px;
}

.content-section .principle-item .tasks span {
  display: inline-block;
}

.content-section .principle-item .tasks span:after {
  content: "|";
  padding: 0 6px;
  color: #656569;
  display: inline-block;
}

.content-section .principle-item .tasks span:last-child:after {
  content: "";
  padding: 0;
}

.content-section .question-box {
  margin-top: 35px;
  position: relative;
}

.content-section .question-box h3 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 7px 40px 2px 15px;
  line-height: 1px;
  font-family: FFDINWebMedium;
  margin: 0;
  color: #65666a;
  cursor: pointer;
  position: relative;
  transition: all .2s;
  line-height: 1.2;
  font-size: 18px;
}

.content-section .question-box h3:hover {
  background: #ef3742;
  color: #fff;
}

.content-section .question-box h3 .expand {
  transform: rotate(90deg);
  position: absolute;
  top: 18px;
  right: 10px;
  line-height: 0;
  font-size: 45px;
  font-family: FFDINWebLight;
}

.content-section .question-box.expanded h3 {
  background: #ef3742;
  color: #fff;
}

.content-section .question-box.expanded .question-transfer {
  margin-top: 0;
  transition: all .5s ease-out;
}

.content-section .question-answer {
  overflow: hidden;
  position: relative;
}

.content-section .question-transfer {
  position: relative;
  padding: 15px 20px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #ef3742;
  transition: all .5s ease-in;
  margin-top: -100vh;
}

.content-section .question-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ef3742;
  text-transform: uppercase;
  font-size: 23px;
  color: #fff;
  padding: 10px 11px 3px 14px;
  line-height: 1;
  font-family: FFDINWebMedium;
  transition: color .5s;
}

.content-section .question-link:hover {
  color: #000;
}

.content-section .question-anchor {
  position: relative;
  display: block;
  top: -165px;
}

/***********************************************************************

Home Page

***********************************************************************/
blockquote.block-quote {
  font-size: 25px;
  font-family: Annifont;
  position: relative;
  padding: 0 30px;
  line-height: 1.2;
}

blockquote.block-quote:before {
  content: "\201c";
  color: #ef3742;
  font-size: 200%;
  position: absolute;
  line-height: 0;
  top: 20px;
  left: 0;
}

blockquote.block-quote:after {
  content: "\201d";
  color: #ef3742;
  font-size: 200%;
  position: absolute;
  right: 20px;
  bottom: -30px;
  line-height: 0;
}

blockquote.block-quote br {
  line-height: 2.3;
}

.home {
  height: auto;
  /*
  .site-push{
  	@include desktop(){
  		padding-top: 0;
  	}
  }
  */
}

.home .page-column {
  padding-top: 0;
}

.home header {
  background: transparent;
  transition: background .5s;
  /*
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  	*/
}

@media only screen and (max-width: 1200px) {
  .home header .hamburger div {
    background-color: #fff;
  }
}

.home header nav .current-menu-item>a {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .home header nav .current-menu-item>a {
    color: #ef3742;
  }
}

.home header nav ul li .sub-menu li a:hover {
  color: #fff;
}

.home .video video {
  max-width: 100%;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .home .video video {
    display: none;
  }
}

.home .video img {
  width: 100%;
}

.home .video .desktop {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .home .video .desktop {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .home .video .desktop {
    display: none;
  }
}

.home .video .tablet {
  display: none;
}

@media only screen and (max-width: 992px) {
  .home .video .tablet {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .home .video .tablet {
    display: none;
  }
}

.home .video .mobile {
  display: none;
}

@media only screen and (max-width: 420px) {
  .home .video .mobile {
    display: block;
  }
}

.home.page-scrolled header {
  background: rgba(0, 0, 0, 0.9);
}

.home .acf-image .play-link {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

@media only screen and (max-width: 420px) {
  .home .acf-image .play-link {
    right: 50%;
    transform: translateX(50%);
  }
}

.fifty-five-post {
  background-size: cover;
  background-position: center;
  padding: 30px 70px 40px 70px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 420px) {
  .fifty-five-post {
    padding: 25px 15px;
  }
}

.fifty-five-post .title-image {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 100%;
  z-index: 10;
}

.fifty-five-post div,
.fifty-five-post img {
  z-index: 20;
  position: relative;
}

.fifty-five-post .date-box {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ab9c95;
  color: #ab9c95;
  text-transform: uppercase;
  line-height: 0;
  padding: 13px 0 10px 0;
}

@media only screen and (max-width: 420px) {
  .fifty-five-post .date-box {
    font-size: 14px;
  }
}

.fifty-five-post .date-box span:last-child {
  float: right;
}

.fifty-five-post video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .fifty-five-post video {
    display: none;
  }
}

.fifty-five-post .description {
  line-height: 1.4;
}

.fifty-five-post .links {
  margin: 35px 0;
  display: grid;
  grid-template-areas: "link-1 link-2 link-3 link-4";
  justify-content: space-between;
  grid-template-columns: 24% 24% 24% 24%;
  grid-row-gap: 10px;
}

@media only screen and (max-width: 992px) {
  .fifty-five-post .links {
    grid-template-areas: "link-1 link-2""link-3 link-4";
    grid-template-columns: 49% 49%;
  }
}

@media only screen and (max-width: 420px) {
  .fifty-five-post .links {
    display: block;
  }
}

.fifty-five-post .links .link-1 {
  grid-area: link-1;
}

.fifty-five-post .links .link-2 {
  grid-area: link-2;
}

.fifty-five-post .links .link-3 {
  grid-area: link-3;
}

.fifty-five-post .links .link-4 {
  grid-area: link-4;
}

.fifty-five-post .links .link-box {
  background: #fff;
  padding: 10px 10px 3px 10px;
  text-align: center;
  color: #6d6f71;
  position: relative;
  font-family: FFDINWebMedium;
}

.fifty-five-post .links .link-box img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 420px) {
  .fifty-five-post .links .link-box {
    margin-bottom: 10px;
    display: block;
  }
}

.fifty-five-post .links .link-box span {
  padding-top: 5px;
  display: block;
}

@media only screen and (max-width: 420px) {
  .fifty-five-post .links .link-box span {
    font-size: 16px;
  }
}

.home-first-section {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.home-first-section video {
  width: 100%;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  /*   width: 110%; */
}

.home-first-section div {
  z-index: 20;
  position: relative;
}

.home-first-section .play-link {
  text-align: center;
  margin: 0 auto 85px auto;
}

@media only screen and (max-width: 992px) {
  .home-first-section .play-link {
    margin-bottom: 55px;
  }
}

.home-first-section .hero-image {
  padding: 220px 50px 20px 50px;
}

@media only screen and (max-width: 992px) {
  .home-first-section .hero-image {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 420px) {
  .home-first-section .hero-image {
    padding-top: 75px;
  }
}

.home-first-section .hero-image img {
  display: block;
  width: 100%;
}

.home-first-section .hero-image img.tablet {
  display: none;
}

.home-first-section .hero-image img.mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .home-first-section .hero-image img.desktop {
    display: none;
  }

  .home-first-section .hero-image img.tablet {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .home-first-section .hero-image img.tablet {
    display: none;
  }

  .home-first-section .hero-image img.mobile {
    display: block;
  }
}

.home-primary-image {
  position: absolute;
  top: 270px;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  z-index: 10;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .home-primary-image {
    position: relative;
    top: inherit;
    padding-top: 121px;
  }
}

.home-primary-image img {
  max-width: 1100px;
  width: 100%;
}

.home-primary-image img.desktop {
  display: inline-block;
}

@media only screen and (max-width: 420px) {
  .home-primary-image img.desktop {
    display: none;
  }
}

.home-primary-image img.portrait {
  display: none;
}

@media only screen and (max-width: 420px) {
  .home-primary-image img.portrait {
    display: inline-block;
  }
}

.home-primary-image .display-text {
  font-size: 65px;
  font-family: FFDINWebLight;
  letter-spacing: -2px;
  margin-bottom: 0;
}

.home-primary-image .display-text.bold-font {
  font-family: FFDINWebLight;
}

@media only screen and (max-width: 992px) {
  .home-primary-image .display-text {
    font-size: 2.7rem;
  }
}

.home-links {
  padding: 0 145px 145px 145px;
  display: grid;
  grid-template-areas: "homme-link-first homme-link-second homme-link-last";
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .home-links {
    padding: 0 80px 80px 80px;
  }
}

@media only screen and (max-width: 420px) {
  .home-links {
    padding: 0 15px 40px 15px;
    position: relative;
    bottom: inherit;
  }
}

.home-links a {
  display: inline-block;
  padding: 11px 30px;
  background-color: #ef3742;
  color: #fff;
  position: relative;
  font-family: FFDINWebMedium, sans-serif;
  width: 245px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 992px) {
  .home-links a {
    font-size: 20px;
    width: 165px;
    padding: 11px 0;
  }
}

@media only screen and (max-width: 720px) {
  .home-links a {
    font-size: 14px;
    width: 87px;
    padding: 11px 0;
  }
}

.home-links a:first-child {
  grid-area: homme-link-first;
}

.home-links a:nth-child(2) {
  grid-area: homme-link-second;
}

.home-links a:last-child {
  grid-area: homme-link-last;
}

.home-links a:before {
  content: '';
  border-top: 1px dashed #fff;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 8px;
}

@media only screen and (max-width: 720px) {
  .home-links a:before {
    left: 5px;
    width: calc(100% - 10px);
  }
}

.home-links a:after {
  content: '';
  border-top: 1px dashed #fff;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 8px;
}

@media only screen and (max-width: 720px) {
  .home-links a:after {
    left: 5px;
    width: calc(100% - 10px);
  }
}

.display-text {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.6;
}

@media only screen and (max-width: 992px) {
  .display-text {
    font-size: 2rem;
  }
}

.display-text span {
  color: #fff;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1.2;
  box-shadow: 0.7rem 0 0 rgba(255, 255, 255, 0.3), -0.7rem 0 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.work-for-us-box {
  background: #e6e7e8;
  line-height: 1;
  height: 105px;
  position: relative;
  white-space: nowrap;
}

.work-for-us-box .work-link {
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  position: absolute;
}

.work-for-us-box .work-link .arrows {
  display: inline-block;
  vertical-align: -10px;
}

.work-for-us-box .work-link .arrows.left {
  transform: scaleX(-1);
}

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

  .work-for-us-box .work-link .arrows.first,
  .work-for-us-box .work-link .arrows.last {
    display: none;
  }
}

.work-for-us-box .work-link .text-box {
  background: #000;
  color: white;
  text-transform: uppercase;
  padding: 10px 10px 5px;
  font-size: 19px;
  font-family: FFDINWebBold;
  transition: background .5s;
}

.work-for-us-box .work-link:hover .text-box {
  background: #ef3742;
}

#work-for-us-form {
  width: 800px;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  bottom: -100vh;
  transition: bottom .5s ease-out;
  z-index: 1010;
}

@media only screen and (max-width: 992px) {
  #work-for-us-form {
    width: 90vw;
  }
}

@media only screen and (max-width: 420px) {
  #work-for-us-form {
    height: 90vh;
    overflow: auto;
  }
}

#work-for-us-form.open {
  bottom: 50%;
}

#work-for-us-form h2 {
  background: #ef3742;
  color: #fff;
  text-align: center;
  font-family: FFDINWebMedium;
  text-transform: uppercase;
  position: relative;
  height: 40px;
  overflow: hidden;
  margin: 0;
  line-height: 2;
}

#work-for-us-form h2 .close {
  position: absolute;
  right: 2px;
  top: 3px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: color .5s;
  line-height: 1;
  font-size: 18px;
}

#work-for-us-form h2 .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 420px) {
  #work-for-us-form h2 .close {
    font-size: 24px;
    top: 9px;
    right: 5px;
  }
}

#work-for-us-form .application-form-box {
  position: relative;
  height: calc(100% - 40px);
  padding: 15px;
  overflow: auto;
}

#work-for-us-form .application-form-box.success {
  display: none;
}

#work-for-us-form .Resume {
  overflow: hidden;
}

#work-for-us-form .Resume input[type=file] {
  position: absolute;
  bottom: 100%;
  right: 100%;
}

#work-for-us-form .file-notice {
  font-size: 80%;
  margin-top: -10px;
}

#work-for-us-form .form-submit {
  position: relative;
  clear: both;
}

#work-for-us-form .contact-form .response {
  display: none;
}

#work-for-us-form .contact-form .ajax-loader {
  right: 210px;
  top: 13px;
  left: auto;
}

#work-for-us-form .introduction {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 20px;
  float: left;
}

@media only screen and (max-width: 420px) {
  #work-for-us-form .introduction {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

#work-for-us-form .application-form {
  width: 50%;
  padding-top: 20px;
  float: right;
}

@media only screen and (max-width: 420px) {
  #work-for-us-form .application-form {
    width: 100%;
  }
}

#work-for-us-form .application-form .box-2 {
  width: 100%;
}

#work-for-us-form .application-form textarea {
  height: 200px;
}

#work-for-us-form .application-form-success {
  display: none;
  padding: 15px;
}

#work-for-us-form .application-form-success.success {
  display: block;
}

#work-back {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: -100vh;
  left: 100vw;
  transition: bottom .5s;
  z-index: 1000;
}

#work-back.open {
  bottom: 50%;
  opacity: 1;
  top: 0;
  left: 0;
}

.youtube-box.rant {
  margin: 20px 0;
}

.rant-details {
  color: #ab9c95;
  font-size: 14px;
}

.more-rants {
  background: #ef3742;
  color: white;
  font-size: 23px;
  padding: 15px 0 8px 0;
  line-height: 1;
  font-family: FFDINWebMedium;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 420px) {
  .more-rants {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.rant-gallery {
  background: #e6e7e8;
  padding: 0 50px;
  position: relative;
  height: 140px;
}

@media only screen and (max-width: 992px) {
  .rant-gallery {
    height: 200px;
  }
}

@media only screen and (max-width: 420px) {
  .rant-gallery {
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: -55px;
  }
}

.rant-gallery .play-link {
  position: absolute;
  top: 0;
  cursor: pointer;
  background-image: url("images/rant-thumbnail-arrorw.png");
  background-position: center;
  width: 50px;
  height: 100%;
  background-size: auto;
}

.rant-gallery .play-link.left {
  left: 0;
}

.rant-gallery .play-link.right {
  right: 0;
  transform: scaleX(-1);
}

.rant-gallery .thumbnails {
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  padding: 0;
  height: 140px;
  position: absolute;
  left: 50px;
  right: 50px;
}

@media only screen and (max-width: 992px) {
  .rant-gallery .thumbnails {
    height: 200px;
  }
}

.rant-gallery .thumbnails .thumbnail-box {
  position: absolute;
  left: 0;
}

.rant-gallery .thumbnail {
  width: 105px;
  height: 60px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: black;
  background: #000;
  transition: all .5s;
  z-index: 20;
  margin: 0 0;
  top: 40px;
}

@media only screen and (max-width: 992px) {
  .rant-gallery .thumbnail {
    width: 220px;
    height: 120px;
  }
}

.rant-gallery .thumbnail .bg-image {
  height: 100%;
  width: 100%;
  transition: transform .5s;
  opacity: .5;
}

.rant-gallery .thumbnail a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  z-index: 50;
  padding: 30px;
}

.rant-gallery .thumbnail a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 20px);
}

.rant-gallery .thumbnail .red {
  background: rgba(239, 55, 66, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.rant-gallery .thumbnail:nth-child(even) .red {
  display: none;
}

.rant-gallery .thumbnail:hover {
  transform: scale(1.8);
  z-index: 30;
  margin: 0 43px;
}

.rant-categories {
  justify-content: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 800px) {
  .rant-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 420px) {
  .rant-categories {
    display: block;
  }
}

.rant-categories .thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: black;
}

@media only screen and (max-width: 420px) {
  .rant-categories .thumbnail {
    margin-bottom: 30px;
  }
}

.rant-categories .thumbnail .bg-image {
  height: 100%;
  width: 100%;
  transition: transform .5s;
  opacity: .5;
}

.rant-categories .thumbnail:hover .bg-image {
  transform: scale(1.1);
}

.rant-categories .thumbnail a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  z-index: 50;
  padding: 30px;
}

.rant-categories .thumbnail a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
}

.rant-categories .thumbnail .red {
  background: rgba(239, 55, 66, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.rant-categories .thumbnail:nth-child(2) .red,
.rant-categories .thumbnail:nth-child(3) .red,
.rant-categories .thumbnail:nth-child(6) .red {
  display: none;
}

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

  .rant-categories .thumbnail:nth-child(2) .red,
  .rant-categories .thumbnail:nth-child(3) .red,
  .rant-categories .thumbnail:nth-child(6) .red {
    display: none;
  }
}

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

  .rant-categories .thumbnail:nth-child(2) .red,
  .rant-categories .thumbnail:nth-child(4) .red,
  .rant-categories .thumbnail:nth-child(6) .red {
    display: none;
  }

  .rant-categories .thumbnail:nth-child(1) .red,
  .rant-categories .thumbnail:nth-child(3) .red,
  .rant-categories .thumbnail:nth-child(5) .red {
    display: block;
  }
}

.rant-categories .thumbnail .play-info {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  z-index: 30;
}

.rant-categories .thumbnail .play-info span {
  display: inline-block;
}

.rant-categories .thumbnail .play-info span.play-link {
  height: 20px;
  width: 20px;
  vertical-align: -5px;
  margin-right: 3px;
}

.rant-categories .thumbnail .play-info span.play-length {
  font-size: 12px;
  font-family: FFDINWebMedium;
}

.contact-form br {
  display: none;
}

@media only screen and (max-width: 420px) {
  .contact-form .box-2.right {
    padding-top: 0;
  }
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.contact-form input,
.contact-form textarea {
  border: none;
  padding: 7px 12px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.01);
  width: 100%;
  outline: none;
}

.contact-form input[type=submit],
.contact-form textarea[type=submit] {
  width: auto;
  padding: 7px 70px;
  float: right;
  background-color: #ef3742;
  color: #fff;
  text-transform: uppercase;
}

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

  .contact-form input[type=submit],
  .contact-form textarea[type=submit] {
    width: 100%;
  }
}

.contact-form input {
  max-height: 40px;
}

.contact-form textarea {
  height: 140px;
  display: block;
}

.contact-form div.wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 420px) {
  .contact-form div.wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
  }
}

.contact-form div.wpcf7-validation-errors {
  color: #ef3742;
}

.contact-form div.wpcf7-mail-sent-ok {
  color: #398f14;
}

.contact-form span.wpcf7-not-valid-tip {
  padding: 12px 10px;
  background-color: #ef3742;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: .35;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 17px 12px;
}

.contact-form .box-2 span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 40px;
}

.contact-form p {
  position: relative;
}

.contact-form .response {
  float: left;
  position: relative;
}

.contact-form .ajax-loader {
  width: 16px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form .box-2 {
  float: left;
}

.contact-form .box-2.left {
  padding-right: 10px;
}

.contact-form .box-2.right {
  padding-left: 10px;
}

@media only screen and (max-width: 420px) {
  .contact-form .box-2 {
    float: none;
  }

  .contact-form .box-2.left {
    padding-right: 0;
  }

  .contact-form .box-2.right {
    padding-top: 20px;
    padding-left: 0;
  }
}

/*
////////////////////////////// Footer //////////////////////////////
*/
footer {
  color: #fff;
  background: #ef3742;
  padding: 30px 55px 40px 55px;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 420px) {
  footer {
    padding: 20px 15px 10px 15px;
  }
}

footer .footer-column {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

@media only screen and (max-width: 420px) {
  footer .footer-column {
    border-top: 2px solid #fff;
    padding-top: 20px;
  }

  footer .footer-column:first-child {
    border-top: none;
  }
}

footer .footer-table {
  display: grid;
  grid-template-areas: "footer-column-1 footer-column-2 footer-column-3 footer-column-4";
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
}

@media only screen and (max-width: 992px) {
  footer .footer-table {
    grid-template-areas: "footer-column-1 footer-column-2""footer-column-3 footer-column-4";
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 420px) {
  footer .footer-table {
    display: block;
  }
}

footer .footer-table .footer-column-1 {
  grid-area: footer-column-1;
}

footer .footer-table .footer-column-2 {
  grid-area: footer-column-2;
}

footer .footer-table .footer-column-3 {
  grid-area: footer-column-3;
}

footer .footer-table .footer-column-4 {
  grid-area: footer-column-4;
}

footer .footer-table h3 {
  font-size: 27px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 1;
}

footer .footer-table .footer-column-1 div {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

footer .footer-table h4 {
  font-size: 17px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

footer .footer-table a {
  color: #fff;
  text-transform: uppercase;
}

footer .footer-table a.lowercase {
  text-transform: lowercase;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-table .flexbox {
  width: 100%;
}

@media only screen and (max-width: 420px) {
  footer .footer-table.footer-column {
    display: block;
  }

  footer .footer-table .footer-column {
    margin-bottom: 30px;
  }
}

footer .gap-small {
  height: 8px;
}

footer .gap-medium {
  height: 20px;
}

footer .gap-large {
  height: 30px;
}

/*# sourceMappingURL=style.css.map */


/* From Customizer */

/*
 * 					HEADER CSS
 * *****************************/
.home header nav .current-menu-item>a {
  color: #ef3742 !important;
}

.home header nav ul li a {
  color: #fff !important;
}

.home-first-section .play-link {
  z-index: 999;
  background-image: url(/Studio55/wp-content/uploads/2020/05/play-btn-new.png) !important;
}

.home .acf-image .play-link {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background-image: url(/Studio55/wp-content/themes/studio55/images/single-chevron-btn.png) !important;
  z-index: 9999;
}

.home-links a:before,
.home-links a:after {
  border-top: none !important;
}

.home-links a {
  padding: 9px 15px !important;
  width: 175px !important;
  font-size: 19px !important;
  line-height: 30px !important;
  height: 45px;
  text-transform: uppercase;
}

.links-box {
  text-align: left;
  padding: 5px 15px;
}

.fifty-five-post .links .link-box {
  padding: 0 !important;
}

h4.cat {
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
  color: #939596;
  font-size: 12px;
}

h3.project-title {
  color: #262626;
  font-size: 16px;
  margin-bottom: 5px;
}

footer .footer-column {
  border-top: none !important;
  padding-top: 5px !important;
}

.work-link img {
  display: none !important;
}

.content-section .principles-box .final-image {
  position: relative !important;
  top: 40px !important;
  right: 0;
  bottom: 25px;
  width: 100%;
  height: 144px;
}

.content-column.one_third {
  margin: 20px 0;
}

.content-section .principles-box .final-image {
  width: 100% !important;
  height: 150px;
}

.content-section .principles-box .final-image {
  width: 100% !important;
  height: 65px !important;
  margin-bottom: 40px !important;
}

.content-section .principles-box .final-image .hidden-message {
  background: #ef3742;
  color: #fff;
  padding: 8px 15px !important;
  font-size: 18px;
  font-family: FFDINWebBold;
  border: none !important;
  border-radius: 1px !important;
  box-shadow: none !important;
  text-align: left !important;
  margin: 0 auto;
  width: 290px !important;
  cursor: pointer;
  margin-top: 7px !important;
  position: absolute;
  left: 29% !important;
  top: 50% !important;
  transform: translateY(-65%) translateX(-50%);
  transition: color .5s;
  text-indent: 5px !important;
}

.content-section .principles-box .final-image.open .hidden-message {
  display: block !important;
}

.content-section .principles-box .final-image img {
  margin: 0 !important;
  max-width: 300px;
  width: 300px !important;
  height: auto !important;
  cursor: pointer;
  position: relative !important;
  left: 52% !important;
  top: -6px;
}


span.dub-chevron:after {
  content: url(/Studio55/wp-content/uploads/2020/06/dub-chevron2.png);
  position: absolute;
  left: 255px;
  top: 13px;
  width: 10px !important;
  height: 10px !important;
}

.home-first-section .play-link {
  text-align: center;
  margin: 0 auto 52px auto !important;
  width: 45px !important;
  height: 45px !important;
}

span.icon-linkedin:before {
  content: url(/wp-content/uploads/2020/06/footer-icons_03.png);
}

span.icon-facebook:before {
  content: url(/wp-content/uploads/2020/06/footer-icons_05.png);
}

span.icon-instagram:before {
  content: url(/wp-content/uploads/2020/06/footer-icons_07.png);
}

span.icon-youtube:before {
  content: url(/wp-content/uploads/2020/06/footer-icons_09.png);
}

.footer-column-4 .item.footer-link:nth-child(3),
.footer-column-4 .item.footer-link:nth-child(4),
.footer-column-4 .item.footer-link:nth-child(5),
.footer-column-4 .item.footer-link:nth-child(6) {
  display: inline-block;
  padding: 10px 8px 50px 0;
}

/*
 * 			HOVER EFFECTS CSS
 * *******************************/

.analysis-color.hover,
.strategy-color.hover,
.creative-color.hover,
.content-color.hover,
.marketing-color.hover,
.delivery-color.hover {
  fill: #EF3742 !important;
}


.content-section .principle-item .circle {
  background: none !important;
}

.content-section .principle-item {
  padding-left: 140px !important;
}

.content-section .principle-item .principle-title,
.content-section .principle-item .tasks span {
  color: #ef3742 !important;
}

.content-section .principle-item .tasks span:after {
  content: "|";
  color: #AAAAAA !important;
}

.content-section .principles-box .introduction {
  margin-bottom: 15px !important;
}


/*
 * 			MEDIA QUERIES
 * ******************************/

@media only screen and (min-width:1080px) and (max-width:1300px) {
  .content-section .principles-box .final-image .hidden-message {
    left: 28% !important;
  }
}

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

  .fifty-five-post .links {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5% !important;

  }

  .home-links {
    padding: 0 215px 145px 215px !important;
  }

  .content-section .principles-box {
    padding: 20px 30px 40px 30px !important;
  }

}

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

  .home .video video {
    display: block !important;
  }

  .home .video .desktop,
  .home .video .mobile {
    display: none !important;
  }

  .fifty-five-post .links {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5% !important;

  }

}


@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .content-section .principles-box .final-image .hidden-message {
    font-size: 14px !important;
    font-family: FFDINWebBold;
    border: none !important;
    border-radius: 1px !important;
    box-shadow: none !important;
    text-align: left !important;
    margin: 0 auto;
    width: 230px !important;
    cursor: pointer;
    margin-top: 7px !important;
    position: absolute;
    left: 26% !important;
    top: 50% !important;
    transform: translateY(-65%) translateX(-50%);
    transition: color .5s;
    text-indent: 5px !important;
  }

  span.dub-chevron:after {
    content: url(/Studio55/wp-content/uploads/2020/06/dub-chevron2.png);
    position: absolute;
    left: 200px !important;
    top: 10px;
    width: 10px !important;
    height: 10px !important;
  }

  .content-section .principles-box .final-image img {
    margin: 0 !important;
    max-width: 300px;
    width: 253px !important;
    height: auto !important;
    cursor: pointer;
    position: relative !important;
    left: 50% !important;
    top: 0px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .home-links a {
    padding: 10px 15px !important;
    width: 180px !important;
    font-size: 20px !important;
  }

  .home .video .tablet {
    display: none !important;
  }

  .content-section .principles-box .final-image .hidden-message {
    left: 27% !important;
  }

  .content-section .principles-box .group-box {
    grid-template-columns: repeat(2, min-content);
    justify-content: space-around;
    padding-bottom: 20px !important;
  }

  .home-first-section .hero-image {
    padding-top: 120px !important;
  }



}

@media only screen and (min-width: 992px) {
  body {
    background-position: 50% 0% !important;
    background-size: auto;
  }

  .home-first-section .hero-image img {
    width: 83% !important;
    text-align: center;
    margin: 0 auto;
  }

  .home-first-section .hero-image {
    padding: 190px 50px 30px 50px !important;
  }

}

@media only screen and (max-width: 992px) {
  .home-first-section {
    background-image: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {

  .fifty-five-post .links {
    grid-template-areas:
      "link-1 link-2"
      "link-3 link-4";
    grid-template-columns: 49% 49% !important;
  }


}

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

  .home .video .tablet {
    display: none !important;
  }

}

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

  .home-links {
    padding: 0 10px 80px 10px !important;
  }

  .content-section .principles-box .final-image.open .hidden-message {
    left: 50% !important;
    top: -20px !important;
  }

  .content-section .principles-box .final-image .hidden-message {
    left: 50% !important;
    top: -20px !important;
  }

  .content-section .principles-box .final-image img {
    margin: 0 auto !important;
    max-width: 290px;
    width: 290px !important;
    height: auto !important;
    cursor: pointer;
    position: relative !important;
    left: auto !important;
    top: 20px !important;
  }



}




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

  .home-links.content {
    display: block !important;
    text-align: center;
  }

  .home-links a {
    margin: 10px;
  }

  .home-first-section video {
    width: 950px !important;
    left: -125px !important;

  }

  .content-section .principles-box .final-image .hidden-message {
    left: 50% !important;
    top: -20px !important
  }

  .content-section .principles-box .group-box {
    grid-template-columns: repeat(2, min-content);
    justify-content: space-around;
    padding-bottom: 40px !important;
  }

  .content-section .principles-box .final-image img {
    margin: 0 auto !important;
    max-width: 290px;
    width: 290px !important;
    height: auto !important;
    cursor: pointer;
    position: relative !important;
    left: auto !important;
    top: 20px !important;
  }

  .content-section .principle-item {
    padding-left: 10px !important;
  }

  .fifty-five-post .links {
    grid-template-areas:
      "link-1 link-2"
      "link-3 link-4";
    grid-template-columns: 48% 48% !important;
    margin: 10px 10px 10px 10px !important;
  }

  .content-section .principles-box {
    padding: 20px 20px 40px 20px !important;
  }

  .fifty-five-post {
    padding: 30px 20px 20px 20px !important;

  }

  footer .footer-table {
    display: block !important;
  }

  footer .footer-table .footer-column {
    margin-bottom: 30px;
    width: 100% !important;
  }

}

/*
* from css & JS plugin
*			NAV MENU CSS
*****************************************/

body.home {
  /* homepage background opacity control */
  box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.0);
}


header nav ul li.current-menu-item a {
  color: #ef3742 !important;
}

/*-- TYPOGGRAPHY CSS --*/

.content-section .principle-item .principle-title {
  font-family: DIN Bold !important;
}

.principle-content {
  font-family: DIN Regular !important;
  font-size: 14px;
  line-height: 24px;
}


.work-for-us-box .work-at-link {
  top: 51.75%;
  left: 38.25%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  position: absolute;
  width: 245px;
}

.work-for-us-box .work-link {
  top: 51.75% !important;
  left: 61.75% !important;
}

.work-for-us-box .work-at-link .text-box {
  background: #000;
  color: white;
  text-transform: uppercase;
  padding: 10px 32px 5px;
  font-size: 19px;
  /*font-family: FFDINWebBold;*/
  font-family: DIN Medium !important;
  transition: background .5s;
  display: inline-block;
  height: 50px;
  line-height: 30px;
}

.work-for-us-box .work-link .text-box {
  background: #000;
  color: white;
  text-transform: uppercase;
  padding: 10px 10px 10px !important;
  font-size: 19px;
  /*font-family: FFDINWebBold;*/
  font-family: DIN Medium !important;
  transition: background .5s;
  width: 245px;
  height: 50px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}



#work-at-studio-form .application-form-success {
  display: none;
  padding: 15px;
}

#work-at-studio-form.open {
  bottom: 50%;
}

#work-for-us-form,
#work-at-studio-form {
  width: 875px !important;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  bottom: -100vh;
  transition: bottom .5s ease-out;
  z-index: 1010;
}

#work-for-us-form h2,
#work-at-studio-form h2 {
  background: #ef3742;
  color: #fff;
  text-align: center;
  font-family: FFDINWebMedium;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  height: 55px !important;
  overflow: hidden;
  margin: 0;
  line-height: 62px !important;
}

#work-at-studio-form h2 .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: color .5s;
  line-height: 1;
  font-size: 18px;
}

#work-for-us-form h2 .close {
  position: absolute;
  right: 15px !important;
  top: 15px !important;
}

h3.red {
  margin-bottom: 0;
}

#work-for-us-form div.application-form-box,
#work-at-studio-form .application-form-box {
  position: relative;
  height: calc(100% - 40px);
  padding: 30px 35px;
  overflow: auto;
}

#work-for-us-form div.introduction,
#work-at-studio-form .introduction {
  width: 100%;
  padding-left: 10px;
  float: left;
  margin-bottom: 0;
}

.work-at-intro.introduction p {
  font-size: 20px;
  line-height: 28px;
}

#work-for-us-form div.application-form,
#work-at-studio-form .application-form {
  width: 100%;
  padding-top: 25px;
  float: left;
}

#work-for-us-form div.left-side,
#work-at-studio-form .left-side {
  width: 50%;
  float: left;
  padding: 5px;
}

#work-for-us-form .right-side,
#work-at-studio-form .right-side {
  width: 50%;
  float: left;
  padding: 5px;
}


#work-at-studio-form .application-form .box-2 {
  width: 100%;
}

.work-for-us-box .work-at-link:hover .text-box {
  background: #ef3742;
}

.content-column.one_third p {
  margin-bottom: 7px !important;
  font-size: 19px;
  font-weight: 700;
}

.content-column.one_third {
  margin-bottom: 10px !important;
}

.content-section .principles-box {
  border-bottom: 5px solid #ef3742 !important;
}


.content-section .principle-item .principle-title {
  margin-bottom: 15px !important;
  line-height: 20px;
}

.page-id-944 .content-section .principle-item .principle-title {
  margin-bottom: 12px !important;
  line-height: 20px;
}

.principle-item p {
  font-size: 14px !important;
  font-weight: 500;
}

/*
*				MEDIA QUERIES
**********************************************/

@media (min-width: 1024px) {
  header nav ul li.current-menu-ancestor .sub-menu {
    display: none !important;
  }

  .home header nav ul li:hover>ul,
  header nav ul li.current-menu-ancestor:hover .sub-menu {
    display: block !important;
  }

  .contact-form input[type=submit],
  .contact-form textarea[type=submit] {
    width: 140px !important;
    height: 40px !important;
    line-height: 31px;
    text-align: center;
    padding: 5px !important;
    float: right;
    background-color: #ef3742;
    color: #fff;
    text-transform: uppercase;
  }

  #work-for-us-form div.application-form textarea,
  div.contact-form textarea {
    height: 180px;
    display: block;
  }

  .contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px !important;
    position: relative;
  }

  .contact-form input {
    max-height: 50px !important;
    height: 47px;
    width: 380px !important;
  }

  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 380px !important;
    margin-left: auto !important;
  }

  .content-section .principle-item {
    padding-left: 122px !important;
  }

  .content-section .principle-item .circle {
    left: 15px !important;
  }

  .page-id-944 .content-section.spacing-normal {
    padding: 40px 230px 30px !important;
    margin-bottom: 45px;
  }

  .content-section.spacing-normal {
    padding: 40px 230px 30px !important;
  }


}


@media (min-width: 992px) and (max-width: 1024px) {
  .work-for-us-box .work-at-link {
    left: 40% !important;
  }

  .work-for-us-box .work-link {
    left: 65% !important;
  }

  #work-for-us-form div.application-form textarea {
    height: 185px;
  }


}




@media (min-width: 768px) and (max-width: 991px) {
  .work-for-us-box .work-at-link {
    left: 35% !important;
  }

  .work-for-us-box .work-link {
    left: 68% !important;
  }

  #work-for-us-form,
  #work-at-studio-form {
    width: 90vw !important;
  }

  #work-for-us-form div.right-side {
    width: 50%;
    float: left;
    padding: 5px;
  }

  #work-for-us-form div.application-form textarea {
    height: 140px;
  }

}

@media (min-width: 600px) and (max-width: 991px) {

  #work-for-us-form,
  #work-at-studio-form {
    width: 95% !important;
  }

  #work-for-us-form div.right-side {
    width: 50%;
    float: left;
    padding: 5px;
  }

  .work-for-us-box .work-at-link {
    top: 51.75%;
    left: 38.25%;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    position: absolute;
    width: 245px;
  }

  .work-for-us-box .work-at-link {
    top: 52% !important;
    left: 27% !important;
  }

  .work-for-us-box .work-link {
    top: 51.75% !important;
    left: 74% !important;
  }


}

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

  .content-section.spacing-normal {
    padding: 20px !important;
  }

  .contact-form input[type=submit],
  .contact-form textarea[type=submit] {
    width: 100% !important;
  }

  .work-for-us-box .work-at-link {
    top: 35% !important;
    left: 50% !important;
  }

  .work-for-us-box .work-link {
    left: 50% !important;
    top: 70% !important;
  }

  .work-for-us-box {
    line-height: 1;
    height: 180px !important;
  }

  #work-for-us-form,
  #work-at-studio-form {
    width: 95% !important;
  }

  #work-at-studio-form,
  #work-for-us-form {
    z-index: 99999 !important;
  }

  #work-for-us-form .left-side,
  #work-for-us-form .right-side,
  #work-at-studio-form .left-side,
  #work-at-studio-form .right-side {
    width: 100% !important;
  }

  #work-for-us-form h2,
  #work-at-studio-form h2 {
    font-size: 24px !important;
  }


  #work-for-us-form .application-form-box,
  #work-at-studio-form .application-form-box {
    padding: 25px !important;
  }

  #work-at-studio-form .introduction {
    padding-left: 0;
  }

  #work-at-studio-form .left-side,
  #work-at-studio-form .right-side {
    float: left;
    padding: 0 !important;
  }

  .work-for-us-box .work-at-link .text-box {
    padding: 10px 35px 5px !important;
  }

  .content-section .principle-item:nth-of-type(1) .circle {
    background: none !important;
    margin: 30px auto 20px auto !important;
  }

  .content-section .principle-item .circle {
    position: initial !important;
    margin: 50px auto 20px auto !important;
  }

}

/* /END max-width: 480px */

@media (min-width: 420px) and (max-width: 480px) {
  #work-for-us-form .introduction {
    margin-bottom: 30px;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 10px;
    float: left;
  }

  #work-for-us-form .application-form {
    width: 100% !important;
  }

}

@media screen and (max-width: 414px) {
  #work-for-us-form {
    min-height: 74vh !important;
    height: auto !important;
    overflow: auto;
  }

}

/*customization*/
body {
  background-size: cover !important;
}

body:not(.mce-content-body) {
  background-color: transparent !important
}

.home-first-section .play-link {
  background-image: url(images/play-v2.svg) !important;
}

.home .acf-image .play-link {
  background-image: url(images/click-through-icon-red.svg) !important;
}

.rant-categories .thumbnail .bg-image {
  opacity: 1 !important;
}

.rant-categories .thumbnail .play-info span.play-link {
  height: 30px;
  width: 30px;
  vertical-align: -7px;
}

.rant-categories .thumbnail .play-info span.play-length {
  font-size: 16px;
  font-family: FFDINWebMedium;
}

.contact-form input {
  width: 100% !important;
}

.social-icon-link {
  margin-right: 10px;
}

span.icon-twitter:before {
  content: url(/wp-content/uploads/2025/06/footer-icons_10.png);
}

.footer-column-4 .item.footer-link:nth-child(7) {
  display: inline-block;
  padding: 10px 8px 50px 0;
}

.content-section .principles-box .final-image .hidden-message {
  text-transform: uppercase;
  width: 320px !important;
  font-size: 17px;
  z-index: 10;
  left: 0 !important;
  transform: translateY(-80%) translateX(-0%) !important;
}

.content-section .principles-box .final-image .hidden-message:hover {
  background-color: #000 !important;
  color: #fff !important;

}

span.dub-chevron:after {
  content: url(images/dub-chevron2.png);
  right: 20px;
  left: auto;
  top: 11px;
}

.reveal {
  position: absolute;
  left: 50px !important;
  top: 5px;
  background: #fff;
  padding: 7px 10px;
  color: #392A2A;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  width: 250px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reveal.active {
  left: 320px !important;
}
#Layer_3 .st4{
  stroke: #fff !important;
}
#Layer_3 .st5 {
  fill: #fff;
}
.page-id-30 .principles-box svg {
  max-width: 76%;
  margin: 20px auto;
  display: block;
}
.category-box{
  float: left;
}
.creative-search-box .category-box .sort-box .sort-options .list {
  margin-top: -150px;
}
.creative-search-box .category-box .sort-box:hover .sort-options .list {
  margin-top: 0px;
}

.reveal {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	border: none !important;
}

.reveal.active {
	left: 340px !important;
}
.reveal .cross {
	background: url(images/cross.svg);
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover !important;
		visibility: hidden;
		opacity: 0;
}

.cross.hidden {
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 2s, visibility 2.3s;
	-webkit-transition: opacity 2s, visibility 2.3s;
	-o-transition: opacity 2s, visibility 2.3s;
	transition: opacity 2s, visibility 2.3s;
	transition-delay: .3s;
}

.cross.shown {
	visibility: visible;
	opacity: 1;
	-moz-transition: opacity 2s, visibility 2.3s;
	-webkit-transition: opacity 2s, visibility 2.3s;
	-o-transition: opacity 2s, visibility 2.3s;
	transition: opacity 2s, visibility 2.3s;
	transition-delay: .3s;
}
.page-id-30 .principles-box svg{
	margin: 0 auto !important;
}

.content-section .principles-box.activities{
	padding: 20px 30px !important;
}
.page-id-30 #content-section-3{
	margin-top: 40px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100% !important;
	margin-left: auto !important;
}

@media only screen and (min-width: 1200px){
 .content-section .principles-box {
 	padding: 20px 30px 10px 30px !important;
 }
}
.content-section .principles-box {
	border-bottom: 2px solid #ef3742;
	padding: 10px 35px 0px 35px;
	background: #e6e7e8;
	position: relative;
}
@media only screen and (max-width: 992px){
.content-section .principles-box .group-box {
	 padding-bottom: 0px; 
}
} 

@media only screen and (max-width: 1200px) {
  .content-section .principles-box .final-image .hidden-message {
    left: 50% !important;
    transform: translate(-50%, -79%) !important;
  }
  .reveal {
    position: absolute;
   position: absolute;
   top: 26px !important;
   left: 50% !important;
   transform: translate(-50%, -50%);
  }
  .reveal.active {
    left: 50% !important;
        top: 70px !important;
  }
}
@media only screen and (max-width: 736px) and (min-width: 600px){
  .content-section .principles-box .final-image .hidden-message {
    left: 50% !important;
    transform: translate(-50%, 40%) !important;
  }
}
@media only screen and (max-width:600px) {
  .page-id-30 .principles-box svg {
    max-width: 100%;
    margin: 20px auto;
    display: block;
  }
}

h2.section-title{
	font-size: 36px !important;
	background: #000;
	border-bottom: 1px solid red;
	padding: 24px 0;
}
.hidden-message.toggle{
	background-color: #000 !important;
}
