/*
 Theme Name:   Gamefound Career Theme
 Description:  Gamefound Career Theme
 Author:       Gamefound
 Author URI:   https://gamefound.com
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  gamefound
*/

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;800&display=swap');

/* common */

body {
    font-family: 'Nunito Sans', 'sans-serif';
    color: #353245;
}

::-moz-selection {
    background: #1BAA64;
    text-shadow: none;
}

::selection {
    background: #1BAA64;
    text-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
input[type="date"],
textarea,
button {
    -webkit-appearance: none;
}

a,
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea,
button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* colors */

.bg-green {
    background: #27E28B;
}

.bg-green-dark {
    background: #1BAA64;
}

.bg-gray {
    background: #F2F3F8;
}

.bg-darkgray {
    background: #353245;
}

.btn.bg-green:hover {
    background: #117c48;
}

.text-green {
    color: #27E28B;
}

.text-gray {
    color: #A5AAC0;
}

.text-common {
    color: #353245;
}

.text-green-dark {
    color: #197549;
}

a.text-common:hover {
    color: #353245;
}

.btn.bg-green-dark:hover {
    background: #197549;
}

/* layout */

.container {
    max-width: 1160px;
}
.container-wide {
    max-width: 1248px;
}
.py-10 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.pt-10 {
    padding-top: 95px !important;
}
.pb-10 {
    padding-bottom: 95px !important;
}
.py-xl-10 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.pt-xl-10 {
    padding-top: 95px !important;
}
.pb-xl-10 {
    padding-bottom: 95px !important;
}
.p-5 {
    padding: 2.5rem !important;
}

/* header */

.lang-switch {
    list-style: none;
}

.lang-switch a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 24px;
    color: #353245;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    opacity: 0.4;
    border: 2px solid #353245;
    border-radius: 50%;
    text-decoration: none;
}

.lang-switch li:first-of-type a {
    margin-right: 10px;
}

.lang-switch a:hover,
.lang-switch .current-lang a {
    opacity: 1;
}

.navbar {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    height: 98px;
}

.go-home-cross {
    transition: all 500ms cubic-bezier(0, 0.76, 0.67, 0.99);
}

.go-home-cross:hover {
    transform: rotate(360deg);
}

/* content */

.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: inherit;
}

.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero {
    margin-top: 78px;
    height:75vh;
}

.hero .embed-container:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #353245;
    display: block;
    content: '';
    opacity: .7;
}

.hero .container {
    height: 640px;
}

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

.text-justify {
    text-align: justify;
}

h1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 80px;
}

h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 43px;
}

h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}

.single-job-content:before,
h1:before,
h2:before,
h3:before {
    display: block;
    clear: both;
    height: 3px;
    width: 57px;
    background: #fff;
    content: '';
    margin-bottom: 16px;
}

.single-job-content:before,
h1.single-job-title:before,
h2:before {
    background: #27E28B;
}

h3:before {
    background: #1BAA64;
}

.bg-green-dark :before {
    background: #fff;
}

.no-before:before {
    display: none !important;
}

p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #636977;
}

.hero p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}

.job-list-item {
    border: 1px solid #E0E0EA;
}

.job-list-item p {
    color: #636977;
}

.benefits h3 {
    word-break: keep-all;
}

[data-offer-cat] {
    border-width: 3px;
}

.job-offers div[data-offer-cat] {
    border-width: 1px;
}

.filters-light a {
    color: #636977;
}

.filters-light a.active {
    color: #117c48;
}

.filters-light a:hover {
    border: 3px solid #636977 !important;
}
.filters-light a.active,
.filters-light a.active:hover {
    border: 3px solid #117c48 !important;
}
.filters-dark a.active,
.filters-dark a:hover,
.filters-dark a.active:hover {
    border: 3px solid #fff !important;
}
.filters-dark a {
    border: 3px solid transparent;
}
.btn.top-button.bg-green-dark i:before {
    background: none;
}
.show-all-offers .btn {
    padding: 8px 24px;
    border: 2px solid #353245;
    color: #353245;
    max-width: 273px;
}
.show-all-offers .btn:hover {
    background: #27E28B;
}

.entry-content li {
    list-style-type: none;
    display: block;
    padding: 4px 0 4px 44px;
    position: relative;
}

.entry-content li:before {
    background: url(img/list-arrow.svg) no-repeat center center;
    width: 9px;
    height: 15px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.entry-content>ul {
    padding-left: 11px;
}

.single-oferta .entry-content p,
.single-oferta .entry-content ul,
.single-oferta .entry-content ol {
    color: #636977;
}

.flip-card {
    width: 325px;
    height: 325px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {

}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-back {
    transform: rotateY(180deg);
}

.hero h1:before {
    height: 8px;
}

.filters-select-dark {
    border: 3px solid #fff !important;
    background: transparent;
    appearance: none;
    padding: 6px 20px;
    box-shadow: none !important;
}

.filters-select-container-dark:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    background: url(img/arrow-down.svg) no-repeat center center;
    width: 22px;
    height: 12px;
}

.filters-select option {
    color: #353245;
}

.filters-select-light {
    border: 3px solid #1BAA64 !important;
    background: transparent;
    appearance: none;
    padding: 6px 20px;
    box-shadow: none !important;
}

.filters-select-container-light:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    background: url(img/arrow-down-green.svg) no-repeat center center;
    width: 22px;
    height: 12px;
}

.team-member-photo:after {
    display: none;
    width: 60px;
    height: 3px;
    content: '';
    background: #fff;
    position: absolute;
    left: 43px;
    bottom: 25px;
}

.about-photo.team-member-photo:after {
    background: #27E28B;
}

.team-member-photo img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 325px;
    height: auto;
}
.offer-fixed-details {
    border-top:1px solid #E0E0EA;
}

/* footer */

.sm-icons a:hover {
    opacity: .7;
}

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

    .site > .container, 
    .site > .container-fluid {
        padding-left:32px;
        padding-right:32px;
    }
    .hero h1 {
        font-size:48px;
        line-height:1.2em;
    }
    .team-lists .flex-wrap .text-center {
        max-width:325px;
    }
    .pt-md-10 {
        padding-top: 95px !important;
    }
    .pb-md-10 {
        padding-bottom: 95px !important;
    }

}

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

    .benefits h3 {
        word-break: break-word;
    }

    h1 {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 43px;
    }

    h2 {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 43px;
    }

    h3 {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }

    .grid {
        display: block !important;
    }

    .navbar {
        height: 56px;
    }

    .hero {
        height: calc(640px - 56px);
        margin-top: 56px;
        max-height: calc(640px - 56px);
    }

    .hero .container {
        height: calc(640px - 56px);
    }

    .logo {
        height: 23px;
    }

    .hero .embed-container {
        padding-bottom: calc(100vh - 56px);
    }
    .hero h1 {
        font-size: 32px;
        line-height: 1.2em;
    }
    .hero p {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .hero-buttons a {
        display: block;
        max-width: 207px;
        width: 100%;
    }

    .single-oferta .entry-content ul {
        padding-left: 0;
    }

    .entry-content li {
        padding-left: 20px;
    }
    .embed-container video, 
    .embed-container iframe, 
    .embed-container object, 
    .embed-container embed {
        height:inherit;
    }
    .pt-md-10 {
        padding-top: 48px !important;
    }
    .pb-md-10 {
        padding-bottom: 48px !important;
    }

}