@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Thin.woff") format("woff"),
    url("../font/PPNeueMontreal-Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Book.woff2") format("woff2"),
    url("../font/PPNeueMontreal-Book.otf") format("otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Book.woff2") format("woff2"),
    url("../font/PPNeueMontreal-Book.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Medium.woff2") format("woff2"),
    url("../font/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Bold.woff2") format("woff2"),
    url("../font/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-SemiBolditalic.woff2") format("woff2"),
    url("../font/PPNeueMontreal-SemiBolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Italic.woff2") format("woff2"),
    url("../font/PPNeueMontreal-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


* {
  font-family: "PP Neue Montreal";
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PP Neue Montreal";
}
body {
  background-color: #eeedf0;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
main {
  padding-top: 84px;
}
header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 10;
}
.bg-dark {
  background-color: #1C1C1C !important;
}
.custom-navbar-brand :hover {
  color: #eeedf0;
}
.title-openhouse {
    font-weight: 800;
    font-size: 25px;
    line-height: 33px;
}
.address-openhouse p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-top: 4px;
    margin-bottom: -5px;
}
.custom-menu-class {
  display: flex;
  gap: 35px;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
}
.custom-menu-class li a {
  color: #eeedf0;
  text-decoration: none;
  list-style-type: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.custom-carousel-reviews-title {
  padding-right: 10px;
  font-family: "PP Neue Montreal";
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
}
.custom-title-h2-booking-visit {
  font-weight: 700;
  font-size: 40px;
  line-height: 39px;
  color: #fff;
}
.bookly-form .picker__holder {
  width: 100% !important;
  min-width: 100%;
}
.bookly-time-step {
  width: 100% !important;
}
.bookly-slot-calendar {
  width: 100%;
}
.bookly-column.bookly-js-first-column {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bookly-column.bookly-js-first-column button {
  min-width: 33% !important;
  width: 33.33%;
}
div.heateor_sss_sharing_ul {
  padding-left: 0px !important;
  margin: 0px 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-reviews-title-text {
  color: #000000;
  text-align: center;
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 49px;
  line-height: 49px;
  margin-bottom: 0;
}
.custom-contact-text {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 15px;
}
.form-row p {
  margin-bottom: 0px;
}
.wrapper-home-recent-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.style-posts-wrapper .wrapper-home-recent-post {
  gap: 12px;
}
.wrapper-home-recent-post-2 {
  display: flex;
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom-style: solid;
  border-width: thin;
  border-bottom-color: #d6d7d8;
  flex-direction: column;
}
.home-trending-post-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #484848;
}
.home-recent-post img {
  max-width: 95px;
}
.home-recent-post-treding {
  display: flex;
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom-style: solid;
  border-width: thin;
  border-bottom-color: #d6d7d8;
  flex-direction: column;
  align-content: flex-start;
}
.custom-single-trending-post {
  display: flex;
}
.custom-title-recent-post {
  font-family: "PP Neue Montreal";
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #000;
  margin-bottom: 0;
}
.custom-navbar-brand,
.wrapper-logo-footer {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #EEEDF0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap:10px;
  padding: 0;
}
a.navbar-brand.custom-navbar-brand img {
  width: 65px;
}
.custom-navbar-brand:hover {
  color: #fff;
}
.custom-decoration {
  display: flex;
  gap: 23px;
}
.custom-decoration:hover {
  color: #000;
}
.custom-decoration .title-subtitle .title {
  font-family: "PP Neue Montreal";
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  color: #292929;
  margin-bottom: 6px;
}
.custom-decoration .title-subtitle .subtitle {
  font-family: "PP Neue Montreal";
  text-decoration: none;
  font-weight: 200;
  font-size: 15px;
  line-height: 19px;
  color: #292929;
  margin-bottom: 0;
}
.custom-read-column .custom-decoration .title-subtitle .title {
  font-size: 17px;
  line-height: 19px;
}
.custom-decoration .most-read-img {
  width: 95px;
  height: 95px;
  min-width: 95px;
  object-fit: cover;
  background: #767676;
}
.custom-read-column .custom-decoration {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #292929;
}
.custom-read-column .custom-decoration .most-read-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.contacts-wrapper {
  display: flex;
  gap: 9px;
}
.contacts-wrapper a {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #eeedf0;
  text-decoration: none;
}
.contacts-wrapper img {
  width: 33px;
}
.contacts-wrapper .phone {
  display: flex;
  gap: 21px;
  align-items: center;
  margin-right: 36px;
}
.custom-navbar-item {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
.custom-img-banner-home {
  width: 100%;
  height: auto;
}

.custom-title-consulente-nome {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 23px;
}
.custom-title-openhouse {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  color: #eeedf0;
  margin-bottom: 13px;
}
.custom-box-impagination {
  position: absolute;
  left: 38px;
  bottom: 52px;
  width: calc(100% - 100px);
  z-index: 1;
}
.custom-subtitle-openhouse {
  font-size: 30px;
  line-height: 30px;
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.custom-subtitle-consulente-small-job {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.custom-box-appointment {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.custom-box-appointment::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.3);
}
.custom-margin-home {
  margin-top: 91px;
  margin-bottom: 54px;
}
footer {
  padding: 42px 0 36px 0;
}
.wrapper-logo-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper-logo-footer img {
  width: 64px;
}
footer .logo-footer {
  width: 80px;
}
.footer-h5 {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 38px;
  color: #767676;
}
span.heateor_sss_svg {
  margin-bottom: 12px;
}
footer li.text-light a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.footer-h2 {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #eeedf0;
  margin-bottom: 0;
}
.custom-title-trending {
  font-family: "PP Neue Montreal";
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 8px;
}
.bookly-box.bookly-nav-steps {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
.wrapper-stars {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
}
.active-star {
  color: #ffad1f;
  font-size: 14px;
}
.custom-card-slider-flex {
  display: flex;
  align-items: center;
  gap: 6px;
}
.style-posts-wrapper .home-recent-post {
  padding: 0;
  border: none;
}
.custom-navbar-item {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
.custom-img-banner-home {
  width: 100%;
  height: auto;
}
.custom-adv-image-size {
  width: 100%;
}
textarea {
  overflow: auto;
  width: 100%;
  height: 190px;
  background: #434343;
  padding: 0.5625rem;
  border: 0.0625rem solid #606060;
  border-radius: 0.375rem;
  resize: none;
}
.wpcf7-list-item {
  margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  background: #434343;
  border: 0.0625rem solid #606060;
  border-radius: 0.375rem;
  padding: 0.5625rem;
  width: 100%;
  color: #fff;
}
.wpcf7 input[type="submit"] {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: #2c2c2c;
  border: 1px solid #606060;
  border-radius: 6px;
  padding: 11px 24px;
  float: right;
  margin-top: 10px;
}
.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column-half,
.column-full {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-half:first-of-type {
  padding-right: 25px;
}
.column-half:last-of-type {
  padding-left: 25px;
}
.owl-carousel .owl-stage {
  display: flex;
}

.owl-theme .owl-nav {
  display: none;
}
.custom-bcg-booking-visit {
  background-color: #000000;
}

.navbar-dark .navbar-brand {
  color: #fff;
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

.custom-navbar-item {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}

.custom-title-openhouse-nome-small {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 800;
  font-size: 1.3rem;
  position: absolute;
  line-height: 2.625rem;
  color: #eeedf0;
}

.custom-title-h1 {
  max-width: 20%;
  z-index: 999;
  position: absolute;
}

/**footer**/
.footer-p,
.footer-p a {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

img.custom-single-img-appointment {
  height: 50%;
}

.custom-read-column {
  background-color: #fff;
  padding: 16px 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
#home .custom-read-column {
  height: 100%;
}

.section {
  flex: 1;
  /*grow*/
  border: 0.0625rem solid;
}

.bookly-box.bookly-nav-steps {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 468px) {
  .bookly-form * {
    padding: 0rem 0.5rem;
    max-width: 100%;
  }

  .custom-position-navbar {
    width: 100%;
    display: flex;
    padding: 0rem !important;
    margin: 0px;
    /* flex-direction: row; */
    align-content: center;
    /* flex-wrap: wrap; */
    align-items: center;
  }
}

.fa-heart {
  color: rgba(255, 230, 0, 0.959);
  font-size: 30px;
}

.card {
  height: 8.25rem !important;
  padding: 10px 20px;
  border: none;
  border-left: 1px solid #000;
  border-radius: inherit;
  background-color: transparent !important;
}
.profile {
  padding-top: 10px;
}

.name {
  font-weight: 700;
}

.designation {
  font-size: 0.84rem;
  font-weight: 600;
}

.owl-theme .owl-nav {
  /** nascondere frecce carosello dicono di me*/
  display: none;
}

.custom-title-moreread {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 23px;
}

.custom-bcg-booking-visit {
  background-color: #000000;
}

.navbar-dark .navbar-brand {
  color: #fff;
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

.navbar-dark .navbar-text {
  padding-right: 2.24rem;
  color: #fff !important;
}

.custom-navbar-item {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
/***** CONTACT FORM ***********/
.position-ctf7-button {
  width: 75%;
  /* float: left; */
  display: grid;
  justify-content: end;
  /* border: 2px solid red; */
  /* padding: 10px; */
  justify-items: end;
}

.custom-paragraph {
  color: #ffffff;
}
textarea {
  color: #fff;
}

span.wpcf7-form-control-wrap {
  color: #fff;
}

/***** END CONTACT FORM ***********/

.custom-position-container-relative{
  position:relative;
}

a.custom-decoration-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
}

#sfsi_plus_floater {
  display: none !important;
  margin-left: 0px;
}

.menu-list-footer {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menu-list-footer li a {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.custom-image-wrapper {
  position: relative;
}

.owl-carousel {
  padding: 66px 0;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px) !important;
}
.owl-carousel .item {
  padding: 0 65px;
}
.owl-carousel .owl-item {
  margin-left: -2px;
}
.owl-carousel .owl-item.active {
  border-left: 2px solid #D6D6D6;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav {
  margin: 0;
}

footer .menu-custom-galbusera-header-menu-container ul {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.footer-credits {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
.footer-credits a {
  color: #fff;
}

#trending {
  padding: 32px 0;
}
#single-post #trending {
  padding-top: 54px;
}
#trending .row {
  margin-left: -20px;
  margin-right: -20px;
}
#trending .home-recent-post-2 {
  padding-left: 20px;
  padding-right: 20px;
}
#trending .home-recent-post-2:not(:last-of-type) {
  border-right: 1px solid #606060;
}
#trending .trending-post-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #DCDCDC;
  margin: 3px 0 18px 0;
}
#trending .trending-post-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 10px;
}
#trending .custom-decoration-2 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#contact-form {
  margin-top: 71px;
  margin-bottom: 84px;
}
#contact-form .appointment-card {
  position: relative;
  padding: 20px 36px;
  height: 100%;
  border-radius: 13px;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.75));
}
#contact-form .appointment-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.29);
  z-index: -1;
}
#contact-form .appointment-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 14px;
}
#contact-form .block-no-booking h2 {
  font-family: 'PP Neue Montreal';
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #1C1C1C;
  margin-bottom: 14px;
}
#contact-form .block-no-booking h4 {
  font-family: 'PP Neue Montreal';
  font-size: 33px;
  line-height: 33px;
  color: #1C1C1C;
  font-weight: 100;
  margin-bottom: 25px;
}
#contact-form .block-no-booking p {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 10px;
  font-family: 'PP Neue Montreal';
  font-weight: 100;
}
#contact-form .block-no-booking p strong {
  font-weight: 600;
}
#contact-form .contact-form-wrapper {
  border: 1px solid #606060;
  border-radius: 6px;
  margin-top: 43px;
  padding: 70px 40px 30px 40px;
}
#contact-form .custom-bcg-form {
  padding-right: 20px;
}
#contact-form .custom-bcg-form h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
}
#contact-form .custom-bcg-form p,
#contact-form .custom-bcg-form a {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 25px;
}
#contact-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-left: 5px;
  padding: 10px 0 !important;
}
#contact-form .checkbox-wrapper {
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 34px;
  cursor: pointer;
}
#contact-form .checkbox-wrapper input[type="checkbox"] {
  accent-color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}

footer .socials {
  display: flex;
  gap: 13px;
}
footer .socials img {
  width: 38px;
}

#toggle-menu-mobile {
  color: #fff;
  font-size: 18px;
  padding: 6px;
  margin-top: 8px;
  margin-right: -6px;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .nav-wrapper {
    display: none;
    width: 100%;
  }
  .navbar-collapse {
    justify-content: center;
  }
  #menu-custom-galbusera-header-menu {
    flex-direction: column;
    align-items: center;
  }
  #menu-custom-galbusera-header-menu li {
    padding: 6px;
  }
  .contacts-wrapper {
    justify-content: center;
  }
}


#blog {
  margin: 40px 0 50px 0;
}
#blog h1,
#page h1,
#contact h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #292929;
  margin-bottom: 30px;
}
.post-archive .archive-thumbnail {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  background: #767676;
}
.post-archive .archive-post-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
}
.post-archive h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #292929;
  margin: 16px 0 8px 0;
}
.post-archive .excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #292929;
}
.post-archive .read-more {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #292929;
}
.post-archive .read-more i {
  margin-left: 8px;
  transition: all 0.3s;
}
.post-archive .read-more:hover i {
  margin-left: 16px;
}

#sidebar-blog {
  position: sticky;
  top: 115px;
}
#sidebar-blog .custom-read-column {
  margin-bottom: 50px;
}

#page,
#contact {
  margin: 40px 0 50px 0;
}
#page .content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #292929;
}

#contact h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #292929;
}
#contact .contact-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #292929;
  margin-bottom: 25px;
}
#contact .contact-text a {
  color: #292929;
}
#contact #contact-form label {
  color: #292929;
}

.navigation.pagination {
  justify-content: center;
}
.nav-links {
  display: flex;
}
.nav-links span,
.nav-links a {
  padding: 4px;
  color: #292929;
  width: 30px;
  height: 30px;
  border: 1px solid #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}
.nav-links .current {
  font-weight: 700;
}
.nav-links .prev,
.nav-links .next {
  display: none;
}

@media screen and (min-width:992px){
  footer .menu-custom-galbusera-header-menu-container ul {
    height: 67px;
    align-items: center;
  }
  .socials a {
    height: 67px;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .custom-title-h2-booking-visit {
    font-size: 32px;
    line-height: 33px;
  }
  #contact-form .block-no-booking h2 {
    font-size: 38px;
    line-height: 38px;
  }
  #contact-form .block-no-booking h4 {
    font-size: 26px;
    line-height: 26px;
  }
  #contact-form .block-no-booking p {
    font-size: 19px;
    line-height: 23px;
  }
  .container {
    max-width: 100%;
  }
  #home .custom-read-column {
    margin-top: 30px;
  }
  #home .custom-read-column .wrapper-home-recent-post {
    flex-direction: row;
  }
  #home .custom-read-column .home-recent-post {
    width: 25%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #home .custom-read-column a.custom-decoration {
    align-items: center;
  }
  .home-trending-post-image {
    height: 150px;
  }
  #trending .trending-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  #trending .custom-decoration-2 p {
    font-size: 15px;
    line-height: 19px;
  }
  .custom-reviews-title-text {
    font-size: 40px;
    line-height: 43px;
  }
  #reviews .owl-carousel .item {
    padding: 0 30px;
  }
  .custom-decoration,
  .custom-read-column .custom-decoration {
    gap: 16px;
    font-size: 16px;
    line-height: 18px;
  }
  .custom-read-column {
    padding: 15px 20px;
  }
  #contact-form .appointment-card {
    padding: 20px 24px;
  }
  .custom-card-slider-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  footer .socials {
    justify-content: flex-end;
  }
}

@media screen and (max-width:767px){ 
  .custom-menu-class {
    gap: 5px;
  }
  div.heateor_sss_sharing_ul {
    padding-left: 0px !important;
    margin: 0px 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.88rem;
  }
  .post-archive .archive-post-info {
    margin-top: 10px;
  }
  #page .content {
    margin-bottom: 50px;
  }
  #sidebar-blog .custom-read-column {
    margin-bottom: 0;
  }
  main {
    padding-top: 88px;
  }
  .custom-box-appointment {
    height: 500px;
    margin: 44px 0;
  }
  .custom-subtitle-openhouse {
    font-size: 22px;
    line-height: 26px;
  }
  #contact-form .appointment-card {
    height: 300px;
    margin-bottom: 44px;
  }
  .column-half {
    padding: 0 !important;
  }
  .custom-adv-image-size {
    margin-top: 44px;
  }
  .owl-carousel .owl-item {
    margin-left: 5px;
  }
  .owl-carousel {
    margin-left: 0;
    margin-right: 0;
    padding-top: 44px;
    width: 100% !important;
  }
  .owl-carousel .owl-item {
    border: none !important;
  }
  .owl-carousel .item {
    padding: 0;
  }
  .footer-p {
    margin-bottom: 20px;
  }
  .footer-credits {
    gap: 12px;
    flex-direction: column;
  }
  footer .socials {
    justify-content: flex-end;
    align-items: center;
  }
  .textarea-wrapper {
    margin-top: 6px;
  }
  #contact-form .checkbox-wrapper {
    margin-top: 12px;
  }
  footer .menu-custom-galbusera-header-menu-container ul {
    flex-direction: column;
  }
  #trending .home-recent-post-2:not(:last-of-type) {
    border:none;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .column-half {
    width: 50%;
  }
}