/*
Theme Name: Matchbox
Author: Long Story Short Design
Author URI: https://longstoryshortdesign.co.uk
Version: 1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  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; }

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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-appearance: button;
  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"] {
  -webkit-box-sizing: border-box;
          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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.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; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## 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; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

a:focus {
  outline: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

a:focus {
  outline: none; }

html, body {
  text-rendering: optimizeLegibility; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-filter: opacity(0.9999);*/
  -webkit-font-smoothing: auto; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit; }

.primary {
  padding-top: 100px; }

.container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px; }
  @media (max-width: 1260px) {
    .container {
      padding: 0 30px; } }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

hr {
  background: url("img/stripes-small-grey.png") center center repeat-x;
  height: 16px;
  margin: 20px 0;
  width: 100%; }

li + li {
  margin-top: 10px; }

.posts {
  opacity: 0; }

.content {
  z-index: 1; }
  .content:before {
    content: "";
    position: absolute;
    top: 400px;
    left: 40px;
    width: calc(100% - 80px);
    height: 650px;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F1), to(#fff));
    background-image: linear-gradient(to bottom, #F0F0F1 0%, #fff 100%); }
    @media (max-width: 1300px) {
      .content:before {
        display: none; } }
  .author .content:before, .page-template-page-authors .content:before, .search-results .content:before, .search-no-results .content:before, .archive.tag .content:before {
    display: none; }

.link {
  font-family: "geomanist", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline-block; }

.link--slash, .page-template-page-contact .footer__block:last-child a, footer .footer__right .footer__block a, .menu .menu__nav .menu__menu a, .sliderman .text-slider .slide a, .archive__header .posts__readmore, .posts__categories .posts__category {
  display: inline-block;
  line-height: 100%;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700; }
  .link--slash:before, .page-template-page-contact .footer__block:last-child a:before, footer .footer__right .footer__block a:before, .menu .menu__nav .menu__menu a:before, .sliderman .text-slider .slide a:before, .archive__header .posts__readmore:before, .posts__categories .posts__category:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #46484f;
    -webkit-transform: rotate(25deg) translate(0%, 200%);
    transform: rotate(25deg) translate(0%, 200%); }
  .link--slash:after, .page-template-page-contact .footer__block:last-child a:after, footer .footer__right .footer__block a:after, .menu .menu__nav .menu__menu a:after, .sliderman .text-slider .slide a:after, .archive__header .posts__readmore:after, .posts__categories .posts__category:after {
    display: none !important; }
  .link--slash:hover:before, .page-template-page-contact .footer__block:last-child a:hover:before, footer .footer__right .footer__block a:hover:before, .menu .menu__nav .menu__menu a:hover:before, .sliderman .text-slider .slide a:hover:before, .archive__header .posts__readmore:hover:before, .posts__categories .posts__category:hover:before {
    -webkit-transform: rotate(25deg) translate(0px, 0px);
    transform: rotate(25deg) translate(0px, 0px); }

.primary p a,
.underline {
  position: relative;
  font-weight: 700; }
  .primary p a:after,
  .underline:after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    background: #A2A3A6;
    opacity: .5; }
  .primary p a:focus:after, .primary p a:hover:after,
  .underline:focus:after,
  .underline:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.smallcaps {
  font-size: 12px;
  text-transform: uppercase; }

.alignleft,
.alignright {
  margin-bottom: 25px; }

.page-template-page-contact .content {
  min-height: calc(100vh - 160px); }
  .page-template-page-contact .content article {
    padding-top: 60px; }
    @media (max-width: 767px) {
      .page-template-page-contact .content article {
        padding-top: 30px; } }
  .page-template-page-contact .content:before {
    display: none; }
.page-template-page-contact .contact__content {
  width: 74%;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease 0.25s;
  transition: opacity 0.25s ease 0.25s; }
  @media (max-width: 600px) {
    .page-template-page-contact .contact__content {
      width: 100%; } }
.page-template-page-contact.in-view .contact__content,
.page-template-page-contact.in-view hr,
.page-template-page-contact.in-view .footer__right,
.page-template-page-contact.in-view .contact__footer {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.page-template-page-contact hr {
  margin: 60px auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.25s ease 0.35s;
  transition: all 0.25s ease 0.35s; }
.page-template-page-contact .footer__right {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.25s ease 0.45s;
  transition: all 0.25s ease 0.45s; }
  @media (max-width: 767px) {
    .page-template-page-contact .footer__right .footer__block {
      width: 50%; }
      .page-template-page-contact .footer__right .footer__block:nth-child(3), .page-template-page-contact .footer__right .footer__block:nth-child(7) {
        display: none; } }
  @media (max-width: 600px) {
    .page-template-page-contact .footer__right {
      display: block; }
      .page-template-page-contact .footer__right .footer__block {
        width: 100%;
        margin-top: 30px !important; }
        .page-template-page-contact .footer__right .footer__block:first-child {
          margin-top: 0px !important; }
        .page-template-page-contact .footer__right .footer__block p {
          margin-bottom: 0; }
        .page-template-page-contact .footer__right .footer__block:nth-child(3) {
          display: block; } }
  .page-template-page-contact .footer__right .footer__block:nth-child(n+4) {
    margin-top: 30px; }
  .page-template-page-contact .footer__right hr {
    display: none; }
    @media (max-width: 600px) {
      .page-template-page-contact .footer__right hr {
        display: block; } }
.page-template-page-contact .contact__footer {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.25s ease 0.5s;
  transition: all 0.25s ease 0.5s; }
  @media (max-width: 600px) {
    .page-template-page-contact .contact__footer {
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-template-page-contact .contact__footer > * {
        width: 100%; } }
  .page-template-page-contact .contact__footer .copyright {
    width: 66.666%; }
    .page-template-page-contact .contact__footer .copyright span {
      font-size: 0.65rem;
      letter-spacing: 0px;
      display: block;
      line-height: 120%; }
  .page-template-page-contact .contact__footer .lss {
    width: 33.333%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%; }
    .page-template-page-contact .contact__footer .lss a {
      font-weight: 700; }
    @media (max-width: 875px) {
      .page-template-page-contact .contact__footer .lss {
        margin-top: 10px; } }
  @media (max-width: 875px) {
    .page-template-page-contact .contact__footer > * {
      width: 100% !important; } }

.posts__wrapper {
  position: relative; }

.search-results .search__head h1,
.search-results .search__head h2 {
  font-weight: 400;
  font-family: "geomanist-light", sans-serif; }
  .search-results .search__head h1 span,
  .search-results .search__head h2 span {
    font-family: "geomanist", sans-serif;
    letter-spacing: 1px; }

body.search .content:before {
  display: none; }

.loader {
  display: none;
  height: 0;
  visibility: hidden; }

.js .home .loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  visibility: visible;
  z-index: 100;
  background: #F0F0F1;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .js .home .loader .loader__images {
    position: relative;
    width: 80px;
    height: 80px; }
    .js .home .loader .loader__images .loader__m {
      width: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.js body {
  opacity: 0; }

.error404 .content:before {
  top: 326px; }
.error404 .fourohfour-wrapper {
  text-align: center; }
  .error404 .fourohfour-wrapper p {
    font-size: 22px;
    font-weight: 700; }
    .error404 .fourohfour-wrapper p a:after {
      background: #e20a14; }
.error404 .fourohfour {
  max-width: 700px;
  margin: 60px auto;
  display: block; }
.error404 .fourohfour-logo {
  margin: 0 auto 60px; }
  .error404 .fourohfour-logo img {
    width: 130px;
    display: block;
    margin: 0 auto 100px; }

.js body {
  opacity: 1; }

.js .home .loader {
  height: 100vh; }

@font-face {
  font-family: 'geomanist-thin';
  src: url("fonts/geomanist-thin-webfont.eot");
  src: url("fonts/geomanist-thin-webfont.woff") format("woff"), url("fonts/geomanist-thin-webfont.ttf") format("truetype"), url("fonts/geomanist-thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geomanist';
  src: url("fonts/geomanist-bold-webfont.eot");
  src: url("fonts/geomanist-bold-webfont.woff") format("woff"), url("fonts/geomanist-bold-webfont.ttf") format("truetype"), url("fonts/geomanist-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geomanist-light';
  src: url("fonts/geomanist-light-webfont.eot");
  src: url("fonts/geomanist-light-webfont.woff") format("woff"), url("fonts/geomanist-light-webfont.ttf") format("truetype"), url("fonts/geomanist-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'geomanist-light';
    src: url("fonts/geomanist-light-webfont.svg") format("svg"); } }
html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (max-width: 768px) {
    html {
      font-size: 15px; } }

body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #46484f; }

h1, .h1,
h2, .h2, .post-type-archive-jobs .post__cats .posts__category, .post-type-archive-jobs .post__info h2,
h3, .h3, .menu .menu__nav .menu__menu a,
h4, .h4, .jobs__footer .jobs__deadline,
h5, .h5, .menu .menu__tags .tags a {
  font-family: "geomanist", sans-serif;
  letter-spacing: 1px;
  line-height: 110%; }

h4, .h4, .jobs__footer .jobs__deadline,
h5, .h5, .menu .menu__tags .tags a {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 46px;
  line-height: 2.875rem; }

h2, .h2, .post-type-archive-jobs .post__cats .posts__category, .post-type-archive-jobs .post__info h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem; }

h3, .h3, .menu .menu__nav .menu__menu a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem; }

h4, .h4, .jobs__footer .jobs__deadline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

h5, .h5, .menu .menu__tags .tags a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400; }

p {
  max-width: 100%; }

header {
  height: 100px;
  background: #fff;
  width: 100%;
  z-index: 5;
  position: fixed;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  header .header__inner {
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1260px) {
      header .header__inner {
        padding: 0 30px; } }

.header__menu {
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .header__menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #46484f;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .header__menu span:nth-child(1) {
      top: 0px; }
    .header__menu span:nth-child(2), .header__menu span:nth-child(3) {
      top: 6px; }
    .header__menu span:nth-child(4) {
      top: 12px; }
  .header__menu.header__menu--open {
    position: fixed;
    z-index: 100; }
    .header__menu.header__menu--open span:nth-child(1) {
      top: 6px;
      width: 0%;
      left: 50%; }
    .header__menu.header__menu--open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header__menu.header__menu--open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header__menu.header__menu--open span:nth-child(4) {
      top: 6px;
      width: 0%;
      left: 50%; }

.header__title {
  z-index: 1;
  margin: 0;
  line-height: 100%;
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.header__posttitle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media (max-width: 600px) {
    .header__posttitle {
      display: none; } }
  .header__posttitle.header__posttitle--mobile {
    display: none; }
    @media (max-width: 600px) {
      .header__posttitle.header__posttitle--mobile {
        display: block; } }

.header__logo img {
  width: 130px; }
.header__logo svg {
  width: 130px; }

progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent !important;
  z-index: 6;
  color: #fff; }

progress::-webkit-progress-bar {
  background: transparent !important; }

progress::-moz-progress-value {
  background: white !important; }

.header--scrolled .header__title {
  opacity: 0; }
.header--scrolled .header__posttitle {
  opacity: 1; }

.search__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #f2f2f2; }
  .search__overlay .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search__overlay::before, .search__overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 1.5em solid #fff; }
  .search__overlay::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0; }
  .search__overlay::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0; }

.btn--search-close {
  position: absolute;
  right: 15px;
  top: 40px;
  width: 20px;
  height: 14px;
  cursor: pointer; }
  @media (max-width: 1260px) {
    .btn--search-close {
      right: 43px; } }
  .btn--search-close span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #46484f;
    opacity: 1;
    left: 0;
    top: 9px; }
    .btn--search-close span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .btn--search-close span:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.search__form {
  margin: 5em auto;
  max-width: 750px;
  width: 100%;
  padding: 0 30px; }

.search__input[type="text"] {
  font-family: inherit;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 80px;
  line-height: 5rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: transparent;
  color: #d17c78;
  border: none;
  border-bottom: 2px solid #46484f;
  border-radius: 0; }
  .search__input[type="text"]:focus {
    outline: none; }
  .search__input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    color: #060919; }
  .search__input[type="text"]::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+ */
    color: #060919; }
  .search__input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    color: #060919 !important; }
  .search__input[type="text"]::-webkit-search-cancel-button, .search__input[type="text"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .search__input[type="text"]::-ms-clear {
    display: none; }
  @media (max-width: 650px) {
    .search__input[type="text"] {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 40px;
      line-height: 2.5rem; } }

.search__info {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right; }
  @media (max-width: 650px) {
    .search__info {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 130%; } }
  @media (max-width: 1024px) {
    .search__info span {
      display: none; } }

.search__related {
  max-width: 750px;
  width: 100%;
  pointer-events: none;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  text-align: left; }
  .search__related .search__suggestions {
    width: 75%;
    padding-left: 60px;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .search__related .search__suggestions .search__suggestion {
      width: 33.33%;
      text-align: left; }
    .search__related .search__suggestions h4 {
      width: 25%; }
    .search__related .search__suggestions span {
      width: 31%;
      margin: 0 1% 15px; }
    .search__related .search__suggestions:after {
      content: "";
      width: 33%;
      position: relative; }

.search__overlay::before, .search__overlay::after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
@media (max-width: 2000px) {
  .search__overlay::before {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0); } }
@media (max-width: 2000px) {
  .search__overlay::after {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0); } }

.search--open::before, .search--open::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.btn--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }

.js .search__overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  @media (max-width: 600px) {
    .js .search__overlay {
      position: absolute;
      left: -15px; } }
.js .btn--search-close {
  display: block; }
.js .search__overlay {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
.js .search--open {
  pointer-events: auto;
  opacity: 1; }
  @media (max-width: 600px) {
    .js .search--open {
      left: 0; } }
.js .search__form {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
.js .search--open .search__form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
.js .search__suggestion {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }

.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
.search--open .search__suggestion {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .search--open .search__suggestion::nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .search--open .search__suggestion:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }

.footer__wrap {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 90px; }

.footer--half {
  width: 50%;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.footer__left {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-height: 1024px) {
    .footer__left {
      width: 20%; } }

.footer__logo img {
  width: 130px;
  display: block; }

.footer__right {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer__right .footer__block {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 33%; }
    .footer__right .footer__block .footer__heading {
      line-height: 100%;
      margin-bottom: 30px; }
    .footer__right .footer__block ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer__right .footer__block li {
      line-height: 100%; }
    .footer__right .footer__block li + li {
      margin-top: 10px; }
    .footer__right .footer__block:nth-child(n+4) {
      margin-top: 60px; }
    .footer__right .footer__block .footer__tel,
    .footer__right .footer__block .footer__email {
      display: none; }

footer .footer__right .footer__block a {
  padding-right: 20px;
  font-weight: 400; }

.copyright {
  line-height: 100%; }
  .copyright span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%; }

.copyright--mobile {
  display: none; }

.footer__wrap .footer__right .footer__block:nth-child(6) {
  display: block !important; }

.footer__wrap {
  font-size: 14px; }

@media (max-width: 768px) {
  .footer__wrap {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px; }
    .footer__wrap .footer__logo {
      margin-bottom: 150px; }
    .footer__wrap .footer--half {
      width: 100%; }
    .footer__wrap .footer__right {
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__wrap .footer__right .footer__block {
        width: 50%;
        margin-bottom: 45px;
        margin-top: 0; }
        .footer__wrap .footer__right .footer__block:nth-child(1), .footer__wrap .footer__right .footer__block:nth-child(2), .footer__wrap .footer__right .footer__block:nth-child(3), .footer__wrap .footer__right .footer__block:nth-child(6) {
          display: none; }
        .footer__wrap .footer__right .footer__block li {
          display: inline-block;
          margin: 0 10px 0 0; }
          .footer__wrap .footer__right .footer__block li.footer__email {
            margin-bottom: 30px; }
        .footer__wrap .footer__right .footer__block span {
          display: block; }
      .footer__wrap .footer__right .footer__tel,
      .footer__wrap .footer__right .footer__email {
        display: block; }
    .footer__wrap .copyright {
      display: none; }
    .footer__wrap .copyright--mobile {
      display: block;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 100%; }
      .footer__wrap .copyright--mobile i {
        font-style: normal; } }
@media (max-width: 600px) {
  .footer__wrap {
    margin-bottom: 50px; }
    .footer__wrap .footer__logo {
      margin-bottom: 45px; }
    .footer__wrap .footer__right .footer__block {
      width: 100%; }
      .footer__wrap .footer__right .footer__block li {
        display: block;
        line-height: 160%; }
    .footer__wrap .copyright--mobile {
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 100%; }
      .footer__wrap .copyright--mobile span,
      .footer__wrap .copyright--mobile a {
        display: block;
        line-height: 160%; }
      .footer__wrap .copyright--mobile i {
        display: none; } }
.menu {
  position: relative;
  background: #46484f;
  background-size: 100% 60px;
  height: 100%;
  width: 100%;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 6; }
  .menu:after {
    content: "";
    background: url("img/stripes-white.png") right bottom repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 50%; }
  .menu .overlay-close {
    position: absolute;
    left: 0px;
    top: 40px; }
    .menu .overlay-close span {
      background: #fff; }
  .menu .menu__inner {
    color: #fff;
    padding: 140px 0px 20px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .menu .menu__title {
    color: #F0F0F1;
    margin-bottom: 40px;
    opacity: 0.25; }
  .menu .menu__nav {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%; }
    .menu .menu__nav .menu__title {
      margin-bottom: 35px; }
    .menu .menu__nav .menu__menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      .menu .menu__nav .menu__menu li {
        line-height: 100%;
        margin: 30px 0; }
        .menu .menu__nav .menu__menu li:first-child {
          margin-top: 0; }
        .menu .menu__nav .menu__menu li:last-child {
          margin-bottom: 0; }
        .menu .menu__nav .menu__menu li.current-menu-item a:before {
          -webkit-transform: rotate(25deg) translate3d(0px, 0px, 0);
          transform: rotate(25deg) translate3d(0px, 0px, 0); }
      .menu .menu__nav .menu__menu a {
        font-size: 36px;
        font-size: 2.25rem;
        -webkit-font-smoothing: antialiased; }
        .menu .menu__nav .menu__menu a:before {
          background: #fff; }
  .menu .menu__cats {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%; }
    .menu .menu__cats .categories {
      display: block;
      margin: 0; }
      .menu .menu__cats .categories a {
        font-size: 24px;
        font-size: 1.5rem;
        font-family: "geomanist", sans-serif;
        letter-spacing: 1px;
        line-height: 110%;
        margin: 15px 0;
        float: left;
        clear: both;
        position: relative;
        z-index: 1;
        -webkit-font-smoothing: antialiased; }
        .menu .menu__cats .categories a:first-child {
          margin-top: 0; }
        .menu .menu__cats .categories a:last-child {
          margin-bottom: 0; }
        .menu .menu__cats .categories a.current-category:after {
          width: calc(100% + 10px);
          -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease; }
      .menu .menu__cats .categories .category-featured {
        display: none; }
      .menu .menu__cats .categories .category-code {
        margin-top: 0; }
  .safari .menu .menu__cats .categories a.current-category:after {
    width: 100%;
    left: 0; }
  .menu .menu__tags {
    -moz-flex-grow: 2;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: 50%; }
    .menu .menu__tags .menu__title {
      margin-bottom: 25px; }
    .menu .menu__tags .tags {
      padding: 0;
      margin: 0;
      list-style: none;
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu .menu__tags .tags li {
        width: 50%;
        margin: 0; }
      .menu .menu__tags .tags a {
        margin: 15px 0;
        float: left;
        clear: both;
        -webkit-font-smoothing: antialiased; }
        .menu .menu__tags .tags a:before {
          background: #fff; }
        .menu .menu__tags .tags a.current-tag:before {
          -webkit-transform: rotate(25deg) translate3d(0px, 0px, 0);
          transform: rotate(25deg) translate3d(0px, 0px, 0); }
  .menu .menu__social {
    position: absolute;
    top: calc(100% - 58px);
    left: 0;
    color: #F0F0F1; }
    .menu .menu__social ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .menu .menu__social ul li {
        display: inline-block; }
        .menu .menu__social ul li + li {
          margin-left: 40px; }
        .menu .menu__social ul li a {
          opacity: .5; }

.menu--hide {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s; }
  .menu--hide.menu--show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: opacity 0.8s ease 0.5s;
    transition: opacity 0.8s ease 0.5s; }

.home .menu .menu__cats .categories a:first-child {
  display: none; }
.home .menu .menu__cats .categories a:nth-child(2) {
  margin-top: 0; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0 40px; }
  @media (max-width: 767px) {
    .overlay {
      height: 100%; } }

header,
main,
footer {
  overflow-x: hidden; }

.page-template-page-authors main,
.archive.category main {
  overflow-x: initial; }

html.no-scroll {
  overflow: hidden; }

.wrapper {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s; }
  @media (max-width: 1024px) {
    .wrapper {
      position: static; } }
  .firefox .wrapper {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }

.wrapper.overlay-open {
  left: 50%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s; }
  .firefox .wrapper.overlay-open {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }

.wrapper::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.wrapper.overlay-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.overlay-contentpush {
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s; }

.overlay-contentpush.open {
  visibility: visible;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
@media (max-width: 1024px) {
  .menu .menu__inner {
    padding-top: 100px; }
    .menu .menu__inner .menu__cats .categories a:after {
      width: calc(100% + 10px);
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; } }
@media (max-width: 768px) {
  .menu .menu__inner .menu__nav {
    width: 50%; }
    .menu .menu__inner .menu__nav .menu__menu a {
      line-height: 100%; }
  .menu .menu__inner .menu__cats {
    width: 50%; }
    .menu .menu__inner .menu__cats .categories a {
      line-height: 100%; }
      .menu .menu__inner .menu__cats .categories a:after {
        bottom: -5px; }
  .menu .menu__inner .menu__tags {
    display: none; }
  .menu:after {
    width: 25%; } }
@media (max-width: 650px) {
  .overlay {
    overflow-y: scroll; }

  .menu .menu__inner {
    padding-top: 110px;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .menu .menu__inner .menu__nav {
      width: 100%; }
    .menu .menu__inner .menu__cats {
      width: 100%;
      margin-top: 45px;
      margin-bottom: 45px; }
    .menu .menu__inner .menu__social {
      position: relative;
      padding-bottom: 45px;
      top: 0; }
      .menu .menu__inner .menu__social ul li {
        display: block;
        margin-left: 0; }
        .menu .menu__inner .menu__social ul li a {
          line-height: 100%; }
  .menu:after {
    display: none; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .menu .menu__inner {
    padding-top: 80px; }

  .menu .menu__nav .menu__menu li {
    margin: 12px 0;
    min-height: 0; }
  .menu .menu__nav .menu__menu a {
    font-size: 20px;
    font-size: 1.25rem; }

  .menu .menu__cats .categories a {
    margin: 5px 0;
    font-size: 18px;
    font-size: 1.125rem; }

  .menu .menu__title {
    margin-bottom: 20px; }

  .menu .menu__inner .menu__cats .categories a:after {
    bottom: 0px;
    height: 5px; }

  .menu .menu__nav .menu__title {
    margin-bottom: 20px; } }
.home .posts,
.home .content .categories {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }
.home .sliderman {
  opacity: 0; }
.home .sliderman {
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s; }
.home .content .categories,
.home .posts {
  -webkit-transition: all 0.5s ease 0.75s;
  transition: all 0.5s ease 0.75s; }
.home.in-view .sliderman,
.home.in-view .content .categories,
.home.in-view .posts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.home .pageslider .slick-prev,
.home .pageslider .slick-next {
  top: -65px;
  border: 1px solid #fff;
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  width: 40px;
  color: #fff;
  opacity: 1; }
  .home .pageslider .slick-prev:before,
  .home .pageslider .slick-next:before {
    font-size: 26px;
    line-height: 50%;
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home .pageslider .slick-prev[aria-disabled="true"],
  .home .pageslider .slick-next[aria-disabled="true"] {
    opacity: .3; }
.home .pageslider .slick-prev {
  left: auto;
  right: 110px; }
  .home .pageslider .slick-prev:before {
    content: "\f104";
    margin-right: 3px; }
.home .pageslider .slick-next {
  right: 50px; }
  .home .pageslider .slick-next:before {
    content: "\f105";
    margin-left: 3px; }
.home.ie .pageslider .slick-prev:before,
.home.ie .pageslider .slick-next:before {
  -webkit-transform: none;
  transform: none; }
.home.firefox .pageslider .slick-prev:before,
.home.firefox .pageslider .slick-next:before {
  margin-left: 7px; }

.sliderman {
  opacity: 0;
  z-index: 1;
  position: relative;
  max-height: 590px; }
  .sliderman .image-slider {
    width: 100%;
    height: 590px; }
    .sliderman .image-slider .slick-slide img {
      margin-left: auto;
      margin-top: 50px;
      margin-bottom: 60px;
      margin-left: 390px;
      max-width: 750px;
      max-height: 480px; }
    .sliderman .image-slider .slick-arrow {
      position: absolute;
      bottom: 0;
      left: auto;
      z-index: 1;
      padding: 22px 25px;
      cursor: pointer;
      height: 65px; }
      .sliderman .image-slider .slick-arrow i {
        color: #46484f; }
      .sliderman .image-slider .slick-arrow.slick-left {
        left: 570px; }
      .sliderman .image-slider .slick-arrow.slick-right {
        left: 635px; }
    .sliderman .image-slider .slide {
      -webkit-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      .sliderman .image-slider .slide:focus {
        outline: none; }
      .sliderman .image-slider .slide.slick-current, .sliderman .image-slider .slide.slick-cloned {
        opacity: 1; }
      .sliderman .image-slider .slide[aria-hidden="true"] {
        opacity: 0; }
  .sliderman .text-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 570px;
    height: 590px;
    background: #e20a14;
    -webkit-transition: background-color .9s ease;
    transition: background-color .9s ease;
    opacity: .9;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .sliderman .text-slider .slick-track {
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .sliderman .text-slider .slide {
      padding: 60px; }
      .sliderman .text-slider .slide:focus {
        outline: none; }
      .sliderman .text-slider .slide > * {
        position: relative;
        opacity: 0; }
      .sliderman .text-slider .slide h2 {
        font-size: 34px;
        line-height: 46px;
        font-weight: 700;
        margin-bottom: 40px;
        -webkit-transition: all 0.3s ease 0.4s;
        transition: all 0.3s ease 0.4s;
        -webkit-font-smoothing: antialiased; }
      .sliderman .text-slider .slide p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 40px;
        padding-left: 60px;
        -webkit-transition: all 0.5s ease 0.4s;
        transition: all 0.5s ease 0.4s;
        -webkit-font-smoothing: antialiased; }
      .sliderman .text-slider .slide a {
        font-family: "geomanist", sans-serif;
        letter-spacing: 1px;
        font-size: 20px;
        font-weight: 700;
        color: inherit;
        padding-left: 60px;
        letter-spacing: 0;
        -webkit-transition: all 0.7s ease 0.4s;
        transition: all 0.7s ease 0.4s;
        -webkit-font-smoothing: antialiased; }
        .sliderman .text-slider .slide a:before {
          background: #fff; }
      .sliderman .text-slider .slide.slick-current > * {
        opacity: 1;
        left: 0; }
      .sliderman .text-slider .slide.slide-prev > * {
        opacity: 0;
        left: -60px; }
      .sliderman .text-slider .slide.slide-next > * {
        opacity: 0;
        left: 60px; }
  .sliderman .no-of-slides {
    color: #46484f;
    position: absolute;
    right: -60px;
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }
    @media (max-width: 1360px) {
      .sliderman .no-of-slides {
        display: none; } }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (max-width: 768px) {
  .sliderman {
    margin-left: -30px;
    margin-right: -30px;
    max-height: none;
    padding-bottom: 60px; }
    .sliderman .text-slider {
      position: relative;
      width: calc(100% - 60px);
      margin: -60px auto 0;
      height: auto; }
      .sliderman .text-slider .slick-track {
        -moz-align-items: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .sliderman .text-slider .slide {
        padding: 30px; }
        .sliderman .text-slider .slide h2 {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 33px;
          line-height: 2.0625rem;
          margin-bottom: 20px; }
        .sliderman .text-slider .slide p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 21px;
          line-height: 1.3125rem;
          margin-bottom: 20px; }
        .sliderman .text-slider .slide a {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 100%; }
        .sliderman .text-slider .slide p,
        .sliderman .text-slider .slide a {
          padding-left: 0; }
    .sliderman .image-slider {
      height: auto;
      position: static;
      width: calc(100% + 60px); }
      .sliderman .image-slider .slide img {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%; }
      .sliderman .image-slider .slick-arrow.slick-left {
        left: 30px; }
      .sliderman .image-slider .slick-arrow.slick-right {
        left: 90px; }
    .sliderman .no-of-slides {
      -webkit-transform: none;
              transform: none;
      right: auto;
      left: 0; } }
.pageslider__wrap {
  background: #46484f;
  padding: 120px 0;
  color: #fff;
  position: relative; }
  .pageslider__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 480px;
    background: url("img/stripes-white.png"); }
  .pageslider__wrap .pageslider__drag {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 100%;
    margin-bottom: 25px;
    display: block;
    display: none; }
    @media (max-width: 500px) {
      .pageslider__wrap .pageslider__drag {
        display: none; } }
  .pageslider__wrap .slick-list {
    overflow: visible; }
  .pageslider__wrap .pageslider {
    margin-left: auto;
    cursor: ew-resize; }
  .pageslider__wrap .pageslider__intro {
    width: 50%;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .pageslider__wrap .pageslider__intro {
        width: 75%; } }
    .pageslider__wrap .pageslider__intro a {
      color: #dadada; }
  .pageslider__wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .pageslider__wrap .pageslider__link {
    margin-right: 50px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .pageslider__wrap .pageslider__link:hover .pageslider__title,
    .pageslider__wrap .pageslider__link:hover .pageslider__text {
      color: #fff; }
    .pageslider__wrap .pageslider__link:hover .pageslider__image:before {
      opacity: 1; }
    .pageslider__wrap .pageslider__link:hover .pageslider__image:after {
      opacity: .3; }
    .pageslider__wrap .pageslider__link:focus .pageslider__title,
    .pageslider__wrap .pageslider__link:focus .pageslider__text {
      color: #fff; }
  .pageslider__wrap .pageslider__image {
    position: relative;
    display: block; }
    .pageslider__wrap .pageslider__image:before {
      content: "Read More";
      text-transform: uppercase;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      color: #fff;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      z-index: 1; }
    .pageslider__wrap .pageslider__image:after {
      content: "";
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #46484f;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
  .pageslider__wrap .pageslider__title {
    margin: 30px 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 120%; }
  .pageslider__wrap .pageslider__text {
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    padding-right: 130px;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 1024px) {
      .pageslider__wrap .pageslider__text {
        padding-right: 0; } }

@media (min-width: 1025px) {
  .safari .timeline .slick-slide p {
    font-weight: 400; } }
.cat-support.archive__header .posts__info:before {
  background: #00e6b5; }
.cat-support ~ .view-more-button {
  color: #00e6b5;
  border-color: #00e6b5; }
  .cat-support ~ .view-more-button:after {
    color: #00e6b5; }
  .cat-support ~ .view-more-button:hover {
    background: #00e6b5; }

.cat-apps.archive__header .posts__info:before {
  background: #e20a14; }
.cat-apps ~ .view-more-button {
  color: #e20a14;
  border-color: #e20a14; }
  .cat-apps ~ .view-more-button:after {
    color: #e20a14; }
  .cat-apps ~ .view-more-button:hover {
    background: #e20a14; }

.cat-iot.archive__header .posts__info:before {
  background: #e5be00; }
.cat-iot ~ .view-more-button {
  color: #e5be00;
  border-color: #e5be00; }
  .cat-iot ~ .view-more-button:after {
    color: #e5be00; }
  .cat-iot ~ .view-more-button:hover {
    background: #e5be00; }

.cat-cloud-services.archive__header .posts__info:before {
  background: #5d45ff; }
.cat-cloud-services ~ .view-more-button {
  color: #5d45ff;
  border-color: #5d45ff; }
  .cat-cloud-services ~ .view-more-button:after {
    color: #5d45ff; }
  .cat-cloud-services ~ .view-more-button:hover {
    background: #5d45ff; }

.cat-voice.archive__header .posts__info:before {
  background: #E84F96; }
.cat-voice ~ .view-more-button {
  color: #E84F96;
  border-color: #E84F96; }
  .cat-voice ~ .view-more-button:after {
    color: #E84F96; }
  .cat-voice ~ .view-more-button:hover {
    background: #E84F96; }

.cat-automotive.archive__header .posts__info:before {
  background: #35b0d2; }
.cat-automotive ~ .view-more-button {
  color: #35b0d2;
  border-color: #35b0d2; }
  .cat-automotive ~ .view-more-button:after {
    color: #35b0d2; }
  .cat-automotive ~ .view-more-button:hover {
    background: #35b0d2; }

.archive__header {
  position: relative; }
  @media (max-width: 768px) {
    .archive__header {
      margin-left: -30px;
      margin-right: -30px; } }
  .archive__header .posts__info {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 50%;
    color: #fff;
    height: calc(100% - 80px);
    padding: 50px;
    z-index: 4;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: width 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.75s cubic-bezier(0.77, 0, 0.175, 1); }
    @media (max-width: 1000px) {
      .archive__header .posts__info {
        padding: 25px; } }
    @media (max-width: 767px) {
      .archive__header .posts__info {
        padding: 30px; } }
    .archive__header .posts__info:before {
      content: "";
      width: 0%;
      height: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
      transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0.25s; }
    .archive__header .posts__info .posts__category:before {
      background: #fff; }
  .archive__header.stage-one .posts__info {
    width: 50%; }
    .archive__header.stage-one .posts__info:before {
      width: 100%; }
  .archive__header .posts__image img {
    -webkit-transform: translate3d(-90px, 0px, 0px) rotate(0.001deg);
    transform: translate3d(-90px, 0px, 0px) rotate(0.001deg);
    display: block;
    opacity: 0; }
  .archive__header .posts__categories {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-transform: translate3d(0px, 30px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 30px, 0px) rotate(0.001deg);
    z-index: 1; }
  .archive__header .posts__title {
    -webkit-transform: translate3d(0px, 50px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 50px, 0px) rotate(0.001deg);
    z-index: 1; }
    @media (max-width: 850px) {
      .archive__header .posts__title {
        width: 100%; } }
  .archive__header .posts__content {
    -webkit-transform: translate3d(0px, 70px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 70px, 0px) rotate(0.001deg);
    z-index: 1; }
  .archive__header .posts__readmore {
    -webkit-transform: translate3d(0px, 90px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 90px, 0px) rotate(0.001deg); }
    .archive__header .posts__readmore:before {
      background: #fff; }
  .archive__header.in-view .fade-up {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
    opacity: 1; }
  .archive__header.in-view .posts__info:before {
    width: 100%;
    opacity: .9; }
  .archive__header.in-view .fade-right {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
    transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    opacity: 1; }

.firefox .archive__header .posts__info:before {
  width: 100%;
  opacity: 1; }
.firefox .archive__header .posts__image img {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  display: block;
  opacity: 1; }
.firefox .archive__header .fade-up {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  opacity: 1; }
.firefox.archive.category .content .categories,
.firefox.archive.category .content .posts {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.001deg); }

.archive.category .content .categories {
  -webkit-transform: translate3d(0px, 90px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 90px, 0px) rotate(0.001deg);
  opacity: 0; }
.archive.category .content .posts {
  -webkit-transform: translate3d(0px, 110px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 110px, 0px) rotate(0.001deg);
  opacity: 0; }
.archive.category .content.in-view .categories {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s; }
.archive.category .content.in-view .posts {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  transform: translate3d(0px, 0px, 0px) rotate(0.001deg);
  -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s; }

.view-more-button {
  border: 2px solid #e20a14;
  padding: 10px 15px;
  line-height: 100%;
  bottom: -20px !important;
  font-weight: 700;
  color: #e20a14;
  border-color: #e20a14; }
  .view-more-button:after {
    color: #e20a14;
    content: "\f105";
    font-family: 'FontAwesome';
    position: relative;
    right: 0;
    margin-left: 10px;
    font-size: 18px; }
  .view-more-button:hover {
    color: #fff;
    background: #e20a14; }
    .view-more-button:hover:after {
      color: #fff; }

@media (max-width: 768px) {
  .archive__header {
    margin-left: -30px;
    margin-right: -30px; }
    .archive__header .posts__info {
      position: relative;
      bottom: auto;
      width: calc(100% - 60px);
      margin: -200px auto 0; } }
@media (max-width: 600px) {
  .archive__header .posts__info {
    margin: -60px auto 0; } }
.firefox.single-post .progress {
  display: none; }
.firefox.single-post .postbuilder__img.postbuilder__img--wide,
.firefox.single-post .fade-up {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important; }
.firefox.single-post .post__header::before {
  width: 100% !important; }

.cat-support .colour--background, .cat-support .post__header:before {
  background: #00e6b5; }
.cat-support figcaption,
.cat-support .colour {
  color: #00e6b5; }
.cat-support.edge progress {
  color: #00e6b5 !important; }
.cat-support progress::-webkit-progress-value {
  background-color: #00e6b5 !important; }
.cat-support progress::-moz-progress-bar {
  background-color: #00e6b5 !important; }
.cat-support .postbuilder__tweet hr {
  background-image: url("img/stripes-small-green"); }
.cat-support .postbuilder__text a {
  border-color: #00e6b5; }
.cat-support .postbuilder__text li a {
  border-bottom: 3px solid #00e6b5; }
.cat-support .post__meta .meta__dropdown,
.cat-support .post__meta .meta__list {
  border-color: #00e6b5; }
  .cat-support .post__meta .meta__dropdown a,
  .cat-support .post__meta .meta__list a {
    color: #00e6b5; }

.cat-apps .colour--background, .cat-apps .post__header:before {
  background: #e20a14; }
.cat-apps figcaption,
.cat-apps .colour {
  color: #e20a14; }
.cat-apps.edge progress {
  color: #e20a14 !important; }
.cat-apps progress::-webkit-progress-value {
  background-color: #e20a14 !important; }
.cat-apps progress::-moz-progress-bar {
  background-color: #e20a14 !important; }
.cat-apps .postbuilder__tweet hr {
  background-image: url("img/stripes-small-red"); }
.cat-apps .postbuilder__text a {
  border-color: #e20a14; }
.cat-apps .postbuilder__text li a {
  border-bottom: 3px solid #e20a14; }
.cat-apps .post__meta .meta__dropdown,
.cat-apps .post__meta .meta__list {
  border-color: #e20a14; }
  .cat-apps .post__meta .meta__dropdown a,
  .cat-apps .post__meta .meta__list a {
    color: #e20a14; }

.cat-iot .colour--background, .cat-iot .post__header:before {
  background: #e5be00; }
.cat-iot figcaption,
.cat-iot .colour {
  color: #e5be00; }
.cat-iot.edge progress {
  color: #e5be00 !important; }
.cat-iot progress::-webkit-progress-value {
  background-color: #e5be00 !important; }
.cat-iot progress::-moz-progress-bar {
  background-color: #e5be00 !important; }
.cat-iot .postbuilder__tweet hr {
  background-image: url("img/stripes-small-yellow"); }
.cat-iot .postbuilder__text a {
  border-color: #e5be00; }
.cat-iot .postbuilder__text li a {
  border-bottom: 3px solid #e5be00; }
.cat-iot .post__meta .meta__dropdown,
.cat-iot .post__meta .meta__list {
  border-color: #e5be00; }
  .cat-iot .post__meta .meta__dropdown a,
  .cat-iot .post__meta .meta__list a {
    color: #e5be00; }

.cat-cloud-services .colour--background, .cat-cloud-services .post__header:before {
  background: #5d45ff; }
.cat-cloud-services figcaption,
.cat-cloud-services .colour {
  color: #5d45ff; }
.cat-cloud-services.edge progress {
  color: #5d45ff !important; }
.cat-cloud-services progress::-webkit-progress-value {
  background-color: #5d45ff !important; }
.cat-cloud-services progress::-moz-progress-bar {
  background-color: #5d45ff !important; }
.cat-cloud-services .postbuilder__tweet hr {
  background-image: url("img/stripes-small-purple"); }
.cat-cloud-services .postbuilder__text a {
  border-color: #5d45ff; }
.cat-cloud-services .postbuilder__text li a {
  border-bottom: 3px solid #5d45ff; }
.cat-cloud-services .post__meta .meta__dropdown,
.cat-cloud-services .post__meta .meta__list {
  border-color: #5d45ff; }
  .cat-cloud-services .post__meta .meta__dropdown a,
  .cat-cloud-services .post__meta .meta__list a {
    color: #5d45ff; }

.cat-voice .colour--background, .cat-voice .post__header:before {
  background: #E84F96; }
.cat-voice figcaption,
.cat-voice .colour {
  color: #E84F96; }
.cat-voice.edge progress {
  color: #E84F96 !important; }
.cat-voice progress::-webkit-progress-value {
  background-color: #E84F96 !important; }
.cat-voice progress::-moz-progress-bar {
  background-color: #E84F96 !important; }
.cat-voice .postbuilder__tweet hr {
  background-image: url("img/stripes-small-pink"); }
.cat-voice .postbuilder__text a {
  border-color: #E84F96; }
.cat-voice .postbuilder__text li a {
  border-bottom: 3px solid #E84F96; }
.cat-voice .post__meta .meta__dropdown,
.cat-voice .post__meta .meta__list {
  border-color: #E84F96; }
  .cat-voice .post__meta .meta__dropdown a,
  .cat-voice .post__meta .meta__list a {
    color: #E84F96; }

.cat-automotive .colour--background, .cat-automotive .post__header:before {
  background: #35b0d2; }
.cat-automotive figcaption,
.cat-automotive .colour {
  color: #35b0d2; }
.cat-automotive.edge progress {
  color: #35b0d2 !important; }
.cat-automotive progress::-webkit-progress-value {
  background-color: #35b0d2 !important; }
.cat-automotive progress::-moz-progress-bar {
  background-color: #35b0d2 !important; }
.cat-automotive .postbuilder__tweet hr {
  background-image: url("img/stripes-small-blue"); }
.cat-automotive .postbuilder__text a {
  border-color: #35b0d2; }
.cat-automotive .postbuilder__text li a {
  border-bottom: 3px solid #35b0d2; }
.cat-automotive .post__meta .meta__dropdown,
.cat-automotive .post__meta .meta__list {
  border-color: #35b0d2; }
  .cat-automotive .post__meta .meta__dropdown a,
  .cat-automotive .post__meta .meta__list a {
    color: #35b0d2; }

.post__header {
  position: relative; }
  .post__header:before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .post__header.in-view:before {
    width: 100%; }
  .post__header.in-view .fade-up {
    -webkit-transform: translate3d(0, 0px, 0) rotate(0.001deg);
    transform: translate3d(0, 0px, 0) rotate(0.001deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    opacity: 1; }

.post__header--inner {
  padding: 60px 30px 220px;
  width: 750px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  margin: 0 auto 280px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.post__header__meta {
  visibility: hidden;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .post__header__meta > * {
    display: inline-block;
    line-height: 100%; }

.post__header__share {
  display: block;
  line-height: 100%;
  margin-top: 30px; }
  .post__header__share a + a {
    margin-left: 20px; }

.post__image {
  max-width: 945px;
  max-height: 420px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: absolute;
  top: calc(100% - 190px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(0.001deg);
  transform: translate3d(-50%, 0, 0) rotate(0.001deg);
  overflow: hidden; }
  .post__image img {
    -webkit-transform: translate3d(0, 90px, 0) rotate(0.001deg);
    transform: translate3d(0, 90px, 0) rotate(0.001deg); }

.post__date {
  text-transform: uppercase;
  line-height: 100%; }

.fade-up {
  opacity: 0; }

.post__info {
  width: 50%; }
  .post__info h2 a {
    font-family: "geomanist", sans-serif; }

.post__category {
  display: inline-block;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 115%;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }
  .post__category:before {
    background: #fff; }

.post__title {
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

.post__date {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0); }

.post__intro {
  max-width: 760px;
  width: 100%;
  margin: 60px auto;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 43px;
  line-height: 2.6875rem; }
  @media (max-width: 768px) {
    .post__intro {
      margin: 30px auto; } }

.post__author {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

.post__header__share {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0); }

.post__content {
  -webkit-transform: translate3d(0, 110px, 0);
  transform: translate3d(0, 110px, 0); }
  .post__content .container {
    max-width: 945px;
    width: 100%;
    margin: 0 auto; }
  .post__content.in-view.fade-up {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    opacity: 1; }

.postbuilder__hr {
  margin: 60px auto; }

.postbuilder__title {
  margin: 0px auto 50px; }
  @media (max-width: 768px) {
    .postbuilder__title {
      margin: 0px auto 25px; } }

.postbuilder__img {
  margin: 60px auto;
  max-width: 760px;
  display: block;
  width: 100%; }
  @media (max-width: 768px) {
    .postbuilder__img {
      margin: 30px auto; } }
  .postbuilder__img img {
    display: block;
    width: 100%; }
  .postbuilder__img.postbuilder__img--wide {
    margin: 120px auto;
    max-width: 1440px;
    min-width: 1140px;
    position: relative;
    width: 100%;
    height: 650px;
    opacity: 0.1;
    overflow: hidden;
    background-size: cover; }
    @media (max-width: 767px) {
      .postbuilder__img.postbuilder__img--wide {
        margin: 30px auto;
        max-width: 100%;
        min-width: 100%;
        opacity: 1 !important;
        height: auto; } }
    .postbuilder__img.postbuilder__img--wide img {
      position: relative; }
      @media (max-width: 767px) {
        .postbuilder__img.postbuilder__img--wide img {
          top: 0 !important; } }
  .postbuilder__img .img__caption {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-top: 40px; }

.postbuilder__text {
  max-width: 760px;
  width: 100%;
  margin: 60px auto; }
  @media (max-width: 768px) {
    .postbuilder__text {
      margin: 30px auto; } }
  .postbuilder__text p a {
    position: relative;
    font-weight: 400;
    border-bottom: 3px solid; }
    .postbuilder__text p a:after {
      display: none !important; }
  .postbuilder__text ul {
    list-style: none; }
    .postbuilder__text ul li {
      position: relative; }
      .postbuilder__text ul li:before {
        content: "";
        width: 45px;
        height: 1px;
        display: block;
        background: #46484f;
        left: -60px;
        position: absolute;
        top: 14px; }
  .postbuilder__text figure.wp-caption.alignleft {
    margin: 8px 60px 0 -95px; }
    @media (max-width: 768px) {
      .postbuilder__text figure.wp-caption.alignleft {
        margin: 20px 0; } }
  .postbuilder__text figure.wp-caption.alignright {
    margin: 8px -95px 0 60px; }
    @media (max-width: 768px) {
      .postbuilder__text figure.wp-caption.alignright {
        margin: 20px 0; } }
  .postbuilder__text figure.wp-caption figcaption {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 20px auto 30px; }
    @media (max-width: 768px) {
      .postbuilder__text figure.wp-caption figcaption {
        margin: 20px 0; } }

.postbuilder__tweet {
  max-width: 760px;
  width: 100%;
  margin: 120px auto 100px;
  text-align: center; }
  .postbuilder__tweet .tweet__content {
    font-family: "geomanist", sans-serif;
    letter-spacing: 1px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 43px;
    line-height: 2.6875rem;
    margin: 40px auto; }
  .postbuilder__tweet hr {
    width: 50%;
    margin: 40px auto; }
  .postbuilder__tweet span {
    margin: 40px auto;
    line-height: 100%;
    display: block; }

.postbuilder__code {
  max-width: 760px;
  width: 100%;
  margin: 0 auto; }

.postbuilder__quote {
  position: relative;
  max-width: 550px;
  padding-left: 100px;
  letter-spacing: 0;
  width: 100%;
  margin: 50px auto;
  font-family: "geomanist", sans-serif;
  letter-spacing: 1px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 43px;
  line-height: 2.6875rem; }
  @media (max-width: 424px) {
    .postbuilder__quote {
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 150%; } }
  .postbuilder__quote:before {
    content: "Quote";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400; }
    @media (max-width: 424px) {
      .postbuilder__quote:before {
        left: 20px; } }
  .postbuilder__quote:after {
    content: "/";
    position: absolute;
    top: 0;
    left: 55px;
    font-family: "geomanist-light", sans-serif;
    font-size: 50px;
    font-size: 3.125rem; }
    @media (max-width: 424px) {
      .postbuilder__quote:after {
        left: 65px; } }
  .postbuilder__quote .quote__author {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%;
    margin-top: 20px;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      .postbuilder__quote .quote__author {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 150%; } }
  .postbuilder__quote .author__position {
    display: inline-block;
    font-weight: 400; }

.post__meta {
  margin: 60px auto 40px;
  max-width: 825px;
  padding: 0 30px;
  width: 100%;
  height: 42px;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%; }
  @media (max-width: 768px) {
    .post__meta {
      padding: 0 30px;
      margin: 30px auto 30px; } }
  .post__meta .meta__dropdown {
    font-weight: 700;
    display: block;
    padding: 14px 25px;
    border: 1px solid #e20a14;
    height: 32px;
    font-size: 13px;
    height: 42px; }
    .post__meta .meta__dropdown i {
      display: inline; }
  .post__meta .meta__list {
    display: none;
    position: absolute;
    padding: 15px;
    border: 1px solid #e20a14;
    top: calc(100% - 1px);
    background: white; }
    .post__meta .meta__list a {
      display: block;
      font-size: 13px;
      font-weight: 400; }
      .post__meta .meta__list a + a {
        margin-top: 15px; }
  .post__meta .post__tags {
    position: relative; }
  .post__meta .post__share {
    position: relative;
    text-transform: none;
    -webkit-transform: none;
    transform: none; }
    .post__meta .post__share span {
      text-transform: uppercase; }
  .post__meta .post__tags + .post__share .meta__list {
    right: 0px;
    text-align: right; }

.single-post .related__hr {
  display: none; }
.single-post footer hr {
  display: none; }
.single-post .author__header {
  margin-top: 60px;
  overflow: hidden; }
.single-post .view-bio {
  display: inline-block; }
.single-post .author__header .author__meta {
  padding-left: 190px; }
.single-post .author__description {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .single-post .author__description {
      margin-bottom: 30px; } }

.post__bottom {
  max-width: 760px;
  width: 100%;
  margin: 30px auto 60px; }

@media (max-width: 768px) {
  .post__header {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px; }
    .post__header:before {
      height: calc(100% - 20%); }
    .post__header .post__header--inner {
      padding: 60px 30px 60px;
      width: calc(100% + 60px);
      margin: 0 -30px 0px; }
    .post__header .post__image {
      position: relative;
      width: 100%;
      margin: 0 auto 0;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
@media (max-width: 600px) {
  .post__header .post__header--inner {
    padding: 30px 0;
    width: 100%;
    margin: 0; }
  .post__header .post__info {
    width: 100%; }
  .post__header .post__header__meta {
    display: none; } }
.jobs__header:before {
  background: #46484f; }
.jobs__header .post__tag {
  margin-bottom: 30px;
  display: block;
  line-height: 100%;
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
.jobs__header .post__title {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .single-jobs .post__header--inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .single-jobs .post__info {
    width: 100%; } }
.single-jobs .post__content {
  max-width: 945px;
  margin: 0 auto; }
  .single-jobs .post__content .post__intro {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    max-width: 745px;
    letter-spacing: 2px; }
  .single-jobs .post__content h4 {
    margin-top: 80px;
    margin-bottom: 30px; }
  .single-jobs .post__content ul {
    list-style: none; }
    .single-jobs .post__content ul li {
      position: relative;
      line-height: 24px;
      line-height: 1.5rem; }
      .single-jobs .post__content ul li:before {
        content: "";
        width: 45px;
        height: 1px;
        display: block;
        background: #46484f;
        left: -60px;
        position: absolute;
        top: 50%; }
      .single-jobs .post__content ul li + li {
        margin-top: 20px; }
  .single-jobs .post__content .jobs__requirements,
  .single-jobs .post__content .extra-content {
    max-width: 745px;
    margin: 80px auto; }

.jobs__footer {
  width: 945px;
  margin: 80px auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .jobs__footer > * {
    width: 50%; }
  .jobs__footer .jobs__deadline {
    margin-right: 20px; }
  .jobs__footer .jobs__apply > *:first-child {
    margin-top: 0; }
  .jobs__footer .application-form {
    display: none; }

.post-type-archive-jobs .archive__header .posts__image {
  z-index: 0;
  position: relative; }
  @media (max-width: 768px) {
    .post-type-archive-jobs .archive__header .posts__image img {
      width: 100%; } }
.post-type-archive-jobs .archive__header .posts__info {
  height: 100%;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-type-archive-jobs .archive__header .posts__info:before {
    content: "";
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: #46484f;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.25s; }
  @media (max-width: 768px) {
    .post-type-archive-jobs .archive__header .posts__info {
      margin: -60px auto 0; } }
.post-type-archive-jobs .archive__header h1 {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  width: 100%; }
.post-type-archive-jobs .archive__header.in-view .posts__info:before {
  width: 100%;
  opacity: .9; }
.post-type-archive-jobs .archive__intro,
.post-type-archive-jobs .job__posts hr,
.post-type-archive-jobs .job__post,
.post-type-archive-jobs .archive__content {
  max-width: 945px;
  width: 100%;
  margin: 60px auto; }
  @media (max-width: 768px) {
    .post-type-archive-jobs .archive__intro,
    .post-type-archive-jobs .job__posts hr,
    .post-type-archive-jobs .job__post,
    .post-type-archive-jobs .archive__content {
      margin: 30px auto; } }
.post-type-archive-jobs .archive__intro {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 43px;
  line-height: 2.6875rem; }
.post-type-archive-jobs .job__post {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto; }
  @media (max-width: 768px) {
    .post-type-archive-jobs .job__post {
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 30px auto; } }
.post-type-archive-jobs .archive__content hr {
  margin-bottom: 60px; }
.post-type-archive-jobs .post__cats {
  width: 100%; }
  @media (max-width: 768px) {
    .post-type-archive-jobs .post__cats {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .post-type-archive-jobs .post__cats h3 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 120%; } }
.post-type-archive-jobs .post__info {
  width: 100%; }
  .post-type-archive-jobs .post__info p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .post-type-archive-jobs .post__info h2 a {
    font-size: inherit;
    line-height: 110%; }
.post-type-archive-jobs .post__intro {
  font-family: "Roboto", Arial, sans-serif; }

.post__date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%; }

.wpcf7 .form__fields p input {
  width: 100%; }

.team__intro {
  max-width: 975px;
  width: 100%;
  padding: 100px 50px 130px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .in-view .team__intro {
    opacity: 1; }
  @media (max-width: 768px) {
    .team__intro {
      padding: 30px 0px 60px; } }

.team {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .in-view .team .team_member {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .team .team_member {
    display: inline-block;
    width: 30%;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (max-width: 1023px) {
      .team .team_member {
        width: 47%; } }
    @media (max-width: 767px) {
      .team .team_member {
        width: 100%; } }
    .team .team_member .team_member__img {
      background: #e20a14;
      height: 410px;
      position: relative; }
      @media (max-width: 767px) {
        .team .team_member .team_member__img {
          text-align: center; } }
      .team .team_member .team_member__img img {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px); }
      .team .team_member .team_member__img:before {
        opacity: 0;
        content: "";
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("img/lines-bg.png");
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
    .team .team_member .view-profile {
      line-height: 16px;
      line-height: 1rem;
      margin-top: -25px;
      background: #fff;
      padding: 25px 0;
      position: relative;
      width: calc(100% - 39px);
      left: -1px; }
      .team .team_member .view-profile .link {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 20px;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        margin-left: 1px; }
    .team .team_member:nth-child(1n) {
      -webkit-transition-delay: 0.25s, 0.25s;
      transition-delay: 0.25s, 0.25s; }
    .team .team_member:nth-child(2n) {
      -webkit-transition-delay: 0.5s, 0.5s;
      transition-delay: 0.5s, 0.5s; }
    .team .team_member:nth-child(3n) {
      -webkit-transition-delay: 0.75s, 0.75s;
      transition-delay: 0.75s, 0.75s; }
    .team .team_member:nth-child(4n) {
      -webkit-transition-delay: 1s, 1s;
      transition-delay: 1s, 1s; }
    .team .team_member:nth-child(5n) {
      -webkit-transition-delay: 1s, 1s;
      transition-delay: 1s, 1s; }
    .team .team_member:nth-child(6n) {
      -webkit-transition-delay: 1s, 1s;
      transition-delay: 1s, 1s; }
    .team .team_member .link {
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      margin: 0; }
    .team .team_member h3 {
      margin-bottom: 20px;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .team .team_member span {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .team .team_member:hover .team_member__img:before {
      opacity: 1; }
    .team .team_member:hover .view-profile .link--slash, .team .team_member:hover .view-profile .page-template-page-contact .footer__block:last-child a, .page-template-page-contact .footer__block:last-child .team .team_member:hover .view-profile a, .team .team_member:hover .view-profile footer .footer__right .footer__block a, footer .footer__right .footer__block .team .team_member:hover .view-profile a, .team .team_member:hover .view-profile .menu .menu__nav .menu__menu a, .menu .menu__nav .menu__menu .team .team_member:hover .view-profile a, .team .team_member:hover .view-profile .sliderman .text-slider .slide a, .sliderman .text-slider .slide .team .team_member:hover .view-profile a, .team .team_member:hover .view-profile .archive__header .posts__readmore, .archive__header .team .team_member:hover .view-profile .posts__readmore, .team .team_member:hover .view-profile .posts__categories .posts__category, .posts__categories .team .team_member:hover .view-profile .posts__category {
      padding-right: 20px; }
      .team .team_member:hover .view-profile .link--slash:before, .team .team_member:hover .view-profile .page-template-page-contact .footer__block:last-child a:before, .page-template-page-contact .footer__block:last-child .team .team_member:hover .view-profile a:before, .team .team_member:hover .view-profile footer .footer__right .footer__block a:before, footer .footer__right .footer__block .team .team_member:hover .view-profile a:before, .team .team_member:hover .view-profile .menu .menu__nav .menu__menu a:before, .menu .menu__nav .menu__menu .team .team_member:hover .view-profile a:before, .team .team_member:hover .view-profile .sliderman .text-slider .slide a:before, .sliderman .text-slider .slide .team .team_member:hover .view-profile a:before, .team .team_member:hover .view-profile .archive__header .posts__readmore:before, .archive__header .team .team_member:hover .view-profile .posts__readmore:before, .team .team_member:hover .view-profile .posts__categories .posts__category:before, .posts__categories .team .team_member:hover .view-profile .posts__category:before {
        -webkit-transform: rotate(25deg) translate(0px, 0px);
        transform: rotate(25deg) translate(0px, 0px); }
  .team:after {
    content: "";
    width: 30%;
    display: inline-block; }

.archive.author .footer hr {
  display: none; }

.author main {
  overflow-x: initial; }

.categories {
  margin: 50px 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .categories a {
    margin: 0 25px; }
  .categories .category-featured {
    position: relative; }
    .categories .category-featured:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      display: block;
      background: #46484f; }
  @media (max-width: 1023px) {
    .content .categories {
      display: none; } }

.posts,
.ajax_posts {
  padding: 0;
  margin: 60px 0;
  list-style: none;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .posts li,
  .ajax_posts li {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
    margin-top: 0; }
    @media (max-width: 600px) {
      .posts li,
      .ajax_posts li {
        margin-bottom: 0px; }
        .posts li + li + li,
        .ajax_posts li + li + li {
          margin-top: 45px;
          margin-bottom: 0px; } }
    .posts li.grid-sizer, .posts li.grid-item,
    .ajax_posts li.grid-sizer,
    .ajax_posts li.grid-item {
      width: calc(33.33333% - 40px); }
      @media (max-width: 1024px) {
        .posts li.grid-sizer, .posts li.grid-item,
        .ajax_posts li.grid-sizer,
        .ajax_posts li.grid-item {
          width: calc(50% - 40px); } }
      @media (max-width: 650px) {
        .posts li.grid-sizer, .posts li.grid-item,
        .ajax_posts li.grid-sizer,
        .ajax_posts li.grid-item {
          width: 100%; } }
    .posts li.grid-sizer,
    .ajax_posts li.grid-sizer {
      margin: 0; }

@media (max-width: 600px) {
  .posts {
    height: auto !important;
    padding-bottom: 60px; }

  .grid-item {
    position: relative !important;
    left: auto !important;
    top: auto !important; } }
.standard_loadmore,
.featured_loadmore,
.archive_loadmore {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.posts__wrap:hover .posts__image:before {
  opacity: 1; }
.posts__wrap:hover .posts__image:after {
  opacity: 1; }
.posts__wrap:hover .posts__image--side:before {
  opacity: 1; }

.posts__image__wrap {
  position: relative; }

.posts__image {
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 4;
  position: relative; }
  .posts__image img {
    display: block; }
  .posts__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-color: transparent;
    background-color: #46484f; }
  .posts__image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 60px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-position: left bottom;
    background-repeat: repeat-x;
    background: transparent;
    background: url("img/stripes-white.png") left bottom repeat-x; }

.posts__image--side {
  height: 205px;
  position: absolute;
  width: 40px;
  right: 0;
  background-position: right top;
  z-index: 3;
  top: 0;
  background-size: cover; }
  .posts__image--side:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #46484f;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.posts__categories {
  padding: 25px 0;
  display: block;
  width: calc(100% - 40px);
  line-height: 100%;
  z-index: 1; }
  .posts__categories .posts__category {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-weight: 400; }

.posts__title {
  width: calc(100% - 65px);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.posts__date {
  margin: 25px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  width: calc(100% - 65px);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

@media (max-width: 1300px) {
  .posts__image {
    height: auto; }

  .posts__image--side {
    display: none; }

  .posts__categories {
    z-index: 4;
    margin-top: -25px;
    background: white; } }
.categories .category-support {
  position: relative; }
  .categories .category-support:after {
    content: "";
    background: #00e6b5;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-support:focus:after, .categories .category-support:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-support {
  position: relative; }
  .menu .categories .category-support:after {
    content: "";
    position: absolute;
    background: #00e6b5;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-support:focus:after, .menu .categories .category-support:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--support {
  position: relative; }
  .posts--support .posts__image:before {
    background-color: #00e6b5; }
  .posts--support .posts__image--side:before {
    background-color: #00e6b5; }
  .posts--support:focus .posts__title,
  .posts--support:focus .posts__date, .posts--support:hover .posts__title,
  .posts--support:hover .posts__date {
    color: #00e6b5; }

body.category-support .category-support:after {
  content: "";
  background: #00e6b5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.categories .category-apps {
  position: relative; }
  .categories .category-apps:after {
    content: "";
    background: #e20a14;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-apps:focus:after, .categories .category-apps:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-apps {
  position: relative; }
  .menu .categories .category-apps:after {
    content: "";
    position: absolute;
    background: #e20a14;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-apps:focus:after, .menu .categories .category-apps:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--apps {
  position: relative; }
  .posts--apps .posts__image:before {
    background-color: #e20a14; }
  .posts--apps .posts__image--side:before {
    background-color: #e20a14; }
  .posts--apps:focus .posts__title,
  .posts--apps:focus .posts__date, .posts--apps:hover .posts__title,
  .posts--apps:hover .posts__date {
    color: #e20a14; }

body.category-apps .category-apps:after {
  content: "";
  background: #e20a14;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.categories .category-iot {
  position: relative; }
  .categories .category-iot:after {
    content: "";
    background: #e5be00;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-iot:focus:after, .categories .category-iot:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-iot {
  position: relative; }
  .menu .categories .category-iot:after {
    content: "";
    position: absolute;
    background: #e5be00;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-iot:focus:after, .menu .categories .category-iot:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--iot {
  position: relative; }
  .posts--iot .posts__image:before {
    background-color: #e5be00; }
  .posts--iot .posts__image--side:before {
    background-color: #e5be00; }
  .posts--iot:focus .posts__title,
  .posts--iot:focus .posts__date, .posts--iot:hover .posts__title,
  .posts--iot:hover .posts__date {
    color: #e5be00; }

body.category-iot .category-iot:after {
  content: "";
  background: #e5be00;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.categories .category-cloud-services {
  position: relative; }
  .categories .category-cloud-services:after {
    content: "";
    background: #5d45ff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-cloud-services:focus:after, .categories .category-cloud-services:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-cloud-services {
  position: relative; }
  .menu .categories .category-cloud-services:after {
    content: "";
    position: absolute;
    background: #5d45ff;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-cloud-services:focus:after, .menu .categories .category-cloud-services:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--cloud-services {
  position: relative; }
  .posts--cloud-services .posts__image:before {
    background-color: #5d45ff; }
  .posts--cloud-services .posts__image--side:before {
    background-color: #5d45ff; }
  .posts--cloud-services:focus .posts__title,
  .posts--cloud-services:focus .posts__date, .posts--cloud-services:hover .posts__title,
  .posts--cloud-services:hover .posts__date {
    color: #5d45ff; }

body.category-cloud-services .category-cloud-services:after {
  content: "";
  background: #5d45ff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.categories .category-voice {
  position: relative; }
  .categories .category-voice:after {
    content: "";
    background: #E84F96;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-voice:focus:after, .categories .category-voice:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-voice {
  position: relative; }
  .menu .categories .category-voice:after {
    content: "";
    position: absolute;
    background: #E84F96;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-voice:focus:after, .menu .categories .category-voice:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--voice {
  position: relative; }
  .posts--voice .posts__image:before {
    background-color: #E84F96; }
  .posts--voice .posts__image--side:before {
    background-color: #E84F96; }
  .posts--voice:focus .posts__title,
  .posts--voice:focus .posts__date, .posts--voice:hover .posts__title,
  .posts--voice:hover .posts__date {
    color: #E84F96; }

body.category-voice .category-voice:after {
  content: "";
  background: #E84F96;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.categories .category-automotive {
  position: relative; }
  .categories .category-automotive:after {
    content: "";
    background: #35b0d2;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in; }
  .categories .category-automotive:focus:after, .categories .category-automotive:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.menu .categories .category-automotive {
  position: relative; }
  .menu .categories .category-automotive:after {
    content: "";
    position: absolute;
    background: #35b0d2;
    left: -5px;
    bottom: 0;
    width: 0;
    height: 10px;
    display: block;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in; }
  .menu .categories .category-automotive:focus:after, .menu .categories .category-automotive:hover:after {
    width: calc(100% + 10px);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.safari .menu .categories a:after {
  left: 0; }
.safari .menu .categories a:hover:after, .safari .menu .categories a:focus:after {
  width: 100%;
  left: 0; }

.posts--automotive {
  position: relative; }
  .posts--automotive .posts__image:before {
    background-color: #35b0d2; }
  .posts--automotive .posts__image--side:before {
    background-color: #35b0d2; }
  .posts--automotive:focus .posts__title,
  .posts--automotive:focus .posts__date, .posts--automotive:hover .posts__title,
  .posts--automotive:hover .posts__date {
    color: #35b0d2; }

body.category-automotive .category-automotive:after {
  content: "";
  background: #35b0d2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block; }

.related h3 {
  margin: 50px auto 60px;
  display: block;
  text-align: center; }
.related .related__posts {
  position: relative;
  padding: 0;
  margin: 60px 0;
  list-style: none;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .related .related__posts li {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    width: calc(33.33333% - 40px);
    margin-top: 0;
    position: relative; }
  @media (max-width: 650px) {
    .related .related__posts {
      -moz-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .related .related__posts li {
        width: 100%; } }

.author__header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F1));
  background-image: linear-gradient(to bottom, #fff 0%, #F0F0F1 100%);
  width: calc(100% - 60px);
  z-index: -1;
  margin: 0px auto 50px; }
  @media (max-width: 768px) {
    .author__header {
      width: 100%; } }
  .author__header .author__inner {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 530px; }
    .author__header .author__inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 435px;
      height: 60px;
      z-index: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      background-position: left bottom;
      background-repeat: repeat-x;
      background: transparent;
      background: url("img/stripes-grey.png") left bottom repeat-x; }
  .author__header .author__initial {
    font-size: 700px;
    font-size: 43.75rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #ECECEC;
    opacity: .6;
    z-index: 0;
    line-height: 72%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "geomanist", sans-serif;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .author__header .author__initial {
        display: none; } }
  .author__header .author__meta {
    padding-left: 95px;
    width: 50%;
    z-index: 1;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 530px; }
    @media (width: 768px) {
      .author__header .author__meta {
        height: auto; } }
    @media (max-width: 767px) {
      .author__header .author__meta {
        height: auto; } }
  .author__header .author__img {
    width: 50%;
    z-index: 1;
    position: relative; }
    .author__header .author__img img {
      display: block;
      margin-left: auto;
      position: absolute;
      bottom: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      height: 480px; }
  .author__header .author__tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%;
    margin-top: 100px; }
    @media (max-width: 768px) {
      .author__header .author__tag {
        margin-top: 0px; } }
  .author__header .author__name {
    font-family: "geomanist", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 15px; }
    .author__header .author__name a {
      font-size: inherit;
      font-family: inherit;
      line-height: 110%;
      font-weight: 700; }
  .author__header .author__position {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 100%;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .author__header .author__position {
        margin-bottom: 30px; } }
  .author__header .author__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    width: 100%;
    display: block; }
  .author__header .author__social {
    margin-top: auto;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .author__header .author__social {
        margin-top: 20px; } }
    @media (width: 768px) {
      .author__header .author__social {
        margin-bottom: 85px; } }
    .author__header .author__social a {
      color: #e20a14; }
      .author__header .author__social a + a {
        margin-left: 40px; }
        @media (max-width: 768px) {
          .author__header .author__social a + a {
            margin-left: 30px; } }
    .author__header .author__social .view-more-button:hover {
      color: #fff; }
    .author__header .author__social .view-more-button:after {
      content: "\f104"; }

.author__posts__title {
  text-align: center; }

.archive.author .author__tag {
  display: none; }
.archive.author .author__name:first-child {
  margin-top: 100px; }
  @media (max-width: 768px) {
    .archive.author .author__name:first-child {
      margin-top: 0px; } }
.archive.author .author__back:first-child {
  margin-top: 50px; }

@media (max-width: 1023px) and (min-width: 768px) {
  .single-post .author__header .author__meta {
    padding-left: 0; } }
@media (max-width: 950px) {
  .author__header .author__meta {
    padding-left: 0; } }
@media (max-width: 768px) {
  .author__header .author__initial {
    left: 0px;
    -webkit-transform: none;
    transform: none;
    line-height: 68%; }
  .author__header .author__inner {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0; }
    .author__header .author__inner .author__img {
      margin-right: auto; }
    .author__header .author__inner .author__meta {
      width: 100%;
      padding-left: 0; }
    .author__header .author__inner:after {
      max-width: 50%;
      left: 0; }
  .author__header .author__img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    width: 60%; }
    .author__header .author__img img {
      margin: auto;
      position: relative;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      height: auto; } }
@media (width: 768px) {
  .author__header .author__inner {
    min-height: 280px;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .author__header .author__inner .author__initial {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      line-height: 68%;
      font-size: 400px;
      font-size: 25rem; }
    .author__header .author__inner .author__meta {
      width: 70%; }
    .author__header .author__inner .author__img {
      width: 30%; } }
@media (max-width: 767px) {
  .author__header .author__initial {
    font-size: 300px;
    font-size: 18.75rem; }
  .author__header .author__inner .author__img {
    margin-top: -75px; }
  .author__header .author__inner .author__img {
    margin-right: -30px; }
  .author__header .author__inner .author__description {
    display: none; }

  body.author .author__inner .author__initial {
    display: none; }
  body.author .author__inner .author__img {
    -moz-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0px;
    margin-bottom: 30px; }
  body.author .author__inner .author__img {
    margin-right: auto; }
    body.author .author__inner .author__img:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      z-index: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      background-position: left bottom;
      background-repeat: repeat-x;
      background: transparent;
      background: url("img/stripes-grey.png") left bottom repeat-x;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
  body.author .author__inner .author__meta {
    text-align: center; }
    body.author .author__inner .author__meta .author__name,
    body.author .author__inner .author__meta .author__position,
    body.author .author__inner .author__meta .author__social {
      margin-left: auto;
      margin-right: auto; }
  body.author .author__inner .author__description {
    display: block; }
  body.author .author__inner:after {
    display: none; } }
/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important; }
  .wpcf7 .wpcf7-form label {
    width: 100%; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: red !important; }
  .wpcf7 .wpcf7-validation-errors {
    color: red !important;
    border: 1px solid #aaa !important; }

.page-template-page-timeline {
  height: 100vh; }
  .page-template-page-timeline header {
    background: transparent; }
    .page-template-page-timeline header .header__menu span {
      background: #fff; }
    .page-template-page-timeline header .header__search {
      color: #fff; }
    .page-template-page-timeline header .header__logo svg {
      width: 130px; }
      .page-template-page-timeline header .header__logo svg .a {
        fill: #fff; }
    .page-template-page-timeline header .header__search {
      visibility: hidden; }
  .page-template-page-timeline .primary {
    padding-top: 0; }
  .page-template-page-timeline .content:before {
    display: none; }

.slide-background {
  height: 100vh;
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .slide-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 400px 0 0;
    border-color: transparent;
    border-top-color: inherit; }
  .slide-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: inherit;
    opacity: .5; }

.tl {
  margin: 0 !important;
  padding: 0;
  height: 100vh;
  width: 100%;
  max-width: 1000px;
  z-index: 2;
  list-style: none;
  position: absolute;
  right: 0; }
  @media (max-width: 1024px) {
    .tl {
      width: 60%; } }
  .tl .slick-slide {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -o-object-fit: cover;
       object-fit: cover; }

.timeline {
  margin: 0 !important;
  padding: 0;
  height: 100vh;
  z-index: 2;
  list-style: none; }
  .timeline .slick-slide {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
    -webkit-transform: none;
            transform: none;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .timeline .slick-slide:focus {
      outline: none; }
    .timeline .slick-slide .slide-inner {
      display: -moz-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -moz-justify-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      position: relative;
      border-style: solid;
      border-width: 0;
      z-index: 3; }
    .timeline .slick-slide .slide-left,
    .timeline .slick-slide .slide-right {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    .timeline .slick-slide .slide-left {
      width: 400px;
      margin: 0 75px; }
    .timeline .slick-slide .slide-right {
      width: 400px;
      margin: 0 75px;
      font-size: 300px;
      line-height: 75%;
      font-family: "geomanist", sans-serif;
      letter-spacing: 1px;
      padding-top: calc(1.5rem + 40px); }
    .timeline .slick-slide.intro-slide .slide-right {
      font-size: 65px;
      font-size: 4.0625rem;
      line-height: 120%; }
      @media (max-width: 425px) {
        .timeline .slick-slide.intro-slide .slide-right {
          font-size: 35px;
          font-size: 2.1875rem; } }
    .timeline .slick-slide.slick-active .slide-left,
    .timeline .slick-slide.slick-active .slide-right {
      opacity: 1;
      -webkit-transition: opacity 0.75s ease;
      transition: opacity 0.75s ease; }
    .timeline .slick-slide.slick-active .slide-left {
      -webkit-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .timeline .slick-slide.slick-active .slide-right {
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .timeline .slick-slide .slide:focus {
      outline: none; }
    .timeline .slick-slide img {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      bottom: 0;
      height: 100vh;
      -webkit-transform: none !important;
      transform: none !important; }
    .timeline .slick-slide h4 {
      margin-bottom: 40px; }
      @media (max-width: 425px) {
        .timeline .slick-slide h4 {
          margin-bottom: 10px; } }
    .timeline .slick-slide p {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 28px;
      line-height: 1.75rem;
      padding-left: 40px; }
    .timeline .slick-slide .slide-projects {
      margin-top: 40px;
      padding-left: 40px; }
      .timeline .slick-slide .slide-projects h5 {
        margin-bottom: 30px; }
      .timeline .slick-slide .slide-projects span {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 28px;
        line-height: 1.75rem; }
        .timeline .slick-slide .slide-projects span + span {
          margin-left: 10px; }
          .timeline .slick-slide .slide-projects span + span:before {
            content: "/";
            position: relative;
            left: 0;
            margin-right: 10px; }
  .timeline .slick-dots {
    position: fixed;
    top: 45%;
    display: inline-block !important;
    width: auto !important;
    right: 50px;
    bottom: auto;
    height: auto; }
    .timeline .slick-dots li {
      display: block;
      margin: 5px 0;
      padding: 8px 0px;
      width: 26px;
      height: 1px; }
      .timeline .slick-dots li button {
        background: #fff;
        width: 26px;
        height: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0; }
        .timeline .slick-dots li button:before {
          display: none; }
      .timeline .slick-dots li span {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 100%;
        font-family: "geomanist", sans-serif;
        letter-spacing: 1px;
        color: #fff;
        right: 150%;
        top: 3px;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .timeline .slick-dots li:hover span {
        opacity: 1; }
      .timeline .slick-dots li.slick-active {
        height: 2px; }
        .timeline .slick-dots li.slick-active button {
          height: 2px; }
        .timeline .slick-dots li.slick-active span {
          opacity: 1; }

@media (max-width: 1024px) {
  .timeline .slick-slide {
    max-width: 85%; }
    .timeline .slick-slide .slide-left {
      width: 50%;
      margin: 0 30px; }
    .timeline .slick-slide .slide-right {
      width: 50%;
      font-size: 230px;
      margin: 0 30px; } }
@media (max-width: 768px) {
  .timeline .slick-slide .slide-inner {
    -moz-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 50px; }
    .timeline .slick-slide .slide-inner .slide-left {
      width: 85%; }
      .timeline .slick-slide .slide-inner .slide-left .slide-projects {
        padding-left: 0; }
    .timeline .slick-slide .slide-inner .slide-right {
      width: 85%;
      margin-bottom: 10px; }
  .timeline .slick-slide p {
    padding-left: 0; }

  .tl {
    width: 100%; }
    .tl .slick-slide {
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
      transform: none; }

  .timeline .slick-slide {
    max-width: 100%; }
    .timeline .slick-slide .slide-inner .slide-left {
      width: calc(100% - 60px);
      padding-top: 30px; }
    .timeline .slick-slide .slide-inner .slide-right {
      width: calc(100% - 30px);
      margin-right: 15px;
      margin-left: 15px; }
  .timeline .slick-dots {
    display: none !important; }
  .timeline .intro-slide .slide-inner .slide-right {
    width: calc(100% - 60px);
    margin-right: 30px;
    margin-left: 30px; }

  .slide-background {
    opacity: .9;
    width: 100%; } }
@media (max-width: 425px) {
  .timeline .slick-slide .slide-right {
    padding-top: 0;
    margin-top: 30px;
    font-size: 100px; }
  .timeline .slick-slide .slide-left p {
    font-weight: 400; }
  .timeline .slick-slide .slide-projects {
    margin-top: 30px; }
    .timeline .slick-slide .slide-projects h5 {
      margin-bottom: 10px; } }
.page-template-page-services .content:before,
.page-template-page-japan .content:before {
  display: none; }
.page-template-page-services .content .services__text,
.page-template-page-japan .content .services__text {
  max-width: 950px;
  width: 100%;
  margin: 100px auto 150px; }
  @media (max-width: 600px) {
    .page-template-page-services .content .services__text,
    .page-template-page-japan .content .services__text {
      margin: 30px auto 50px; } }
  .page-template-page-services .content .services__text p,
  .page-template-page-japan .content .services__text p {
    margin: 0 50px;
    text-align: center; }
  .page-template-page-services .content .services__text hr,
  .page-template-page-japan .content .services__text hr {
    margin: 90px 0 70px; }
  .page-template-page-services .content .services__text .h4, .page-template-page-services .content .services__text .jobs__footer .jobs__deadline, .jobs__footer .page-template-page-services .content .services__text .jobs__deadline,
  .page-template-page-japan .content .services__text .h4,
  .page-template-page-japan .content .services__text .jobs__footer .jobs__deadline,
  .jobs__footer .page-template-page-japan .content .services__text .jobs__deadline {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 43px;
    line-height: 2.6875rem;
    text-align: left;
    font-weight: 400; }

.services .service {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 165px; }
  .services .service .service__half {
    width: 50%; }
  .services .service .service__content h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 40px; }
  .services .service .service__content a {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-top: 35px;
    display: inline-block; }
  .services .service .service__img img {
    display: block; }
  .services .service:nth-child(even) .service__content {
    margin-right: 130px; }
  .services .service:nth-child(odd) .service__img {
    -moz-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 130px; }

@media (max-width: 1024px) {
  .services .service:nth-child(even) .service__content {
    margin-right: 30px; }
  .services .service:nth-child(odd) .service__img {
    -moz-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 30px; } }
@media (max-width: 768px) {
  .page-template-page-services .content .services__text p {
    margin: 0; }
  .page-template-page-services .content .services__text hr {
    margin: 50px 0 40px; }

  .services .service {
    margin-bottom: 55px; } }
@media (max-width: 600px) {
  .services .service {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .services .service .service__half {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      .services .service .service__half h2 {
        margin-bottom: 20px; }
      .services .service .service__half a {
        margin-top: 20px; }
    .services .service .service__img {
      -moz-order: -1;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 20px; } }
.page-template-page-japan .header__menu,
.page-template-page-japan .header__search,
.page-template-page-japan .footer {
  display: none; }
.page-template-page-japan header .header__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.spu-box {
  top: 250px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mb__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }

.mb__popup--half {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 95px 25px; }
  .mb__popup--half h4 {
    margin-bottom: 30px;
    text-align: center; }
  .mb__popup--half .mb__popup--button {
    display: block;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    border-color: #fff; }
    .mb__popup--half .mb__popup--button:after {
      color: #fff; }
    .mb__popup--half .mb__popup--button:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #fff;
      background: #fff;
      color: #e20a14; }
      .mb__popup--half .mb__popup--button:hover:after {
        color: #e20a14; }

.mb__pop--en {
  background: #e20a14; }

.mb__pop--ja {
  background: #46484f; }
  .mb__pop--ja p {
    margin: 0; }
  .mb__pop--ja a:hover {
    color: #46484f !important; }
    .mb__pop--ja a:hover:after {
      color: #46484f; }

.spu-icon-close {
  position: relative;
  width: 30px;
  display: block;
  height: 30px; }
  .spu-icon-close:before, .spu-icon-close:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block; }
  .spu-icon-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .spu-icon-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

/*# sourceMappingURL=style.css.map */