.ch-event-banner-header .title-location {font-size: 14px;margin-bottom: 10px;}
.ch-event-banner-header .no-event-banner .title-location {margin-top: 20px;}
.ch-event-banner-header .ch-event-banner {margin-bottom: 30px;}
.ch-event-banner-header .ch-event-banner img {width: 100%;}
.ch-event-banner-header h1.ch-event-title {margin-top: 0px; margin-bottom: 20px;}
.ch-event-banner-header .ch-event-date {margin-bottom: 30px;line-height: 1.4;}
.ch-event-banner-header .ch-event-all-instances-link {margin-top: -20px;margin-bottom: 30px;}
.ch-event-banner-header .calendar-invite {margin-bottom: 30px;}
.ch-event-banner-header .dropdown-menu a.active, .ch-event-banner-header .dropdown-menu a:active {background-color: #f5f5f5;color:#000;}
.ch-event-info-section {margin-top: 30px;}
.ch-event-info-header {margin-top:0px;}
.ch-event-breakouts .timeslot-row {display: flex;padding:0px 8px;border-top: 1px solid #ddd;}
.ch-event-breakouts .timeslot-row:nth-of-type(2n+1) {background-color: #f9f9f9;}
.ch-event-breakouts .timeslot-time {width: 27%;flex-grow: 0;flex-shrink: 0;padding-top: 10px;display: block;}
.ch-event-breakouts .timeslot-content {flex-grow: 1;}
.ch-event-breakouts .timeslot-content .agenda-session {padding-top: 10px;padding-bottom: 10px;word-break: break-word;}
.ch-event-breakouts .timeslot-content .agenda-session + .agenda-session {border-top: 1px solid #ddd;}
.ch-event-breakouts .timeslot-content .agenda-session .agenda-session-header {display: flex;justify-content: space-between;align-items: start;}
.ch-event-breakouts .timeslot-content .agenda-session .session-presenter {padding-left: 25px;}
.ch-event-breakouts .timeslot-content .agenda-session .video-link {margin-left: 10px;}
.ch-event-breakouts .breakout-window-date {font-weight: bold;margin-top: 20px;}
.ch-event-breakouts .breakout-session-toggle {
    padding-left: 25px;
    background-image: url(/wp-content/plugins/carehubs-app-events/Public/images/minus_dark_thin.png);
    background-position: left 4px;
    background-size: auto 13px;
    background-repeat: no-repeat;
    display: inline-block;
}
.ch-event-breakouts .breakout-session-toggle.collapsed {
    background-image: url(/wp-content/plugins/carehubs-app-events/Public/images/plus_dark_thin.png);
}
.ch-event-breakouts .agenda-session .breakout-description {padding-left: 25px;padding-top: 10px;}
.ch-event-action-buttons {max-width:300px;}
.ch-event-action-buttons .btn-group {width: 100%;margin-bottom:8px;}
.ch-event-action-buttons .btn-group .solo-button {width: 100%;}
.ch-event-action-buttons .main-button {width: calc(100% - 26px);border-right: 1px solid #000;}
.ch-event-action-buttons .dropdown-menu {width: 100%;max-width:300px;}
.ch-event-action-buttons .dropdown-toggle {border-left: 1px solid #000;opacity:0.8;}
.ch-event-contact-row .media-object {border-radius: 50%;width: 50px;height: 50px;}
.ch-event-contact-info {margin-bottom: 30px;}
@media (max-width: 991px) {
    .ch-event-breakouts .timeslot-row {display: block;}
    .ch-event-breakouts .timeslot-time {width: 100%;}
}
@media (max-width: 991px) and (min-width: 768px){
    .ch-event-banner-header .ch-event-title {font-size: 26px;}
}
@media (max-width: 767px) {
    .ch-event-banner-header .no-event-banner .title-location {margin-top: 0px;}
    .ch-event-action-buttons .main-button {max-width:100%;}
    .ch-event-action-buttons .dropdown-menu {max-width:100%;}
}

@media print {
    .ch-event {background-color: none;}
    .ch-event main {padding-top:0px;}
    .ch-event header {display: none;}
    .ch-event footer {display: none;}
    .ch-event main > .ch-container {max-width: none; width: 100%;}
    .ch-event a:after, .ch-events a[href]:after {display: none !important;}
    .ch-event .ch-breadcrumb {display: none !important;}
    .ch-event .ch-event-signup {display: none !important;}
    .ch-event .ch-event-export {display: none !important;}
    .ch-event .breakout-description {display: block !important;}
}

/****************** Faculty tab **********************************/
.ch-event-faculty {padding-top: 32px;padding-bottom: 32px;border-bottom: 1px solid #eaeaea;}
.ch-event-faculty .faculty-bio p:last-of-type {margin-bottom: 0px;}

/*********************Exhibitors******************************/
.ch-exhibitor-row {display: flex; align-items: center;border-bottom: 1px solid #ddd;}
.ch-exhibitor-row > div {padding-top:35px;padding-bottom: 35px;text-align: center;}
@media (max-width: 991px) {
    .ch-exhibitor-details .ch-exhibitor-logo {max-width: 500px;width:100%;}
}
@media (max-width: 767px) {
    .ch-exhibitor-row {border:none;display: block;}
    .ch-exhibitor-row > div {border-bottom: 1px solid #ddd;}
}
