/** Events Archive Styles **/

.wa-event-item {
        padding: 5px;
        margin-bottom: 20px;
        font-family: 'Montserrat';
        color: #000;
}

.wa-event-headline {
        display: flex;
        background: #46b658;
        padding: 10px 15px;
}

.wa-event-location-headline {
        line-height: 1;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 26px;
        color: #fff;
        margin: 0;
}

.wa-event-title {
        line-height: 1.2;
        margin: 0;
        padding-left: 5px;
        color: #fff;
        font-weight: 200;
        font-size: 22px;
}

.event-summary {
        display: flex;
        padding-top: 1.5em;
}

.wa-event-details {
        width: 33.33%;
}

.wa-event-image-links {
        width: 66.66%;
}

.wa-event-date-section, 
.wa-event-location-section, 
.wa-event-action,
.wa-event-action-add-to-cal {
        padding: 0 10px;
        margin-bottom: 15px
}

.wa-event-action {
        display: flex;
        min-width: 180px;
}

.wa-event-date {
        font-weight: 900;
        font-size: 26px;
        line-height: 1;
        text-transform: uppercase;
}

.wa-event-location-label {
        font-weight: 900;
        font-size: 16px;
}

a.wa-event-register {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        border: 2px solid #3aaa4c;
        border-style: solid;
        border-width: 2px;
        background-clip: border-box;
        border-color: #46b658;
        padding-top: 15px;
        padding-right: 26px;
        padding-bottom: 15px;
        padding-left: 26px;
        color: #ffffff;
        background: #46b658;
        border-radius:30px;
        text-decoration: none;
}
a.wa-event-register:hover {
        background: #fff;
        border: 2px solid #46b658;
        color: #46b658;
        text-decoration: none;
}
.wa-event-time {
        margin: 5px 0;
}
.wa-event-image-header {
        background: #f2f2f2;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.wa-event-cat {
        padding-right: 15px;
        font-weight: 900;
        font-size: 28px;
        text-transform: uppercase;
}

.wa-green {
        color: #46b658;
}

.wa-event-image-wrapper {
        position: relative;
        overflow: hidden;
}

.wa-event-image img {
        min-width: 100%;
        max-height: 350px;
}

.wa-event-image-overlay {
        background: #000;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: 50%;
}

.wa-event-image-overlay-inner {
        display: flex;
        flex-direction: column;
        padding: 30px;
        height: 100%;
        text-align: right;
        justify-content: space-between;
}

.wa-event-link {
        color: #fff;
        display: inline-flex;
        align-self: flex-end;
        margin-top: 15px;
        border-bottom: 1px solid #fff;
        font-size: 13px;
}

.wa-event-subheading h2 {
        color: #fff;
        line-height: 1;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 15px;
}

.wa-event-day-date {
        font-size: 13px;
}

.fl-content.fl-content-left.col-md-8 {
        width: 100%;
}
.wa-event-name {
        font-weight: 400;
        font-size: 1.4em;
        color: #333;
        padding: 10px 0;
        /* word-break: break-all; */
}

/** Single **/

.wa-return a {
        color: #000;
        padding-bottom: 10px;
        display: block;
}

.wa-event-detailed-view {
        /*padding-top: 1.5em;*/
}

.wa-event-content .wa-event-description img {
        margin: 0;
}

.wa-event-cost-time-section {
        padding: 0;
        list-style: none;
}

.wa-event-cost-time-section li {
        display: inline-block;
        padding-right: 40px;
}

.wa-event-single-label {
        font-weight: 900;
}

.wa-event-desc-title {
        padding-top: 10px;
        color: #000;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 16px;
}

.wa-event-presenter-item {
        display: flex;
        margin-bottom: 20px;
}

.wa-event-presenter-image {
        width: 30%;
        border: 1px solid #ccc;
}

.wa-event-presenter-details {
        width: 70%;
        border: 1px solid transparent;
        padding: 20px;
}

.wa-event-presenter-name {
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 10px;
}
.page-numbers {
        color: #47B658;
        font-weight: bold;
        font-size: 1.4em;
        margin: 10px;
}
a.page-numbers {
        color: #333;
}
h3.wa-event-title a {
        color: #fff;
}
.wa-event-action-add-to-cal a {
        color: #000;
}

/** Hide presenters section on loop **/

.wa-events-shortcode-content .wa-event-presenters {
        display: none;
}

/** Grid **/
.wa-events-content.wa-events-shortcode-content {
        display: block;
}
@media only screen and (min-width: 1000px) {
        .wa-events-content.wa-events-shortcode-content {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax( 500px, 1fr ) );
                margin-top: 50px;
        }
}
.wa-event-grid-item .wa-event-location-headline {
        font-size: 20px;
        line-height: unset;
        font-family: 'Monument';
}
.wa-event-grid-item .wa-event-title {
        font-size: 18px;
        line-height: unset;
}
.wa-event-grid-item .wa-event-headline {
        justify-content: space-between;
}
.wa-event-grid-item .event-summary {
        padding-top:0px;
        flex-direction: column;
}
.wa-event-grid-item .wa-event-image-links {
        width: 100%;
}
.wa-event-grid-item .wa-event-details {
        width: 100%;
        display: flex;
        padding: 20px 0;
        align-items: center;
        justify-content: space-between;
}
.wa-event-grid-item .wa-event-image {
        /* max-height: 350px; */
        overflow: hidden;
}
.wa-event-grid-item .wa-event-image img {
        min-width: 100%;
        height: auto;
        max-height: unset;
}

/** Filters **/
.wa-events-filters {
        display: flex;
        justify-content: center;
}
.wa-events-month-filter {
        margin-right: 0px;
}
.wa-events-division-filter, .wa-events-month-filter {
        min-width: 220px;
        margin-right: 20px;
        margin-bottom: 20px;
}
.wa-events-division-filter select, .wa-events-month-filter select {
        width: 100%;
}
.wa-events-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        line-height: 28px;
        background-color: #000;
        padding: 15px;
        text-align: left;
        font-size: 16px;
        border-radius: 50px;
        padding-left: 24px;
        text-transform: uppercase;
}
.wa-events-filters .select2-container--default .select2-selection--single {
        border:unset;
}
.wa-events-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 12px 10px 0 10px;
        height: 0;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: 100%;
        width: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #000;
        color: white;
}
.select2-dropdown--below {
        top: 60px
}
.select2-results__option--selectable {
        text-transform: uppercase;
}
.wa-event-capitalise {
        text-transform: capitalize;
}
.wa-events-filter-all,  .wa-events-filter-webinars, .wa-events-filter-events, .wa-events-filter-previous-events{
        display: flex;
        align-items: center;
        padding: 15px;
}
.wa-events-filter-all a, .wa-events-filter-webinars a, .wa-events-filter-events a, .wa-events-filter-previous-events a {
        color: #333;
        font-size: 1.6em;
        font-weight: 500;
}
.wa-events-filter-all a:hover, .wa-events-filter-webinars a:hover, .wa-events-filter-events a:hover, .wa-events-filter-previous-events a:hover {
        color: #46b658;
}
.wa-events_underline a {
        text-decoration: underline!important;
}
.wa-events-pagination {
        display: flex;
        justify-content: center;
}
.wa-events-filter-previous-events {
        margin-right: 50px;
}
.event-month-heading {
        grid-column: 1/3;
        width: 100%;
        text-align: center;
        padding: 20px;
        margin: 20px;
        font-size: 2.5em;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Monument';
}
.add-to-cal-links {
        display: none;
        flex-direction: column;
        background: #fff;
        box-shadow: 0 2px 3px 0 #dcddde;
        border: 1px solid #ccc;
        width: 200px;
        border-radius: 5px;
    }
    .add-to-cal-links a {
        color: #000;
        padding: 5px 10px;
        display: block;
    }



/** responsive **/
@media screen and (max-width: 640px) {

        .wa-events-filters {
                flex-wrap: wrap;
        }
        .wa-events-filter-all, 
        .wa-events-filter-webinars, 
        .wa-events-filter-events, 
        .wa-events-filter-previous-events {
                padding: 0px;
                width: 22%;
                text-align: center;
                justify-content: center;
        }
        .wa-events-filter-previous-events {
                margin-right: 0;
                width: 34%;
        }
        .wa-events-division-filter, .wa-events-month-filter {
                min-width: 48%;
                margin-right: 0.5%;
                margin-bottom: 0;
                margin-top: 20px;
                margin-left: 0.5%;
        }
        .wa-events-filters .select2-container {
                width: 100%!important;
        }
        .wa-events-filters .select2-container .select2-selection--single {
                height: 15px!important;
        }
        .wa-events-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 20px;
                font-size: 12px;
                padding-left: 12px;
        }
        .wa-events-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 22px;
                width: 10px;
        }
        .wa-events-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border-width: 8px 8px 0px 8px;
        }
        .wa-events-filter-all a, .wa-events-filter-webinars a, .wa-events-filter-events a, .wa-events-filter-previous-events a {
                font-size: 1em;
        }

        .wa-event-details{
                width: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: wrap;
        }
        .wa-event-image-links {
                width: 100%;
        }
        .event-summary {
                flex-direction: column;
        }
        
        .event-month-heading {
                margin: 40px 0 0px;
                display: block;
                width: auto;
        }
        .wa-event-grid-item .wa-event-details {
                align-items: flex-start;
        }
        .wa-event-action{
                min-width: unset;
        }
        .wa-event-grid-item .wa-event-action {
                justify-content: flex-end;
        }
        .wa-event-grid-item a.wa-event-register {
                padding: 10px 15px;
                font-size: 1em;
        }
        .wa-event-grid-item .wa-event-name {
                font-size: 1.2em;
                padding: 5px 0;
        }

        .wa-event-headline {
                flex-direction: column;
        }
        .wa-event-date-section, .wa-event-location-section, .wa-event-action, .wa-event-action-add-to-cal {
                width: 50%;
                font-size: 13px;
        }
        .wa-event-date {
                font-size: 22px;
        }
}

/** Gallery **/
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.wa-event-gallery-item{
        padding:1em;
}
.modal-backdrop{
        z-index: 10!important;
}