form.wego-filters {
    display: flex;
    justify-content: space-between;
}


.filter-group label {
    display: block;
}

.wego-event-item-container-inner {
    /*display: flex;*/
    justify-content: space-between;
    margin: 30px 0;
    border-top: 1px solid #333333;
    padding-top: 30px;
    align-items: center;
}

.wge-event-info.wge-event-info-time-location span {
    display: block;
    text-align: center;
}

p.wge-single-date span {
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 20px;
}

p.wge-single-date .wge-day-week {
    font-size: 18px;
}

.wego-month-navigation .month-link {
    padding-right: 20px;
    padding-top: 10px;
    display: block;
}

form.wego-filters {
    display: flex;
    flex-direction: column;
}

form.wego-filters .filter-group {
    margin-bottom: 20px;
}

form.wego-filters .filter-group label {
    font-weight: 600;
    margin-bottom: 5px;
}

form.wego-filters .filter-group select {
    width: 100%;
}

form.wego-filters .button {
    padding: 10px !important;
    margin-bottom: 10px;
    background: #002943 !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    line-height: 1;
}
.wge-single-partner-price p {
    display: flex;
    justify-content: space-between;
}

.wego-event-item-container-inner-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

h2.wge-single-title {
    font-size: 2.4rem;
    min-width: 250px;
    text-align: right;
}

.wego-event-list a {
    color: #002943;
}

h2.wge-title-month-year {
    font-size: 2.5rem;
}

.wge-event-info.wge-event-info-title-more {
    display: inline-block;
    padding-top: 5px;
}

.wge-description-text {
    margin-top: 25px;
}

button.wge-toggle-description {
    background: #002943;
    border: none;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
}

button.wge-toggle-description:hover, button.wge-toggle-description:focus, button.wge-toggle-description:active {
    background: #a7bfcc;
    color: #002943;
    border: none;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
  
}