﻿/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Nectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* CONTENT INDEX
   1. VARIABLES
   2. FONTS
   3. GENERAL STYLES AND CLASSES
    3.1. TEXTURES
   4. CUSTOM BUTTONS
   5. NAVEGATION MENU
   6. FOOTER
   7. GRAVITY FORMS
    7.1. GENERAL STYLES
    7.2. INPUTS ON FOCUS
    7.3. CHECKBOXES
    7.4. BUTTONS SUBMIT
    7.5. VALIDATE-ERROR GRAVITY FORMS
   8. LIGHTBOX
   9. TEAM
    9.1. TEAM - MODAL
   10. HOME PAGE
   11. ABOUT PAGE
   12. GAMES PAGE
   13. SINGLE GAME PAGE
   14. JOBS PAGE
   15. CONTACT PAGE
   16. 404 PAGE
   17. RESPONSIVE

*/

/* 1. VARIABLES */

:root {
    --color-primary: #31503B;
    --color-red: #EE2C43;
    --color-white: #fff;
    --color-black: #000;
    --color-gray: #9B9B9B;
    --color-dark-gray: #4A4A4A;

    --padding-section: 6.875rem; /* 110px */
    --padding-bottom-section: 6.875rem; /* 110px */
    --padding-top-section: 6.875rem; /* 110px */
    --padding-big-cta: 6.25rem; /* 100px */
    --padding-game-row: 11.875rem; /* 190px */

    --font-family-aeonik: 'Aeonik', sans-serif;
    --font-family-aeonik-medium: 'Aeonik-Medium', sans-serif;

    --font-size-h1-single-game: 5rem; /* 80px */
    --font-size-subheader-single-game: 1.5rem; /* 24px */

    --font-aeonik: 'Aeonik';
    --font-aeonik-medium: 'Aeonik-Medium';

    --header-pages-height: 755px;
    --max-width-single-post: 45rem; /* 720px */

    --footer-height: 6.25rem; /* 100px */
}

@media (max-width: 999.98px) {
    :root {
        --padding-bottom-section: 4.375rem; /* 150px */
        --padding-top-section: 4.375rem; /* 150px */
        --padding-section: 4.375rem; /* 219px */

        --header-pages-height: 800px;
    }
}

@media (max-width: 690.98px) {
    :root {
        --padding-bottom-section: 4.375rem; /* 150px */
        --padding-top-section: 4.375rem; /* 150px */
        --padding-section: 4.375rem; /* 150px */

        --font-size-h1-single-game: 3.5rem; /* 80px */
    }
}

 /* 2. FONTS */


 @font-face {
    font-family: 'Aeonik';
    src: url('../font/Aeonik-Regular.eot');
    src: url('../font/Aeonik-Regular.eot') format('embedded-opentype'),
        url('../font/Aeonik-Regular.woff2') format('woff2'),
        url('../font/Aeonik-Regular.woff') format('woff'),
        url('../font/Aeonik-Regular.ttf') format('truetype'),
        url('../font/Aeonik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik-Medium';
    src: url('../font/Aeonik-Medium.eot');
    src: url('../font/Aeonik-Medium.eot') format('embedded-opentype'),
        url('../font/Aeonik-Medium.woff2') format('woff2'),
        url('../font/Aeonik-Medium.woff') format('woff'),
        url('../font/Aeonik-Medium.ttf') format('truetype'),
        url('../font/Aeonik-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* 3. GENERAL STYLES AND CLASSES */

*,h1,h2,h3,h4,h5,h6,p,a,li,span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1.h1-home {
    font-size: 3.625rem; /* 58px */
    line-height: 1.25;
    margin-bottom: 87px;
}

h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

body .ocm-effect-wrap a {
    color: var(--color-black);
}

body a:hover {
    color: var(--color-red);
}

.padding-section {
    padding-top: var(--padding-section)!important;
    padding-bottom: var(--padding-section)!important;
}

.padding-bottom-section {
    padding-bottom: var(--padding-bottom-section)!important;
}

.padding-top-section {
    padding-top: var(--padding-top-section)!important;
}

.padding-section-double {
    padding-top: calc(var(--padding-section) * 2)!important;
    padding-bottom: calc(var(--padding-section) * 2)!important;
}

.padding-top-section-double {
    padding-top: calc(var(--padding-top-section) * 2)!important;
}

.padding-bottom-section-double {
    padding-bottom: calc(var(--padding-top-section) * 2)!important;
}

.padding-section-half {
    padding-top: calc(var(--padding-top-section) / 2)!important;
    padding-bottom: calc(var(--padding-top-section) / 2)!important;
}

.padding-top-section-half {
    padding-top: calc(var(--padding-top-section) / 2)!important;
}

.color-white {
    color: var(--color-white);
}

.color-gray {
    color: var(--color-dark-gray);
}

.color-red {
    color: var(--color-red);
}

.font-weight-regular {
    font-weight: 400;
}

.header-pages {
    min-height: var(--header-pages-height)!important;
    height: var(--header-pages-height);
}

.header-pages > .col.span_12 {
	height: 100%;
    align-items: center;
	padding-top: 5rem !important;
}

@media (max-width: 700px) {
    .header-pages > .col.span_12 {
        align-items: flex-start;
        padding-top: 8rem !important;
    }
}

.has-underline {
    position: relative;
}

.has-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
    height: 21px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.has-underline.has-underline--red::after {
    background: url('../image/subrayado-01.png');
}

.has-underline.has-underline--black::after {
    bottom: -15px;
    background: url('../image/subrayado-team.png');
}

.has-underline.has-underline--black-small::after {
    bottom: -12px;
    background: url('../image/subrayado-latest-news.png');
}

/* 3.1. TEXTURES */

.top-white-texture > .row-bg-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    height: 67px;
    background: url('../image/header-cover-01.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 3;
}

.top-white-texture.top-white-texture--contact > .row-bg-wrap::after {
    top: -59px;
    height: 59px;
    background: url('../image/header-cover-contact-02.png');
}

.top-white-texture.top-white-texture--jobs > .row-bg-wrap::after {
    height: 54px;
    top: -53px;
    background: url('../image/header-cover-jobs-02.png');
}

.top-white-brush-texture > .row-bg-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: -124px;
    width: 100%;
    height: 124px;
    background: url('../image/white-brush-04-texture.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 13;
}

.bottom-white-brush-texture > .row-bg-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 124px;
    background: url('../image/white-brush-02.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 3;
}

.bottom-black-texture > .row-bg-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    height: 33px;
    background: url('../image/header-cover-about-07.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 100;
}

.about-us-white-brush-texture > .row-bg-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 124px;
    background: url('../image/white-brush-02.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 3;
    transform: rotate(180deg);
}

.mode-multiply {
    mix-blend-mode: multiply;
}

.cta-texture {
    mix-blend-mode: multiply;
}

.cta-texture.wpb_row .row-bg.no-cover,
.cta-texture.full-width-section .row-bg.no-cover {
    background-size: 100% 100%!important;
}

.cta-texture .col .cta-texture__inner.wpb_column {
    padding-top: 130px;
    padding-bottom: 180px;
}

html .container.main-content::before, html .container.main-content::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url('../image/background-texture-01.jpg');
    pointer-events: none;
}

html body .container-wrap {
   background: url('../image/background-texture-01.jpg');
}

/* PRELOADER PAGES */

#ajax-loading-screen .reveal-1 {
    background-image: url('../image/background-texture-02.jpg');
    background-repeat: repeat;
    background-position: left top;
}

#ajax-loading-screen .reveal-1::after {
    content: url('../image/logo-loading-screen.png');
    /* content: url('../../uploads/2020/01/loading_anim.gif'); */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ajax-loading-screen.loaded .reveal-1,
#ajax-loading-screen.loaded .reveal-2 {
    -webkit-animation: nectar-anim-effect-2-2 0.95s cubic-bezier(0.67,0,0.3,1) forwards;
    animation: nectar-anim-effect-2-2 0.95s cubic-bezier(0.67,0,0.3,1) forwards;
}


/* 4. CUSTOM BUTTONS */

a.nectar-button.regular-button.custom-button {
    font-size: 1.375rem; /* 22px */
    line-height: 1.5625rem; /* 25px */
    font-weight: 500;
    -webkit-mask-image: url(../image/button-ds-163-01.png);
    -webkit-mask-size: 100% 110%;
    -webkit-mask-repeat: no-repeat;
    padding-top: 19px;
    padding-bottom: 19px;
    min-width: 163px;
    transition: filter 0.25s ease;
    transition: background 0.25s ease;
    color: var(--color-white);
    overflow: hidden;
    background: var(--color-red)!important;
}

a.nectar-button.regular-button.custom-button span {
    z-index: 2;
}

a.nectar-button.regular-button.custom-button:hover{
    opacity: 1;
    background: #FF4D62!important;
}

a.nectar-button.regular-button.custom-button.custom-button--black {
    background: var(--color-black)!important;
}

a.nectar-button.regular-button.custom-button.custom-button--black:hover {
    background: #555555!important;
}

a.nectar-button.regular-button.custom-button.disabled {
    pointer-events: none;
    filter: grayscale(1);
}

/* 5. NAVEGATION MENU */

body #header-outer::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 18px;
    background: url('../image/menu-texture-03.png');
    background-position: center;
    background-repeat: repeat-x;
    opacity: 1;
    z-index: 3;
}

body #header-outer.transparent::after {
    opacity: 0;
}

body[data-hhun="1"] div#header-outer.invisible:not(.side-widget-open),
body[data-hhun="1"] div#header-outer.no-trans-hidden:not(.side-widget-open) {
    -webkit-transform: translateY(-100%)!important;
    transform: translateY(-110%)!important;
}

div#header-outer.transparent #top nav > ul > li > a,
div#header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: 1;
}

div#header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a,
div#header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a,
div#header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover {
    color: var(--color-red)!important;
}

/*#top a#logo {
    margin-top: 23px;
    margin-bottom: 23px;
}

@media (max-width: 1000px){
	#header-outer[data-transparent-header="true"] #top #logo img.stnd,
	.material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd {
  		position: absolute !important;
  		bottom: 4px !important;
	}
}
*/

/* 6. FOOTER */

#footer-outer .col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 72px;
}

#footer-outer .col:first-of-type {
   width: 39%;
}

#footer-outer .col:last-of-type {
    width: 59%;
    justify-content: flex-end;
}

#menu-menu-footer-social,
#menu-footer-terms-menu {
    font-size: 1.25rem; /* 20px */
    line-height: 1.5125;
}

#menu-menu-footer-social li,
#menu-footer-terms-menu li {
    display: inline-block;
}

#menu-menu-footer-social li:not(:last-of-type) {
    margin-right: 1.5rem;
}

#menu-menu-footer-social li:first-of-type {
    pointer-events: none;
}

#menu-footer-terms-menu li {
    margin-right: 43px;
    position: relative;
}

#menu-menu-footer-social li:not(:first-of-type) a {
    color: var(--color-red)!important;
}

#menu-footer-terms-menu li:first-of-type::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: var(--color-black);
    position: absolute;
    right: -38px;
    top: 55%;
    transform: translateY(-50%);
}

div#footer-outer .widget {
    margin-bottom: 0;
}

div#footer-outer .row {
    padding: 34px 0;
}

#footer-widgets .container div.col {
    margin-bottom: 0;
}

/* OFF CANVAS MENU */

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
    font-family: var(--font-family-aeonik);
    font-weight: 300;
    font-size: 2.6rem;
}

@media only screen and (max-width: 1050px) {
    #footer-outer .col.span_6 {
        width: 100%;
    }

    #footer-outer .col:last-of-type {
        justify-content: flex-start;
    }

    #footer-widgets .widget_media_image {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #menu-menu-footer-social li:first-of-type {
        width: 100%;
    }
}

/* 7. GRAVITY FORMS */

/* 7.1. GENERAL STYLES */

::placeholder {
    font-size: 1.125rem; /* 18px */
    line-height: 1.2;
    color: var(--color-gray);
}

body div.gform_wrapper form {
    position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

div.container-wrap .span_12.light input[type="text"],
div.container-wrap .span_12.light textarea,
div.container-wrap .span_12.dark input[type="text"],
div.container-wrap .span_12.dark textarea {
    width: 100%;
    font-size: 1.125rem!important; /* 18px */
    line-height: 1.2;
    color: var(--color-black);
    padding-left: 0!important;
    border-width: 0;
    border-bottom: 1px solid var(--color-black);
    border-radius: 0;
}

div.container-wrap .span_12.light input[type="text"].full,
div.container-wrap .span_12.light textarea.full,
div.container-wrap .span_12.dark input[type="text"].full,
div.container-wrap .span_12.dark textarea.full {
    border-color: var(--color-red);
    border-width: 1px;
}

div.container-wrap input[type=text], .ginput_container_textarea textarea {
	background-color: transparent;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_first label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .name_last label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container span label,
#field_1_9 > label {
    display: none;
}

body div.gform_wrapper ul li.gfield,
body .gform_wrapper .top_label li.gfield.gf_left_half {
    position: relative;
    margin-top: 18px!important;
    margin-bottom: 15px;
}

body div.gform_wrapper ul li.gfield.box {
    min-height: auto;
}

.gform_wrapper .gform_fields .ginput_container input {
    color: var(--color-black);
}

.gform_body ul li:first-of-type .gfield_label {
    display: none;
}

/* STYLES FORM FOR BACKGROUND BLACK */

.job-form-container {
    max-width: 717px;
}

div.container-wrap .span_12.light .job-form input[type="text"],
div.container-wrap .span_12.light .job-form textarea,
div.container-wrap .span_12.dark .job-form input[type="text"],
div.container-wrap .span_12.dark .job-form textarea {
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
}

div.gform_wrapper .job-form .gfield_checkbox li label a,
div.gform_wrapper .job-form .gfield_checkbox li label {
    color: var(--color-white);
}

/* 7.2. INPUTS ON FOCUS */

div.container-wrap .span_12.light input[type="text"]:focus,
div.container-wrap .span_12.light textarea:focus,
div.container-wrap .span_12.dark input[type="text"]:focus,
div.container-wrap .span_12.dark textarea:focus {
    border-color: var(--color-red);
    box-shadow: none;
}

.gform_wrapper .top_label .gfield_contains_required .gfield_label,
body .gform_wrapper .top_label .gfield_label {
    display: none;
}

/* 7.3. CHECKBOXES */

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
    font-size: 1rem;
    line-height: 1.2;
}

div.gform_wrapper .gfield_checkbox li label a {
    color: var(--color-black);
    text-decoration: underline;
}

div.gform_wrapper .gfield_checkbox li label a:hover {
    color: var(--color-red);
}

div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 3px;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
}

/* 7.4. BUTTONS SUBMIT */

div.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1.25rem; /* 20px */
    line-height: 1.5625rem; /* 25px */
    font-weight: 500;
    background-image: url('../image/button-ds-163-01.png');
    background-size: 100% 70px;
    background-repeat: no-repeat;
    background-color: transparent!important;
    min-width: 163px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    padding: 19px 35px!important;
}

div.gform_wrapper .gform_footer {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
}

@media (max-width: 699.98px) {
    div.gform_wrapper .gform_footer {
        width: 100%;
        position: static;
    }

    div.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        width: auto;
        line-height: 1.5625rem!important;
    }

    div.gform_wrapper .gform_ajax_spinner {
        bottom: 10px;
        top: auto;
        left: 170px;
    }
}

/* INPUT UPLOAD FILES */

.input-file-upload label {
    display: flex!important;
    align-items: center;
    color: red;
    color: var(--color-gray);
    font-family: var(--font-family-aeonik)!important;
    font-size: 1.125rem!important;
    border: 1px solid #fff;
    min-width: 110px;
    padding: 10px 10px;
    background: transparent;
    position: absolute;
    bottom: -6px;
    font-weight: 500!important;
    height: 45px;
    cursor: pointer;
    z-index: 2;
}

.gform_wrapper .gform_fields .ginput_container input[type="file"] {
    width: 100%;
    color: var(--color-gray);
    font-family: var(--font-family-aeonik);
    font-size: 1.125rem;
    opacity: 0;
    outline-width: 0;
}

.gform_wrapper .gform_fields .ginput_container input[type="file"]:focus {
    outline: none;
    outline-width: 0;
}

.gform_wrapper .gform_fields .ginput_container input[type="file"].is-full {
    opacity: 1;
}

.gform_wrapper .gform_fields .ginput_container input[type="file"]::-webkit-file-upload-button {
    width: 125px;
    height: 45px;
    background: transparent;
    color: transparent;
    border: none;
}

/* 7.5. VALIDATE-ERROR GRAVITY FORMS */

.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_body .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .field_description_below .gfield_description {
	display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 0!important;
  border: none!important;
  padding: 0!important;
  background-color: transparent!important;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 7px;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
  margin: 0;
}

.gform_footer {
    position: relative;
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 0;
    position: absolute;
    right: -15%;
    top: 18px;
    display: block;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-color: #9e0404!important;
    border-width: 0 0 2px 0!important;
}

.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_validation_error ::placeholder  {
  color: #9e0404!important;
}

/* 8. LIGHTBOX */

div.nectar-video-box .play_button_mouse_follow:before {
    content: url('../image/play-01.png');
    border: none;
}

div.nectar-video-box .play_button_mouse_follow .play svg {
   display: none;
}

/* 9. TEAM */

.team-member[data-style="bio_fullscreen_alt"] .team-meta p,
.team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta {
    display: none;
}

.team-member[data-style="bio_fullscreen_alt"] .team-meta h3,
.team-member[data-style="bio_fullscreen_alt"] .team-meta h5 {
    text-transform: uppercase;
}

.team-member[data-style="bio_fullscreen_alt"] .team-meta h3 {
    font-size: 1.375rem; /* 22px */
    line-height: 26px;
}

.team-member[data-style="bio_fullscreen_alt"] .team-meta h5 {
    font-size: 1.25rem; /* 20px */
    line-height: 24px;
    color: var(--color-red);
}

/* 9.1. TEAM - MODAL */

div.nectar_team_member_overlay .inner-wrap {
    background: var(--color-black);
    background-image: url('../image/background-texture-02.jpg');
    background-repeat: repeat;
    background-position: left top;
    color: var(--color-white);
}

div.nectar_team_member_overlay[data-style="bio-fullscreen-alt"] .team_member_details .title {
    font-family: 'Aeonik';
    font-size: 1.125rem;
    line-height: 23px;
    color: var(--color-red);
    text-transform: uppercase;
}

div.nectar_team_member_overlay[data-style="bio-fullscreen-alt"] .team_member_details h2 {
    font-size: 3rem; /* 48px */
    line-height: 1;
    color: var(--color-white);
}

div.nectar-close-indicator .inner {
    border: none;
}

div.nectar-close-indicator .inner:before {
    content: url('../image/close-01.png');
}

body.using-mobile-browser .nectar_team_member_overlay .team_member_details {
    height: 100%;
    min-height: 100vh;
}

/* Social Icons */

.nectar_team_member_overlay .team-desc .bottom_meta a {
    padding: 30px 40px 0 0;
}

.nectar_team_member_overlay .team-desc .bottom_meta .fa-facebook-square,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-facebook,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-facebook-official,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-linkedin-square,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-linkedin,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-twitter-square,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-twitter,
.nectar_team_member_overlay .team-desc .bottom_meta .fa-instagram {
    font-family: var(--font-family-aeonik);
    font-size: 1.5rem;
    line-height: 1.1;
    color: var(--color-red);
}

.nectar_team_member_overlay .team-desc a:hover .fa-facebook-square,
.nectar_team_member_overlay .team-desc a:hover .fa-facebook,
.nectar_team_member_overlay .team-desc a:hover .fa-facebook-official,
.nectar_team_member_overlay .team-desc a:hover .fa-linkedin-square,
.nectar_team_member_overlay .team-desc a:hover .fa-linkedin,
.nectar_team_member_overlay .team-desc a:hover .fa-twitter-square,
.nectar_team_member_overlay .team-desc a:hover .fa-twitter,
.nectar_team_member_overlay .team-desc a:hover .fa-instagram {
    text-decoration: underline;
}

.nectar_team_member_overlay .team-desc .fa-facebook-square::before,
.nectar_team_member_overlay .team-desc .fa-facebook::before,
.nectar_team_member_overlay .team-desc .fa-facebook-official::before {
    content: 'Facebook';
}

.nectar_team_member_overlay .team-desc .fa-linkedin-square::before,
.nectar_team_member_overlay .team-desc .fa-linkedin::before {
    content: 'Linkedin';
}

.nectar_team_member_overlay .team-desc .fa-twitter-square::before,
.nectar_team_member_overlay .team-desc .fa-twitter::before {
    content: 'Twitter';
}

.nectar_team_member_overlay .team-desc .fa-instagram::before {
    content: 'Instagram';
}

.nectar_team_member_overlay .team-desc .fa-facebook-square::after,
.nectar_team_member_overlay .team-desc .fa-facebook::after,
.nectar_team_member_overlay .team-desc .fa-facebook-official::after,
.nectar_team_member_overlay .team-desc .fa-linkedin-square::after,
.nectar_team_member_overlay .team-desc .fa-linkedin::after,
.nectar_team_member_overlay .team-desc .fa-twitter-square::after,
.nectar_team_member_overlay .team-desc .fa-twitter::after,
.nectar_team_member_overlay .team-desc .fa-instagram::after {
    content: url(../image/arrow-jobs.png);
    position: absolute;
    right: -16px;
    top: 40%;
    transform: translateY(-50%) rotate(-40deg) scale(1.1);
}

/* 10. HOME PAGE */

.image-positioned-container {
    z-index: 0;
}

.image-games-one-positioned {
    position: absolute;
    bottom: -140px;
    z-index: -1;
    right: -11%;
}

.image-about-positioned {
    position: absolute;
    top: -180px;
    right: -20%;
    z-index: -1;
}

.twitter-section .wpb_raw_html h3 {
    margin-bottom: 40px;
}

.twitter-section .wpb_raw_html h3 span{
    font-weight: 600;
}

    /* parallax scene */

.has-parallax .nectar-parallax-scene::after {
    content: url('../image/digital-sun-parallax-06.png');
    position: absolute;
    left: 0;
    bottom: 0;
}

.has-parallax.nectar-parallax-enabled .col.span_12 {
    min-height: 86vh!important;
}

    /* video lightbox */

a.nectar_video_lightbox.play_button_with_text .link-text {
    color: #fff;
}

a.nectar_video_lightbox.play_button_with_text[data-style="small"] .play >.inner-wrap:before {
    border-color: #fff;
}

.span_12.dark a.nectar_video_lightbox.play_button_with_text[data-style="small"] path {
    fill: #fff;
}

.image-games-two-positioned {
    position: absolute;
    top: -790px;
    z-index: -1;
    right: -10%;
}

.arrow-down-container {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 16px;
    height: 51px;
    /* overflow: hidden; */
}

.arrow-down-container .arrow-icon {
    position: absolute;
    top: 0;
    animation: scrolldown 1.7s infinite ease-in-out ;
}

@keyframes scrolldown {
    from { opacity: 0;}
    5% {opacity: 1; }
    95% { transform: translateY(100%); }
    to { opacity: 0; }
}

/* 11. ABOUT PAGE */

.about-lightbox .nectar-video-box img {
    min-height: 400px;
    object-fit: cover;
}

/* 12. GAMES PAGE */

.game-row {
    padding-top: var(--padding-game-row)!important;
    padding-bottom: var(--padding-game-row)!important;
}

.page-id-8 #footer-outer {
    z-index: 50;
}

.page-id-8 #footer-outer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -96px;
    width: 100%;
    height: 124px;
    background: url('../image/white-brush-02.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 13;
}

/* 13. SINGLE GAME PAGE */

body.single-portfolio #page-header-bg h1 {
    font-family: var(--font-family-aeonik-medium);
    font-size: var(--font-size-h1-single-game);
    line-height: 1.3;
    padding: 0;
}

.single-portfolio #page-header-bg .subheader {
    font-family: var(--font-family-aeonik);
    font-size: var(--font-size-subheader-single-game);
    line-height: 1.3;
}

body.single-portfolio #page-header-bg h1,
.single-portfolio #page-header-bg .subheader {
    text-align: left;
}

body.single-portfolio #full_width_portfolio .row .col.section-title {
    padding: 0;
}

.nectar-flickity:not(.masonry) div.flickity-viewport {
    margin-top: 0;
}

.nectar-flickity[data-controls="touch_total"] div.visualized-total {
    background-color: rgba(0, 0, 0, 1);
}

.nectar-flickity[data-controls="touch_total"] div.visualized-total span {
    background-color: var(--color-red);
}

body.single-portfolio .nectar-drag-indicator {
    mix-blend-mode: unset;
}

body.single-portfolio .nectar-drag-indicator:before {
    content: url('../image/single-game-arrows.png');
    border: none;
}

body.single-portfolio .nectar-drag-indicator span {
    display: none;
}

body div.nectar-social[data-color-override="override"].fixed a:before,
body div.nectar-social[data-color-override="override"].fixed .nectar-social-inner a {
    background: var(--color-red);
}

body.single-portfolio #ajax-content-wrap .nectar-social.fixed a i {
    font-size: 18px;
}

#all-items {
    display: none;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.image-with-opacity {
    opacity: 0.4;
}

.single-game-lightbox .nectar-video-box img {
    min-height: 300px;
    object-fit: cover;
}

/* 14. JOBS PAGE */

.jobs-image-positioned > .row-bg-wrap::before {
    content: url('../image/sketch-jobs-02.jpg');
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
}

.nectar-hor-list-item[data-hover-effect="none"] {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,1);
}

.nectar-hor-list-item[data-hover-effect="none"]:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,1);
}

.nectar-hor-list-item[data-hover-effect="none"]:first-of-type {
    border-top: 1px solid rgba(0,0,0,1);
}

body .nectar-hor-list-item .nectar-list-item-btn {
    font-size: 1.25rem; /* 20px */
    line-height: 1.1;
    color: var(--color-red);
    border: none;
    position: relative;
}

body .nectar-hor-list-item .nectar-list-item-btn::after {
    content: url('../image/arrow-jobs.png');
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

body .nectar-hor-list-item:hover .nectar-list-item-btn {
    color: var(--color-red);
    text-decoration: underline;
}

.single-portfolio .section-down-arrow {
    bottom: 80px;
}

.single-portfolio .icon-salient-down-arrow:before {
    content: url('../image/arrow-down-01.png')!important;
}

/* 15. CONTACT PAGE */

.contact-header-image .img-with-aniamtion-wrap  {
    position: absolute;
    top: -30%;
    left: 0;
    width: 140%;
}

.contact-text {
    font-size: 1.625rem; /* 26px */
    line-height: 1.3;
}

div.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.rotate-image {
    transform: rotate(-15deg);
}

/* 16. 404 PAGE */

body.error404 #footer-outer {
    z-index: 50;
}

body.error404 #footer-outer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -96px;
    width: 100%;
    height: 124px;
    background: url('../image/white-brush-02.png');
    background-position: left;
    background-repeat: repeat-x;
    z-index: 13;
}

body.error404 .container-wrap,
.using-mobile-browser #slide-out-widget-area.fullscreen-alt .inner-wrap {
    background: var(--color-black);
    background-image: url('../image/background-texture-02.jpg');
    background-repeat: repeat;
    background-position: left top;
	height: 90%;
}

body.error404 #ajax-content-wrap #error-404 h1 {
    font-size: 1.875rem;
    line-height: 1.3;
    color: var(--color-white);
    max-width: 350px;
    margin: 0 auto;
}

body #error-404 a.nectar-button {
    margin-top: 8%;
}

/* 17. RESPONSIVE */

@media only screen and (max-width: 999.98px) {
    .order-mb-2 {
        order: 2;
    }

    .wpb_row >.span_12 >.column_container.twitter-section__right {
        margin-bottom: 50px!important;
    }

    .twitter-section.padding-section {
        padding-top: calc(var(--padding-top-section) / 2)!important;
        padding-bottom: calc(var(--padding-top-section) / 2)!important;
    }
}

@media only screen and (max-width: 800px) {
    body .nectar-hor-list-item .nectar-list-item {
        width: 100%!important;
        text-align: center!important;
    }
}

@media only screen and (max-width: 600px) {
    .top-white-brush-texture > .row-bg-wrap::after {
        top: -64px;
    }

    .order-2 {
        order: 2;
    }

    body.nectar-no-scrolling .nectar_team_member_overlay div.team_member_details .bio-inner {
        margin-top: 40px;
    }

    div.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
        position: absolute;
        right: 6%;
    }

    .d-mb-none {
        display: none!important;
    }

    h1.h1-home {
        font-size: 3rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .jobs-image-positioned > .row-bg-wrap::before {
        display: none;
    }

    .nectar-hor-list-item[data-hover-effect="none"] {
        padding: 20px 0;
    }

    .row .team-member .team-member-image-inner .nectar-lazy {
        opacity: 1!important;
    }

}
