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

.cruz-event, .cruz-events-listing {
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: "Roboto Slab", sans-serif;
    color: rgb(122, 122, 122);
    font-weight: normal;
}
.cruz-event {
    margin-top: 40px;
}
.back-btn a {
    color: #a83938;
    font-family: "Roboto Slab", sans-serif;
    text-decoration: none;
    font-size: 14px;
}
.back-btn a:hover {
    text-decoration: underline;
}
.cruz-event .event-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 20px;
}
.cruz-event .event-columns .event-content {
    flex-grow: 1;
}

.cruz-event .event-columns .event-content h1.event-title {
    color: rgb(34, 34, 73);
    font-family: marcellus, Sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: rgb(34, 34, 73);
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.cruz-event .event-columns .event-content h2.event-date {
    font-weight: normal;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: rgb(122, 122, 122);
}
.cruz-event .event-columns .event-content .event-time {
    font-weight: normal;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: rgb(122, 122, 122);
}
.cruz-event .event-columns .event-content .event-body {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.cruz-event .event-columns .event-content .event-venue {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.cruz-event .event-columns .event-content .venue-label {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: rgb(34, 34, 73);
    font-weight: bold;
}
.cruz-event .event-columns .event-content .event-venue .venue-content {
    font-size: 15px;
    line-height: 22px;
}
.cruz-event .event-columns .event-content .event-venue .venue-content .venue-name {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}
.cruz-event .event-columns .event-content .event-venue .venue-content a.get-direction, .cruz-event a.rsvp-link {
    padding: 5px 10px;
    color: #fff;
    background-color: #a83938;
    font-family: "Roboto Slab", sans-serif;
    margin-top: 10px;
    font-size: 15px;
    transition: all .25s linear 0s;
    display: inline-block;
}
.cruz-event .event-columns .event-content .event-venue .venue-content a.get-direction:hover, .cruz-event a.rsvp-link:hover {
    filter: brightness(120%);
    color: #fff !important;
}
.cruz-event .event-columns .event-content .event-venue .venue-map {
    flex-grow: 1;
}
.cruz-event .event-columns .event-content .speakers-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: rgb(34, 34, 73);
    font-weight: bold;
}
.cruz-event .event-columns .event-content .speakers {
    display: flex;
    gap: 30px 5%;
    flex-wrap: wrap;
    flex-direction: row;
}
.cruz-event .event-columns .event-content .speakers .speaker {
    flex: 30% 0 0;
    box-shadow: 0px 0px 30px -5px rgba(32,33,36,0.5);
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}
.cruz-event .event-columns .event-content .speakers .speaker .speaker-image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cruz-event .event-columns .event-content .speakers .speaker .speaker-name {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
.cruz-event .event-columns .event-sidebar {
    width: 100%;
    max-width: 300px;
}
.cruz-event .event-columns .event-sidebar .rsvp {
    background: #f0f0f0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.cruz-event .event-columns .event-sidebar .rsvp-title {
    color: #a83938;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.cruz-event .event-columns .event-sidebar .gfield_label {
    display: none;
}
.cruz-event .event-columns .event-sidebar .gfield input[type=text], .cruz-event .event-columns .event-sidebar .gfield input[type=email] {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #40404ab3;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background: #fff;
    font-family: "Roboto Slab", sans-serif;
}
.cruz-event .event-columns .event-sidebar .gform_footer {
    padding: 0;
    margin: 0;
}
.cruz-event .event-columns .event-sidebar .gform_footer input[type=submit] {
    border: 0px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #a83938;
    border-radius: 0 0 0 0;
    font-family: "Roboto Slab", sans-serif;
    outline: none;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 25px;
    transition: all .25s linear 0s;
}
.cruz-event .event-columns .event-sidebar .gform_footer input[type=submit]:hover {
    color: #a83938;
    background-color: #ffffff;
}

.cruz-events-listing .event-grid {
    display: flex;
    flex-direction: row;
    gap: 40px 5%;
    flex-wrap: wrap;
}

.cruz-events-listing .event-grid .event {
    flex: 30% 0 0;
}

.cruz-events-listing .event-grid .event .event-title a {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #a83938;
    font-weight: bold;
}
.cruz-events-listing .event-grid .event .event-title a:hover {
    text-decoration: underline;
}

.cruz-events-listing #map {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .cruz-event .event-columns {
        flex-direction: column;
    }
    .cruz-event .event-columns .event-sidebar {
        max-width: 100%;
    }
    .cruz-events-listing .event-grid .event {
        flex: 47.5% 0 0;
    }
}
@media screen and (max-width: 800px) {
    .cruz-events-listing .event-grid .event {
        flex: 100%;
    }
}
@media screen and (max-width: 550px) {
    .cruz-event .event-columns .event-content .event-venue {
        flex-direction: column;
        gap: 20px;
    }
    .cruz-event .event-columns .event-content .speakers .speaker {
        flex: 47.5% 0 0;
    }
    .cruz-event .event-columns .event-content .speakers .speaker .speaker-name {
        font-size: 14px;
        line-height: 18px;
    }
}