#maincontent #calendar h2 {
  font-size: 24px;
}

#maincontent .fc-view {
  min-height: 200px;
}

#maincontent .fc-view a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

#maincontent .fc-content {
  white-space: normal;
}

#maincontent .fc-content .fc-time {
  font-weight: normal;
  display: block;
  padding: 3px 3px 2px 3px;
}

#maincontent .fc-content .fc-title {
  white-space: normal;
  overflow: hidden;
  display: block;
  padding: 3px;
  color: #333;
  background-color: #cbe8f2;
}

#maincontent .fc-view a:hover {
  color: #fff;
  background-color: #a3792c;
  border-color: #a3792c;
  text-decoration: none;
}

#maincontent .fc-view a:hover .fc-title {
  background-color: #f0dec0;
}

#maincontent .fc-view .fc-loading {
  background-color: #fff;display: flex;
  justify-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: 2000;
}

#maincontent .fc-view .fc-loading svg {
  width: 100%;
  font-size: 150px;
}

.fc-custom-search,
.search-results,
.filter-events-buttons {
  padding-bottom: 1.5em;
}

.fc-custom-search label {
  display: block;
  margin-bottom: .5em;
  font-weight: normal;
  font-size: 1.25em;
}

.fc-custom-search input {
  width: 100%;
}

.fc-custom-search .submit {
  background-color: #3a87ad;
  width: initial !important;
  margin: 4px 2px 0 0;
}

.fc-custom-search .submit:hover,
.fc-custom-search .submit:active {
  background-color: #286090;
}

.fc-custom-search .clear-search {
  width: initial !important;
  margin: 4px 2px 0 0;
}

#submit-search-all {
  clear: left;
}

.fc-toolbar .fc-left {
  padding-right: 1em;
}

ul.fc-event-list {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

ul.fc-event-list li a {
  display: block;
  padding: 0;
  background-color: #cbe8f2;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}

ul.fc-event-list li a .date-time {
  color: #fff;
  background-color: #3a87ad;
  display: block;
  padding: 3px 6px 2px 6px;
}

ul.fc-event-list li a .title {
  display: block;
  padding: 6px 10px 5px 6px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
}

ul.fc-event-list li:hover a {
  background-color: #f0dec0 !important;
  text-decoration: none !important;
}

ul.fc-event-list li:hover a .date-time {
  background-color: #a3792c;
  border-color: #a3792c;
}

ul.fc-event-list li:hover a .title {
  text-decoration: none;
}

.fc-list-view {
  border: none;
}



/** Q-Tip pop-up styles **/


.qtip .event-intro {
  margin-top: 1em;
  margin-bottom: -.5em;
}


@media only screen and (max-width: 767px) {

  .fc-left {
    width: 100%;
    padding-bottom: 20px;
  }
  
  .fc-center {
    text-align: left;
    float: left;
  }

}

