.wo-content-col {
    background-color:#D8E6E5;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left:30px;
    padding-right:30px;
    
}

#wo-event-card {
background-color:#EDF3ED;
}
.wo-event-excerpt{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}


/****** Event listing Page ******/

.tribe-common-l-container.tribe-events-l-container{
    padding-top: 60px !important;
    padding-bottom: 100px!important;
}
.header-cont{
   background-color: #D8E6E5;
    padding-top: 60px !important;
    padding-bottom: 60px!important;
}
.header-cont h1{color:#08ACA5;}

.tribe-events .tribe-events-c-search__button {
    background-color: #86b2af ;
    
}
.tribe-events .tribe-events-c-search__button:hover {
    background-color: #000;
    
}

.tribe-events .tribe-events-c-subscribe-dropdown__container{
    display:none !important;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container{
    display:block !important;
}

.st-custom-date {
    justify-content: center;
    align-content: center;
    display: flex;
    background-color: #B5CFCD;
}

.st-custom-event-content-details {
    display: flex;
    align-content: center;
    background-color: #EDF3ED;
}

.tribe-events-calendar-day__event-details{
    background-color: #EDF3ED;
    padding-top:50px;
    padding-bottom:50px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 90px;
    width: var(--tec-grid-width-1-of-8);
}

.tribe-common--breakpoint-medium.tribe-events .st-custom-event-content .tribe-events-calendar-list__event-details {
    width: calc(var(--tec-grid-width-1-of-8)*5);
}

.tribe-common--breakpoint-medium.tribe-events .st-custom-event-content .tribe-events-calendar-list__event-featured-image-wrapper, .tribe-common--breakpoint-medium.tribe-events .st-day-content-cutom .tribe-events-calendar-day__event-featured-image-wrapper {
    margin-bottom: 0;
    width: calc(var(--tec-grid-width-1-of-8)*3);
    padding-left: 0;
    padding-right: 0;
}

/****** Event listing Page END******/

/***********Single Event page***********/

.tribe-events-single-event-title {
    font-family: newcaledoniaregular,serif !important;
}
.tribe-events-back a{
    font-family: newcaledoniaregular,serif !important;
}
.tribe-events-back a:before, .tribe-events-back a:visited:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url(../media/general/grey-chevron-left.svg) no-repeat left;
}
.single-event-content{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.single-event-content .about-hd , .tribe-tickets__rsvp-title.tribe-common-h2.tribe-common-h4--min-medium, .tribe-common-h2.tribe-common-h6--min-medium{
     font-family: newcaledoniaregular,serif !important;
}

.single-event-content .tribe-common .tribe-common-c-btn-border, .single-event-content .tribe-common a.tribe-common-c-btn-border{
    border-color: #77839C;
    color: #77839C;

}
.single-event-content .tribe-common .tribe-common-c-btn-border:hover, .single-event-content .tribe-common a.tribe-common-c-btn-border:hover, .single-event-content .tribe-common .tribe-common-c-btn-border:focus, .single-event-content .tribe-common a.tribe-common-c-btn-border:focus{
    background-color:#363d4b;
    color:#fffff;

}
.single-tribe_events  .tribe-common .tribe-common-c-btn, .single-event-content .tribe-common a.tribe-common-c-btn{
   border-color: #77839C;
    color: #fff; 
    background-color: #77839C;
}

.single-tribe_events  .tribe-common .tribe-common-c-btn:hover, .single-event-content .tribe-common a.tribe-common-c-btn:hover, .single-event-content .tribe-common .tribe-common-c-btn:focus, .single-event-content .tribe-common a.tribe-common-c-btn:focus{
   border-color: #363d4b;
    color: #fff; 
    background-color: #363d4b;
}
.single-tribe_events .tribe-events-gmap, .single-tribe_events .tribe-events-event-url a, .single-tribe_events .tribe-organizer-url a{
    color:#77839C !important;
}
.single-tribe_events .tribe-events-gmap:hover, .single-tribe_events .tribe-events-event-url a:hover, .single-tribe_events .tribe-organizer-url a:hover, .single-tribe_events .tribe-events-gmap:focus,.single-tribe_events .tribe-events-event-url a:focus, .single-tribe_events .tribe-organizer-url a:focus{
    color:#363d4b;
}

#rsvp-now {
    order: 2;
}

/***********Single Event page END***********/





@media (min-width: 768px){
    #wo-event-card {
        min-height: 283px;

    }
    .tribe-events-calendar-day__event-details{
        padding: 70px !important;
    }
     .single-tribe_events .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary{
        width: 49%;
    }
}