/*
Theme Name: Extra Nice Child
Template: bravada
Author: Stefania
Description: Extra Nice custom theme based off of the Bravada theme.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,grid-layout,custom-background,custom-colors,custom-header,flexible-header,custom-menu,featured-image-header,featured-images,front-page-post-form,full-width-template,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,photography,portfolio
Version: 1.0.1647368570
Updated: 2022-03-15 18:22:50

*/

/*--------------------------------------------------------------
	# GENERAL STYLE
--------------------------------------------------------------*/

.center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* {
    box-sizing: border-box;
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px;
}

*::-webkit-scrollbar {
    width: 0;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

* {
    -ms-overflow-style: none;
}

body:not(.bravada-landing-page) #container {
    max-width: unset !important;
}

body:not(.bravada-landing-page) .header-image {
    height: clamp(250px, 50vh, 50vh) !important;
}

body:not(.bravada-landing-page) .meta-arrow {
    display: none;
}


body.custom-background-image {
    padding: 0;
    margin: 0;
}

#main {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 50px auto auto;
    --width: 55%;
    width: var(--width) !important;
}

article.hentry {
    background-color: transparent !important;
    padding: 0 !important;
}

.extra-nice-custom-section {
    margin-bottom: 8em;
}

.extra-nice-h1-custom-heading {
    font-family: 'Quicksand', serif;
    font-weight: 500;
    font-size: clamp(2em, 3.2vw, 3.2em);
    margin: 0 0 1em !important;
    text-align: left;
}

.extra-nice-h2-custom-heading {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: clamp(1.8em, 2.2vw, 2.2em);
    margin-top: 0 !important;
}

.extra-nice-custom-paragraph {
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.extra-nice-custom-button, .button {
    position: relative !important;
    background-color: #141414 !important;
    width: 175px !important;
    padding: 0.75em 1.25em !important;
    text-align: center;
    border-radius: 5px !important;
    margin-top: 15px;
    transition: .2s opacity;
}

.extra-nice-custom-button::after, .button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #141414 !important;
    border-radius: 5px;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
}

.extra-nice-custom-button:hover, .button:hover {
    color: #141414 !important;
    background-color: #298b42 !important;
    cursor: pointer;
}

.extra-nice-custom-button:hover::after, .button:hover::after {
    opacity: 0;
    -webkit-transform: scale(1.05, 1.3);
    transform: scale(1.05, 1.3);
}

.extra-nice-custom-img {
    border-radius: 5px;
    box-shadow: #141414 8px 8px 5px 0;
}

.extra-nice-custom-cta {
    text-align: center;
}

.extra-nice-custom-cta b {
    font-weight: bold;
}

a:hover {
    color: #F7B226 !important;
}

.current-menu-item a {
    color: #298b42 !important;
}

@media (max-width: 1024px) {
    #main {
        --width: 70%;
        width: var(--width) !important;
        margin: 50px auto auto;
    }
}

@media (max-width: 800px) {
    #main {
        --width: 75%;
        width: var(--width) !important;
        margin: 50px auto auto;
    }
}

@media (max-width: 480px) {
    #main {
        --width: 85%;
        width: var(--width) !important;
        margin: 50px auto auto;
    }

    .extra-nice-h1-custom-heading {
        text-align: center;
    }

    .extra-nice-custom-section {
        text-align: center;
    }
}

/*--------------------------------------------------------------
	# HEADER
--------------------------------------------------------------*/

img.custom-logo {
    max-height: 80%;
}

.identity {
    line-height: 100px !important;
}

#top-nav {
    font-weight: 500;
}

.bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li:not([class*='current']) a {
    color: white !important;
}

.bravada-over-menu .site-header-bottom #access > div > ul > li:not([class*='current']) a {
    color: #141414 !important;
}

.bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li:not([class*='current']) a:hover, .bravada-over-menu .site-header-bottom #access > div > ul > li:not([class*='current']) a:hover {
    color: #F7B226 !important;
}

#access div > ul > li > a {
    height: 50px;
    top: -20px;
}

.menu-burger {
    height: 100px !important;
}

.hamburger span {
    background-color: #141414 !important;
}

.header-fixed .hamburger span {
    background-color: #ffffff !important;
}

.burgermenu-active.bravada-over-menu .site-header-bottom .hamburger span {
    background-color: #ffffff !important;
}


.site-header-inside {
    padding-left: 1em;
    padding-right: 1em;
}

.site-header-bottom.header-fixed img.custom-logo {
    content: url("../../uploads/2022/03/Extra-Nice-Cropped-Logo.png");
    max-height: 40px;
}

.site-header-bottom.header-fixed .site-header-bottom-fixed {
    background-image: url("../../uploads/2022/05/Extra-Nice-Menu-Bar-v1.png");
    background-size: 100% 100px;
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
    height: 100px;
}

.site-header-bottom .site-header-inside {
    height: 100px !important;
}

.entry-title {
    text-shadow: 0 0 10px #141414;
    font-size: clamp(4em, 6vw, 6em) !important;
}

#header-page-title .byline {
    max-width: none;
    text-shadow: 0 0 10px #141414;
    overflow: unset;
    font-size: clamp(1.5em, 2vw, 2em) !important;
}

#wp-custom-header img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#header-overlay {
    background: linear-gradient(180deg, rgba(221, 241, 226, 0.17) 0%, #e3e3e3 100%) !important;
}

.meta-arrow {
    color: #141414;
    width: 50px;
}

.meta-arrow:hover {
    color: #F7B226 !important;
}

.meta-arrow > i::before {
    -webkit-animation: meta-arrow 1s ease-out infinite;
    animation: meta-arrow 1s ease-out infinite;
}

@keyframes meta-arrow {
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes meta-arrow {
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media (max-width: 480px) {
    .identity {
        height: 100px !important;
    }

    img.custom-logo {
        max-height: 60%;
    }
}

@media (max-width: 1000px) {
    #access {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .menu-burger {
        display: none;
    }
}

@media (max-width: 1920px) {
    .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background-size: 1920px 100px;
    }
}

/*--------------------------------------------------------------
    # LANDING PAGE
--------------------------------------------------------------*/

#landing-page-about-us-button, #landing-page-games-button, #landing-page-method-button {
    margin-left: 5px;
}

.home #access > div > ul > .current-menu-item:not(:hover) span {
    color: #E0F5E6 !important;
}

.landing-page-games-custom-columns {
    display: grid;
    grid-template: "text-column games-column" 1fr/ 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0;
}

.landing-page-games-custom-text {
    grid-area: text-column;
    margin: auto;
}

.landing-page-games-custom-thumbnails {
    grid-area: games-column;
    display: grid;
    grid-template: "game-thumbnail-1 game-thumbnail-2 game-thumbnail-3" 1fr
                   "game-thumbnail-4 game-thumbnail-5 game-thumbnail-6" 1fr / 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-right: 15px;
}

.landing-page-game-thumbnail {
    background-size: 200px 150px;
    width: 200px;
    height: 150px;
    transition: transform .3s;
    margin-left: auto;
    margin-right: auto;
}

.landing-page-game-thumbnail:hover {
    cursor: pointer;
    transform: scale(1.05);
}

#landing-page-game-thumbnail-1, #custom-games-carousel-slide-1 {
    grid-area: game-thumbnail-1;
    background-image: url("../../uploads/2022/05/Skirmish.jpg");
}

#landing-page-game-thumbnail-2, #custom-games-carousel-slide-2 {
    grid-area: game-thumbnail-2;
    background-image: url("../../uploads/2022/05/Schim.jpg");
}

#landing-page-game-thumbnail-3, #custom-games-carousel-slide-3 {
    grid-area: game-thumbnail-3;
    background-image: url("../../uploads/2022/05/House-of-Influence.png");
}

#landing-page-game-thumbnail-4, #custom-games-carousel-slide-4 {
    grid-area: game-thumbnail-4;
    background-image: url("../../uploads/2022/05/Unidice.jpg");
}

#landing-page-game-thumbnail-5, #custom-games-carousel-slide-5 {
    grid-area: game-thumbnail-5;
    background-image: url("../../uploads/2022/05/Tomorrow.jpg");
}

#landing-page-game-thumbnail-6, #custom-games-carousel-slide-6 {
    grid-area: game-thumbnail-6;
    background-image: url("../../uploads/2022/05/Chris-Cross.jpg");
}

@keyframes tonext {
    75% {
        left: 0;
    }
    95% {
        left: 100%;
    }
    98% {
        left: 100%;
    }
    99% {
        left: 0;
    }
}

@keyframes tostart {
    75% {
        left: 0;
    }
    95% {
        left: -500%;
    }
    98% {
        left: -500%;
    }
    99% {
        left: 0;
    }
}

@keyframes snap {
    96% {
        scroll-snap-align: center;
    }
    97% {
        scroll-snap-align: none;
    }
    99% {
        scroll-snap-align: none;
    }
    100% {
        scroll-snap-align: center;
    }
}

.extra-nice-custom-carousel {
    display: none;
    grid-area: carousel;
    position: relative;
    margin-top: 20px;
    padding-top: 75%;
    perspective: 100px;
    filter: drop-shadow(0 3px 2px #141414);
    width: 98%;
    pointer-events: none;
}

.extra-nice-custom-carousel-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.extra-nice-custom-carousel ol {
    list-style-type: none;
}

.extra-nice-custom-carousel-slide {
    position: relative;
    flex: 0 0 100%;
    background-color: transparent;
    background-size: 100% 100%;
    border-radius: 5px;
}

.extra-nice-custom-carousel-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -40%, 70px);
}

.extra-nice-custom-carousel-snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

.extra-nice-custom-carousel:hover .extra-nice-custom-carousel-snapper,
.extra-nice-custom-carousel:focus-within .extra-nice-custom-carousel-snapper {
    animation-name: none;
}

.landing-page-clients-logos {
    display: grid;
    grid-template: "logo-1 logo-2 logo-3" 1fr
                       "logo-4 logo-5 logo-6" 1fr / 1fr 1fr 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 50px;
}

.landing-page-client-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

#landing-page-client-logo-1 {
    grid-area: logo-1;
    background-image: url("../../uploads/2022/03/Unidice.png");
}

#landing-page-client-logo-2 {
    grid-area: logo-2;
    background-image: url("../../uploads/2022/03/Friesland_College.png");
}

#landing-page-client-logo-3 {
    grid-area: logo-3;
    background-image: url("../../uploads/2022/03/Nioz.png");
}

#landing-page-client-logo-4 {
    grid-area: logo-4;
    background-image: url("../../uploads/2022/03/The_Crocodile_School.png");
}

#landing-page-client-logo-5 {
    grid-area: logo-5;
    background-image: url("../../uploads/2022/03/NHL_Stenden_Hogeschool.png");
}

#landing-page-client-logo-6 {
    grid-area: logo-6;
    background-image: url("../../uploads/2022/03/Enza_Zaden.png");
}

#landing-page-offer {
    text-align: center;
}

.landing-page-offer-custom-container {
    text-align: center;
    display: grid;
    grid-template: "thumbnail-1 thumbnail-2 thumbnail-3" 1fr
                   "text-1 text-2 text-3"  / 1fr 1fr 1fr;
    grid-column-gap: 25px;
    margin-bottom: 2px;
}

.landing-page-offer-thumbnail {
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    aspect-ratio: 1.2/1;
}

#landing-page-offer-thumbnail-1 {
    grid-area: thumbnail-1;
    background-image: url("../../uploads/2022/06/Games.png");
}

#landing-page-offer-thumbnail-2 {
    grid-area: thumbnail-2;
    background-image: url("../../uploads/2022/06/Prototypes.png");
}

#landing-page-offer-thumbnail-3 {
    grid-area: thumbnail-3;
    background-image: url("../../uploads/2022/06/Solution.png");
}

#landing-page-offer-paragraph-1 {
    grid-area: text-1;
}

#landing-page-offer-paragraph-2 {
    grid-area: text-2;
}

#landing-page-offer-paragraph-3 {
    grid-area: text-3;
}

#landing-page-services-button, #landing-page-contact-button {
    margin-left: 25px;
    margin-right: 25px;
}

@media (hover: hover) {
    .extra-nice-custom-carousel-snapper {
        animation-name: tonext, snap;
        animation-timing-function: ease;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    .extra-nice-custom-carousel-slide:last-child .extra-nice-custom-carousel-snapper {
        animation-name: tostart, snap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .extra-nice-custom-carousel-snapper {
        animation-name: none;
    }
}

@media (max-width: 1680px) {
    .landing-page-games-custom-columns {
        grid-template: "games-column" 1fr
                       "text-column" auto / 1fr;
        grid-column-gap: 0;
        grid-row-gap: 50px;
    }

    .landing-page-games-custom-thumbnails {
        grid-template: "game-thumbnail-1 game-thumbnail-2 game-thumbnail-3" 1fr
                   "game-thumbnail-4 game-thumbnail-5 game-thumbnail-6" 1fr / 1fr 1fr 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 30px;
    }

    .landing-page-game-thumbnail {
        background-size: 250px auto;
        width: 250px;
        height: auto;
        aspect-ratio: 4/3;
    }

    .landing-page-clients-logos {
        grid-template: "logo-1 logo-2 logo-3" 1fr
                       "logo-4 logo-5 logo-6" 1fr /1fr 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 25px;
    }
}

@media (max-width: 1440px) {
    .landing-page-game-thumbnail {
        background-size: 200px auto;
        width: 200px;
        height: auto;
        aspect-ratio: 4/3;
    }
}

@media (max-width: 1720px) {
    .landing-page-offer-custom-container {
        grid-template: "thumbnail-1 thumbnail-2" 1fr
                       "text-1 text-2" auto
                       "thumbnail-3 ." 1fr
                       "text-3 ." auto /1fr 1fr;
        grid-column-gap: 25px;
    }
}

@media (max-width: 1440px) {
    .landing-page-clients-logos {
        grid-template: "logo-1 logo-2 logo-3" 1fr
                       "logo-4 logo-5 logo-6" 1fr /1fr 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 25px;
    }
}

@media (max-width: 1280px) {
    .landing-page-games-custom-thumbnails {
        grid-template: "game-thumbnail-1 game-thumbnail-2 game-thumbnail-3" 1fr
                   "game-thumbnail-4 game-thumbnail-5 game-thumbnail-6" 1fr / 1fr 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 30px;
    }
}

@media (max-width: 1210px) {
    .landing-page-game-thumbnail {
        background-size: 165px auto;
        width: 165px;
        height: auto;
        aspect-ratio: 4/3;
    }
}

@media (max-width: 1140px) {
    .landing-page-offer-custom-container {
        grid-template: "thumbnail-1" 1fr
                       "text-1"
                        "thumbnail-2" 1fr
                       "text-2"
                       "thumbnail-3" 1fr
                       "text-3";
    }
}

@media (max-width: 1024px) {
    .extra-nice-custom-carousel {
        display: block;
    }

    .landing-page-games-custom-thumbnails {
        display: none;
    }

    .landing-page-games-custom-columns {
        grid-template: "carousel" 1fr
                       "text-column" auto / 1fr;
        grid-column-gap: 0;
        grid-row-gap: 25px;
    }

    .landing-page-clients-logos {
        grid-template: "logo-1 logo-2" 1fr
                       "logo-3 logo-4" 1fr
                       "logo-5 logo-6" 1fr /1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 25px;
    }
}

@media (max-width: 480px) {

    .landing-page-offer-paragraph {
        margin-bottom: 2em !important;
    }

    .landing-page-offer-thumbnail {
        width: 250px;
        aspect-ratio: 1/1.2;
    }

    .landing-page-custom-final-section {
        margin-bottom: 100px;
    }
}

/*--------------------------------------------------------------
    # ABOUT US PAGE - #post-206
--------------------------------------------------------------*/

.cards-style.style-3 figure {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.cards-style.style-3 figure::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

.cards-style.style-3 figure {
    background: rgba(255, 255, 255, 0.05);
}

.cards-style.style-3 figure.cs-hover img, .no-touchevents .cards-style.style-3 figure:hover img {
    webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cards-style.style-3 figcaption {
    padding: 30px 20px 0;
}

.awsm-social-icons span {
    margin-bottom: 0;
}

.awsm-icon-linkedin2 {
    font-size: 30px;
}

.entry-content a:not([class]) {
    text-decoration: none;
}

.cards-style.style-3 figcaption p {
    font-size: 0.9em;
}

.awsm-contact-info {
    margin-bottom: -15px;
}

.awsm-grid-wrapper .grid-2-col > .awsm-grid-card {
    padding: 0 75px;
}

.awsm-grid-wrapper .grid-5-col > .awsm-grid-card {
    width: 33.33%;
    padding: 0 15px;
}

@media (min-width: 1440px) and  (max-width: 1600px) {
    .cards-style.style-3 figcaption p {
        font-size: 0.8em;
    }
}

@media (max-width: 1440px) {
    .awsm-grid-card {
        padding: 0 20px !important;
    }

    .awsm-grid-wrapper .awsm-grid > .awsm-grid-card {
        width: 50%;
    }
}

@media (max-width: 720px) {
    .awsm-personal-info h3 {
        font-size: 2em !important;
    }

    .awsm-personal-info span {
        font-size: 1em;
    }

    .awsm-grid-wrapper .awsm-grid > .awsm-grid-card {
        width: 100%;
    }

    .cards-style.style-3 figcaption {
        padding-top: 15px;
    }

    .cards-style.style-3 figure {
        background: white;
    }

    .cards-style.style-3 figcaption p {
        font-size: 1.2em;
        padding: 0 25px;
    }

    .cards-style.style-3 figure::before {
        background: white;
    }

    .cards-style.style-3 figure.cs-hover img, .no-touchevents .cards-style.style-3 figure:hover img {
        webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .awsm-grid-card {
        padding: 0 50px !important;
    }
}

@media (max-width: 480px) {
    .awsm-grid-card {
        padding: 0 25px !important;
    }

    .cards-style.style-3 figcaption p {
        font-size: 1em;
        padding: 0 25px;
    }
}

@media (max-width: 320px) {
    .awsm-personal-info span {
        font-size: 0.7em;
    }

    .cards-style.style-3 figcaption p {
        font-size: 0.8em;
        padding: 0;
    }

    #awsm-member-284-277 .awsm-contact-info {
        margin-bottom: -15px;
    }
}

/*--------------------------------------------------------------
	# METHOD PAGE - #post-288
--------------------------------------------------------------*/

.wp-block-media-text {
    grid-column-gap: 0;
}

.wp-block-media-text__media {
    height: auto;
}

.wp-block-media-text__content h1 {
    margin-top: auto;
}

#post-288 .extra-nice-h1-custom-heading {
    margin-top: 0;
}

#method-page-custom-button {
    text-align: center;
}

@media (max-width: 480px) {
    #post-288 .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
	# GAMES PAGE - .page-id-374
--------------------------------------------------------------*/

.page-id-374 #access > div > ul > li:not([class*='current']):not(:hover) span {
    color: white !important;
}

.games-page-custom-hover-column div {
    display: none;
}

.games-page-custom-hover-column:hover {
    transform: scale(1.02);
}

.games-columns-wrapper:hover .wp-block-columns .games-page-custom-hover-column figure img {
    opacity: 0.6;
}

.games-page-custom-hover-column:hover figure img {
    opacity: 1 !important;
}

.games-page-custom-hover-column:hover div {
    display: block;
    left: 0;
    position: relative;
    text-align: center;
    padding: 0 50px;
    overflow: hidden;
    animation: slideIn 1.5s ease 0s forwards;
}

@keyframes slideIn {
    from {
        max-height: 0;
    }
    to {
        max-height: 1000px;
    }
}


.games-page-custom-hover-column:nth-child(3n-2):hover div {
    margin-left: 0;
    margin-right: calc(var(--width) * (-4) + calc(var(--width) / 4 - 20px));
}

.games-page-custom-hover-column:nth-child(3n-1):hover div {
    margin-left: calc(var(--width) * (-2));
    margin-right: calc(var(--width) * (-2));
}

.games-page-custom-hover-column:nth-child(3n):hover div {
    margin-left: calc(var(--width) * (-4) + calc(var(--width) / 4 - 20px));
    margin-right: 0;
}

.games-page-custom-media-title {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 100px;
    text-align: right;
    grid-template-columns: auto auto !important;
}

#post-374 .wp-block-media-text {
    grid-column-gap: 0;
}

#post-374 .wp-block-image {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23), 0 3px 6px rgba(0, 0, 0, 0.46);
}

#post-374 .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0 !important;
}

#post-374 .wp-block-media-text__media img {
    float: left;
    width: auto;
}

#post-374 .entry-content h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.games-page-custom-img {
    width: 20em;
    height: auto;
}

.games-page-custom-img img {
    aspect-ratio: 16/13;
}

#post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc(33.33% - var(--wp--style--block-gap, 2em) / 2) !important;
    flex-grow: 0 !important;
}

#post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child).hover-column1,
#post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child).hover-column2 {
    flex-basis: 65% !important;
}

#post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
}

#post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
}

#post-374 .wp-block-columns {
    column-gap: 1.5em;
    row-gap: 10px;
    flex-wrap: wrap !important;
}

.custom-links-thumbnails-column, .custom-links-thumbnails-column .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.custom-links-thumbnail {
    box-shadow: none !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


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

    .games-page-custom-media-title {
        margin-bottom: 50px;
    }

    #post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
    }

    #post-374 .wp-block-columns {
        column-gap: 1.7em;
    }

    .games-page-custom-hover-column:nth-child(2n-1):hover div {
        margin-left: 0;
        margin-right: calc(var(--width) * (-1.5));
    }

    .games-page-custom-hover-column:nth-child(2n):hover div {
        margin-left: calc(var(--width) * (-1.5));
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .games-page-custom-media-title {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    #post-374 .wp-block-media-text__media img {
        float: unset;
    }

    #post-374 .wp-block-image {
        margin: 0 auto 2em;
    }

    #post-374 .wp-block-media-text {
        grid-row-gap: 25px;
    }

    #post-374 .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }

    #post-374 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: calc(100% - var(--wp--style--block-gap, 2em) / 2) !important;
    }

    .games-page-custom-hover-column:hover div {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*--------------------------------------------------------------
	# INDIVIDUAL GAME PAGE - .page-template-page_game-template
	# SKIRMISH - .page-id-725
	# SCHiM - .page-id-935
	# TOMORROW - .page-id-984
	# UNIDICE - .page-id-995
--------------------------------------------------------------*/
.page-template-page_game-template .entry-title {
    display: none !important;
}

.page-template-page_game-template .header-image {
    height: clamp(150px, 50vh, 50vh);
    width: 80vw;
    margin-top: 75px !important;
    margin-bottom: 50px !important;
    object-fit: contain !important;
}

.page-id-725 .header-image {
    margin-top: 125px !important;
}

.page-template-page_game-template #header-overlay {
    background: none !important;
}

.page-id-725.custom-background {
    background-image: url("../../uploads/2022/06/Extra-Nice-Soft-Background-Skirmish-2.png");
}

.page-id-935.custom-background {
    background-image: url("../../uploads/2022/05/Extra-Nice-Soft-Background-SCHiM.png");
}

.page-id-984.custom-background {
    background-image: url("../../uploads/2022/05/Extra-Nice-Soft-Background-Tomorrow.png");
}

.page-id-984 {
    color: white;
}

.page-id-984 h2 {
    color: #E0F5E6 !important;
}

.seriousslider-sizing2, .seriousslider-sizing2 img.item-image {
    height: auto !important;
}

.seriousslider-control.left {
    left: 5% !important;
}

.seriousslider-control.right {
    right: 5% !important;
}

.page-template-page_game-template .icon-arrow {
    display: none;
}

.links-custom-columns {
    margin-left: auto;
    margin-right: auto;
    width: clamp(250px, 35vw, 35vw);
}

@media (max-width: 720px) {
    .page-template-page_game-template .header-image {
        margin-top: 50px !important;
    }
}

@media (max-width: 480px) {
    .page-template-page_game-template .header-image {
        margin-top: 0 !important;
        margin-bottom: -50px !important;
    }
}

/*--------------------------------------------------------------
	# CAREERS PAGE - #post-446
--------------------------------------------------------------*/

#post-446 p {
    margin-bottom: 0;
}

#post-446 .extra-nice-custom-section {
    margin-bottom: 50px;
}

#post-446 input[type='submit'] {
    background-color: #141414 !important;
    padding: 0.75em 1.25em !important;
    text-align: center;
    border-radius: 5px !important;
    transition: .2s opacity;
}

#post-446 input[type='submit']:hover {
    color: #141414 !important;
    background-color: #298b42 !important;
    cursor: pointer;
}

form.job_filters {
    display: none !important;
}

.location {
    color: #141414 !important;
}

.position h3 {
    font-weight: 600;
}

#post-446 time {
    font-size: 10px;
}

ul.job_listings li.job_listing a img.company_logo {
    display: none;
}

li.job_listing a div.position {
    padding: 0 !important;
}

ul.job_listings li.job_listing a {
    padding: 1em 2em 1em 2em;
}

.single-job_listing .entry-title {
    font-size: clamp(2em, 4vw, 4em) !important;
}

/*--------------------------------------------------------------
    # CONTACT PAGE - .page-id-507
--------------------------------------------------------------*/
.page-id-507 .icon-arrow {
    display: none;
}

.page-id-507 .wp-block-image figcaption {
    text-align: center;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    color: white;
}

@media (max-width: 780px) {
    #post-507 .wp-block-columns {
        flex-direction: column-reverse;
        row-gap: 50px;
        margin-bottom: 100px;
    }
}

/*--------------------------------------------------------------
	# SUBMIT JOB PAGE - .page-id-583
--------------------------------------------------------------*/

.job-manager-form fieldset {
    line-height: 3em;
}

.page-id-583 .header-image, .page-id-358 .header-image {
    opacity: 0 !important;
}

.page-id-583 #header-overlay, .page-id-358 #header-overlay {
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgba(235, 235, 235, 0) 100%) !important;
}

/*--------------------------------------------------------------
	# JOB DASHBOARD PAGE - .page-id-586
--------------------------------------------------------------*/

.page-id-586 .header-image, .page-id-358 .header-image {
    opacity: 0 !important;
}

.page-id-586 #header-overlay, .page-id-358 #header-overlay {
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgba(235, 235, 235, 0) 100%) !important;
}

@media (max-width: 560px) {
    .page-id-586 .expires {
        display: none;
    }
}

@media (max-width: 380px) {
    .page-id-586 .expires, .page-id-586 .date {
        display: none;
    }
}

/*--------------------------------------------------------------
    # JOB PAGE - .single
--------------------------------------------------------------*/
.author-container {
    display: none;
}

.single .icon-arrow {
    display: none;
}

.single .animated-title span.cry-single.animated-letter, .single .animated-title span.cry-double.animated-letter {
    color: white !important;
}

.single .animated-title .caption-title-word > span:nth-child(n) span.cry-single.animated-letter {
    -webkit-animation: none !important;
    animation: none !important;
}

.single .animated-title .caption-title-word > span:nth-child(2n) span.cry-single.animated-letter {
    -webkit-animation: none !important;
    animation: none !important;
}

.single .animated-title .caption-title-word > span:nth-child(n) span.cry-double.animated-letter {
    -webkit-animation: none !important;
    animation: none !important;
}

.single .animated-title .caption-title-word > span:nth-child(2n) span.cry-double.animated-letter {
    -webkit-animation: none !important;
    animation: none !important;
}

.single .header-image, .page-id-358 .header-image {
    opacity: 0 !important;
}

.single #header-overlay, .page-id-358 #header-overlay {
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, #ebebeb 100%) !important;
}

#nav-below {
    display: none;
}

/*--------------------------------------------------------------
    # LEGAL PAGES - .page-id-331, .page-id-358
--------------------------------------------------------------*/

.page-id-331 .icon-arrow, .page-id-358 .icon-arrow {
    display: none;
}

.page-id-331 .header-image, .page-id-358 .header-image {
    opacity: 0 !important;
}

.page-id-331 #header-overlay, .page-id-358 #header-overlay {
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, #ebebeb 100%) !important;
}

/*--------------------------------------------------------------
    # FOOTER
--------------------------------------------------------------*/
#footer {
    height: 150px;
    background: transparent url("../../uploads/2022/05/Extra-Nice-Footer-v1.png") !important;
    background-size: 100% 150px !important;
    display: grid;
    grid-template: "brand icons footer-menu ."
                   "brand . . ."
                   "brand copyright powered-by .";
    grid-template-columns: 200px auto auto;
    padding-left: 25em;
    padding-right: 25em;
    text-align: center;
    font-size: 14px;

}

#footer-branding {
    grid-area: brand;
    height: 100px;
}

#footer-branding .identity {
    height: 100px;
    float: right;
}

#footer-branding .identity img.custom-logo {
    height: 100px;
    max-height: none;
}

#footer-icons {
    background-image: url("../../uploads/2022/04/Extra-Nice-Footer-Icons.png");
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
    grid-area: icons;
}

.footermenu {
    grid-area: footer-menu;
}

#site-copyright {
    grid-area: copyright;
    margin: 0;
}

#footer div:nth-child(6) {
    grid-area: powered-by;
    margin: 0 !important;
}

#footer-top .footer-inside::before {
    height: 0;
}

#footer #toTop {
    width: 1em;
    height: 1em;
    border-radius: 25px;
    color: #141414;
}

#footer #toTop:hover {
    color: #298b42;
}

@media (max-width: 1920px) {
    #footer {
        background-size: 1920px 150px !important;
    }
}

@media (max-width: 1440px) {
    #footer {
        grid-template: "brand icons footer-menu"
                   "brand copyright powered-by";
        grid-template-columns: 150px auto auto;
        padding-left: 12em;
        padding-right: 12em;
    }
}

@media (max-width: 1024px) {
    #footer {
        font-size: 12px;
        grid-template: "brand icons footer-menu"
                   "brand copyright powered-by";
        grid-template-columns: 150px auto auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 800px) {
    #footer {
        font-size: 12px;
        grid-template: "brand icons footer-menu"
                   "brand copyright powered-by";
        grid-template-columns: 150px auto auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    #footer {
        font-size: 12px;
        grid-template: "brand footer-menu footer-menu"
                   "brand copyright powered-by";
    }
}

@media (max-width: 480px) {
    #footer {
        display: none !important;
    }
}
