/*
Theme Name: Khoury
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
input,
textarea {
	background-color: transparent;
	border: none;
	resize: none;
}

@media screen and (min-width: 768px) {
.fixed-buttons {
  display: none !important;
  }
}
@media screen and (width < 768px) {
#FloatSocials2, #MobBtns, .joinchat, .header-tel, .socials-header [href*="whatsapp"],  :not(.fixed-buttons) > .pop-trigger {
  display: none !important;
  }
  }
div.pop-trigger {
    position: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    padding-left: unset;
}
.fixed-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e2bd91;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1000;
}

.fixed-buttons a, .fixed-buttons div {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    width: calc(100% / 3);
    height: 62px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
      unicode-bidi: plaintext;
}

.fixed-buttons a:last-child {
  border-left: none; 
}

.fixed-buttons a span, .fixed-buttons div span {
  white-space: nowrap;
}

.fixed-buttons a i, .fixed-buttons div i {
  font-size: 24px;
  margin-bottom: 5px;
}
.cblue {background-color:#14284e;}
.cgreen{background-color:#25D366;}

.post-body-text img {
    margin-inline: auto;
}

.base-form-block .logo img {
    max-width: 400px;
}
.counter-block-text p
{
	margin-bottom: 1em;
}

.consult-item-image {
      background-color: transparent;
}

@media screen and (width > 1200px) {
  .consult-item {
    width: calc(100% / 5 - 20px);
  }
  .property-search {
    margin-top: -25px;
  }
}

.pop-close {
    border: 1px solid;
    border-radius: 50px;
    background-color: #14284e;
    padding: 5px;
    margin: -5px;
}

.footer-container {
  background-size: cover;
}
.float-form .logo {
    width: 35%;
}
.footer-container {
    border-image: fill 1 linear-gradient(rgba(14, 18, 27, 35%), rgba(14, 18, 27, 45%));
}
.more-serv-link {
      margin-top: 0;
}
.social-link[href*="whatsapp"]:hover svg *[fill="#ffffff"], .social-link[href*="whatsapp"]:hover svg *[fill="#ffffff"] * {
    fill: #ffffff !important;
}

@media screen and (width < 768px) {
  .property-search{
    margin-top: 0;
  }
  .home-consult-section >div > .row {
    width: 98%;
    margin-inline: auto;
}
}

@media screen and (width < 1501px) {
div.wpcf7 input[type=tel], div.wpcf7 input[type=text], div.wpcf7 input[type=email], div.wpcf7 select {
        background-position: calc(100% - 10px) center;
        background-size: 1.6rem;
        padding-right: calc(10px + 2rem) !important;
  }
  div.wpcf7 textarea {
        background-position: calc(100% - 10px) 10px;
        background-size: 1.6rem;
        padding-right: calc(10px + 2rem) !important;
    }
    
}