/****************
LIST VIEW
 */
.list-webinars {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-webinars li {
    margin-bottom: 60px;
}

.list-webinars li article {

}

.list-webinars li article header {
    margin-top: 30px;

}

.list-webinars li article header time {
    display: block;
    font-family: 'Lora';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: -0.25em;
    position: relative;
    text-transform: uppercase;
}

.list-webinars li article header h1,
.list-webinars li article header .h3 {
    color: #000000;
    font-family: "Roboto" !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;

}

.list-webinars li article header h1 a,
.list-webinars li article header .h3 a {
    color: #000000;
}

.list-webinars li article header h1 a:hover,
.list-webinars li article header .h3 a:hover {
    color: #ab192d;
    text-decoration: none;
}

.list-webinars li article .description {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 1em;
}

.list-webinars li article .cta {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.625;
}


/****************
LIST VIEW CONTAINERS
 */
#upcoming-webinars,
#related-webinars {
    background-color: #f7f8f9;
    padding: 50px 0;
}

#past-webinars {
    padding: 50px 0;
}

#upcoming-webinars .h2,
#related-webinars .h2,
#past-webinars .h2 {
    margin-bottom: 40px;
}


/****************
FEATURED WEBINAR
 */
.featured-webinar {
    position: relative;
    padding-top: 56.25%;
}

.featured-webinar.has-no-upcoming {
    background-color: #f7f8f9;
}

.featured-webinar .meta {
    font-size: 18px;
    font-family: "Roboto";
    line-height: 1.625;
    margin-bottom: 1.75em;
}

.featured-webinar .content {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.625;
    padding: 35px 15px;
}

.featured-webinar .description {
    margin-bottom: 30px;
}

.featured-webinar .h2 {
    margin-bottom: 25px;
}

.featured-webinar .h2 a {
    color: #000000;
}

.featured-webinar .h2 a:hover,
.featured-webinar .h2 a:focus,
.featured-webinar .h2 a:active {
    color: #ab192d;
    text-decoration: none;
}

.featured-webinar .h4 {
    font-size: 14px;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.featured-webinar .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 56.25%;
    background: transparent none no-repeat 50% 50% scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (min-width: 767px) {
    .table-wrap {
        display: table;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .featured-webinar {
        padding-top: 0;
    }

    .featured-webinar .table-cell.content {
        height: calc(100vh - 140px);
        padding: 50px 2.75% 50px 8%;
        width: 50%;
    }

    .featured-webinar .table-cell.content .inner {
        float: right;
        max-width: 510px;
    }


    .featured-webinar .table-cell.image {
        padding-bottom: 0;
        position: relative;
        width: 50%;
    }

    .featured-webinar .scroll-down {
        width: 36px;
        height: 36px;
        background-color: #000000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-left: -18px;
        bottom: -18px;
        border: 4px solid #fff;
    }

    .featured-webinar .scroll-down::before {
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg) translate(-50%, -50%) skew(5deg, 5deg);
        -moz-transform: rotate(-45deg) translate(-50%, -50%) skew(5deg, 5deg);
        -ms-transform: rotate(-45deg) translate(-50%, -50%) skew(5deg, 5deg);
        -o-transform: rotate(-45deg) translate(-50%, -50%) skew(5deg, 5deg);
        transform: rotate(-45deg) translate(-50%, -50%) skew(5deg, 5deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        content: '';
        left: 50%;
        top: 50%;
        margin-top: -2px;
    }
}

@media (min-width: 1200px) {
    .featured-webinar .h2 {
        font-size: 32px;
    }
}


/****************
SINGLE WEBINAR
 */
.single-webinar {

}

.single-webinar #ht-content {
    padding-bottom: 0 !important;
}

.single-webinar .hero {
    background: transparent none no-repeat 50% 50% scroll;
    -webkit-background-size: cover;
    background-size: cover;
    height: 175px;
}

.single-webinar .webinar-content {
    padding: 35px 0 0;
}

.single-webinar .webinar-content .row {
    margin-bottom: 0;
    margin-top: 0;
}

.single-webinar .webinar-content header {

}

.single-webinar .webinar-content .meta {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2em;
}

.single-webinar .webinar-content time h3 {
    font-weight: 700;
}

.single-webinar .webinar-content .description {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 25px;
}

.single-webinar .webinar-content .watch-now {
    padding: 25px 30px 0;
}

.single-webinar .webinar-content .registration-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    padding: 40px 30px;
}

.single-webinar .webinar-content .registration-form h2 {
    font-size: 24px;
    margin-bottom: 1em;
}

.single-webinar .webinar-content .registration-form .gform_wrapper {
    margin: 0;
}

.single-webinar .webinar-content .registration-form .gform_confirmation_wrapper {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.625;
    color: #000000;
}



    /**
    BUTTON STYLING
     */
.single-webinar .webinar-content .registration-form .gform_wrapper .gform_button.button,
.btn.btn-primary {
    background-color: #ab1932;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    padding: 7px 30px;
}

.btn.btn-primary.btn-watch .fa {
    margin-left: 5px;
}

.single-webinar .webinar-content .registration-form .gform_wrapper .gform_button.button,
.btn.btn-primary.btn-watch {
    display: block;
    width: 100%;
}

.single-webinar .webinar-content .watch-now .btn.btn-primary.btn-watch {
    display: inline-block;
    width: auto;
}

.back-to-webinars {
    position: absolute;
    top: -50px;
    font-size: 16px;
    color: #000000;
}

.back-to-webinars:hover {
    text-decoration: none;
}

.back-to-webinars .fa {
    font-size: 65%;
}

/**
PAGINATION
 */
.pagination-webinars {
    font-family: "Roboto";
    font-size: 16px;
}

.pagination-webinars ul {

}

.pagination-webinars ul li {
    margin: 0 8px;
}

.pagination-webinars ul li a {
    color: #444444;
}

.pagination-webinars ul li a:hover,
.pagination-webinars ul li a:focus,
.pagination-webinars ul li a:active {
    color: #ab1932;
}

.pagination-webinars ul li span.current {
    font-weight: 700;
    color: #000;
}

/**
CATEGORY SELECT
 */
.webinar-category-select {
    margin-top: 25px;
}

.webinar-category-select select {
    border-color: #444444;
    color: #444444;
    font-family: "Roboto";
    font-size: 16px;
    padding: 0 40px 0  20px;
    height: 45px;
}

@media (min-width: 768px) {

    #upcoming-webinars,
    #related-webinars {
        padding: 100px 0;
    }

    #past-webinars {
        padding: 100px 0;
    }

    .list-webinars li article header {
        margin-top: 0;
    }

    .single-webinar .hero {
        height: 300px;
    }

    .single-webinar .webinar-content .registration-form h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .single-webinar .webinar-content {
        padding: 70px 0 0;
    }

    .single-webinar .webinar-content .description {
        padding-bottom: 100px;
    }

    .single-webinar .webinar-content .meta {
        padding: 0 30px;
    }

    .single-webinar .webinar-content .registration-form {
        margin-bottom: -125px;
    }

    .single-webinar .webinar-content .registration-form.no-bottom-margin {
        margin-bottom: 45px;
    }
}