.recent-posts__post:first-child, .recent-posts__post:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 2rem;
}

.recent-posts__row .owl-carousel .owl-nav {
  position: absolute;
  left:-2rem;
  right:-2rem;
  top:40%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 24px;
  color: #f28c00;
}

@media screen and (max-width:1023px) {
  .details-section__column--colour table tr .table-icon {
    width: 30px;
    padding-right: .5rem;
  }

  .details-section__column--colour table tr td:nth-child(2) {
    width: 130px;
  }


  .page-template-page-location .details-section__column--colour {
    padding: 2rem;
  }
}


  
.map-zoom__map img {
  height: auto;
  width: 100%;
}

.map-zoom__controls button {
  background: white;
}

@media screen and (max-width:639px) {
  .map-zoom__map img {
    height: 500px;
    width: auto;
    max-width: none;
    transform: translateX(-25%);
  }
}

.main-footer__logotypes {
  margin-top: 0;
}

.contact__header {
  margin-bottom: 0.5em;
}

.contact__info-block {
  margin-top: 0;
}

.main-footer .contact__info-block p {
  margin-bottom: 1em;
}

.main-footer .contact__info-block p a {
  font-weight: 100;
  text-transform: none;
}

.main-footer .contacts {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.main-footer__site-info span br {
  display: none;
}

@media screen and (max-width:1279px) {
  .contact__header {
    font-size: 1rem;
  }
  .main-footer p {
    font-size: 0.6rem;
  }
}

@media screen and (max-width:1023px) {
  .contact__header {
    font-size: 1.125rem;
  }
  .main-footer p {
    font-size: 0.7rem;
  }
  
  .main-footer__logotypes {
  margin-top: 2rem;
}

  
  .main-footer__logotypes,
  .main-footer__site-info {
    justify-content: flex-start;
    text-align: left;
  }
}

@media screen and (max-width:767px) {
    .main-footer .contacts {
      flex-wrap: wrap;
  }
  
  .main-footer .contacts .contactWrap {
    flex: 0 1 50%;
    margin-bottom: 1.5rem;
  }
  
  .main-footer__logotypes {
  margin-top: -0.5rem;
}
}

@media screen and (max-width:639px) {
  
    .main-footer .contacts .contactWrap {
    margin-bottom: 1rem;
  }
  
    .main-footer__logotypes {
  margin-top: 0.5rem;
}
}

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

    .contact__header {
    font-size: 1.25rem;
  }
  .main-footer p {
    font-size: 0.8rem;
  }
  
    .main-footer .contacts .contactWrap {
    flex: 0 1 100%;
      text-align: center;
  }
  
  .main-footer__logotypes {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  
  .main-footer__logotypes, .main-footer__site-info {
    justify-content: center;
    text-align: center;
  }
  
  .main-footer__logo {
    max-width: 100px;
  }

  .main-footer__logo-wrapper:first-child {
    margin-right: 25px;
  }
  
  .main-footer__site-info span {
    margin-bottom: 1em;
  }
  
  .main-footer__site-info span br {
  display: block;
}

  
}