/***********/
/* Desktop */
/***********/
@media screen and (max-width: 1366px) {}



/************************/
/* Desktop Small Laptop */
/************************/
@media only screen and (max-width: 1280px) {}



/**********/
/* Tablet */
/**********/
@media only screen and (max-width: 992px) {
    .tribe-events-calendar-list {
        grid-template-columns: calc(50% - 25px) calc(50% - 25px);
        grid-row-gap: 50px;
        grid-column-gap: 50px;
    }

    .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
        height: 25vw;
    }

    .tribe-events .tribe-events-calendar-list__event-row {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}



/**********/
/* Mobile */
/**********/
@media only screen and (max-width: 768px) {
    .tribe-events-calendar-list {
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }

    .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
        height: 50vw;
    }

    .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
        margin-bottom: 16px !important;
    }




    /* Upcoming Events */
    .events-highlight--container {
        flex-direction: column;
    }

    .events-highlight--container .event-card {
        width: 100%;
        padding-right: 20px !important;
        max-width: none;
    }

    .events-highlight--container .event-card:not(:last-of-type) {
        margin-bottom: 44px;
    }
}



/***************/
/* Mobile Small*/
/***************/
@media only screen and (max-width: 480px) {}




/***************/
/*    Other    */
/***************/
/* Calendar Search Bar Breakpoint */
@media only screen and (max-width: 924px) {

    .tribe-events .tribe-events-header__top-bar {
        margin-bottom: 0px !important;
    }

    .tribe-events .tribe-events-c-events-bar__views {
        display: none;
    }

    .tribe-events .tribe-events-c-events-bar__search-button {
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: 0;
        background-image: url(https://impacthubott.wpengine.com/wp-content/uploads/2021/11/search-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .tribe-events .tribe-events-header__events-bar {
        border: 0 !important;
    }

    div#tribe-events-search-container {
        background-color: white;
        border: 1px solid #C4C4C4;
        border-radius: 6px;
    }

    input#tribe-events-events-bar-keyword {
        border-bottom: 1px solid #C4C4C4;
        border-radius: 0;
    }

}