/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg-2: 1397px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.single-map__container {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0 20px;
}
.single-map .sk-breadcrumbs {
  padding: 30px 0;
}
.single-map__date {
  font-size: 16px;
  font-family: var(--sk-font-primary), serif;
}
.single-map__image {
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 36px;
  max-height: 630px;
  /* stylelint-disable */
  backdrop-filter: blur(22.2px);
  box-shadow: inset 2px 2px 2px 0 rgba(229, 229, 229, 0.25), inset -2px -2px 2px 0px rgba(229, 229, 229, 0.5), 4px 4px 12px 0px rgba(0, 0, 0, 0.25), 0px 2px 8px 2px rgba(72, 72, 72, 0.1);
  /* stylelint-enable */
}
.single-map__image img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 630px;
  -o-object-position: center;
     object-position: center;
}
.single-map__columns {
  display: flex;
  justify-content: space-between;
  padding-bottom: 52px;
}
@media (max-width: 1024px) {
  .single-map__columns {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .single-map__columns {
    padding-bottom: 20px;
  }
}
.single-map__right {
  max-width: 878px;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-map__right {
    max-width: 100%;
  }
}
.single-map__left {
  width: 100%;
  max-width: 420px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .single-map__left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.single-map__title {
  font-family: var(--sk-font-third), serif;
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 768px) {
  .single-map__title {
    font-size: 36px;
  }
}
.single-map__title span {
  font-weight: 400;
  font-style: italic;
  display: block;
}
@media (max-width: 1024px) {
  .single-map__title span {
    display: inline-block;
  }
}
.single-map__categories {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.single-map__category {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 99px;
  margin: 0 5px 5px 0;
}
.single-map__content p,
.single-map__content ul,
.single-map__content ol {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-map__content a {
  text-decoration: underline;
}
.single-map__content .wp-block-image {
  margin-top: 30px;
}
.single-map__content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  /* stylelint-disable */
  backdrop-filter: blur(22.2px);
  box-shadow: inset 2px 2px 2px 0 rgba(229, 229, 229, 0.25), inset -2px -2px 2px 0px rgba(229, 229, 229, 0.5), 4px 4px 12px 0px rgba(0, 0, 0, 0.25), 0px 2px 8px 2px rgba(72, 72, 72, 0.1);
  /* stylelint-enable */
}
.single-map__content .wp-block-image .wp-element-caption {
  margin: 1em 0;
  font-size: var(--sk-text--xs);
}
.single-map__prev-link {
  margin-right: 17px;
}
.single-map__link-to-post {
  transition: opacity 0.4s ease;
}
.single-map__link-to-post:hover {
  opacity: 0.7;
}
.single-map__nav-links {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .single-map__nav-links {
    justify-content: center;
  }
}
.single-map__update-post-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.single-map__update-post-link {
  margin-top: 10px;
}
.single-map__related-posts {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .single-map__related-posts {
    padding: 20px 0;
  }
}
.single-map__related-post-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .single-map__related-post-title {
    font-size: 20px;
  }
}
.single-map__related-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.single-map__related-posts-row {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .single-map__related-posts-row {
    flex-wrap: wrap;
  }
}
.single-map__related-post-wrapper {
  padding: 0 15px;
  max-width: 440px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .single-map__related-post-wrapper {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .single-map__related-post-wrapper {
    max-width: 440px;
  }
}
.single-map__related-post-inner-wrapper {
  display: block;
  height: 100%;
  padding: 10px 10px 40px 10px;
  border-radius: 4px;
}
.single-map__related-post-inner-wrapper:hover {
  text-decoration: none;
  transform: translateY(-4px);
}
.single-map__related-post-inner-wrapper {
  /* stylelint-disable */
  backdrop-filter: blur(22.2000007629px);
  box-shadow: inset 2px 2px 2px 0 rgba(229, 229, 229, 0.2509803922), inset -2px -2px 2px 0px rgba(229, 229, 229, 0.5019607843), 4px 4px 12px 0px rgba(0, 0, 0, 0.2509803922), 0px 2px 8px 2px rgba(72, 72, 72, 0.1019607843);
  /* stylelint-enable */
}
.single-map__related-post-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  height: 310px;
}
.single-map__related-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-map__related-post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-map__related-post-category {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 99px;
  margin: 0 5px 5px 0;
}
.single-map__banner-container {
  padding: 120px 0 110px;
  position: relative;
}
@media (max-width: 768px) {
  .single-map__banner-container {
    padding: 60px 0;
  }
}
.single-map__banner-container::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--sk-color-black);
  opacity: 0.5;
  z-index: 1;
}
.single-map__banner-wrapper {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .single-map__banner-wrapper {
    flex-direction: column;
  }
}
.single-map__banner-text {
  color: var(--sk-color-white);
  max-width: 500px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .single-map__banner-text {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
}
.single-map__banner-text p {
  font-size: 18px;
  font-weight: 400;
}
.single-map__banner-text h2,
.single-map__banner-text h3,
.single-map__banner-text h4,
.single-map__banner-text h5,
.single-map__banner-text h6 {
  color: var(--sk-color-white);
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .single-map__banner-text h2,
  .single-map__banner-text h3,
  .single-map__banner-text h4,
  .single-map__banner-text h5,
  .single-map__banner-text h6 {
    text-align: center;
  }
}
