/*
Basic CSS for Webinar listings.
*/

.section.webinars-feed {
    /*border-color: green;*/
    padding-bottom: 10px;
}

.section.webinars-feed h1 {
    text-align:  center;
    padding-bottom: 10px;
}

#webinars-top-nav {
    margin: 5px 0 10px;
}

.webinar-preview {
    width: 100%;
    border-bottom: 0;
    margin: 0;
    padding: 10px 10px;
}

.webinar-divider {
    clear: both;
    padding: 30px 0 20px;
}

.webinar-divider hr {
    margin: auto;
    width: 50%;
}

.webinar-preview:last-of-type {
    border-bottom: 1px solid #ccc;
}

.webinar-preview .post-title {
    color: red;
    margin-top: 0;
    margin-bottom: 0;
}

.webinar-img {
    padding-left: 0;
}
.webinar-copy {
    padding-left: 0;
}

.webinar-button .btn {
    padding: 8px 15px;
    font-size: 12px;
    white-space: normal;
}

.webinar-synopsis {
    margin-top: 10px;
    color: #888;
}

.webinar-datetime {
    font-size: 18px;
    display: inline-block;
}

#promo.webinar_promo .main-title {
    font-size: 30px;
}


.webinar_sponsor_message {
    color: rgb(51, 51, 51) ;
    font-size: 16px;
    line-height: 32px;
}

#webinar_sponsor div {
    display: inline-block;
    vertical-align: middle;
}

#webinar_promo_description {
    font-size: 12pt;
    padding: 0 10% 30px;
}

.webinar-live {
}

.webinar-live .webinar-datetime{
    padding: 1px 10px;
    margin-top: 5px;
}



.webinar-featured {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.webinar-featured .webinar-button {
    margin-top: 20px;
}