
.event-page-description h1{
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.event-toolbar {
    margin-bottom: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.event-toolbar .event-category-filters {
    float: left;
}

.event-toolbar .label {
    font-weight: 600;
    margin: 0 0 8px;
    display: inline-block;
}

.event-toolbar .event-modes {
    float: right;
}

.event-toolbar .label {
    font-weight: 600;
    margin: 0 0 8px;
    display: inline-block;
}

.event-toolbar select, .event_block select {
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    box-sizing: border-box;
}
.event-toolbar select{
    width: 100%;
}

.events-list .event_loop {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
    border: 1px solid #ccc;
}

.events-list .event_loop:hover {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

aside.sidebar.sidebar-additional {
    padding: 20px;
    background: #eae9e9;
}

.widget.widget_upcoming ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.widget_upcoming ul li {
    margin: 10px 0px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.widget_upcoming ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_upcoming .event-image {
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-top: 3px;
}

.widget_upcoming .event-info {
    float: left;
    width: 68%;
    font-size: 12px;
}
.widget_upcoming a, .widget_upcoming  .alink {
    color: #006bb4;
    text-decoration: none;
}

.widget_upcoming .event-info {
    float: left;
    width: 68%;
    font-size: 12px;
}

.widget_upcoming .event-info a {
    margin-bottom: 5px;
    width: 100%;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventcalendar-event-eventview [data-ui-id="page-title-wrapper"] {
    font-weight: 300;
    font-size: 40px;
}

.events-calendar-details .events-single-right {
    width: 60%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.events-calendar-details .events-single-left {
    float: left;
    width: 40%;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.events-calendar-details .events-single-right .event-image img {
    width: 100%;
    margin-bottom: 10px;
}

.events-calendar-details .events-single-right .back_event {
    margin-top: 20px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.events-calendar-details .events-single-left .events-cta {
    padding: 0 0 40px 0;
}

.events-calendar-details .events-single-left .events-cta-date {
    display: inline-block;
    text-align: center;
}

.events-calendar-details .events-single-left .events-cta-btn {
    z-index: 99999;
    position: relative;
}

.events-calendar-details .events-single-left .dd {
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.events-calendar-details .events-single-left .yy {
    display: block;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 5px;
}

.events-calendar-details .events-single-left .events-meta-group {
    padding: 30px 0;
    border-top: 1px solid #cccccc;
}

.events-calendar-details .events-single-left .events-section-title {
    margin-top: 0;
    font-weight: 300;
}

.events-calendar-details table tr th {
    font-weight: 500;
    text-align: left;
}
.events-calendar-details table tr td {
    padding: 11px 10px;
}

.events-calendar-details a{
    color: #006bb4;
}

address {
    font-style: normal;
}

.events-calendar-details .back_event a.btn-primary.action.back {
    color: #ffffff;
}

/* Tooltip Container */
.tool_tip {
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 999999;
    background: #f4f4f4;    
  }

.tool_tip .tooltipster-content {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border: 10px solid #f4f4f4;
}
.tool_tip .custom-content {
    font-size: 12px;
}
.tool_tip .custom-content > div {
    margin-bottom: 5px;
}
.tool_tip .tool_tip {
    max-width: 385px;
    overflow: hidden;
}
.tool_tip .image_left {
    width: 30%;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: white;
    left: 0;
    top: -5px;
    padding-left: 10px;
}
.tool_tip .image_left img {
    max-width: 100px;
    float: left;
}
.tool_tip .right_part {
    display: table-cell;
    background: white;
    padding: 10px;
}
.tool_tip .custom-title {
    font-weight: 700;
    background: #f4f4f4;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.tool_tip .title_s {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    width: 80px;
    display: inline-block;
}
.tool_tip .tooltipster-default {
    border: 0;
}

@media only screen and (max-width: 768px) {
    .event-page-description h1{
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 1.1;
    }

    .events-calendar-details .events-single-right {
        width: 100%;
        padding-left: 0;
    }

    .events-calendar-details .events-single-left {
        width: 100%;
        border-right: 0;
        margin-bottom: 0;
    }

    .events-calendar-details .events-single-right .back_event {
        margin-top: @indent__m*2;
        float: right;
        margin-bottom: -70px;
    }

    .events-calendar-details .events-calendar-details {
        width: 100%;
        border-right: 0;
        margin-bottom: 0;
    }

    .events-calendar-details .events-calendar-details .events-cta {
        padding: 0 0 @indent__m 0;
    }

    .events-calendar-details .events-calendar-details .events-meta-group {
        padding: @indent__m 0;
    }

    .events-calendar-details .events-calendar-details .events-meta-group:last-child {
        padding-bottom: 0;
    }
    .events-calendar-details .event-gmap {
        margin-right: 0;
    }
}

