/*******UM CSS*******/

.um{
     opacity:1 !important;
}


/*****button color****/
a.mec-booking-button {
    color: #262a2b !important;
    font-weight: 700 !important;
}

/***Hiding Speciality h1****/
section#main-content h1 {
    display: none;
}

/*****Submit Button*****/
input#um-submit-btn {
    border-radius: 0px !important;
    background: #f7d809;
    color: #262a2b;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase !important;
    font-size: 14px;
    font-weight: 500 !important;
}

input#um-submit-btn:hover {
    background: #262a2b;
    color: #ffffff;
    transition: .3s all linear;

}

/****Live events page logo*******/
img.attachment-full.size-full:hover {
    background: white !important;
}

/***Team CSS****/
#sptp-1163 .sptp-section-title span {
    color: #013682;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #013682;
    padding-bottom: 25px;
}
h4.sptp-jop-title {
    font-size: 13px !important;
}
.sptp-pagination>.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.sptp-main-carousel .sptp-button-next, .sptp-main-carousel .sptp-button-prev{
  border-radius: 50px;
}




/******MEC******/
ul.mec-organizers {
    margin: 0px;
}
ul.mec-organizers li a {
    font-size: 12px;
}
ul.mec-organizers .mec-organizer-item {
    margin: 0px;
}
.mec-event-list-standard .mec-event-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px;
}
.mec-event-footer {
    position: relative;
    border-top: 1px solid #efefef;
    padding: 5px;
    min-height: 52px;
    margin: 0;
    background: #fafafa;
}

.mec-event-footer .mec-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 6px;
    right: 15px;
    padding: 0 16px;
    line-height: 37px;
    height: 38px;
}
.mec-event-sharing-wrap li {
    text-align: center;
    border: 0;
    display: block;
    margin-right: 2px;
    overflow: hidden;
    margin: -14px auto 6px;
    width: 38px;
}