.webinar-list h3 {
    color: #14328C;
    font-size: 32px;
}

.card-info .webinar-date {
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
    text-transform: uppercase;
    color: #595959;
    display: block;
    font-size: 14px;
    padding-left: 32px;
}

.card-info .webinar-date::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #FF8738 url('../../img/ico-calendar-webinar.svg') no-repeat center;
    position: absolute;
    margin-left: -32px;
}

.card-info .webinar-presentor {
    font-family: 'Avenir LT Std 65';
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 15px;
}

.card-info h4 {
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
    color: #414141;
 /* display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 102px; */
}

.webinar-note {
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin: 20px 15px 60px;
    padding: 20px;
    border-left: #14328c solid 6px;
}

.webinar-note p {
    margin-bottom: 0;
    color: #414141;
    font-size: 14px;
    line-height: 1.8;
}

.webinar-video-container {
    border-radius: 16px;
    overflow: hidden;
    margin-right: 20px;
}

.webinar-video-container p {
    margin-bottom: 0;
    line-height: 1;
}

.webinar-video-container iframe {
    width: 100%;
    height: 350px;
}

.webinar-video-container video {
    object-fit: cover;
    margin-bottom: -15px;
}

.webinar-info h1 {
    font-family: 'Avenir LT Std 65';
    font-weight: 900;
    font-size: 32px;
    color: #14328C;
    line-height: 1.5;
}

.webinar-info .presentor-img {
    width: 72px;
    height: 72px;
    display: inline-block;
}

.webinar-info .presentor-name {
    display: inline-block;
    font-size: 16px;
}

.webinar-info .webinar-date {
    display: block;
    padding: 20px 0 15px 32px;
    font-family: 'Avenir LT Std 65';
    font-weight: 500;
    font-size: 14px;
}

.webinar-info .webinar-date::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #FF8738 url('../../img/ico-calendar-webinar.svg') no-repeat center;
    position: absolute;
    margin-left: -32px;
}

.webinar-content {
    padding: 50px 0;
}

.webinar-content h2 {
    font-family: 'Avenir LT Std 65';
    font-weight: 900;
    font-size: 24px;
    color: #14328C;
    line-height: 1.5;
    margin-top: 40px;
}

.webinar-content li {
    margin-bottom: 10px;
}

.webinar-info .ugb-button {
    background: #14328C;
    text-transform: uppercase;
    padding: 13px 45px 13px 30px;
}

.webinar-info .ugb-button span::before {
    background: url(../../img/double-arrow-white-sm.svg) no-repeat center;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -25px;
    top: -2px;
}

.logged-in .demand-learning .entry-content .wp-block-ugb-button {
    display: none;
}


@media (max-width: 1200px) {
    .title-nav {
        text-align: center;
    }
    .title-nav .col-lg-6 {
        width: 100%;
    }
    .webinar-list .paged-nav .wp-pagenavi {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .card-item {
        margin: 0 0 40px;
    }
    .card-img {
        height: 200px;
    }
    .card-info h4 {
        margin-bottom: 0;
    }
    .webinar-info .col-lg-6 {
        width: 100%;
    }
    .webinar-video-container iframe {
        height: 620px;
    }
    .webinar-video-container {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .card-img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .webinar-video-container iframe {
        height: 520px;
    }
}

@media (max-width: 600px) {
    .webinar-video-container iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .webinar-list h3 {
        text-align: center;
    }
    .webinar-list .wp-pagenavi {
        text-align: center;
    }
    .webinar-info .presentor-name {
        width: 300px;
        vertical-align: middle;
        line-height: 1.4;
        margin-left: 10px;
    }
}

@media (max-width: 425px) {
    .webinar-info h1 {
        font-size: 28px;
    }
    .webinar-info .presentor-name {
        width: 280px;
    }
}

@media (max-width: 408px) {
    .webinar-info .presentor-name {
        width: 230px;
    }
}

@media (max-width: 375px) {
    .breadcrumbs ul li, .breadcrumbs ul li:first-child > a {
        font-size: 15px;
    }
    .webinar-info h1 {
        font-size: 24px;
    }
}

@media (max-width: 356px) {
    .demand-learning .ugb-button span::before {
        top: 8px;
    }
}

@media (max-width: 320px) {
    .webinar-info .presentor-name {
        width: 200px;
    }
    .webinar-info h1 {
        font-size: 23px;
    }
    .breadcrumbs ul li, .breadcrumbs ul li:first-child > a {
        font-size: 14px;
    }
}