.cweb-wrapper {
}

.cweb-section {
    /*margin-bottom: 20px;
    background-color: #f1f1f1;*/
}

.cweb-single {
    border: 1px solid #000000;
    margin-bottom: 50px !important;
    background-color: #fefefe;
}

.cweb-section .wpb_content_element {
    /* padding: 20px 20px 20px 30px; */
    margin-bottom: 0;
    text-align: center;
}

.cweb-section-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-block;
}

.cweb-webinar-title {
    font-family: 'Anton', sans-serif;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    padding: 25px 75px;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #f5f5f5;
    margin-bottom: 25px;
}

.cweb-sponsor-name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}

.cweb-sponsor-name:after {
    content: ' | ';
}

.cweb-section .webinar-meta,
.cweb-section .webinar-logo {
    margin-bottom: 25px;
}

.cweb-call-to-action {
    margin-bottom: 25px !important;
}

.cweb-cta {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border: unset;
    color: #ffffff !important;
    background-color: #000000;
    box-shadow: unset;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.cweb-webinar-date {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #000;
    display: inline-block;
}

.cweb-webinar-description {
    font-size: 16px;
    padding: 0 75px;
    margin-bottom: 25px;
    text-align: left;
}

.post-content .cweb-webinar-description p {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .cweb-section .wpb_content_element {
        /* padding: 10px 10px 10px 20px; */
        margin-bottom: 0;
    }
}

.cweb-webinar-description ul {
    text-align: left;
}