@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@600&display=swap');

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.flex-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
}

.flex-grow-2 {
    width: calc(75% - 10px);
}

.flex-grow-1 {
    width: calc(25% - 10px);
}
.gamepill-event-post-image img {
    width: 100%;
}

.flex-container .elementor-button {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #009EFF;
    transition: all 0.5s;
}

.flex-container .elementor-button:hover {
    background-color: #009EFF;
    color: #fff;
}
.event-sidebar p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
}
.event-sidebar div{
    margin-bottom: 70px;
}
.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 10px 20px;
}
.event-sidebar {
    display: block;
    text-align: center;
}

.post-publish-date{
    text-transform: uppercase;
}

.event-title {
    width: 416px;
    min-height: 72px;
    margin-bottom: 16px;
    max-width: 100%;
}

.event-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FAF9F9;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}


.back-button{
    padding-bottom: 30px;
    padding-top: 30px;
}

.flex-container .col-4 {
  width: 32%;
}

.gamepill-event-content.excert {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 20px;
    height: 140px;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    width: 416px;
    max-width: 100%;

    color:#fff;
}
.align-center {
    align-items: center;
}
.flex-container.align-center{
    height: 40px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;

    color: #FAF9F9;
}

.flex-container.align-center span {
    width: calc(100% - 36px)
}
p.flex-container.align-center {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row;
    margin-top: 16px;
}

a.flex-container.align-center {
    gap: 15px;
    margin: 0;
    font-weight: 600;
    flex-direction: row;
}
a.flex-container.align-center:hover {
    color: #009bf9;
}
.align-center.flex-container.justify-between {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-direction: row;
}

.flex-container.filter {
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.elementor-background-slideshow__slide__image {
    width: 100%;
    display: block;
    height: 400px;
    background-image: url('../../../../uploads/2023/03/banner-min-1.png');
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.elementor-background-slideshow__slide__image .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Rubik", Sans-serif;
    font-size: 80px;
    font-weight: 600;
}
.filter a.active{
    color: #009eff;
}
.filter a.active:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #009eff;
}

.single .event-title {
    width: 100%;
    height: auto;
}
a.flex-container.align-center{
    margin-bottom: 30px;
}
.col-4.col.post {
    margin-bottom: 20px;
}
a.flex-container.align-center div {
    padding-top: 5px;
    color: #0096ff;
}
a.flex-container.align-center:hover div {
    color: #fff;
}
.single .event-title h1 {
    font-size: 32px;
}

@media (max-width:767px){
    .align-center.flex-container.justify-between {
        gap: 0;
    }
    .flex-container{
        flex-direction: column;
        padding: 15px;
    }
    .flex-grow-2 {
        width: 100%;
    }

    .flex-grow-1 {
        width: 100%;
    }
    .flex-container .col.col-4{
        width: 100%;
    }

    .elementor-background-slideshow__slide__image {
        height: 200px;
        background-image: url('../../../../uploads/2021/05/banner-career.jpg');
    }
    .elementor-background-slideshow__slide__image .elementor-heading-title {
        font-size: 50px;
    }
}