/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.single-post .blog-post .post-wrap .post-meta {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  border-bottom: 1px solid #D0D0D0;
}

.single-post .blog-post .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  overflow: hidden;
}

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