form.arlo-filters {
  display: flex!important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; 
  margin-bottom: 50px !important;
}

.arlo-filters select {
  margin: 0;
  padding: 5px;
  flex: 1;
  font-family: "Work sans" !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  border-radius:4px !important;
}

.arlo-list.upcoming {
  margin-top: 0 !important
}
  
.arlo-list.upcoming .arlo-cf {
  display: flex!important;
  align-items: start !important;
}
.arlo-list.upcoming .arlo-cf:first-child {
  padding-top: 0 !important
}

.arlo#arlo .arlo-event-details {
  margin-left: 20px;
}

.arlo#arlo .arlo-thumbnail {
      width: 320px !important;
    min-width: 320px !important;
}
.arlo#arlo .arlo-thumbnail p {
  margin: 0 !important;
}

.arlo#arlo .arlo-cal {
  min-width: 130px !important;
  border-color: var(--e-global-color-primary) !important;
}

.arlo#arlo .arlo-left {
  width: 70%!important;
  float: none !important;
}

.arlo#arlo a.ku-btn {
  background-color: var(--e-global-color-primary);
}

.arlo#arlo .arlo-event-details {
  display: flex !important;
}

.arlo-event-name a, .arlo#arlo .arlo-cal .arlo-day, .arlo-event-location, .arlo-event-time, .arlo-month {
  color: #4f4f4f !important;
}
.arlo-tooltip-button, .arlo#arlo .arlo-event-location a {
  color:#0066CC !important;
}

h3.arlo-event-name {
  font-size:20px !important;
}
.arlo#arlo .arlo-cal .arlo-month {
  opacity: 1 !important;
}
.arlo#arlo .arlo-cal .arlo-day {
  font-size:1.3em !important;
}
h3.arlo-event-name a:hover, .arlo-tooltip-button:hover, .arlo#arlo .arlo-event-location a:hover {
  text-decoration: underline;
}

.arlo#arlo .arlo-event-registration .button {
  background: #0066CC !important;
  color: #fff !important;
  border: 1px solid #0066CC !important;
}
.arlo#arlo .arlo-event-registration .button:hover {
  color: #0066CC !important;
  background: #fff !important;
  border: 1px solid #0066CC !important;
}
.arlo-event-full {
  color: red !important;
}
.arlo-places-remaining, .arlo#arlo .discount, .arlo#arlo .amount.free {
  color:#009933 !important;
}

.arlo-tooltip-html h5 {
  color: #0066CC !important;
}
.arlo_session h6 {
  color: #0066CC !important;
}

.arlo#arlo .arlo-pagination .page-numbers.current {
  background: #0066CC;
  color: #fff;
  border-color: #0066CC;
}
.arlo#arlo .arlo-pagination .page-numbers {
  color: #0066CC;
  border-color: #0066CC;
}
.arlo#arlo .arlo-pagination .page-numbers:hover {
  color: #0066CC;
}

@media (max-width: 1024px) {
  .arlo#arlo .arlo-cal {
    min-width: 75px !important;
    font-size: 16px !important;
    margin-right: 20px !important;
  }
  .arlo#arlo .arlo-left {
	width: 100%!important;
  }
  .arlo#arlo .arlo-event-details {
    display: block !important;
  }
  .arlo#arlo.arlo-md .arlo-event-details {
    margin-left: 0px;
  }
}

.arlo#arlo .arlo-search {
    margin-bottom: 10px;
}
input.arlo-search-field {
    border: 1px solid #eee !important;
}
  
input.arlo-search-button {
    background: #0066CC !important;
    line-height: 10px !important;
}

.arlo#arlo .arlo-event-registration .button, .arlo#arlo .arlo-event-registration>a.arlo-waiting-list {
  border-radius: 4px;
}