/*
Theme Name: IIMarbella
Theme URI: http://dalejaleo.com/
Author: David Rodriguez
Author URI: http://example.com/
Description: A custom Gutenberg theme for IIMarbella.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daleJaleo
Template: twentytwentyfive
*/
:root {
  --jaleo--default--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

/*
"palette": [
	{
		"color": "#ffffff",
		"name": "Pure white",
		"slug": "white"
	},
	{
		"color": "#fefefe",
		"name": "Base",
		"slug": "base"
	},
	{
		"color": "#8edae8",
		"name": "Light",
		"slug": "light"
	},
	{
		"color": "#222222",
		"name": "Contrast",
		"slug": "contrast"
	},
	{
		"color": "#e6d8c9",
		"name": "Accent",
		"slug": "accent"
	},
	{
		"color": "#042c58",
		"name": "Contrast 2",
		"slug": "contrast-2"
	}
]
*/
.jaleo-header-solid-top,
.jaleo-header-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 21;
  transform: translateY(0%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(to bottom, rgba(2, 23, 47, 0.95), rgba(2, 23, 47, 0) 80%); }
  .jaleo-header-solid-top img,
  .jaleo-header-fixed-top img {
    width: 200px !important; }
    @media (max-width: 768px) {
      .jaleo-header-solid-top img,
      .jaleo-header-fixed-top img {
        width: 120px !important; } }
  .jaleo-header-solid-top-container,
  .jaleo-header-fixed-top-container {
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40); }
    .jaleo-header-solid-top-container > ul > li > ul,
    .jaleo-header-solid-top-container ul ul ul,
    .jaleo-header-fixed-top-container > ul > li > ul,
    .jaleo-header-fixed-top-container ul ul ul {
      background-color: transparent !important;
      border: none !important; }
    .jaleo-header-solid-top-container ul > li > ul,
    .jaleo-header-fixed-top-container ul > li > ul {
      border: none !important;
      min-width: 0 !important; }
    .jaleo-header-solid-top-container ul > li > ul li,
    .jaleo-header-solid-top-container ul ul ul div,
    .jaleo-header-fixed-top-container ul > li > ul li,
    .jaleo-header-fixed-top-container ul ul ul div {
      background: #02172f;
      color: #fefefe; }
      .jaleo-header-solid-top-container ul > li > ul li a,
      .jaleo-header-solid-top-container ul ul ul div a,
      .jaleo-header-fixed-top-container ul > li > ul li a,
      .jaleo-header-fixed-top-container ul ul ul div a {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background-color: #fefefe;
        color: #222222 !important;
        border-bottom-color: transparent;
        border-width: 0; }
        .jaleo-header-solid-top-container ul > li > ul li a:hover,
        .jaleo-header-solid-top-container ul ul ul div a:hover,
        .jaleo-header-fixed-top-container ul > li > ul li a:hover,
        .jaleo-header-fixed-top-container ul ul ul div a:hover {
          background-color: #02172f;
          color: #fefefe !important; }
    .jaleo-header-solid-top-container div div.is-menu-open,
    .jaleo-header-fixed-top-container div div.is-menu-open {
      height: 100vh;
      z-index: 9999; }
  .jaleo-header-solid-top.scrolled,
  .jaleo-header-fixed-top.scrolled {
    background: var(--wp--preset--color--contrast-2); }
    .jaleo-header-solid-top.scrolled.hidden,
    .jaleo-header-fixed-top.scrolled.hidden {
      transform: translateY(-100%); }

.jaleo-header-solid-top {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100px;
  background: var(--wp--preset--color--contrast-2); }

.jaleo-header-fixed-top.scrolled.hidden,
.jaleo-header-solid-top.scrolled.hidden {
  transform: translateY(-100%); }

.jaleo-header-fixed-top .jaleo-header-fixed-top-container,
.jaleo-header-solid-top .jaleo-header-fixed-top-container {
  padding: 0 var(--wp--preset--spacing--40); }

body.page-template-fixed-header-page .jaleo-header-solid-top,
body.page-template-property .jaleo-header-solid-top,
body.home .jaleo-header-solid-top {
  background: linear-gradient(to bottom, rgba(2, 23, 47, 0.95), rgba(2, 23, 47, 0) 80%); }
  body.page-template-fixed-header-page .jaleo-header-solid-top.scrolled,
  body.page-template-property .jaleo-header-solid-top.scrolled,
  body.home .jaleo-header-solid-top.scrolled {
    background: var(--wp--preset--color--contrast-2); }

body.single .jaleo-header-fixed-top {
  background: var(--wp--preset--color--contrast-2); }

@media (max-width: 768px) {
  .jaleo-footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .jaleo-footer-content > div,
    .jaleo-footer-content > p {
      width: 90%; } }

.jaleo-footer-content .jaleo-footer-main-logo {
  width: 250px;
  margin-left: -20px; }
  @media (max-width: 767px) {
    .jaleo-footer-content .jaleo-footer-main-logo {
      width: 150px;
      margin-left: 0; } }
  .jaleo-footer-content .jaleo-footer-main-logo a,
  .jaleo-footer-content .jaleo-footer-main-logo img {
    display: block;
    width: 100% !important;
    height: auto; }

.jaleo-footer-content .jaleo-footer-logos-wrapper {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .jaleo-footer-content .jaleo-footer-logos-wrapper {
      width: 100%;
      padding-right: 0 !important; } }
  @media (max-width: 767px) {
    .jaleo-footer-content .jaleo-footer-logos-wrapper figure {
      width: 28%; }
      .jaleo-footer-content .jaleo-footer-logos-wrapper figure img {
        width: 100% !important;
        height: auto !important; } }
  .jaleo-footer-content .jaleo-footer-logos-wrapper img {
    max-width: 100px !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 767px) {
  .jaleo-footer-content-newsletter p {
    text-align: center;
    width: 100%;
    margin-bottom: var(--wp--preset--spacing--20); } }

@media (max-width: 767px) {
  .jaleo-footer-columns {
    text-align: center; } }

.jaleo-videocover {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
  max-height: 100vh; }
  @media (max-width: 768px) {
    .jaleo-videocover {
      aspect-ratio: 3/4; } }
  .jaleo-videocover-video {
    position: absolute;
    width: 100%;
    height: 100%; }
    .jaleo-videocover-video video {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .jaleo-videocover-video:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25);
      z-index: 1;
      pointer-events: none; }
  .jaleo-videocover-caption {
    position: absolute !important;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: var(--wp--preset--spacing--40);
    background: linear-gradient(to top, rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0) 80%);
    z-index: 2; }
    @media (max-width: 768px) {
      .jaleo-videocover-caption {
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center; }
        .jaleo-videocover-caption h2 {
          text-align: center; } }

.jaleo-text-content {
  position: relative;
  overflow-x: hidden;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right); }
  .jaleo-text-content h1,
  .jaleo-text-content h2,
  .jaleo-text-content h3,
  .jaleo-text-content h4,
  .jaleo-text-content h5,
  .jaleo-text-content h6,
  .jaleo-text-content p, .jaleo-text-content-buttons {
    text-align: center;
    justify-content: center; }
  .jaleo-text-content-image {
    position: relative;
    margin-top: calc(-1 * var(--wp--preset--spacing--40));
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
    .jaleo-text-content-image figure {
      aspect-ratio: 16/9;
      width: 100%;
      height: auto; }
    .jaleo-text-content-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 767px) {
      .jaleo-text-content-image {
        aspect-ratio: 1/1; }
        .jaleo-text-content-image figure,
        .jaleo-text-content-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
  @media (max-width: 767px) {
    .jaleo-text-content {
      margin-bottom: var(--wp--preset--spacing--20) !important; } }

.jaleo-heading-icons-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--40); }
  @media (max-width: 768px) {
    .jaleo-heading-icons-icons {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(100px, 1fr));
      padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--20); }
      .jaleo-heading-icons-icons img {
        max-width: 50px; }
      .jaleo-heading-icons-icons figure:last-child {
        grid-column: span 2; }
        .jaleo-heading-icons-icons figure:last-child img {
          width: 100% !important;
          height: auto !important;
          max-width: none !important; } }
  .jaleo-heading-icons-icons figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .jaleo-heading-icons-icons figure figcaption {
      margin-top: 1rem;
      font-size: var(--wp--preset--font-size--ultrasmall);
      color: var(--wp--preset--color--contrast-2); }

.jaleo-heroform-columns-column {
  display: flex;
  align-items: center;
  width: 100%; }
  .jaleo-heroform-columns-column .jaleo-custom-form {
    width: 100%; }

.jaleo-custom-form.jaleo-inverted-form h2 {
  color: var(--wp--preset--color--base); }

.jaleo-custom-form.jaleo-inverted-form input,
.jaleo-custom-form.jaleo-inverted-form textarea {
  background: var(--wp--preset--color--base) !important; }

.jaleo-custom-form.jaleo-inverted-form label {
  color: var(--wp--preset--color--base); }

.jaleo-custom-form.jaleo-inverted-form button[type="submit"] {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--contrast); }
  .jaleo-custom-form.jaleo-inverted-form button[type="submit"]:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base); }
  .jaleo-custom-form.jaleo-inverted-form button[type="submit"]:hover {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast); }

.jaleo-featured-image-cover p {
  max-width: 800px;
  margin: 0 auto; }

.section-single-post {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
  margin-bottom: var(--wp--preset--spacing--50); }
  .section-single-post figure,
  .section-single-post figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    inset: 0;
    margin: 0;
    z-index: 1; }
  .section-single-post-content {
    position: relative;
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--wp--preset--spacing--20);
    z-index: 2; }
    .section-single-post-content header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: var(--wp--preset--spacing--40); }
      .section-single-post-content header h2 {
        max-width: 50%;
        text-align: center;
        font-size: var(--wp--preset--font-size--xx-large);
        line-height: 1.1; }
    .section-single-post-content .jaleo-footer {
      margin-top: auto;
      display: flex;
      margin-top: auto;
      margin-bottom: var(--wp--preset--spacing--40); }
      .section-single-post-content .jaleo-footer:after {
        content: "";
        position: absolute;
        inset: 0; }
      @media (max-width: 767px) {
        .section-single-post-content .jaleo-footer {
          margin-top: var(--wp--preset--spacing--40); } }
  .section-single-post.base h2,
  .section-single-post.base .post-meta {
    color: #fefefe; }
  .section-single-post.base figure:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(34, 34, 34, 0.3);
    z-index: 2; }
  .section-single-post.base .jaleo-footer {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast-2); }
    .section-single-post.base .jaleo-footer:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--base); }
  .section-single-post.accent h2,
  .section-single-post.accent .post-meta {
    color: #fefefe; }
  .section-single-post.accent figure:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(34, 34, 34, 0.3);
    z-index: 2; }
  .section-single-post.accent .jaleo-footer {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--contrast); }
    .section-single-post.accent .jaleo-footer:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--base); }
  .section-single-post.contrast h2,
  .section-single-post.contrast .post-meta {
    color: #02172f; }
  .section-single-post.contrast figure:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(254, 254, 254, 0.25);
    z-index: 2; }
  .section-single-post.contrast .jaleo-footer {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base); }
    .section-single-post.contrast .jaleo-footer:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--accent);
      color: var(--wp--preset--color--base); }

.jaleo-blogs h2 {
  color: inherit;
  line-height: 1.1; }

.jaleo-blogs .section-blogs {
  width: 100%;
  max-width: none;
  margin-bottom: 0 !important; }

.jaleo-blogs.has-accent-background-color article button {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast-2); }
  .jaleo-blogs.has-accent-background-color article button:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base); }

.jaleo-blogs.has-accent-background-color article:hover button {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base); }
  .jaleo-blogs.has-accent-background-color article:hover button:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--base); }

.jaleo-blogs.has-contrast-2-background-color article button {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast-2); }
  .jaleo-blogs.has-contrast-2-background-color article button:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base); }

.jaleo-blogs article button {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base); }
  .jaleo-blogs article button:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--base); }

.jaleo-blogs article:hover button {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--contrast); }
  .jaleo-blogs article:hover button:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base); }

.jaleo--blog-container-main-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .jaleo--blog-container-main-list-item .jaleo--aspect-box-figure {
    position: relative;
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
    .jaleo--blog-container-main-list-item .jaleo--aspect-box-figure img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .jaleo--blog-container-main-list-item .jaleo--card-body {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    mix-blend-mode: hue;
    padding-bottom: var(--wp--preset--spacing--20);
    height: 100%; }
    .jaleo--blog-container-main-list-item .jaleo--card-body .jaleo--card-title {
      margin-top: var(--wp--preset--spacing--20);
      font-size: var(--wp--preset--font-size--large);
      border-bottom: none;
      text-transform: none; }
      .jaleo--blog-container-main-list-item .jaleo--card-body .jaleo--card-title a {
        text-decoration: none;
        border-bottom: none; }
        .jaleo--blog-container-main-list-item .jaleo--card-body .jaleo--card-title a:after {
          content: "";
          position: absolute;
          inset: 0; }
    .jaleo--blog-container-main-list-item .jaleo--card-body .jaleo--card-details {
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
      list-style-type: none;
      padding-left: 0; }
    .jaleo--blog-container-main-list-item .jaleo--card-body-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%; }
      .jaleo--blog-container-main-list-item .jaleo--card-body-wrapper button {
        margin-top: auto;
        margin-bottom: var(--wp--preset--spacing--20); }

.jaleo-custom-form h2 {
  max-width: 650px; }

.jaleo-custom-form form {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--10); }
  .jaleo-custom-form form input:not([type="checkbox"]),
  .jaleo-custom-form form textarea {
    background-color: var(--wp--preset--color--golden);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--small);
    padding: 0.5rem 1.125rem;
    border-radius: 0;
    border: 1px solid #02172f33;
    margin-bottom: var(--wp--preset--spacing--10); }
  .jaleo-custom-form form input:not([type="checkbox"]):not([type="radio"]),
  .jaleo-custom-form form textarea {
    margin-bottom: 0; }
  .jaleo-custom-form form.was-validated input:required:invalid {
    border: 1px solid #e74c3c;
    box-shadow: 0 0 0 1px red; }
  .jaleo-custom-form form button[type="submit"] {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--contrast); }
    .jaleo-custom-form form button[type="submit"]:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--base); }

.jaleo-intro-media-section img {
  display: block;
  margin: 0 auto; }

.jaleo--properties-refine-search {
  max-width: none;
  padding: 150px var(--wp--preset--spacing--20) var(--wp--preset--spacing--30) var(--wp--preset--spacing--20);
  background-color: #02172f;
  background: linear-gradient(30deg, #02172f 0%, #02172fee 100%); }
  @media (max-width: 767px) {
    .jaleo--properties-refine-search {
      padding: 100px var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--20); } }
  .jaleo--properties-refine-search-slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--wp--preset--spacing--20); }
    .jaleo--properties-refine-search-slogan h1 {
      display: block;
      font-family: var(--wp--preset--font-family--heading);
      font-size: var(--wp--preset--font-size--x-large);
      margin: 0;
      text-align: center;
      color: #fefefe; }
    .jaleo--properties-refine-search-slogan p {
      color: #fefefe; }
  .jaleo--properties-refine-search-form {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto; }
    .jaleo--properties-refine-search-form .jaleo--form-group-row {
      display: grid;
      grid-template-columns: repeat(5, calc(20% - var(--wp--preset--spacing--10) * 4 / 5));
      gap: var(--wp--preset--spacing--10);
      margin-bottom: var(--wp--preset--spacing--20); }
      .jaleo--properties-refine-search-form .jaleo--form-group-row-secondary {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 0;
        overflow: hidden; }
        .jaleo--properties-refine-search-form .jaleo--form-group-row-secondary.visible {
          max-height: 400px;
          overflow: visible; }
        @media (max-width: 767px) {
          .jaleo--properties-refine-search-form .jaleo--form-group-row-secondary {
            margin-top: 3rem; } }
      .jaleo--properties-refine-search-form .jaleo--form-group-row-checksgroup {
        grid-template-columns: repeat(5, calc(20% - var(--wp--preset--spacing--10) * 4 / 5)); }
      @media (max-width: 1199px) {
        .jaleo--properties-refine-search-form .jaleo--form-group-row {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 767px) {
        .jaleo--properties-refine-search-form .jaleo--form-group-row {
          grid-template-columns: repeat(1, 100%); } }
    .jaleo--properties-refine-search-form .jaleo--form-group {
      display: flex; }
      .jaleo--properties-refine-search-form .jaleo--form-group.jaleo--form-check label {
        color: var(--wp--preset--color--base); }
    .jaleo--properties-refine-search-form input:not([type="checkbox"]),
    .jaleo--properties-refine-search-form textarea {
      background-color: var(--wp--preset--color--golden);
      font-family: var(--wp--preset--font-family--body);
      font-size: var(--wp--preset--font-size--small);
      padding: 0.5rem 1.125rem;
      border-radius: 0;
      border: 1px solid #02172f33;
      margin-bottom: var(--wp--preset--spacing--10); }
    .jaleo--properties-refine-search-form input[name="r"] {
      flex-grow: 1;
      text-transform: uppercase;
      font-size: var(--wp--preset--font-size--body);
      background-color: var(--wp--preset--color--base);
      border: 1px solid var(--wp--preset--color--golden);
      width: calc(100% - 1.125rem);
      margin-bottom: 0; }
      .jaleo--properties-refine-search-form input[name="r"]::-moz-placeholder {
        color: var(--wp--preset--color--contrast-2); }
      .jaleo--properties-refine-search-form input[name="r"]::placeholder {
        color: var(--wp--preset--color--contrast-2); }
    .jaleo--properties-refine-search-form .vscomp-search-container {
      padding: 0; }
      .jaleo--properties-refine-search-form .vscomp-search-container .vscomp-search-input {
        width: 100%;
        margin-bottom: 0;
        border: none; }
    .jaleo--properties-refine-search-form .vscomp-ele {
      height: auto; }
      .jaleo--properties-refine-search-form .vscomp-ele .vscomp-toggle-button, .jaleo--properties-refine-search-form .vscomp-ele-wrapper .vscomp-toggle-button {
        padding: 0.5rem 1.25rem;
        text-transform: uppercase;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--ultrasmall);
        font-weight: 600;
        border: none;
        background-color: var(--wp--preset--color--base);
        color: var(--wp--preset--color--contrast-2);
        line-height: 1.2; }
        .jaleo--properties-refine-search-form .vscomp-ele .vscomp-toggle-button:hover, .jaleo--properties-refine-search-form .vscomp-ele-wrapper .vscomp-toggle-button:hover {
          cursor: pointer;
          background-color: var(--wp--preset--color--contrast-2);
          color: var(--wp--preset--color--base); }
        .jaleo--properties-refine-search-form .vscomp-ele .vscomp-toggle-button .vscomp-value, .jaleo--properties-refine-search-form .vscomp-ele-wrapper .vscomp-toggle-button .vscomp-value {
          opacity: 1; }
      .jaleo--properties-refine-search-form .vscomp-ele .vscomp-option, .jaleo--properties-refine-search-form .vscomp-ele-wrapper .vscomp-option {
        text-transform: uppercase;
        font-size: var(--wp--preset--font-size--ultrasmall);
        font-family: var(--wp--preset--font-family--body); }
    .jaleo--properties-refine-search-form .jaleo--btnsearch {
      position: relative; }
      .jaleo--properties-refine-search-form .jaleo--btnsearch button {
        padding: 0.5rem 1.25rem;
        text-transform: uppercase;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--ultrasmall);
        font-weight: 600;
        border: none;
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
        line-height: 1.2;
        width: 100%; }
        .jaleo--properties-refine-search-form .jaleo--btnsearch button:hover {
          cursor: pointer;
          background-color: var(--wp--preset--color--accent);
          color: var(--wp--preset--color--base); }
        .jaleo--properties-refine-search-form .jaleo--btnsearch button.jaleo--btn-search {
          padding: 0.5rem 1.25rem;
          text-transform: uppercase;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          font-family: var(--wp--preset--font-family--body);
          font-size: var(--wp--preset--font-size--ultrasmall);
          font-weight: 600;
          border: none;
          background-color: transparent;
          color: var(--wp--preset--color--base);
          border: 1px solid var(--wp--preset--color--base);
          position: relative; }
          .jaleo--properties-refine-search-form .jaleo--btnsearch button.jaleo--btn-search:hover {
            cursor: pointer; }
          .jaleo--properties-refine-search-form .jaleo--btnsearch button.jaleo--btn-search:hover {
            color: var(--wp--preset--color--base) !important;
            background-color: var(--wp--preset--color--contrast-2); }
          @media (max-width: 767px) {
            .jaleo--properties-refine-search-form .jaleo--btnsearch button.jaleo--btn-search {
              display: none; } }
      .jaleo--properties-refine-search-form .jaleo--btnsearch-actions {
        position: absolute;
        width: 100%;
        top: calc(100% + 0.5rem);
        display: flex;
        gap: var(--wp--preset--spacing--10); }
        .jaleo--properties-refine-search-form .jaleo--btnsearch-actions button {
          display: flex;
          align-items: center;
          color: var(--wp--preset--color--accent);
          gap: 2px; }
          .jaleo--properties-refine-search-form .jaleo--btnsearch-actions button, .jaleo--properties-refine-search-form .jaleo--btnsearch-actions button:hover {
            background-color: transparent; }
          .jaleo--properties-refine-search-form .jaleo--btnsearch-actions button:hover {
            cursor: pointer;
            color: var(--wp--preset--color--base); }
          @media (max-width: 767px) {
            .jaleo--properties-refine-search-form .jaleo--btnsearch-actions button.jaleo--reset {
              justify-content: end; } }
    .jaleo--properties-refine-search-form .jaleo--btn-search.jaleo-mobile-btn-search {
      display: none; }
      @media (max-width: 767px) {
        .jaleo--properties-refine-search-form .jaleo--btn-search.jaleo-mobile-btn-search {
          padding: 0.5rem 1.25rem;
          text-transform: uppercase;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          font-family: var(--wp--preset--font-family--body);
          font-size: var(--wp--preset--font-size--ultrasmall);
          font-weight: 600;
          border: none;
          background-color: transparent;
          color: var(--wp--preset--color--base);
          border: 1px solid var(--wp--preset--color--base);
          display: block;
          width: 100%;
          margin-top: 1rem; }
          .jaleo--properties-refine-search-form .jaleo--btn-search.jaleo-mobile-btn-search:hover {
            cursor: pointer; } }
    .jaleo--properties-refine-search-form .jaleo--refsearch {
      border: 1px solid var(--wp--preset--color--contrast-2) !important; }
    @media (max-width: 991px) {
      .jaleo--properties-refine-search-form {
        grid-template-columns: repeat(3, calc((100% / 3) - var(--wp--preset--spacing--20) * 2 / 3)); }
        .jaleo--properties-refine-search-form .jaleo--form-actions-wrapper {
          grid-column: 3; }
        .jaleo--properties-refine-search-form .jaleo--btnsearch-actions {
          top: 0.2rem;
          left: calc(100% + 1.75rem); } }
    @media (max-width: 767px) {
      .jaleo--properties-refine-search-form {
        grid-template-columns: repeat(1, 100%); }
        .jaleo--properties-refine-search-form hr {
          display: none; }
        .jaleo--properties-refine-search-form .jaleo--form-actions-wrapper {
          grid-column: 1; }
        .jaleo--properties-refine-search-form .jaleo--btnsearch-actions {
          top: calc(100% + 0.5rem);
          left: unset; } }
    .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch {
      grid-column: 5;
      display: flex !important; }
      @media (max-width: 768px) {
        .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch .jaleo--btn-search {
          display: block !important; } }
      .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch .jaleo--reset {
        justify-content: center; }
      @media (max-width: 1024px) {
        .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch {
          grid-column: 3; } }
      @media (max-width: 768px) {
        .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch {
          grid-column: 1; } }
      .jaleo--properties-refine-search-form.jaleo--developments-form .jaleo--btnsearch-actions {
        left: 0;
        top: calc(100% + 0.5rem); }
  .jaleo--properties-refine-search-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
    margin-top: var(--wp--preset--spacing--40); }
    @media (max-width: 767px) {
      .jaleo--properties-refine-search-actions {
        padding-bottom: var(--wp--preset--spacing--20);
        flex-wrap: wrap; } }
    .jaleo--properties-refine-search-actions .jaleo-breadcrumb {
      display: flex;
      color: var(--wp--preset--color--accent);
      font-family: var(--wp--preset--font-family--body);
      font-size: var(--wp--preset--font-size--ultrasmall);
      font-weight: 600;
      text-transform: uppercase;
      list-style-type: none;
      padding-left: 0; }
      .jaleo--properties-refine-search-actions .jaleo-breadcrumb a {
        border-bottom: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        .jaleo--properties-refine-search-actions .jaleo-breadcrumb a:hover {
          border-bottom: 1px solid var(--wp--preset--color--accent); }
      @media (max-width: 767px) {
        .jaleo--properties-refine-search-actions .jaleo-breadcrumb {
          flex: 1 0 100%; } }
    .jaleo--properties-refine-search-actions #orderform {
      margin-left: auto; }
      .jaleo--properties-refine-search-actions #orderform .vscomp-toggle-button {
        text-transform: uppercase;
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--ultrasmall);
        color: var(--wp--preset--color--contrast-2);
        font-weight: 600; }
      .jaleo--properties-refine-search-actions #orderform .vscomp-options {
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--ultrasmall);
        text-transform: uppercase; }
      @media (max-width: 767px) {
        .jaleo--properties-refine-search-actions #orderform {
          margin-top: var(--wp--preset--spacing--30); } }
  .jaleo--properties-refine-search-direct-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .jaleo--properties-refine-search-direct-links ul {
      display: flex;
      list-style-type: none;
      justify-content: center;
      padding: 0;
      gap: var(--wp--preset--spacing--20);
      flex-wrap: wrap; }
      .jaleo--properties-refine-search-direct-links ul a {
        text-transform: uppercase;
        color: var(--wp--preset--color--contrast-2);
        font-weight: 700; }

.jaleo--properties-container {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) 0;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto; }
  .jaleo--properties-container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .jaleo--properties-container-info h1 {
      font-size: var(--wp--preset--font-size--large);
      letter-spacing: 2px;
      color: var(--wp--preset--color--contrast);
      margin-bottom: 0; }
  .jaleo--properties-container-main-list {
    display: grid;
    margin-top: var(--wp--preset--spacing--30);
    gap: var(--wp--preset--spacing--40); }
    @media (max-width: 1199px) {
      .jaleo--properties-container-main-list {
        grid-template-columns: repeat(2, calc(50% - var(--wp--preset--spacing--30) / 2));
        gap: var(--wp--preset--spacing--30); } }
    @media (max-width: 767px) {
      .jaleo--properties-container-main-list {
        grid-template-columns: repeat(1, 100%);
        gap: var(--wp--preset--spacing--50); } }
    .jaleo--properties-container-main-list .jaleo--card.row {
      display: flex;
      gap: 3%;
      flex-wrap: wrap; }
      @media (max-width: 1199px) {
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body,
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--aspect-box {
          flex: 0 0 100% !important; } }
      .jaleo--properties-container-main-list .jaleo--card.row .f-button {
        --f-arrow-bg: var(--wp--preset--color--accent);
        --f-arrow-border-radius: 50%;
        --f-button-color: var(--wp--preset--color--constrast);
        --f-arrow-pos: 1rem;
        --f-button-width: 36px;
        --f-button-height: 36px;
        --f-button-hover-bg: var(--wp--preset--color--base); }
      .jaleo--properties-container-main-list .jaleo--card.row:hover {
        cursor: pointer !important; }
      .jaleo--properties-container-main-list .jaleo--card.row .jaleo--aspect-box {
        flex: 0 0 52%; }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--aspect-box .f-carousel__viewport.is-draggable {
          cursor: unset !important; }
      .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body {
        display: flex;
        flex-direction: column;
        flex: 0 0 45%;
        position: relative;
        padding: var(--wp--preset--spacing--10) 0; }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-labels {
          display: flex;
          gap: 10px;
          margin-bottom: var(--wp--preset--spacing--10); }
          .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-labels .jaleo--card-label {
            border: 1px solid var(--wp--preset--color--accent);
            border-radius: 15px;
            padding: 1px 5px;
            font-size: var(--wp--preset--font-size--ultrasmall); }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-title {
          font-size: var(--wp--preset--font-size--large);
          margin-top: var(--wp--preset--spacing--20);
          line-height: 1; }
          .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-title a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            /* Limits to 2 lines */
            overflow: hidden;
            text-overflow: ellipsis; }
            .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-title a:after {
              content: "";
              display: block;
              position: absolute;
              inset: 0; }
            .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-title a:hover {
              text-decoration: none;
              border-bottom: none; }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-features {
          display: flex;
          padding-left: 0;
          list-style-type: none;
          gap: var(--wp--preset--spacing--10); }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body .jaleo--card-price {
          display: flex;
          margin-top: auto;
          margin-bottom: 0;
          font-size: var(--wp--preset--font-size--medium);
          font-weight: 600; }
        .jaleo--properties-container-main-list .jaleo--card.row .jaleo--card-body p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          /* Limits to 2 lines */
          overflow: hidden;
          text-overflow: ellipsis; }
      @media (max-width: 767px) {
        .jaleo--properties-container-main-list .jaleo--card.row {
          gap: 0; } }

.jaleo--pagination {
  position: relative; }
  .jaleo--pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: var(--wp--preset--spacing--50) 0;
    gap: var(--wp--preset--spacing--10); }
    .jaleo--pagination ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem; }
      @media (max-width: 767px) {
        .jaleo--pagination ul li.jaleo-hidden-mobile {
          display: none !important; } }
      .jaleo--pagination ul li.btn span {
        display: flex;
        width: 100%;
        height: 100%;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border: 1px solid var(--wp--preset--color--contrast); }
      .jaleo--pagination ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: var(--wp--preset--color--contrast);
        background: var(--wp--preset--color--base);
        border: 1px solid var(--wp--preset--color--contrast);
        text-decoration: none;
        transition: var(--jaleo--preset--default--transition); }
        .jaleo--pagination ul li a:hover {
          background: var(--wp--preset--color--contrast);
          color: var(--wp--preset--color--base); }

.jaleo--advert {
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--30); }
  .jaleo--advert a {
    display: block;
    color: var(--wp--preset--color--contrast);
    margin-bottom: var(--wp--preset--spacing--30); }

/*
 * PROPERTY
*/
.jaleo-property-layout {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0; }
  .jaleo-property-layout > * {
    max-width: none; }
  .jaleo-property-layout .jaleo--property-images {
    display: grid;
    grid-template-columns: auto calc(50vw - 165px);
    position: relative;
    gap: 0;
    aspect-ratio: 16/9;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    background: var(--wp--preset--color--base); }
    .jaleo-property-layout .jaleo--property-images.jaleo--no-extraimages {
      grid-template-columns: 100%; }
    @media (max-width: 1280px) {
      .jaleo-property-layout .jaleo--property-images {
        grid-template-columns: 100%; } }
    .jaleo-property-layout .jaleo--property-images .jaleo--aspect-box {
      width: auto;
      max-height: 100vh;
      position: relative; }
      @media (max-width: 767px) {
        .jaleo-property-layout .jaleo--property-images .jaleo--aspect-box {
          aspect-ratio: 1/1; } }
      .jaleo-property-layout .jaleo--property-images .jaleo--aspect-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .jaleo-property-layout .jaleo--property-images .jaleo--property-image-column {
      display: grid;
      grid-template-rows: 1fr 1fr;
      height: auto; }
      .jaleo-property-layout .jaleo--property-images .jaleo--property-image-column div {
        position: relative; }
        .jaleo-property-layout .jaleo--property-images .jaleo--property-image-column div img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      @media (max-width: 1280px) {
        .jaleo-property-layout .jaleo--property-images .jaleo--property-image-column {
          display: none; } }
    .jaleo-property-layout .jaleo--property-images-caption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to top, #02172fff 0%, #02172f66 50%, transparent 100%);
      color: var(--wp--preset--color--base); }
      .jaleo-property-layout .jaleo--property-images-caption-wrapper {
        padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
        display: flex;
        justify-content: space-between;
        align-items: end;
        max-width: var(--wp--style--global--wide-size);
        margin: 0 auto; }
        .jaleo-property-layout .jaleo--property-images-caption-wrapper button {
          padding: 0.5rem 1.25rem;
          text-transform: uppercase;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          font-family: var(--wp--preset--font-family--body);
          font-size: var(--wp--preset--font-size--ultrasmall);
          font-weight: 600;
          border: none;
          background-color: var(--wp--preset--color--base);
          color: var(--wp--preset--color--contrast-2); }
          .jaleo-property-layout .jaleo--property-images-caption-wrapper button:hover {
            cursor: pointer;
            background-color: var(--wp--preset--color--contrast-2);
            color: var(--wp--preset--color--base); }
      .jaleo-property-layout .jaleo--property-images-caption-title {
        font-size: var(--wp--preset--font-size--x-large);
        font-family: var(--wp--preset--font-family--heading);
        max-width: 700px;
        display: block;
        line-height: 1.1;
        margin-bottom: var(--wp--preset--spacing--10);
        font-weight: 700; }
      .jaleo-property-layout .jaleo--property-images-caption-resume {
        display: flex;
        font-size: var(--wp--preset--font-size--small);
        font-family: var(--wp--preset--font-family--body);
        font-weight: 300; }

.jaleo--property-info {
  display: grid;
  grid-template-columns: calc(65% - var(--wp--preset--spacing--20) / 2) calc( 35% - var(--wp--preset--spacing--20) / 2);
  gap: var(--wp--preset--spacing--20);
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40); }
  @media (max-width: 991px) {
    .jaleo--property-info {
      grid-template-columns: repeat(1, 100%); } }
  .jaleo--property-info h1 {
    padding-top: var(--wp--preset--spacing--30); }
  .jaleo--property-info .jaleo--property-column {
    padding-right: var(--wp--preset--spacing--30);
    border-right: 1px solid #02172f11; }
    @media (max-width: 991px) {
      .jaleo--property-info .jaleo--property-column {
        padding-right: 0;
        border-right: none; } }
    .jaleo--property-info .jaleo--property-column h1 {
      margin-top: 0;
      text-transform: none; }
    .jaleo--property-info .jaleo--property-column .jaleo--property-details {
      display: flex;
      flex-direction: column;
      gap: var(--wp--preset--spacing--10);
      margin-bottom: var(--wp--preset--spacing--10); }
      .jaleo--property-info .jaleo--property-column .jaleo--property-details .jaleo--property-price-desc,
      .jaleo--property-info .jaleo--property-column .jaleo--property-details .jaleo--development-price-desc {
        font-weight: 700;
        font-size: var(--wp--preset--font-size--medium); }
      .jaleo--property-info .jaleo--property-column .jaleo--property-details .jaleo--development-price-desc::first-letter {
        text-transform: uppercase; }
    .jaleo--property-info .jaleo--property-column .jaleo--property-description {
      text-align: left; }
    .jaleo--property-info .jaleo--property-column .jaleo--property-features ul {
      display: grid;
      grid-template-columns: repeat(3, 33%);
      list-style-type: none;
      padding-left: 0;
      padding: var(--wp--preset--spacing--10) 0;
      border-bottom: 1px solid #e6d8c933;
      margin-top: 0;
      margin-bottom: 0; }
      .jaleo--property-info .jaleo--property-column .jaleo--property-features ul .jaleo-property-feature-key {
        font-weight: 700;
        display: block; }
    .jaleo--property-info .jaleo--property-column .jaleo--property-extrafeatures ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      list-style-type: none;
      gap: 0 var(--wp--preset--spacing--10);
      padding-left: 0; }
      @media (max-width: 767px) {
        .jaleo--property-info .jaleo--property-column .jaleo--property-extrafeatures ul {
          grid-template-columns: repeat(2, 1fr); } }
    .jaleo--property-info .jaleo--property-column .jaleo--aspect-box a {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      aspect-ratio: 4/3;
      border: none; }
    .jaleo--property-info .jaleo--property-column .jaleo--aspect-box img.jaleo--image-fit {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      inset: 0; }
    .jaleo--property-info .jaleo--property-column .jaleo--property-gallery {
      margin-top: var(--wp--preset--spacing--10);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: var(--wp--preset--spacing--10); }
      @media (max-width: 767px) {
        .jaleo--property-info .jaleo--property-column .jaleo--property-gallery {
          grid-template-columns: repeat(1, 1fr); } }
  .jaleo--property-info .jaleo--property-aside {
    top: 0;
    align-self: start;
    position: sticky; }
    .jaleo--property-info .jaleo--property-aside-content {
      box-shadow: var(--jaleo--shadow);
      padding: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--30) var(--wp--preset--spacing--30); }
      @media (max-width: 991px) {
        .jaleo--property-info .jaleo--property-aside-content {
          padding-left: 0; } }
    .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo {
      display: flex;
      flex-direction: column;
      margin-bottom: var(--wp--preset--spacing--10); }
      .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo a {
        align-self: flex-start; }
      .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo > span {
        display: block;
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--medium);
        color: var(--wp--preset--color--golden);
        line-height: 1;
        font-weight: 700;
        margin-top: var(--wp--preset--spacing--10);
        margin-bottom: var(--wp--preset--spacing--10); }
      .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: var(--wp--preset--spacing--30);
        margin: var(--wp--preset--spacing--10) 0; }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image-name {
          margin-top: 0 !important;
          margin-bottom: 0 !important;
          font-weight: 700;
          font-size: var(--wp--preset--font-size--medium); }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image-position {
          font-size: var(--wp--preset--font-size--small); }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image-phone:before {
          content: "";
          width: 1rem;
          height: 1rem;
          display: inline-block;
          margin-right: 0.5rem;
          transform: translateY(0.25rem);
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center center; }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image-email:before {
          content: "";
          width: 1.2rem;
          height: 1.2rem;
          display: inline-block;
          transform: translateY(0.25rem);
          margin-right: 0.5rem;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath d='M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center center; }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image strong {
          display: block;
          margin-bottom: var(--wp--preset--spacing--10); }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image span {
          display: block;
          margin-bottom: 0.5rem; }
        .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image img {
          width: 150px;
          height: 150px;
          -o-object-fit: cover;
             object-fit: cover; }
          .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image img.jaleo-object-fit-contain {
            -o-object-fit: contain;
               object-fit: contain; }
        @media (max-width: 1245px) {
          .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image {
            flex-direction: column;
            align-items: flex-start; }
            .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image img,
            .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image figcaption {
              flex: 1 1 100%; }
            .jaleo--property-info .jaleo--property-aside .jaleo--listerinfo .jaleo--listerinfo-with-image img {
              aspect-ratio: 1;
              height: 100%;
              width: 100%;
              max-width: 180px;
              max-height: 180px; } }
    .jaleo--property-info .jaleo--property-aside .jaleo--property-form {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #02172f11; }
      .jaleo--property-info .jaleo--property-aside .jaleo--property-form input:not([type="checkbox"]),
      .jaleo--property-info .jaleo--property-aside .jaleo--property-form textarea {
        background-color: var(--wp--preset--color--golden);
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--small);
        padding: 0.5rem 1.125rem;
        border-radius: 0;
        border: 1px solid #02172f33;
        margin-bottom: var(--wp--preset--spacing--10); }
      .jaleo--property-info .jaleo--property-aside .jaleo--property-form .iti .iti__country-container .iti__selected-country {
        padding: 0;
        margin: 0;
        border: none;
        background-color: transparent;
        min-width: unset;
        color: var(--wp--preset--color--contrast); }
      .jaleo--property-info .jaleo--property-aside .jaleo--property-form .iti > input {
        padding-left: 90px; }
      .jaleo--property-info .jaleo--property-aside .jaleo--property-form button {
        padding: 0.5rem 1.25rem;
        text-transform: uppercase;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-family: var(--wp--preset--font-family--body);
        font-size: var(--wp--preset--font-size--ultrasmall);
        font-weight: 600;
        border: none;
        background-color: var(--wp--preset--color--accent);
        color: var(--wp--preset--color--contrast);
        align-self: flex-start;
        min-width: 120px;
        margin: var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--30); }
        .jaleo--property-info .jaleo--property-aside .jaleo--property-form button:hover {
          cursor: pointer;
          background-color: var(--wp--preset--color--contrast-2);
          color: var(--wp--preset--color--base); }
  .jaleo--property-info .jaleo--development-features-content {
    display: grid;
    padding-left: 0;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    gap: 0.5rem;
    flex-wrap: wrap; }
    .jaleo--property-info .jaleo--development-features-content li span:first-child {
      font-weight: 700;
      margin-right: 5px; }
      .jaleo--property-info .jaleo--development-features-content li span:first-child::after {
        content: ":"; }

.page-template-property .section-featured-properties {
  padding: 0 var(--wp--preset--spacing--40);
  margin: 0 auto; }
  .page-template-property .section-featured-properties h3 {
    max-width: var(--wp--style--global--wide-size);
    margin: 4rem auto 2rem auto; }

.jaleo--property-utils {
  display: flex;
  margin-top: var(--wp--preset--spacing--40);
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--wp--preset--spacing--20); }
  .jaleo--property-utils button,
  .jaleo--property-utils .jaleo--btn-clear {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    align-self: start; }
    .jaleo--property-utils button:hover,
    .jaleo--property-utils .jaleo--btn-clear:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--accent);
      color: var(--wp--preset--color--base); }

.jaleo--property-utils .jaleo--dropdown-menu .jaleo--dropdown-item:first-child {
  margin-left: 0; }

.jaleo--share {
  position: relative; }
  .jaleo--share .jaleo--btn-sharer {
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--ultrasmall);
    font-weight: 600;
    border: none;
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    max-width: none; }
    .jaleo--share .jaleo--btn-sharer:hover {
      cursor: pointer;
      background-color: var(--wp--preset--color--accent);
      color: var(--wp--preset--color--base); }
  .jaleo--share .jaleo--dropdown-menu {
    display: none;
    padding: 10px;
    color: #212529;
    background-color: #404040;
    border-radius: 3px;
    z-index: 1000;
    opacity: 0; }
    .jaleo--share .jaleo--dropdown-menu.show {
      display: flex !important;
      top: 100%;
      left: 0;
      right: auto;
      bottom: auto;
      position: absolute;
      border: 0;
      opacity: 1; }
      @media (max-width: 767px) {
        .jaleo--share .jaleo--dropdown-menu.show {
          top: auto;
          bottom: 100%; } }
    .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      padding: 8px;
      line-height: 0;
      height: 20px;
      width: 20px;
      background-size: 20px 20px;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 8px;
      text-decoration: none;
      border-bottom: none;
      opacity: 0.85; }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item:hover {
        opacity: 1; }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item.jaleo--icon-facebook {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M279.14%20288l14.22-92.66h-88.91v-60.13c0-25.35%2012.42-50.06%2052.24-50.06h40.42V6.26S260.43%200%20225.36%200c-73.22%200-121.08%2044.38-121.08%20124.72v70.62H22.89V288h81.39v224h100.17V288z%22%2F%3E%3C%2Fsvg%3E"); }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item.jaleo--icon-twitter {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M459.37%20151.716c.325%204.548.325%209.097.325%2013.645%200%20138.72-105.583%20298.558-298.558%20298.558-59.452%200-114.68-17.219-161.137-47.106%208.447.974%2016.568%201.299%2025.34%201.299%2049.055%200%2094.213-16.568%20130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772%206.498.974%2012.995%201.624%2019.818%201.624%209.421%200%2018.843-1.3%2027.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969%207.797%2030.214%2012.67%2047.431%2013.319-28.264-18.843-46.781-51.005-46.781-87.391%200-19.492%205.197-37.36%2014.294-52.954%2051.655%2063.675%20129.3%20105.258%20216.365%20109.807-1.624-7.797-2.599-15.918-2.599-24.04%200-57.828%2046.782-104.934%20104.934-104.934%2030.213%200%2057.502%2012.67%2076.67%2033.137%2023.715-4.548%2046.456-13.32%2066.599-25.34-7.798%2024.366-24.366%2044.833-46.132%2057.827%2021.117-2.273%2041.584-8.122%2060.426-16.243-14.292%2020.791-32.161%2039.308-52.628%2054.253z%22%2F%3E%3C%2Fsvg%3E"); }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item.jaleo--icon-pinterest {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20d%3D%22M204%206.5C101.4%206.5%200%2074.9%200%20185.6%200%20256%2039.6%20296%2063.6%20296c9.9%200%2015.6-27.6%2015.6-35.4%200-9.3-23.7-29.1-23.7-67.8%200-80.4%2061.2-137.4%20140.4-137.4%2068.1%200%20118.5%2038.7%20118.5%20109.8%200%2053.1-21.3%20152.7-90.3%20152.7-24.9%200-46.2-18-46.2-43.8%200-37.8%2026.4-74.4%2026.4-113.4%200-66.2-93.9-54.2-93.9%2025.8%200%2016.8%202.1%2035.4%209.6%2050.7-13.8%2059.4-42%20147.9-42%20209.1%200%2018.9%202.7%2037.5%204.5%2056.4%203.4%203.8%201.7%203.4%206.9%201.5%2050.4-69%2048.6-82.5%2071.4-172.8%2012.3%2023.4%2044.1%2036%2069.3%2036%20106.2%200%20153.9-103.5%20153.9-196.8C384%2071.3%20298.2%206.5%20204%206.5z%22%2F%3E%3C%2Fsvg%3E"); }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item.jaleo--icon-linkedin {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M100.28%20448H7.4V148.9h92.88zM53.79%20108.1C24.09%20108.1%200%2083.5%200%2053.8a53.79%2053.79%200%200%201%20107.58%200c0%2029.7-24.1%2054.3-53.79%2054.3zM447.9%20448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29%200-55.69%2037.7-55.69%2076.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5%2042.69-48.3%2087.88-48.3%2094%200%20111.28%2061.9%20111.28%20142.3V448z%22%2F%3E%3C%2Fsvg%3E"); }
      .jaleo--share .jaleo--dropdown-menu .jaleo--dropdown-item.jaleo--icon-whatsapp {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M380.9%2097.1C339%2055.1%20283.2%2032%20223.9%2032c-122.4%200-222%2099.6-222%20222%200%2039.1%2010.2%2077.3%2029.6%20111L0%20480l117.7-30.9c32.4%2017.7%2068.9%2027%20106.1%2027h.1c122.3%200%20224.1-99.6%20224.1-222%200-59.3-25.2-115-67.1-157zm-157%20341.6c-33.2%200-65.7-8.9-94-25.7l-6.7-4-69.8%2018.3L72%20359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2%200-101.7%2082.8-184.5%20184.6-184.5%2049.3%200%2095.6%2019.2%20130.4%2054.1%2034.8%2034.9%2056.2%2081.2%2056.1%20130.5%200%20101.8-84.9%20184.6-186.6%20184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5%202.8-3.7%205.6-14.3%2018-17.6%2021.8-3.2%203.7-6.5%204.2-12%201.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8%205.7-9.1%2016.3-30.3%201.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7%200-9.7%201.4-14.8%206.9-5.1%205.6-19.4%2019-19.4%2046.3%200%2027.3%2019.9%2053.7%2022.6%2057.4%202.8%203.7%2039.1%2059.7%2094.8%2083.8%2035.2%2015.2%2049%2016.5%2066.6%2013.9%2010.7-1.6%2032.8-13.4%2037.4-26.4%204.6-13%204.6-24.1%203.2-26.4-1.3-2.5-5-3.9-10.5-6.6z%22%2F%3E%3C%2Fsvg%3E"); }

.jaleo--btn-pdfLauncher {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  max-width: none; }
  .jaleo--btn-pdfLauncher:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--base); }

.jaleo--property-files ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-type: none; }

.jaleo--property-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M175 .024V1920l1570.845-959.927L175 .024Zm121.648 216.9 1215.875 743.149-1215.875 743.028V216.923Z' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 100px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none; }

h3 {
  margin-top: var(--wp--preset--spacing--40); }

.jaleo--image-icon {
  position: relative; }
  .jaleo--image-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .jaleo--image-icon.jaleo--property-vr span {
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20d%3D%22M592%2064H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h165.82c25.19%200%2048.03-14.77%2058.36-37.74l16.56-36.8C294.66%20360.31%20306.76%20352%20320%20352s25.34%208.31%2031.26%2021.46l16.56%2036.8C378.15%20433.23%20401%20448%20426.18%20448H592c26.51%200%2048-21.49%2048-48V112c0-26.51-21.49-48-48-48zm16%20336c0%208.82-7.18%2016-16%2016H426.18c-12.57%200-24.02-7.41-29.18-18.87l-16.56-36.8C369.42%20335.83%20345.69%20320%20320%20320s-49.42%2015.83-60.44%2040.33L243%20397.13c-5.16%2011.46-16.61%2018.87-29.18%2018.87H48c-8.82%200-16-7.18-16-16V112c0-8.82%207.18-16%2016-16h544c8.82%200%2016%207.18%2016%2016v288zM176%20160c-44.18%200-80%2035.81-80%2080%200%2044.18%2035.82%2080%2080%2080s80-35.82%2080-80-35.82-80-80-80zm0%20128c-26.47%200-48-21.53-48-48s21.53-48%2048-48%2048%2021.53%2048%2048-21.53%2048-48%2048zm288-128c-44.18%200-80%2035.81-80%2080%200%2044.18%2035.82%2080%2080%2080s80-35.82%2080-80-35.82-80-80-80zm0%20128c-26.47%200-48-21.53-48-48s21.53-48%2048-48%2048%2021.53%2048%2048-21.53%2048-48%2048z%22%2F%3E%3C%2Fsvg%3E); }

#jaleo--property-map iframe {
  width: 100%;
  height: 450px;
  border: none; }

.jaleo--development-price {
  display: flex;
  gap: var(--wp--preset--spacing--10);
  flex-wrap: wrap; }

.jaleo-featured-properties.has-contrast-background-color .section-featured-properties .f-button {
  --f-arrow-bg: var(--wp--preset--color--base);
  --f-arrow-color: var(--wp--preset--color--contrast); }

.jaleo--mortgage-calculator {
  border: 1px solid #e6e6e6;
  padding: 16px;
  margin: 16px 0 0;
  background: #ffffff;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02); }

.jaleo--mortgage-calculator h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: #222; }

.jaleo--mortgage-calculator .jaleo--mc-row {
  margin-bottom: 10px; }

.jaleo--mortgage-calculator label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem; }

.jaleo--mortgage-calculator input[type="number"] {
  width: 48%;
  padding: 8px;
  border: 1px solid #dcdcdc; }

.jaleo--mortgage-calculator button#mc-calc {
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--ultrasmall);
  font-weight: 600;
  border: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  margin: 1rem 0; }
  .jaleo--mortgage-calculator button#mc-calc:hover {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--base); }

.jaleo--mortgage-calculator button#mc-calc:hover {
  opacity: 0.95; }

.jaleo--mortgage-calculator #mc-result p {
  margin: 6px 0;
  font-weight: 600; }

.jaleo-wp-pagination {
  margin-bottom: var(--wp--preset--spacing--20) !important; }
  .jaleo-wp-pagination > div {
    display: flex;
    gap: 0; }
    .jaleo-wp-pagination > div .page-numbers {
      border: 1px solid rgba(2, 23, 47, 0.141);
      border-right: none;
      padding: calc(var(--wp--preset--spacing--10) / 2) calc(var(--wp--preset--spacing--20) / 2);
      transition: var(--jaleo--default--transition); }
      .jaleo-wp-pagination > div .page-numbers:last-child {
        border-right: 1px solid rgba(2, 23, 47, 0.141); }
      .jaleo-wp-pagination > div .page-numbers:hover {
        background-color: var(--wp--preset--color--contrast-2);
        color: var(--wp--preset--color--base); }
      .jaleo-wp-pagination > div .page-numbers.current {
        background-color: var(--wp--preset--color--contrast-2);
        color: var(--wp--preset--color--base);
        pointer-events: none; }
  .jaleo-wp-pagination .wp-block-query-pagination-next,
  .jaleo-wp-pagination .wp-block-query-pagination-previous {
    padding: 0.3rem calc(var(--wp--preset--spacing--20) / 2);
    border: 1px solid rgba(2, 23, 47, 0.141);
    transition: var(--jaleo--default--transition); }
    .jaleo-wp-pagination .wp-block-query-pagination-next:hover,
    .jaleo-wp-pagination .wp-block-query-pagination-previous:hover {
      background-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--base); }
  .jaleo-wp-pagination .wp-block-query-pagination-previous {
    border-right: none; }
  .jaleo-wp-pagination .wp-block-query-pagination-next {
    border-left: none; }

.jaleo-blog-section-query .jaleo-blog-section-query-post li {
  position: relative;
  display: flex; }
  .jaleo-blog-section-query .jaleo-blog-section-query-post li .wp-block-post-title a::after {
    content: "";
    position: absolute;
    inset: 0; }

.blog-title-group {
  max-width: 800px;
  margin: 0 auto; }

.jaleo--d-none {
  display: none; }

.jaleo-telephone-icon {
  list-style: none;
  display: flex;
  align-items: center; }
  .jaleo-telephone-icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.45em;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center/contain; }

body.error404 main {
  padding-top: 10rem; }
