.single {
  position: relative;
  background-color: #F8F8F8;
}

.single:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 440px;
  background-color: #FFF;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  margin-bottom: 20px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  line-height: 1.66;
  color: #333439;
}

.single__wrapper,
.single__header {
  position: relative;
  z-index: 2;
}

.single__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.single__content {
  max-width: 860px;
}

.single__header {
  margin-bottom: 15px;
}

.single h1.single__title {
  margin-bottom: 5rem;
  font-size: 4rem;
}

.single__img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 6px;
}

.single__date {
  display: block;
  margin-bottom: 4.5rem;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.single .archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.single .archive-link__link {
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  color: #2EA4E0;
}

.single .archive-link__link:hover {
  color: #379563;
}

.single__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single__sidebar .tease {
  position: relative;
  margin-bottom: 30px;
}

.single__sidebar .tease:last-child {
  margin-bottom: 0;
}

.single__sidebar .tease__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.single__sidebar .tease__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 152px;
  height: 129px;
  border-radius: 6px;
}

.single__sidebar .tease__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single__sidebar .tease__date {
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 52, 57, 0.5);
}

.single__sidebar .tease__title {
  margin-bottom: 15px;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #333439;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.single__sidebar .tease__link {
  position: relative;
  z-index: 3;
  font-weight: 600;
  color: #2EA4E0;
}

.single__sidebar .tease__link:hover {
  color: #379563;
}

.single__sidebar .tease__linkk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.appointment {
  max-height: 357px;
  padding-top: 83px;
  padding-bottom: 84px;
  background-color: #2EA4E0;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.appointment__title {
  margin-bottom: 36px;
  font-family: "Orbi-Black", "serif" !important;
  color: #FFF !important;
}

@media (max-width: 991.98px) {
  .single__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .appointment {
    padding-top: 45px;
    padding-bottom: 55px;
    max-height: 250px;
  }
}
/*# sourceMappingURL=maps/single-post.css.map */
