body.page-template-page-add-profile #escort-hero-popup {
  top: 15%;
}
@media (max-width: 767.98px) {
  body.page-template-page-add-profile #escort-hero-popup {
    top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  body.page-template-page-add-profile #escort-hero-popup {
    top: 17%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-add-profile #escort-hero-popup {
    top: 20%;
  }
}

body.page-template-page-escorts #escort-hero-popup {
  top: 7.5%;
}
@media (max-width: 767.98px) {
  body.page-template-page-escorts #escort-hero-popup {
    top: 2.5%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  body.page-template-page-escorts #escort-hero-popup {
    top: 6%;
  }
}

#escort-hero-popup {
  position: absolute;
  top: 12%;
  right: 0;
  left: auto;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #escort-hero-popup {
    top: 7%;
  }
}
@media (max-width: 767.98px) {
  #escort-hero-popup {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
}
#escort-hero-popup .card--popup-escort {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  font-size: 18px;
}
@media (min-width: 1240px) {
  #escort-hero-popup .card--popup-escort {
    max-height: 350px;
  }
}
#escort-hero-popup .card--popup-escort .card__pic {
  flex-shrink: 0;
  aspect-ratio: 1;
}
@media (max-width: 991.99px) {
  #escort-hero-popup .card--popup-escort .card__pic .card__desktop-image {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #escort-hero-popup .card--popup-escort .card__pic .card__mobile-image {
    display: none !important;
  }
}
#escort-hero-popup .card--popup-escort .card__content {
  position: relative;
  padding: 20px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 320px;
  background: white;
}
@media (min-width: 768px) and (max-width: 1240px) {
  #escort-hero-popup .card--popup-escort .card__content {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1239.99px) {
  #escort-hero-popup .card--popup-escort .card__content {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  #escort-hero-popup .card--popup-escort .card__content {
    padding: 30px 13px 20px;
    justify-content: space-between;
  }
}
#escort-hero-popup .card--popup-escort .card__content .card__title {
  font-weight: 400;
  margin-block: 0;
  margin-bottom: 20px;
}
#escort-hero-popup .card--popup-escort .card__content a {
  margin-bottom: auto;
}
@media (max-width: 425px) {
  #escort-hero-popup .card--popup-escort .card__content a {
    font-size: 15px;
    padding: 5px 5px;
    margin-bottom: 0 !important;
  }
}
#escort-hero-popup .card--popup-escort .card__content .card__text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #escort-hero-popup .card--popup-escort .card__content .card__text {
    font-size: 15px;
    max-height: 130px;
    overflow: scroll;
  }
}
#escort-hero-popup .card--popup-escort .card__close {
  position: absolute;
  color: var(--color-gray-700);
  font-size: clamp(1rem, 0.6472491909vw + 0.8483009709rem, 1.625rem);
  top: 0;
}
@media (min-width: 1240px), (min-width: 768px) and (max-width: 1239.99px) {
  #escort-hero-popup .card--popup-escort .card__close {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  #escort-hero-popup .card--popup-escort .card__close {
    right: 10px;
  }
}

.blog .block__content,
body.search-results .block__content,
body.tag .block__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.blog .block__content article,
body.search-results .block__content article,
body.tag .block__content article {
  width: calc(50% - 15px);
  background-color: #57a7b6;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .blog .block__content article,
  body.search-results .block__content article,
  body.tag .block__content article {
    width: 100%;
  }
}
.blog .block__content article .post-image,
body.search-results .block__content article .post-image,
body.tag .block__content article .post-image {
  position: relative;
}
.blog .block__content article .post-image::before,
body.search-results .block__content article .post-image::before,
body.tag .block__content article .post-image::before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
  padding-bottom: 56.25%;
}
.blog .block__content article .post-image div,
body.search-results .block__content article .post-image div,
body.tag .block__content article .post-image div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog .block__content article .post-image div img,
body.search-results .block__content article .post-image div img,
body.tag .block__content article .post-image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .blog .block__content article .post-image,
  body.search-results .block__content article .post-image,
  body.tag .block__content article .post-image {
    height: 250px;
  }
}
.blog .block__content article .entry-header,
body.search-results .block__content article .entry-header,
body.tag .block__content article .entry-header {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.blog .block__content article .entry-header h2,
body.search-results .block__content article .entry-header h2,
body.tag .block__content article .entry-header h2 {
  font-size: 1.25rem;
  color: var(--wc-primary-text);
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 0;
  min-height: 44px;
}
.blog .block__content article .entry-header .post-excerpt,
.blog .block__content article .entry-header .post-date,
body.search-results .block__content article .entry-header .post-excerpt,
body.search-results .block__content article .entry-header .post-date,
body.tag .block__content article .entry-header .post-excerpt,
body.tag .block__content article .entry-header .post-date {
  color: var(--wc-primary-text);
  margin-top: 1rem;
}
.blog .block__content article .entry-header .post-date,
body.search-results .block__content article .entry-header .post-date,
body.tag .block__content article .entry-header .post-date {
  text-align: right;
}
.blog .block__content article .entry-header .post-excerpt,
body.search-results .block__content article .entry-header .post-excerpt,
body.tag .block__content article .entry-header .post-excerpt {
  flex-grow: 1;
}
.blog .search-form,
body.search-results .search-form,
body.tag .search-form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.blog .search-form .search-field,
body.search-results .search-form .search-field,
body.tag .search-form .search-field {
  padding: 10px 15px;
  background-image: none;
  border: 1px solid #57a7b6;
  box-sizing: border-box;
  color: #57a7b6;
  line-height: 1;
  width: 100%;
  transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
  border-radius: 0;
}
.blog .search-form .icon-search,
body.search-results .search-form .icon-search,
body.tag .search-form .icon-search {
  color: #57a7b6;
  margin-left: 0.75rem;
  font-size: 1.25rem;
}
.blog .pagination,
body.search-results .pagination,
body.tag .pagination {
  width: 100%;
}
.blog .pagination .nav-links,
body.search-results .pagination .nav-links,
body.tag .pagination .nav-links {
  text-align: center;
}
.blog .pagination .nav-links > *,
body.search-results .pagination .nav-links > *,
body.tag .pagination .nav-links > * {
  margin: 0 5px;
}
.blog .blog-tags ul,
body.search-results .blog-tags ul,
body.tag .blog-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.blog .blog-tags a,
body.search-results .blog-tags a,
body.tag .blog-tags a {
  padding: 6px 12px;
  background: #f2f2f2;
  font-size: 14px;
}
.blog .blog-tags a:hover, .blog .blog-tags a.active,
body.search-results .blog-tags a:hover,
body.search-results .blog-tags a.active,
body.tag .blog-tags a:hover,
body.tag .blog-tags a.active {
  background: #57a7b6;
  color: #fff;
}

.single-post .entry-content {
  margin-top: 2.25rem;
}
.single-post .post-navigation {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 575px) {
  .single-post .post-navigation {
    gap: 30px;
  }
}
.single-post .post-navigation .next-post,
.single-post .post-navigation .prev-post {
  width: 300px;
  text-align: left;
  display: flex;
}
@media (max-width: 575px) {
  .single-post .post-navigation .next-post,
  .single-post .post-navigation .prev-post {
    width: 100%;
  }
}
.single-post .post-navigation .next-post a,
.single-post .post-navigation .prev-post a {
  color: var(--wc-primary-text);
  background-color: #57a7b6;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.single-post .post-navigation .next-post a .thumb,
.single-post .post-navigation .prev-post a .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .single-post .post-navigation .next-post a .thumb,
  .single-post .post-navigation .prev-post a .thumb {
    height: 200px;
  }
}
.single-post .post-navigation .next-post a .thumb::before,
.single-post .post-navigation .prev-post a .thumb::before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
  padding-bottom: 56.25%;
}
.single-post .post-navigation .next-post a .thumb div,
.single-post .post-navigation .prev-post a .thumb div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.single-post .post-navigation .next-post a .thumb div img,
.single-post .post-navigation .prev-post a .thumb div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .post-navigation .next-post a p,
.single-post .post-navigation .prev-post a p {
  padding: 0.75rem;
}
.single-post .post-navigation .prev-post {
  text-align: right;
}

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