div#page-title {
  display: block !important;
  padding-top: 450px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

div#page-title h1 {
  color: #fff !important;
  padding-bottom: 50px;
}

div#page-title {
  position: relative;
  height: auto; /* Set the height of the div */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  background-size: cover;
  background-repeat: no-repeat;
}

div#page-title::before,
div#page-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

div#page-title::before {
  top: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
  /* Set the top-to-bottom gradient for the top overlay */
}

div#page-title::after {
  bottom: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  /* Set the bottom-to-top gradient for the bottom overlay */
}

div#page-title .container {
  position: relative;
  z-index: 12 !important;
}

/* main {
  padding-bottom: 140px;
} */

main h1,
main h2,
main h3,
main h4,
main h5 {
  padding-bottom: 20px;
}

.info-box {
  position: relative;
  height: auto; /* Set the height of the div */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  background-size: cover;
  background-repeat: no-repeat;
}

.info-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.info-box::after {
  bottom: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Set the bottom-to-top gradient for the bottom overlay */
}

.info-box a {
  color: #fff !important;
  font-weight: 300 !important;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #745136;
}

p {
  color: #676150 !important;
}

.request-information-section .wp-block-contact-form-7-contact-form-selector {
  max-width: 900px !important;
}

.request-information-section
  .wp-block-contact-form-7-contact-form-selector
  label {
  color: #fff !important;
  font-size: 16px !important;
  font-family: inherit !important;
}
.request-information-section
  .wp-block-contact-form-7-contact-form-selector
  textarea {
  height: 85px !important;
}

.form-row-controller {
  display: flex !important;
  justify-content: space-between;
}

.form-wrapper p {
  margin-right: 20px !important;
  margin-bottom: 10px;
}

.form-wrapper input[type="submit"] {
  text-align: center !important;
  margin: 0 auto !important;
  display: block;
  width: 20% !important;
  background-color: #ffffff00 !important;
  border: 1px solid #fff;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #fff !important;
  font-family: inherit;
}

.form-wrapper .submit {
  margin-top: 30px;
}

.request-information-section .wpcf7-response-output {
  color: #fff !important;
}

.membership-card h3 {
  font-size: 26px !important;
}

.membership-card p {
  font-size: 16px !important;
  font-weight: 400;
}

.membership-card .gb-block-layout-column-inner {
  height: 350px !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0px 30px !important;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.3s ease;
  transform: scale(1) !important;
}

.membership-card .gb-block-layout-column-inner:hover {
  cursor: pointer;
  -ms-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  transition: transform 0.3s ease;
  transform: scale(0.99) !important;
}

.membership-card .gb-block-layout-column-inner:hover:before {
  opacity: 1 !important;
  transition: 0.3s ease !important;
}

.membership-card .gb-block-layout-column-inner:before {
  opacity: 0.4 !important;
  transition: 0.3s ease !important;
}

.real-estate-card h3 {
  font-size: 26px !important;
}

.real-estate-card p {
  font-size: 16px !important;
  font-weight: 400;
}

.real-estate-card .gb-block-layout-column-inner {
  height: 742px !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 80px !important;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.3s ease;
  transform: scale(1) !important;
  padding-bottom: 50px !important;
}

.real-estate-card .gb-block-layout-column-inner:hover {
  -ms-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  transition: transform 0.3s ease;
  transform: scale(0.99) !important;
}

.real-estate-card .gb-block-layout-column-inner:hover:before {
  opacity: 0.6 !important;
  transition: 0.3s ease !important;
}

.real-estate-card .gb-block-layout-column-inner:before {
  opacity: 0.4 !important;
  transition: 0.3s ease !important;
}

.estates-cards {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.estates-cards .gb-block-layout-column-gap-2 {
  grid-gap: 0 1em !important;
}

main strong {
  font-weight: 500 !important;
}

.universal-btn.colored a {
  color: #676150 !important;
  border-color: #676150 !important;
}

.info-box .gb-block-layout-column-inner:hover {
  -ms-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  transition: transform 0.3s ease;
  transform: scale(0.99) !important;
}

.membership-card p {
  display: none;
  transition: 0.3s ease !important;
}

.membership-card .gb-block-layout-column-inner:hover > p {
  display: block !important;
  transition: 0.3s ease !important;
}

.acco-room-box .universal-btn {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px !important;
}

.acco-room-box .acco-info {
  text-align: center;
  font-size: 16px !important;
  text-transform: capitalize !important;
  color: #745136;
}

.acco-room-box .acco-info a {
  color: #745136;
  text-decoration: underline;
}

.abe-container.abe-jumbo {
  background: #676150b5 !important;
}

.abe .abe-jumbo input[type="submit"] {
  background-color: #745136 !important;
  border-color: #745136 !important;
}

div#abe-filters-activator {
  color: #676150 !important;
}

#bookingform {
  background-color: #68604d !important;
}

#bookingform input {
  color:#fff !important;
}

#bookingform h2 {
  color:#fff !important
}

.abe-quote-info, .abe-quote-info span, .abe-quote-info sub {
  color:#fff !important;
}

#vrpbookform input {
  border:1px solid #68604d !important;
  border-radius: 2px !important;
  text-align: left !important;
  color: #000 !important;
}
#vrpbookform input, #vrpbookform textarea, #vrpbookform input, #vrpbookform select{
  border:1px solid #68604d !important;
  border-radius: 2px !important;
  text-align: left !important;
}

#vrpbookform input::placeholder {
  color:#68604d !important;
}

input#bookingbuttonvrp, .button.abe-apply-promo {
  background-color: #745136 !important;
  text-align: center !important;
}

.button.abe-apply-promo {
  margin-top: 22px !important;
}

#shareForm input, #shareForm textarea, #shareForm select, #vrpinquire input, #vrpinquire textarea, #vrpinquire select {
  border:1px solid #68604d !important;
  border-radius: 2px !important;
  text-align: left !important;
  color: #68604d !important;
}

#shareForm input::placeholder, #shareForm textarea::placeholder, #shareForm select::placeholder, #vrpinquire input::placeholder, #vrpinquire textarea::placeholder, #vrpinquire select::placeholder {
  text-align: left !important;
  color: #68604d !important;
}

#vrpinquire input[type="submit"], #shareForm input[type="submit"]{
  background-color: #745136 !important;
  color:#fff !important;
}

.contact-container {
  margin-top:-40px !important;
}

#bookingform input, #bookingform select {
  border: 1px solid;
}

.site-footer-contact span, .site-footer-contact a {
  color: #fff !important;
}

.site-footer-contact {
  padding-bottom: 40px !important;
}

.site-footer-contact span {
  display: block !important;
}

.contact-page textarea {
  height: 100px !important;
}

.contact-page .submit input {
  background-color: #745136 !important;
  text-align:center !important;
  width:100% !important;
  margin:0 !important;
}

div#page-title input {
  color: #fff !important;
}

.abe-filters-wrapper.abe-row select {
  color: #745136 !important;
}

.abe-filters-wrapper.abe-row .button {
  background: #745136 !important;
}

.inner-page-content .abe-column input {
  color: #fff !important;
}

select.vrpshowing, select.vrpsorter{
  color: #333 !important;
}

div#share-response {
  font-size: 14px !important;
}

div#share-response p {
  padding:5px !important;

}

div#abe-review-activator {
  background: #745136 !important;
}

button#reviewSub {
  background: #74513629 !important;
}