.event-schedule .scheduled-events .row .event-title,
.scheduled-locations .scheduled-location,
.scheduled-day .row-day {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.event-schedule .scheduled-events .row p,
.event-schedule .scheduled-events .row div,
.event-schedule .scheduled-events .row a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.event-schedule .row.scheduled-event {
    background-color: #463239 !important;
    border-bottom: 1px solid #e5dacf;
    padding-left: 15px;
    padding-right: 15px;
}

.event-schedule .scheduled-events .row .event-title {
    padding-left: 0;
    font-size: 1rem;
}

.scheduled-locations .scheduled-location div {
    font-size: 1.1rem;
}

.scheduled-day .row-day span {
    font-size: 1.2rem;
}

.row.scheduled-days div.scheduled-day {
    background-color: #e5dacf !important;
    transition: background-color 0.3s ease;
}

.row.scheduled-days div.scheduled-day span {
    color: #463239;
    transition: color 150ms ease;
}

.row.scheduled-days div.scheduled-day:not(.active) {
    background-color: #e5dacf40 !important;
    transition: background-color 0.3s ease;
}

.row.scheduled-days div.scheduled-day:not(.active):hover {
    background-color: #e5dacf60 !important;
}

.row.scheduled-days div.scheduled-day:not(.active) span {
    color: #e5dacf;

    transition: color 150ms ease;
}

.event-schedule div.scheduled-location {
    background-color: #463239;
}

.event-schedule .row.event-content p {
    color: #e5dacf;
    font-size: 14px;
}

.event-schedule div.event-title {
    color: #e5dacf !important;
    font-size: 16px;
}

body .tcode-event-schedule .scheduled-event .imgContainer {
    height: 46px;
}

.event-schedule div.tcode-es-artist-title {
    font-size: 14px;
    color: #e5dacf !important;
}

.event-schedule div.artist-position {
    font-size: 14px;
    color: #e5dacf !important;
}

.col-md-9.vcenter>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-md-2.vcenter.hidden-xs {
    /* display: none; */
}

body .tcode-event-schedule .col-md-12.event-time {
    width: 178px;
    color: #e5dacf !important;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.row.event-content .col-md-8 {
    padding: 0;
}

.event-schedule .artist-row .tcode-es-artist-title-col {
    padding: 0;
}

.row.scheduled-event .col-md-12>div:first-of-type {
    display: flex;
}

.row.scheduled-event .col-md-12>div .col-md-1.vcenter {
    margin-left: auto;
}

.tcode-event-schedule .scheduled-locations .scheduled-location.active,
.tcode-event-schedule .scheduled-locations .scheduled-location:hover {
    -webkit-box-shadow: inset 0 -6px 0 #e5dacf50;
    -moz-box-shadow: inset 0 -6px 0 #e5dacf50;
    box-shadow: inset 0 -6px 0 #e5dacf50;
    -webkit-animation: shadowFadeIn 100ms;
    -o-animation: shadowFadeIn 100ms;
    animation: shadowFadeIn 100ms;
}

.tcode-event-schedule .scheduled-locations .scheduled-location.active {
    color: #e5dacf !important;
    background-color: #463239 !important;
    box-shadow: inset 0 -6px 0 #e5dacf;
}

.tcode-event-schedule .event-content li {
    color: #516e58;
    font-size: 14px;
}

.tcode-event-schedule .event-time .time-starts {
    color: #e5dacf !important;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.tcode-event-schedule .scheduled-day::before {
    content: unset !important;
}

.tcode-event-schedule .scheduled-day .row {
    margin: 0;
}

body section .event-category-clear {
    background-color: #516e58 !important;
    border: none;
    color: white;
}

.scheduled-events .tcode-ico-grot-down::before {
    color: #e5dacf !important;
}

.scheduled-events .tcode-ico-grot-up::before {
    color: #e5dacf !important;
}

section .section-container .event-category-filter {
    background-color: #463239 !important;
    padding: 0 !important;
}

section .section-container .event-category-filter .event-category-btn {
    border: 2px solid #516e58 !important;
    color: #e5dacf !important;
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}

section .section-container .event-category-filter .event-category-btn:hover {
    background-color: #516e58 !important;
}

section .section-container .event-category-filter .event-category-btn.active {
    background-color: #516e58 !important;
}

section .section-container .event-category-filter .event-category-clear:hover {
    color: #e5dacf !important;
    background-color: #516e5880 !important;
}