.breadcrumb-wrap {
    display: none;
}

li.menu-item-has-children > a > span:after {
    font-weight: bolder !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

/* MEC */

a.mec-timeline-readmore {
    color: #fff !important;
}

.mec-timeline-event-date {
    font-weight: 500;
}

.mec-wrap :not(.elementor-widget-container)>p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.mec-single-event .mec-events-meta-group-countdown {
    color: #5e5e5e;
}

.mec-events-meta-group-countdown .countdown-w .label-w {
    font-size: 15px;
    font-weight: 600;
    color: #0357FE;
}

.mec-wrap abbr {
    font-weight: 500;
}

.mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span {
    font-weight: 500;
}

.mec-events-timeline-wrap:before {
    left: 5px;
}

.mec-events-timeline-wrap {
    padding-left: 5px;
}

@media(max-width: 768px){
  .mec-timeline-left-content {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  
  .mec-timeline-main-content h4 a {
      font-size: 18px !important;
      line-height: 1.2em !important;
  }
}


    
/*####################
DONATION
######################*/

.give-wrap .give-card__progress .raised.raised-style {
    background-color: #0357FE;
}

.raised.raised-style .value {
    font-size: 14px;
    color: #ededed;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
}

.raised.raised-style .percentage {
    font-size: 30px;
    font-weight: 600;
    color: #ededed;
}

.raised.raised-style .label {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #000000;
    line-height: 2;
    width: 100%;
}

.raised.raised-style {
    margin-bottom: 15px;
    padding-bottom: 1px;
    display: flex;
    text-align: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    border-bottom: 1px solid;
    border-color: var(--border);
}

.raised.raised-style .value {
    font-size: 14px;
    color: #ededed;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    font-family: Lato;
}


@media (min-width: 768px){
  .main-navigation ul.menu ul.sub-menu li.menu-item a {
      padding: 12px 15px 12px 25px;
  }
}

.give-btn.give-btn-modal {
    margin: 0 auto !important;
    align-self: center;
    display: block;
}


