/* -------------- COLORS -------------- */
/* ---------------------------- */
/* -------------- FRONT END -------------- */
/* ---------------------------- */
/* -------------- ADMIN -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
/* ---------------------------- */
/* -------------- MEDIA QUERIES -------------- */
/* ---------------------------- */
/* -------------- SOCIAL ICONS -------------- */
/* -------------- HEADER -------------- */
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
}
#top .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #top .container {
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#top .container .navbar {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 1px;
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .container .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 0.875rem;
}
#top .container .navbar .navbar-brand img {
  width: 18rem;
  height: auto;
  max-height: none;
}
#top .container .navbar .navbar-brand img:first-child {
  display: block;
}
#top .container .navbar .navbar-brand img:last-child {
  display: none;
}
@media only screen and (max-width: 1240px) {
  #top .container .navbar .navbar-brand img {
    width: 14rem;
  }
}
#top .container .navbar .property_nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  column-gap: 1.25rem;
  padding-right: 20px;
}
#top .container .navbar .property_nav a {
  display: inline-block;
  padding: 0.625rem 1rem;
  font-weight: 500;
  color: #32505e;
}
#top .container .navbar .property_nav a:hover {
  background-color: #3a5c6e;
  color: #ffffff;
  text-decoration: none;
}
#top .container .navbar .navbar-toggler {
  border-radius: 0;
  border: none;
  width: 80px;
  height: 80px;
  padding: 0 1.375rem;
  z-index: 1001;
}
#top .container .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 2.25rem;
  height: 3px;
  background-color: #2e616e;
  position: relative;
  display: block;
  transition: all 200ms ease-in-out;
}
#top .container .navbar .navbar-toggler .navbar-toggler-icon::before,
#top .container .navbar .navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2e616e;
  transition: all 200ms ease-in-out;
}
#top .container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: -0.75rem;
}
#top .container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: 0.75rem;
}
#top .container .navbar .navbar-toggler:hover {
  background-color: #3a5c6e;
}
#top .container .navbar .navbar-toggler:hover .navbar-toggler-icon,
#top .container .navbar .navbar-toggler:hover .navbar-toggler-icon::before,
#top .container .navbar .navbar-toggler:hover .navbar-toggler-icon::after {
  background-color: #ffffff;
}
#top .container .navbar .navbar-toggler:focus,
#top .container .navbar .navbar-toggler:focus {
  outline: none;
  background-color: #2e616e;
}
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon,
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon,
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon::before,
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon::before,
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon::after,
#top .container .navbar .navbar-toggler:focus .navbar-toggler-icon::after {
  background-color: #ffffff;
}
#top .container .navbar #navbarMenu {
  position: absolute;
  top: 80px;
  right: 0;
  width: 460px;
  max-width: 460px;
  height: 100vh;
  background: #e9efef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  padding: 0.625rem;
  z-index: 1200;
}
#top .container .navbar #navbarMenu ul.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
#top .container .navbar #navbarMenu ul.navbar-nav li {
  list-style: none;
  padding: 0;
}
#top .container .navbar #navbarMenu ul.navbar-nav a.nav-link,
#top .container .navbar #navbarMenu ul.navbar-nav a.dropdown-item {
  font-size: 1.25rem;
  font-weight: 500;
  color: #32505e;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  display: block;
  background: none;
  margin: 0 0 0.25rem 0;
}
#top .container .navbar #navbarMenu ul.navbar-nav a.nav-link:hover,
#top .container .navbar #navbarMenu ul.navbar-nav a.dropdown-item:hover,
#top .container .navbar #navbarMenu ul.navbar-nav a.nav-link:focus,
#top .container .navbar #navbarMenu ul.navbar-nav a.dropdown-item:focus {
  background-color: #3a5c6e !important;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #top {
    height: 50px;
  }
  #top .container .navbar {
    height: 100%;
  }
  #top .container .navbar .navbar-brand {
    padding-left: 0.6rem;
  }
  #top .container .navbar .navbar-brand img {
    width: 14rem;
  }
  #top .container .navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0 12px;
  }
  #top .container .navbar .navbar-toggler .navbar-toggler-icon {
    width: 1.75rem;
  }
  #top .container .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: -0.6rem;
  }
  #top .container .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: 0.7rem;
  }
  #top .container .navbar #navbarMenu {
    top: 50px;
  }
}
#top.not-fixed .container .navbar .navbar-brand img:first-child {
  display: none;
}
#top.not-fixed .container .navbar .navbar-brand img:last-child {
  display: block;
}
#top .container .navbar #navbarMenu ul.navbar-nav li.pdf_first {
  padding-top: 1.25rem;
}
#top .container .navbar #navbarMenu ul.navbar-nav li.pdf_document a {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.75rem;
}
#top .container .navbar #navbarMenu ul.navbar-nav li.pdf_document a:before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  background-image: url(/wp-content/themes/ff2025/images/pdf.svg);
}
#top .container .navbar #navbarMenu ul.navbar-nav li.pdf_document a:hover:before {
  background-image: url(/wp-content/themes/ff2025/images/pdf-white.svg);
}
@media only screen and (max-width: 500px) {
  #top .container .navbar #navbarMenu,
  #contact-ui #contact-panel {
    width: 85% !important;
    max-width: 85% !important;
  }
}
/* ---------------------------- */
/* -------------- FOOTER -------------- */
footer#pagefooter {
  height: auto;
  background-color: #bac4c9;
  padding: 15px 0 10px 0;
}
footer#pagefooter .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
footer#pagefooter .footer-logo {
  width: 270px;
  flex-shrink: 0;
  flex-grow: 0;
}
footer#pagefooter .footer-logo a:hover {
  text-decoration: none;
}
footer#pagefooter .footer-logo p {
  font-size: 0.7rem;
  color: #000000;
}
footer#pagefooter .footer-content {
  flex-grow: 1;
}
footer#pagefooter .footer-content .row1 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
}
footer#pagefooter .footer-content .row2 {
  padding-top: 6px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
footer#pagefooter .footer-content .menu-footer-container {
  margin-right: 40px;
}
footer#pagefooter .footer-content #menu-footer {
  margin: 0;
  padding: 0;
  display: flex;
}
footer#pagefooter .footer-content #menu-footer li {
  list-style: none;
  flex-grow: 1;
}
footer#pagefooter .footer-content #menu-footer a {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
footer#pagefooter .footer-content #menu-footer a:hover {
  text-decoration: underline;
}
footer#pagefooter .footer-content #menu-footer .sub-menu {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
footer#pagefooter .footer-content #menu-footer .sub-menu li {
  list-style: none;
}
footer#pagefooter .footer-content .menu-footer-bottom-container {
  flex-grow: 1;
}
footer#pagefooter .footer-content #menu-footer-bottom {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
footer#pagefooter .footer-content #menu-footer-bottom li {
  list-style: none;
  padding: 0 10px;
  position: relative;
}
footer#pagefooter .footer-content #menu-footer-bottom li:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #32505e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translatey(-50%);
}
footer#pagefooter .footer-content #menu-footer-bottom li:first-child {
  padding-left: 0;
}
footer#pagefooter .footer-content #menu-footer-bottom li:last-child {
  padding-right: 0;
}
footer#pagefooter .footer-content #menu-footer-bottom li:last-child:after {
  display: none;
}
footer#pagefooter .footer-content #menu-footer-bottom a {
  display: block;
  font-size: 0.875rem;
  color: #000000;
  text-align: center;
}
footer#pagefooter .footer-content #menu-footer-bottom a:hover {
  text-decoration: underline;
}
footer#pagefooter .footer-content ul.social_links {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
footer#pagefooter .footer-content ul.social_links li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
footer#pagefooter .footer-content ul.social_links a {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: top;
}
footer#pagefooter .footer-content ul.social_links a.linkedin {
  background-image: url(/wp-content/themes/ff2025/images/linkedin.png);
}
footer#pagefooter .footer-content ul.social_links a.linkedin:hover {
  background-image: url(/wp-content/themes/ff2025/images/linkedin-white.png);
}
footer#pagefooter .footer-content ul.social_links a.youtube {
  background-image: url(/wp-content/themes/ff2025/images/youtube.png);
}
footer#pagefooter .footer-content ul.social_links a.youtube:hover {
  background-image: url(/wp-content/themes/ff2025/images/youtube-white.png);
}
footer#pagefooter .footer-content ul.social_links a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer#pagefooter .container {
    gap: 20px;
  }
  footer#pagefooter .footer-logo {
    width: 200px;
  }
  footer#pagefooter .footer-logo p {
    line-height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  footer#pagefooter .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  footer#pagefooter .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer#pagefooter .footer-logo img {
    max-width: 250px;
  }
  footer#pagefooter .footer-logo p {
    width: 100%;
    text-align: center;
    line-height: 120%;
  }
}
@media only screen and (max-width: 600px) {
  footer#pagefooter .container {
    gap: 10px;
  }
  footer#pagefooter .footer-content .menu-footer-container {
    margin: 0;
  }
  footer#pagefooter .footer-content #menu-footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  footer#pagefooter .footer-content .row1 {
    border: none;
  }
  footer#pagefooter .footer-content .row2 {
    flex-direction: column;
    justify-content: center;
  }
  footer#pagefooter .footer-content #menu-footer {
    flex-direction: column;
  }
  footer#pagefooter .footer-content #menu-footer-bottom {
    flex-direction: column;
  }
  footer#pagefooter .footer-content #menu-footer-bottom li {
    padding: 0;
  }
  footer#pagefooter .footer-content #menu-footer-bottom li:after {
    display: none;
  }
  footer#pagefooter .footer-content ul.social_links {
    justify-content: center;
    padding-top: 10px;
  }
}
/* ---------------------------- */
/* -------------- COMMON -------------- */
.page-simple main,
.page-expertise_single main,
.page-community main,
.page-news main,
.page-news-single main,
.page-property main,
.page-person main {
  width: 100%;
  max-width: 1400px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  .page-simple main,
  .page-expertise_single main,
  .page-community main,
  .page-news main,
  .page-news-single main,
  .page-property main,
  .page-person main {
    max-width: 100%;
  }
}
#features ul.feature-list {
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #3a5c6e;
}
#features ul.feature-list li {
  list-style: none;
  padding: 10px 5px;
  width: 20%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-right: 1px solid #ffffff;
}
#features ul.feature-list li:last-child {
  border: none;
}
#features ul.feature-list li h2,
#features ul.feature-list li h3,
#features ul.feature-list li > p:first-child {
  order: 2;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
  padding: 4px 0 0 0;
}
#features ul.feature-list li > p:last-child {
  display: block;
  order: 1;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
#features.big ul.feature-list li h2,
#features.big ul.feature-list li h3,
#features.big ul.feature-list li > p:first-child {
  padding-top: 8px;
}
#features.big ul.feature-list li > p:last-child {
  font-size: 1.5rem;
}
.page-property #features {
  padding-bottom: 0;
}
.page-property #features ul.feature-list li {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1240px) {
  #features ul.feature-list li h2,
  #features.big ul.feature-list li h2,
  #features ul.feature-list li h3,
  #features.big ul.feature-list li h3,
  #features ul.feature-list li > p:first-child,
  #features.big ul.feature-list li > p:first-child {
    padding-top: 2px;
  }
  #features ul.feature-list li > p:last-child,
  #features.big ul.feature-list li > p:last-child {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #features ul.feature-list li,
  #features.big ul.feature-list li {
    flex: 1 0 50%;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #features ul.feature-list li,
  #features.big ul.feature-list li {
    flex: 1 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-property #features ul.feature-list {
    padding: 0;
  }
  .page-property #features ul.feature-list li {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .page-property #features ul.feature-list li:nth-child(2n) {
    border-right: none;
  }
  .page-property #features ul.feature-list li:nth-child(5),
  .page-property #features ul.feature-list li:nth-child(4):nth-last-child(1) {
    border-bottom: none;
  }
  .page-property #features ul.feature-list li:nth-child(5) {
    width: 100%;
    border-right: none;
  }
  .page-property #features ul.feature-list li:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 500px) {
  .page-property #features ul.feature-list li {
    flex: 1 0 50%;
  }
}
body.no-scroll {
  overflow: hidden;
}
/* ---------------------------- */
/* -------------- HOMEPAGE -------------- */
/* ---------------------------- */
/* -------------- PROPERTY -------------- */
body.page-property header#top .property_nav {
  display: flex !important;
}
@media only screen and (max-width: 1240px) {
  #top .container .navbar .property_nav {
    column-gap: 0.5rem;
    padding-right: 10px;
  }
  #top .container .navbar .property_nav a {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  #top .container .navbar .property_nav a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #top .container .navbar .property_nav {
    display: none !important;
  }
}
.property_nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  column-gap: 1.25rem;
  padding-right: 20px;
}
.property_nav a {
  display: inline-block;
  padding: 0.625rem 1rem;
  color: #32505e;
}
.property_nav a:hover {
  background-color: #3a5c6e;
  color: #ffffff;
  text-decoration: none;
}
.page-property section {
  padding: 40px 0;
}
.page-property h2 {
  padding: 0 0 14px 0;
}
.page-property #features h2 {
  padding-bottom: 20px;
}
.page-property #gallery,
.page-property #features,
.page-property #location,
.page-property #team {
  scroll-margin-top: 80px;
}
.page-property #gallery {
  position: relative;
  padding: 0;
}
.page-property #gallery .fotorama__nav-wrap {
  padding-left: 30px;
}
.page-property #gallery .fotorama__nav {
  border-top: 2px solid #ffffff;
}
.page-property #gallery .back {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 900;
}
.page-property #gallery .back a {
  display: inline-block;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 2px 10px;
}
.page-property #gallery .back a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #32505e;
  text-decoration: none;
}
#titlebox {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 100;
  width: 320px;
  background-color: #32505e;
  padding: 16px 20px 12px 20px;
  border-bottom: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}
#titlebox .status {
  order: 1;
  font-size: 60%;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 12px;
}
#titlebox h1 {
  order: 2;
  font-size: 100%;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 6px 0;
}
#titlebox .address {
  order: 3;
  font-size: 60%;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
#attachments {
  padding: 0;
  margin-top: 16px;
}
#attachments ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  border-top: 1px solid #ffffff;
}
#attachments ul li {
  list-style: none;
  padding: 0;
  width: 100%;
}
#attachments ul li a {
  display: block;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #3a5c6e;
  padding: 10px 0;
  width: 100%;
}
#attachments ul li a:hover {
  text-decoration: none;
  background-color: #84c5c5;
}
.page-property #features {
  padding-bottom: 0;
}
.page-property #description {
  text-align: center;
}
.page-property #description .description_content {
  max-width: 900px;
  margin: 0 auto;
}
.page-property #highlights {
  background-color: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
}
.page-property #highlights h2 {
  padding-bottom: 20px;
}
.page-property #highlights ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 0;
}
.page-property #highlights ul li {
  list-style: none;
  background-color: #ffffff;
  padding: 8px 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
}
.page-property #highlights ul li h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #4d4d4d;
  align-items: center;
  line-height: 140%;
  padding: 0;
}
.page-property #location {
  padding-top: 0;
  padding-bottom: 0;
  /* Fixes potential theme css conflict. */
}
.page-property #location #property-map {
  width: 100%;
  height: 400px;
  border: 1px solid #bac4c9;
}
.page-property #location #property-map img {
  max-width: inherit !important;
}
@media only screen and (max-width: 991px) {
  .page-property main {
    padding-left: 0;
    padding-right: 0;
  }
  .page-property #titlebox,
  .page-property #description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-property #titlebox {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: transparent;
    color: #4d4d4d;
    padding: 0 15px 15px 15px;
  }
  .page-property #titlebox h1 {
    order: 1;
    width: auto;
    padding-bottom: 0;
    color: inherit;
  }
  .page-property #titlebox .address {
    order: 3;
    width: 100%;
    color: inherit;
    line-height: 150%;
  }
  .page-property #titlebox .status {
    order: 4;
    width: 100%;
    color: inherit;
    line-height: 150%;
    padding: 0;
  }
  .page-property #gallery .fotorama__nav-wrap {
    padding-left: 0;
  }
  .page-property #gallery .fotorama__nav {
    border: none;
  }
  .page-property #gallery .back {
    width: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
  }
  .page-property #gallery .back a {
    font-weight: 600;
    color: #3a5c6e;
    text-transform: uppercase;
    line-height: 120%;
    border: 1px solid #3a5c6e;
    padding: 6px 12px;
  }
  .page-property #gallery .back a span {
    display: none;
  }
  .page-property #gallery .back a:hover {
    background-color: #3a5c6e;
    color: #ffffff;
  }
  .page-property #attachments {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-property #highlights ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .page-property #highlights ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .page-property #gallery .back {
    display: none;
  }
  .page-property #attachments {
    margin: 10px 10px 0 10px;
  }
  .page-property #attachments ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-property #attachments ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 500px) {
  .page-property #titlebox h1 {
    font-size: 90%;
  }
  .page-property #titlebox .address,
  .page-property #titlebox .status {
    font-size: 58%;
  }
}
#team {
  background-color: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
}
#team .team-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
#team .logo {
  flex: 0 0 200px;
}
#team .agents {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
#team article {
  flex: 1;
  min-width: 0;
  display: flex;
}
#team article h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #4d4d4d;
  padding: 0 0 2px 0;
}
#team article p {
  font-size: 0.875rem;
  line-height: 120%;
  padding: 3px 0;
}
#team article address {
  margin: 0;
  font-weight: 500;
}
#team article address p {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
#team article address p strong {
  flex-shrink: 0;
}
#team article address p a {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  color: #375668;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
@media only screen and (max-width: 991px) {
  #team .team-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  #team .logo {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  #team .logo img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #team h2 {
    text-align: left;
  }
  #team .logo {
    justify-content: flex-start;
  }
  #team .agents {
    flex-wrap: wrap;
  }
  #team .agents article {
    width: 100%;
    min-width: 100%;
  }
}
/* ---------------------------- */
/* -------------- PROPERTIES - FILTERS -------------- */
#property-filters {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 0;
  height: 60px;
  gap: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
}
#property-filters form#property-search {
  flex: 1;
  margin-left: 14px;
}
#property-filters #view-switch {
  width: auto;
  flex-shrink: 0;
  margin-right: 14px;
}
#property-filters hr {
  display: block;
  width: 6px;
  height: 100%;
  background-color: #ffffff;
  border: none;
  opacity: 1;
  margin: 0 14px 0 10px;
}
#property-filters #view-switch,
#property-filters .property-status-toggle,
#property-filters .filter-group,
#property-filters #size-filter,
#property-filters .form-actions,
#property-filters button.reset-filters,
#property-filters button[type="submit"],
#property-filters #size-filter .unit-toggle label {
  height: 34px;
}
#property-filters #size-filter .unit-toggle label,
#property-filters button.reset-filters {
  width: 34px;
}
form#property-search {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}
form#property-search fieldset {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
form#property-search .property-status-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0;
  width: auto;
  flex-grow: 0;
  border: 1px solid #3a5c6e;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
form#property-search .property-status-toggle label {
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
form#property-search .property-status-toggle label input[type="radio"] {
  display: none;
}
form#property-search .property-status-toggle label span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  color: #32505e;
  text-transform: uppercase;
  height: 100%;
  padding: 0 12px 1px 12px;
  background-color: #ffffff;
  border-right: 1px solid #3a5c6e;
  transition: all 0.2s ease;
}
form#property-search .property-status-toggle label input[type="radio"]:checked + span {
  background-color: #32505e;
  color: #ffffff;
  border-right: none;
}
form#property-search .property-status-toggle label:last-child span {
  border-right: none;
}
form#property-search .property-status-toggle label span:hover {
  background-color: #3a5c6e;
  color: #ffffff;
}
form#property-search .filter-group {
  flex: 1 1 0;
  min-width: 0;
}
form#property-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #4d4d4d;
  border: 1px solid #3a5c6e;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 50 L70 110 L130 50' stroke='%23689fa8' stroke-width='18' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}
form#property-search select:hover {
  border-color: #3a5c6e;
}
form#property-search select:focus,
form#property-search select:focus-visible {
  border-color: #32505e;
  box-shadow: 0 0 6px 2px rgba(58, 92, 110, 0.3);
  outline: none;
}
form#property-search #size-filter {
  display: flex;
  align-items: center;
  gap: 4px;
  width: auto;
  flex-shrink: 0;
}
form#property-search #size-filter #min_size {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #3a5c6e;
  background-color: #ffffff;
  padding: 0 4px 0 10px;
  width: 80px;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #4d4d4d;
}
form#property-search #size-filter #min_size:hover {
  border-color: #3a5c6e;
}
form#property-search #size-filter #min_size:focus,
form#property-search #size-filter #min_size:focus-visible {
  border-color: #32505e;
  box-shadow: 0 0 6px 2px rgba(58, 92, 110, 0.3);
  outline: none;
}
form#property-search #size-filter .unit-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
}
form#property-search #size-filter .unit-toggle label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bac4c9;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  transition: all 200ms ease-in-out;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
}
form#property-search #size-filter .unit-toggle label:hover {
  background-color: #3a5c6e;
  border-color: #3a5c6e;
  color: #ffffff;
  cursor: pointer;
}
form#property-search #size-filter .unit-toggle label.active {
  background-color: #32505e;
  border-color: #32505e;
  color: #ffffff;
}
form#property-search #size-filter .unit-toggle label.active:hover {
  background-color: #32505e;
  border-color: #32505e;
  color: #ffffff;
  cursor: default;
}
form#property-search #size-filter .unit-toggle label input {
  display: none;
}
form#property-search .form-actions {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: nowrap;
}
form#property-search button.reset-filters {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
form#property-search button[type="submit"] {
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  color: #32505e;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #32505e;
  transition: all 300ms ease-in-out;
}
form#property-search button[type="submit"]:hover {
  background-color: #3a5c6e;
  border-color: #3a5c6e;
  color: #ffffff;
}
form#property-search button[type="submit"]:focus,
form#property-search button[type="submit"]:focus-visible {
  background-color: #32505e;
  border-color: #32505e;
  color: #ffffff;
  outline: none;
}
form#property-search button.reset-filters {
  background-position: center;
  background-size: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='%23689fa8' stroke-width='2'/%3E%3Cline x1='6' y1='18' x2='18' y2='6' stroke='%23689fa8' stroke-width='2'/%3E%3C/svg%3E");
}
form#property-search button.reset-filters:hover {
  background-color: #689fa8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='6' y1='18' x2='18' y2='6' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
}
form#property-search button.reset-filters:focus {
  outline: none;
  border: 1px solid #32505e;
}
#view-switch {
  display: flex;
  gap: 6px;
}
#view-switch a {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 10px;
  font-size: inherit;
  font-weight: 500;
  color: #32505e;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #32505e;
  transition: all 0.2s ease;
}
#view-switch a .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#view-switch a:hover {
  background-color: #3a5c6e;
  color: #ffffff;
}
#view-switch a:hover .icon {
  filter: brightness(0) invert(1);
}
#view-switch a.active {
  background-color: #32505e;
  color: #ffffff;
}
#view-switch a.active .icon {
  filter: brightness(0) invert(1);
}
#view-switch a.active:hover {
  cursor: default;
}
#view-switch a:last-child {
  padding-left: 6px;
  gap: 3px;
}
#view-switch a:last-child .icon {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1240px) {
  #view-switch a,
  #view-switch a:last-child {
    padding: 0 10px;
  }
  #view-switch a .icon {
    display: none;
  }
}
#view-switch .grid-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='6' y='1' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='11' y='1' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='1' y='6' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='6' y='6' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='11' y='6' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='1' y='11' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='6' y='11' width='4' height='4' fill='%23689fa8'/%3E%3Crect x='11' y='11' width='4' height='4' fill='%23689fa8'/%3E%3C/svg%3E");
}
#view-switch .map-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23689fa8' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 991px) {
  #property-filters {
    height: 90px;
  }
  #property-filters form#property-search {
    height: auto;
    margin-left: 10px;
  }
  #property-filters #view-switch {
    height: auto;
    margin-right: 10px;
  }
  #property-filters hr {
    margin-left: 10px;
    margin-right: 10px;
  }
  #property-filters .property-status-toggle,
  #property-filters .filter-group,
  #property-filters #size-filter,
  #property-filters .form-actions,
  #property-filters button.reset-filters,
  #property-filters button[type="submit"],
  #property-filters #size-filter .unit-toggle label {
    height: 30px;
  }
  #property-filters #size-filter .unit-toggle label {
    width: 30px;
  }
  form#property-search fieldset.main-fieldset {
    flex-wrap: wrap;
    gap: 10px;
  }
  form#property-search .property-status-toggle {
    order: 1;
    flex-grow: 1;
    min-width: 90%;
  }
  form#property-search .property-status-toggle label {
    flex-grow: 1;
    width: auto;
    line-height: 28px;
  }
  form#property-search .property-status-toggle label span {
    padding-left: 2px;
    padding-right: 2px;
  }
  form#property-search #size-filter {
    order: 4;
  }
  form#property-search .filter-group.property_transaction,
  form#property-search .filter-group.city {
    min-width: 10%;
  }
  form#property-search .filter-group.property_transaction {
    order: 2;
  }
  form#property-search .filter-group.city {
    order: 3;
  }
  form#property-search .form-actions {
    order: 5;
  }
  #view-switch {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #view-switch a {
    height: 30px;
  }
}
@media screen and (max-width: 660px) {
  #property-filters {
    height: 130px;
  }
  #property-filters hr {
    width: 4px;
  }
  form#property-search .property-status-toggle {
    min-width: 90%;
  }
  form#property-search .filter-group.property_transaction,
  form#property-search .filter-group.city {
    min-width: 45%;
  }
  form#property-search .filter-group.property_transaction {
    order: 2;
  }
  form#property-search .filter-group.city {
    order: 3;
  }
  form#property-search #size-filter {
    order: 4;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 500px) {
  #property-filters {
    height: auto;
    font-size: 0.75rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  #property-filters form#property-search {
    width: 100%;
    margin: 10px;
  }
  #property-filters hr {
    width: 100%;
    height: 4px;
    margin: 0;
  }
  #property-filters #view-switch {
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin: 10px;
  }
  #property-filters #view-switch a {
    width: auto;
  }
  #property-filters #view-switch a .icon {
    display: inline-block;
  }
}
@media screen and (max-width: 380px) {
  form#property-search .property-status-toggle,
  form#property-search .filter-group.property_transaction,
  form#property-search .filter-group.city {
    width: 100%;
    min-width: 100%;
  }
  form#property-search #size-filter {
    order: 4;
    flex-grow: 1;
  }
}
/* ---------------------------- */
/* -------------- PROPERTIES - LISTING -------------- */
.page-properties main {
  display: flex;
  flex-direction: column;
}
.page-properties main #features {
  order: 1;
}
.page-properties main h1 {
  order: 2;
}
.page-properties main #property-filters {
  order: 3;
}
.page-properties main .property-listing,
.page-properties main .property-listing.current {
  order: 4;
}
.page-properties main .property-listing.past {
  order: 5;
}
.page-properties main #map-view {
  order: 4;
}
.property-listing {
  padding: 40px 20px;
}
.property-listing h2 {
  padding-top: 0;
}
ul.properties-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}
ul.properties-grid li {
  list-style: none;
  aspect-ratio: 1.2;
  max-width: 100%;
  padding: 0;
}
ul.properties-grid li article {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
}
ul.properties-grid li article:hover {
  transform: scale(1.03);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
ul.properties-grid li article:hover a::before {
  opacity: 0.5;
}
ul.properties-grid li article:hover div {
  background: rgba(0, 0, 0, 0.6);
}
ul.properties-grid li article a {
  position: relative;
  width: 100%;
  height: 100%;
}
ul.properties-grid li article a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e616e;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
ul.properties-grid li article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
ul.properties-grid li article div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 8px 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}
ul.properties-grid li article div h2,
ul.properties-grid li article div h3 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ffffff;
}
ul.properties-grid li article div p {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 1600px) {
  ul.properties-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1400px) {
  ul.properties-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  ul.properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  ul.properties-grid {
    grid-template-columns: 1fr;
  }
  ul.properties-grid li {
    aspect-ratio: 1.66666667;
  }
}
@media only screen and (max-width: 767px) {
  .page-properties #features {
    display: none;
  }
  .page-properties h1 {
    padding: 15px 0 10px 0;
  }
  .page-properties .property-listing {
    padding-top: 20px;
  }
}
/* ---------------------------- */
/* -------------- PROPERTIES - MAP -------------- */
body.page-properties.map {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.page-properties.map main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* prevent unwanted scroll */
}
#map-view {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  min-height: 0;
  gap: 10px;
  height: 100%;
}
#map-view #map-container {
  flex: 1;
  min-width: 50%;
  height: 100%;
}
#map-view #property-list {
  width: 30%;
  min-width: 400px;
  max-width: 100%;
  overflow-y: auto;
}
#map-view #property-list article {
  background: #ffffff;
  border-bottom: 1px solid #bac4c9;
  padding: 6px 0;
}
#map-view #property-list article a {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#map-view #property-list article a:hover {
  background-color: #dbf9f9;
  text-decoration: none;
}
#map-view #property-list article img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}
#map-view #property-list article .card-content {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
#map-view #property-list article .card-content h2 {
  order: 2;
  font-size: 0.875rem;
  font-weight: bold;
  color: #3a5c6e;
  text-align: left;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 3px 0;
}
#map-view #property-list article .card-content p.status {
  order: 1;
  font-size: 0.875rem;
  font-weight: bold;
  color: #929292;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 4px;
}
#map-view #property-list article .card-content p.address {
  order: 3;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 140%;
  padding: 0;
}
#map-view .gm-style-iw {
  padding-top: 12px !important;
}
#map-view .gm-style-iw .gm-style-iw-chr {
  display: none;
}
#map-view .gm-style-iw a.marker-info {
  display: block;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  min-width: 200px;
  max-width: 300px;
}
#map-view .gm-style-iw a.marker-info .image-wrapper {
  overflow: hidden;
  aspect-ratio: 1.5;
}
#map-view .gm-style-iw a.marker-info .image-wrapper img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
#map-view .gm-style-iw a.marker-info strong {
  display: block;
  font-size: 1rem !important;
  font-size: inherit;
  font-weight: 600;
  color: #3a5c6e;
  padding: 10px 0 2px 0;
}
#map-view .gm-style-iw a.marker-info span {
  font-size: 0.875rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  body.page-properties.map main {
    overflow: visible;
  }
  #map-view #map-container {
    min-height: 600px;
  }
  #map-view #property-list {
    display: none;
  }
}
/* ---------------------------- */
/* -------------- HOME PAGE -------------- */
.page-homepage {
  padding-top: 0;
}
.page-homepage #top.not-fixed {
  position: absolute;
  background-color: transparent !important;
  box-shadow: none;
}
.page-homepage #top.not-fixed .container .navbar .navbar-toggler {
  background-color: #ffffff;
}
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus {
  outline: none;
  background-color: #2e616e;
}
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon::before,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon::before,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon::after,
.page-homepage #top.not-fixed .container .navbar .navbar-toggler:focus .navbar-toggler-icon::after {
  background-color: #ffffff;
}
.page-homepage main {
  display: flex;
  flex-direction: column;
}
.page-homepage main #hp-top {
  order: 1;
}
.page-homepage main #hp-intro {
  order: 2;
}
.page-homepage main #hp-properties {
  order: 3;
}
.page-homepage main #hp-clients {
  order: 4;
}
#hp-top {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
#hp-top #hp-media {
  flex-grow: 1;
  min-height: 0;
}
#hp-top #hp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#hp-top #features {
  flex-shrink: 0;
  position: relative;
}
#hp-top button#scroll-down {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
#hp-top button#scroll-down::before,
#hp-top button#scroll-down::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}
#hp-top button#scroll-down::before {
  transform: rotate(45deg) translate(-2px, 3px);
}
#hp-top button#scroll-down::after {
  transform: rotate(-45deg) translate(2px, 3px);
}
#hp-top button#scroll-down:hover {
  background-color: #3a5c6e;
}
#hp-top button#scroll-down:focus {
  outline: 2px dashed white;
  outline-offset: 4px;
}
#hp-intro {
  width: 100%;
  max-width: 1400px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  #hp-intro {
    max-width: 100%;
  }
}
#hp-intro h1 {
  text-transform: none;
  padding: 50px 0 20px 0;
}
#hp-intro .intro-content {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
#hp-intro .expertise-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0 10px 0;
}
#hp-intro .expertise-boxes a {
  display: block;
  aspect-ratio: 0.75;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#hp-intro .expertise-boxes a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #32505e;
  opacity: 0.5;
  z-index: 10;
  transition: all 200ms ease-in-out;
}
#hp-intro .expertise-boxes a h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 15px 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 12;
}
#hp-intro .expertise-boxes a h2:after {
  content: "Learn More";
  display: block;
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  padding: 6px 0 2px 0;
  border-bottom: 1px solid #ffffff;
}
#hp-intro .expertise-boxes a:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#hp-intro .expertise-boxes a:hover:before {
  background-color: #2e616e;
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  #hp-intro .expertise-boxes a h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #hp-intro .expertise-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  #hp-intro .expertise-boxes a {
    aspect-ratio: 1.5;
  }
  #hp-intro .expertise-boxes a h2 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 600px) {
  #hp-intro .expertise-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  #hp-intro .expertise-boxes a {
    aspect-ratio: 2;
  }
}
#hp-properties {
  width: 100%;
  max-width: 1400px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  #hp-properties {
    max-width: 100%;
  }
}
#hp-properties form#property-search {
  margin-right: 10px;
}
#hp-properties ul.properties-grid {
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px 0;
}
@media only screen and (max-width: 1600px) {
  #hp-properties ul.properties-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1400px) {
  #hp-properties ul.properties-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  #hp-properties ul.properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  #hp-properties ul.properties-grid {
    grid-template-columns: 1fr;
  }
}
#hp-clients {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1400px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  #hp-clients {
    max-width: 100%;
  }
}
#hp-clients h2 {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background: #3a5c6e;
  white-space: nowrap;
}
#hp-clients #logosWrapper {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
  border: 1px solid #bac4c9;
  position: relative;
  overflow: hidden;
}
#hp-clients #logosWrapper #logosStrip {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  height: 100%;
}
#hp-clients #logosWrapper #logosStrip img {
  max-height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #hp-clients {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  #hp-clients h2 {
    width: 100%;
    height: 50px;
    justify-content: center;
  }
  #hp-clients #logosWrapper {
    height: 60px;
  }
}
/* ---------------------------- */
/* -------------- TEAM -------------- */
.person_card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #e2e5e5;
  transition: all 300ms ease-in-out;
}
.person_card a:hover {
  text-decoration: none;
}
.person_card .photo {
  order: 1;
}
.person_card .photo img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.person_card h1,
.person_card h3 {
  order: 2;
  font-size: 1.35rem;
  color: #32505e;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 10px 8px 10px;
}
.person_card h1 a,
.person_card h3 a {
  color: inherit;
}
.person_card h1 a:hover,
.person_card h3 a:hover {
  color: #3a5c6e;
}
.person_card p {
  order: 3;
  color: #32505e;
  text-align: center;
  padding: 0;
}
.person_card ul.contact_links {
  order: 4;
  margin: 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.person_card ul.contact_links li {
  list-style: none;
}
.person_card ul.contact_links li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.person_card ul.contact_links li a:hover {
  background-color: #3a5c6e;
  text-decoration: none;
}
.person_card ul.contact_links li a.phone_direct {
  background-image: url(/wp-content/themes/ff2025/images/phone.png);
}
.person_card ul.contact_links li a.phone_direct:hover {
  background-image: url(/wp-content/themes/ff2025/images/phone-white.png);
}
.person_card ul.contact_links li a.phone_cell {
  background-image: url(/wp-content/themes/ff2025/images/cell.png);
}
.person_card ul.contact_links li a.phone_cell:hover {
  background-image: url(/wp-content/themes/ff2025/images/cell-white.png);
}
.person_card ul.contact_links li a.email {
  background-image: url(/wp-content/themes/ff2025/images/email.png);
}
.person_card ul.contact_links li a.email:hover {
  background-image: url(/wp-content/themes/ff2025/images/email-white.png);
}
.person_card ul.contact_links li a.linkedin {
  background-image: url(/wp-content/themes/ff2025/images/linkedin.png);
}
.person_card ul.contact_links li a.linkedin:hover {
  background-image: url(/wp-content/themes/ff2025/images/linkedin-white.png);
}
.person_card ul.contact_links li a.vcf {
  background-image: url(/wp-content/themes/ff2025/images/vcf.png);
}
.person_card ul.contact_links li a.vcf:hover {
  background-image: url(/wp-content/themes/ff2025/images/vcf-white.png);
}
#team_top {
  background-color: #f3f3f3;
  padding: 30px 0;
}
#team_top h1 {
  padding-top: 0;
  padding-bottom: 20px;
}
#team_top .container {
  max-width: 1000px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 500px) {
  #team_top .container {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
#team-grid ul.team-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 30px 0;
}
#team-grid ul.team-list > li {
  list-style: none;
  padding: 0;
}
#team-grid .person_card {
  height: 100%;
}
#team-grid .person_card:hover {
  transform: scale(1.03);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  #team-grid ul.team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #team-grid ul.team-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.page-person article {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1200px;
}
body.page-person article .person_card {
  width: 50%;
  max-width: 500px;
  flex-grow: 1;
}
body.page-person article .person_card h1 {
  font-size: 1.75rem;
  padding-top: 20px;
}
body.page-person article .person_card p {
  font-size: 1.25rem;
}
body.page-person article .person_card ul.contact_links {
  padding-bottom: 20px;
}
body.page-person article .bio {
  width: 60%;
  flex-grow: 1;
  background-color: #f3f3f3;
  padding: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 500px) {
  body.page-person article .bio {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 991px) {
  body.page-person article .person_card {
    max-width: 300px;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page-person article {
    flex-wrap: wrap;
  }
  body.page-person article .person_card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  body.page-person article .bio {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/* ---------------------------- */
/* -------------- EXPERTISE -------------- */
body.page-expertise_single main {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-expertise_single article {
  display: flex;
  align-items: stretch;
  background-color: #f3f3f3;
  padding-left: 0;
  padding-right: 0;
}
body.page-expertise_single .expertise-content {
  width: 30%;
  min-width: 400px;
  padding: 20px 30px 20px 20px;
}
body.page-expertise_single .expertise-content h1 {
  font-size: 1.5rem;
  color: #32505e;
  text-align: left;
  padding: 0 0 20px 0;
}
body.page-expertise_single .expertise-content .description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 500px) {
  body.page-expertise_single .expertise-content .description {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
body.page-expertise_single .expertise-content > p {
  padding-top: 30px;
}
body.page-expertise_single .expertise-content > p a.view_pdf {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  width: auto;
}
body.page-expertise_single .expertise-content > p a.view_pdf:before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  background-image: url(/wp-content/themes/ff2025/images/pdf.svg);
}
body.page-expertise_single .expertise-content > p a.view_properties {
  font-size: 1.2rem;
  font-weight: bold;
}
body.page-expertise_single .expertise-slider {
  width: 60%;
  flex-grow: 1;
}
body.page-expertise_single .expertise-navigation {
  padding-left: 0;
  padding-right: 0;
}
body.page-expertise_single .expertise-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ffffff;
}
body.page-expertise_single .expertise-navigation ul li {
  list-style: none;
  width: 100%;
  padding: 0;
}
body.page-expertise_single .expertise-navigation ul li a {
  display: block;
  padding: 15px 10px;
  background-color: #32505e;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #ffffff;
}
body.page-expertise_single .expertise-navigation ul li a:hover {
  background-color: #3a5c6e;
  text-decoration: none;
}
body.page-expertise_single .expertise-navigation ul li:last-child a {
  border: none;
}
@media only screen and (max-width: 767px) {
  body.page-expertise_single .expertise-navigation ul {
    flex-wrap: wrap;
  }
  body.page-expertise_single .expertise-navigation ul li a {
    font-size: 1.125rem;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 8px 10px;
  }
}
body.page-expertise_single .fotorama,
body.page-expertise_single .fotorama__wrap,
body.page-expertise_single .fotorama__stage,
body.page-expertise_single .fotorama__stage__frame {
  height: 100% !important;
}
body.page-expertise_single .fotorama__img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  left: auto !important;
}
@media only screen and (max-width: 991px) {
  body.page-expertise_single main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  body.page-expertise_single article {
    flex-wrap: wrap;
  }
  body.page-expertise_single .expertise-content {
    padding: 20px 16px;
    width: 100%;
    min-width: 100%;
  }
  body.page-expertise_single .expertise-content > p {
    padding-top: 10px;
  }
  body.page-expertise_single .expertise-slider {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-expertise_single .expertise-slider {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-expertise_single .expertise-slider {
    height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  body.page-expertise_single .expertise-slider {
    height: 360px;
  }
}
/* ---------------------------- */
/* -------------- COMMUNITY -------------- */
#community-grid {
  padding-bottom: 30px;
}
#community-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}
#community-grid ul li {
  list-style: none;
  padding: 0;
}
#community-grid article {
  height: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid #D7E0E5;
}
#community-grid article .item-content {
  width: 50%;
  background-color: #f3f3f3;
  padding: 15px;
}
#community-grid article .item-content h2 {
  font-size: 1.3rem;
  color: #32505e;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 0 5px 0;
}
#community-grid article .item-logo {
  width: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#community-grid article .item-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  #community-grid ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #community-grid article .item-content {
    width: 65%;
  }
  #community-grid article .item-logo {
    width: 35%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #community-grid article .item-content {
    width: 60%;
  }
  #community-grid article .item-logo {
    width: 40%;
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #community-grid article {
    flex-wrap: wrap;
  }
  #community-grid article .item-content {
    width: 100%;
    order: 2;
  }
  #community-grid article .item-logo {
    width: 100%;
    order: 1;
    height: 140px;
    padding: 10px;
  }
}
/* ---------------------------- */
/* -------------- PAGE -------------- */
#contact-ui #contact-tab {
  position: fixed;
  top: 50vh;
  right: 0;
  transform: translateY(-50%);
  background-color: #32505e;
  border: 1px solid #c0c0c0;
  border-right: none;
  box-shadow: -1px 0 6px rgba(0, 0, 0, 0.4);
  padding: 18px 4px 14px 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 4px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 1000;
}
#contact-ui #contact-tab:hover {
  background-color: #32505e;
}
#contact-ui #contact-tab:focus,
#contact-ui #contact-tab:focus-visible {
  outline: none;
}
#contact-ui #contact-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  background: #e9efef;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.4);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
}
#contact-ui #contact-panel.active {
  transform: translateX(0);
}
#contact-ui #contact-panel .contact-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 50px;
  font-weight: 200;
  color: #bac4c9;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
#contact-ui #contact-panel .contact-close:hover {
  color: #ffffff;
  background-color: #3a5c6e;
}
#contact-panel .contact-logo {
  margin-bottom: 30px;
}
#contact-panel .contact-logo img {
  max-width: 320px;
  height: auto;
  display: block;
}
#contact-panel #contact-heading {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
#contact-panel .contact-intro {
  font-size: 1.125rem;
  padding-top: 0;
}
#contact-panel #contact-form {
  margin: 10px 0 30px 0;
}
#contact-panel address {
  font-style: normal;
  font-weight: normal;
}
#contact-panel address p {
  display: flex;
  padding: 10px 0;
}
#contact-panel address p strong {
  display: inline-block;
  min-width: 80px;
  font-weight: normal;
}
#contact-panel address p a {
  font-weight: 600;
  color: #32505e;
  text-decoration: none;
}
#contact-panel address p a:hover {
  text-decoration: underline;
}
#contact-form p {
  width: 100%;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #32505e;
  transition: all 200ms ease-in-out;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form textarea:hover {
  background-color: #ffffff;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
  border-color: #3a5c6e;
}
#contact-form input[type="submit"] {
  background-color: #ffffff;
  color: #32505e;
  border: none;
  margin-top: 20px;
}
#contact-form input[type="submit"]:hover {
  background-color: #32505e;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  #contact-ui #contact-panel {
    max-width: 100%;
  }
  #contact-ui #contact-panel .contact-logo img {
    width: 240px;
  }
}
/* ---------------------------- */
/* -------------- NEWS -------------- */
body.page-news main,
body.page-news-single main {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-news #news-sidebar,
body.page-news-single #news-sidebar {
  width: 100%;
}
#news-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
  padding: 0;
}
#news-content h1 {
  padding: 0;
}
#news-content h1 span {
  text-transform: none;
}
ul.news-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 25px;
}
ul.news-list li {
  list-style: none;
  padding: 0;
}
ul.news-list[data-count="1"] li {
  max-width: 500px;
}
ul.news-list article {
  display: block;
  height: 100%;
}
ul.news-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  overflow: hidden;
  gap: 0;
}
ul.news-list a:hover {
  text-decoration: none;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.45);
  transition: all 200ms ease-in-out;
  transform: scale(1.025);
}
ul.news-list a header,
ul.news-list a p,
ul.news-list a span {
  padding-left: 10px;
  padding-right: 10px;
}
ul.news-list a header {
  order: 2;
  display: flex;
  flex-direction: column;
  padding-top: 6px;
  padding-bottom: 4px;
}
ul.news-list a header h2 {
  order: 2;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3a5c6e;
  text-align: left;
  letter-spacing: 0;
  line-height: 140%;
  padding: 0 0 6px 0;
}
ul.news-list a header time {
  font-size: 0.75rem;
  color: #4d4d4d;
  order: 1;
}
ul.news-list a figure {
  order: 1;
  margin: 0;
  aspect-ratio: 1.5;
  overflow: hidden;
  position: relative;
}
ul.news-list a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.news-list a figure figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
ul.news-list a p {
  order: 3;
  font-size: 0.92rem;
  color: #4d4d4d;
  padding-top: 0;
  padding-bottom: 0;
}
ul.news-list a span {
  order: 4;
  display: none;
}
#news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#news-sidebar section {
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 10px 12px;
}
#news-sidebar h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 140%;
  padding: 0 0 6px 0;
}
#news-sidebar a {
  color: #38586A;
}
#news-sidebar p.newsback {
  height: 34px;
  line-height: 34px;
  padding-top: 2px;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 8px;
}
#news-sidebar p.newsback a {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.categories {
  margin-bottom: 10px;
}
.categories ul {
  margin: 0;
  padding: 0;
}
.categories ul li {
  list-style: none;
}
.categories ul li a {
  font-size: 0.875rem;
  font-weight: 500;
}
.categories ul li.active a {
  font-weight: bold;
  color: #4d4d4d;
  cursor: default;
}
.categories ul li.active a:hover {
  text-decoration: none;
}
.latest-posts {
  margin-bottom: 10px;
}
.latest-posts ul {
  margin: 0;
  padding: 0;
}
.latest-posts ul li {
  list-style: none;
  padding: 8px 0;
}
.latest-posts ul a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.latest-posts ul a .thumbnail {
  flex-shrink: 0;
  width: 90px;
  aspect-ratio: 1.2;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}
.latest-posts ul a .thumbnail img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
.latest-posts ul a .data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.latest-posts ul a .data p {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
}
.latest-posts ul a .data time {
  font-size: 0.75rem;
  color: #4d4d4d;
  line-height: 120%;
  margin: 0;
  padding: 6px 0 0 0;
  position: relative;
  display: inline-block;
}
.latest-posts ul a .data time:after {
  content: 'Read more';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #3a5c6e;
  text-transform: uppercase;
  line-height: 120%;
  padding: 6px 0 0 0;
  transition: opacity 0.3s ease;
}
.latest-posts ul a:hover {
  text-decoration: none;
}
.latest-posts ul a:hover .thumbnail {
  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.latest-posts ul a:hover time:after {
  opacity: 1;
}
.popular-tags ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.popular-tags ul li {
  list-style: none;
  padding: 0;
}
.popular-tags ul li a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #32505e;
  line-height: 100%;
  background-color: #ffffff;
  border: 1px solid #3a5c6e;
  border-radius: 4px;
  padding: 0 10px;
  height: 28px;
}
.popular-tags ul li a:hover {
  color: #ffffff !important;
  background-color: #3a5c6e;
  text-decoration: none;
}
.popular-tags ul li.active a,
.popular-tags ul li.active a:hover {
  background-color: #3a5c6e;
  color: #ffffff !important;
  text-decoration: none;
}
body.page-news-single #news-content {
  gap: 15px;
}
body.page-news-single #news-content header {
  order: 2;
  padding-top: 10px;
}
body.page-news-single #news-content header h1 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
body.page-news-single #news-content header time {
  font-size: 0.875rem;
  text-align: left;
}
body.page-news-single #news-content .featured-image {
  order: 1;
  position: relative;
}
body.page-news-single #news-content .featured-image .categories {
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
body.page-news-single #news-content .article-body {
  order: 3;
}
body.page-news-single #news-content .post-tags {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
body.page-news-single #news-content .post-tags a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #32505e;
  line-height: 100%;
  background-color: #ffffff;
  border: 1px solid #3a5c6e;
  border-radius: 4px;
  padding: 0 10px;
  height: 28px;
}
body.page-news-single #news-content .post-tags a:hover {
  color: #ffffff !important;
  background-color: #3a5c6e;
  text-decoration: none;
}
body.page-news-single #news-content h2 {
  font-size: 1.3rem;
}
body.page-news-single #news-content h3 {
  font-size: 1.2rem;
}
body.page-news-single #news-content .article-body a {
  font-weight: 600;
}
body.page-news-single #news-content .news-navigation {
  order: 5;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #bac4c9;
  padding-top: 10px;
}
body.page-news-single #news-content .news-navigation a[rel="prev"] {
  margin-right: auto;
}
body.page-news-single #news-content .news-navigation a[rel="next"] {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  body.page-news main,
  body.page-news-single main {
    grid-template-columns: 1fr;
  }
  body.page-news ul.news-list,
  body.page-news-single ul.news-list {
    gap: 16px;
  }
  body.page-news #news-sidebar .newsback,
  body.page-news-single #news-sidebar .newsback {
    order: 1;
  }
  body.page-news #news-sidebar .categories,
  body.page-news-single #news-sidebar .categories {
    order: 3;
  }
  body.page-news #news-sidebar .latest-posts,
  body.page-news-single #news-sidebar .latest-posts {
    order: 2;
  }
  body.page-news #news-sidebar .popular-tags,
  body.page-news-single #news-sidebar .popular-tags {
    order: 4;
  }
}
@media only screen and (max-width: 600px) {
  body.page-news ul.news-list,
  body.page-news-single ul.news-list {
    gap: 25px;
  }
  body.page-news ul.news-list a figure,
  body.page-news-single ul.news-list a figure {
    aspect-ratio: 2.4;
  }
}
@media only screen and (max-width: 500px) {
  body.page-news ul.news-list a figure,
  body.page-news-single ul.news-list a figure {
    aspect-ratio: 1.5;
  }
}
/* ---------------------------- */
/* -------------- PAGE -------------- */
/* ---------------------------- */
/* -------------- PAGE -------------- */
/* ---------------------------- */
