div.event-list-controls {
    /* float:left; */
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom: 40px;
    text-align: center;
}

div.event-list-controls .event-list-control-items {
   /* clear:left;
   float:left; */
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   /* left:50%; */
}
div.event-list-controls .event-list-control-item {
   display:block;
   /* float:left; */
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   /* right:50%; */
}

.eventList_headertitle h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 46px;
    font-family: Montserrat-SemiBold;
}

/* Event list header */
.events-list-count {
    font-size: 32px !important;
    color: #333 !important;
    margin: 0px auto 40px auto;
    width: 600px;
}

.events-list-count-number {
    font-family: Montserrat-SemiBold;
}

.events-list-count-text {
    font-family: Montserrat-Light;
}

.events-list-items {
  width: 100%;
  margin: 0px auto;
  max-width: 600px;
  padding: 0 15px 0 0;
}

.event-list-single-event {
    width: 100%;
    margin-bottom: 60px;
    position:relative;
}

.event-list-single-event-date {
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
}

.event-list-single-event-date-day {
    font-size: 24px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 2px;
    color: #333 !important;
}

.event-list-single-event-date-month {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #333 !important;
}

.event-list-single-event-info {
    margin-left: 80px;
}

.event-list-single-event-headline {
    text-transform: uppercase;
    color: #0d7093;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 5px;
}

.event-list-single-event-title {
    font-size: 20px;
    font-family: Montserrat-SemiBold;
}

.event-list-single-event-title a {
	color: #333 !important;
}

.event-list-single-event-excerpt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    max-width: 100%;
}

#event-list-prev-link, #event-list-next-link {
    font-size: 16px;
}

.list-pagination-link.event-list-list-pagination-link.disabled-link {
    font-size: 14px;
}

input#event-list-input {
    margin-bottom: 0px !important;
    width: 260px;
    height: 40px;
    color: #323232  !important;
    font-family: "Montserrat-SemiBold"  !important;
    padding-left:5px  !important;
}

#event-list-input::placeholder {
    font-family: "Montserrat-SemiBold";
    color: #323232;
    padding-left:5px;
}

select#event-list-categories-select {
    width: 250px;
    height: 35px;
    font-size: 14px !important;
    padding: 5px 30px 5px 5px !important;
    color: black !important;
    font-family: Montserrat-Semibold !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: white !important;
    overflow: hidden;

    background-image: url('../images/select_arrow.png') !important;
    background-position: calc(100% - 5px) 6px !important;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.lds-ring {
    margin: 0px auto;
  position: relative;
  width: 200px;
  height: 200px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 191px;
  height: 191px;
  margin: 6px;
  border: 6px solid #0d7093;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0d7093 transparent transparent transparent !important;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
