/** Webinars Style **/
.boxzilla-center-container .boxzilla {
    padding: 16px;
}

.register a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    min-width: 200px;
    margin-top: 20px;
}

.live-webinar-image {
    min-height: 240px;
    background-position: center center;
    background-size: cover;
}

.interactive-webinars-section {
    text-align: center;
    padding: 70px 0 0;
}

.interactive-webinars-section h2 {
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}

.interactive-webinars-section p {
    margin: 35px 0;
}

.upcoming-webinars-section .section-title {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 40px;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

.live-webinar {
    margin-bottom: 40px;
}

.live-webinar-image img {
    width: 100%;
}

.live-webinar-details {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: #F2F2F2;
    padding: 40px 20px;
    flex-direction: column;
}

.webinar-title {
    width: 100%;
    text-align: center !important;
}

.live-webinar-details>div {
    text-align: center;
}

.live-webinar-details>div:last-child {
    margin-right: 0;
}

.webinar-title h3 {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}

.live-webinar-details h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
}

.live-webinar-details p {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #d6d6d6;
}

/*Responsive*/

@media(max-width: 1024px) {
    .webinar-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .live-webinar-details {
        flex-wrap: wrap;
    }

    .live-webinar-details>div {
        text-align: left;
    }

    section.upcoming-webinars-section {
        padding: 0 40px;
    }
}

@media(max-width: 767px) {
    .live-webinar-details>div {
        width: 100%;
        margin-bottom: 15px;
        margin-bottom: 20px;
    }

    .live-webinar-details {
        padding: 15px 25px;
    }

    .live-webinar-details h4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: center;
    }

    section.upcoming-webinars-section {
        padding: 0 20px;
    }

    .live-webinar-details .date,
    .live-webinar-details .time {
        width: 60% !important;
    }

    .live-webinar-details .webinar-title>h3 {
        width: 100% !important;
        height: auto;
        min-height: 0px;
        margin: auto;
        font-size: 1.2rem;
    }

    .live-webinar-details .location {
        width: 70%;
    }

    .register h4 {
        display: none;
    }

    .register {
        margin-bottom: 0px !important;
    }

    div#boxzilla-3092 {
        height: 300px;
        overflow: unset;
    }
}