@charset "UTF-8";
.tribe-events-list-event-description,
.tribe-address {
  display: none !important;
}

body .tribe-events-page-title {
  text-align: left !important;
}

body.customize-support {
  margin-top: 70px;
}

.jumbotron-link .text {
  text-align: center;
}
.jumbotron-link .text .button {
  margin: 10px auto;
}

.jumbotron-pic img {
  max-width: 100%;
  width: 100%;
}

body .jumbotron-link .image {
  margin-right: 0;
  width: 100%;
}
body .jumbotron-link .image img {
  object-fit: cover;
  height: 150px;
}

.main-content section ul, .main-content ol {
  margin-bottom: 10px;
}
.main-content a:not(.btn) {
  color: #d49600;
}
.main-content section ol {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.main-content section ol li {
  margin-left: 25px;
}
.main-content section ul li:before {
  content: "•";
  padding-right: 10px;
}
.main-content section ul li + li {
  margin-top: 10px;
}

footer ul {
  list-style: none;
}

/* calendar widget */
.wp-calendar {
  width: 100%;
}

.wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.wp-calendar thead {
  font-size: 10px;
}

.wp-calendar thead th {
  padding-bottom: 10px;
}

.wp-calendar tbody {
  color: #aaa;
}

.wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

.wp-calendar tbody td:hover {
  background: #fff;
}

.wp-calendar tbody .pad {
  background: none;
}

.wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.month_cur {
  text-align: center;
}

.month_prev a,
.month_next a {
  display: flex;
}
.month_prev a:before,
.month_next a:before {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
}

.month_prev a:before {
  content: "<";
}

.month_next a:before {
  content: ">";
}

.page {
  overflow: initial !important;
}

@media (max-width: 640px) {
  .sticky-top {
    margin-top: 35px;
    top: 0 !important;
    position: relative !important;
    z-index: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
