.wrap {
    margin: 0 0 20px;
}

.pagination {
    margin: 0 15px;
}

.pagination a {
    display: block;
    padding: 10px 25px;
    background: #6c68af;
    color: #fff;
}

.date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #6c68af;
}

.read-more {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  background: #6c68af;
  padding: 5px 10px;
}

.infobox a {
  display: block;
  height: 100%;
}

.infobox a:hover,
.infobox a:focus {
  opacity: .8;
}

.site-link {
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 20px 0 10px;
}

.section {
  margin: 25px 0;
}

.section hr {
  margin-top: 0;
}

.section h2,
.section .site-link  {
  margin-bottom: 0;
}

.wpcf7 input:not([type='checkbox']),
.wpcf7 textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 10px 15px;
  border: 1px solid #6c68af;
  width: 100%;
  outline: none;
}

.wpcf7 .wpcf7-submit {
  display: inline-block;
  border: none;
  color: #fff;
  background: #6c68af;
  padding: 10px 25px;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
  opacity: .8;
}

@media (min-width: 768px) {
  .site-link {
    float: right;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0 0 20px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.board .infobox {
  height: 300px;
}

.board .board-img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin: 25px auto 0;
}

.board .infobox-large .board-img {
  height: 125px;
  width: 125px;
}

.board .infobox-text {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 5px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.board .infobox-text__wrapper {
  padding: 25px 0;
}

.map-box header {
  overflow: hidden;
  padding: 10px 25px;
  background: #6c68af;
}

.map-box h2 {
  color: #fff;
  margin: 0;
  float: left;
  font-size: 16px;
}

.map-box address {
  float: right;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}

.clothes p.dotdotdot.infobox-text {
  margin-top: 10px;
}

.clothes .infobox-text {
  text-align: left;
  display: block;
}

.clothes-img {
  margin: 0 auto;
  padding: 15px;
}

.wpcf7-head {
  display: block;
  font-family: 'Dosis', sans-serif;
  padding: 15px 15px 0px 15px;
  margin: 0px;
  font-size: 16px;
  background-color: #6c68af;
  color: white;
  height: 50px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .contact .page-image {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.important-message {
  background: #6C68AF;
  margin: 25px 0;
  font-weight: bold;
  font-family: 'Dosis', sans-serif;
  padding: 15px;
  font-size: 16px;
  color: white;
}

.important-message p {
  margin-bottom: 0;
}

.sponsors {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.sponsors li {
  width: 50%;
  float: left;
}

.sponsors li a {
  display: block;
}

.sponsors li a img {
  max-height: 100px;
  margin: 0 auto;
}

.page-template-page-gallery input.wpcf7-form-control.wpcf7-submit {
    width: calc(50% - 15px);
}

@media (max-width: 768px) {
  .page-template-page-gallery input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
}

.infobox table {
  display: block;
  padding: 15px 15px;
    font-size: 13px;
    color: black;
    text-align: left;
}
