/*
Theme Name: Shukimeir Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output ul li
{
	margin-bottom: 0.5em;
}

div.wpcf7 input[type=text], div.wpcf7 input[type=tel], div.wpcf7 input[type=email], div.wpcf7 textarea, div.wpcf7 select {
	background-color: #141414;
}
.big-slider-item img {
    width: 100%;
    height: 55vh;
    object-fit: contain;
}
a.thumb-item img {
    height: 13vh;
    object-fit: cover;
    width: 100%;
}
.base-output p, .base-output li {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #000;
}

.close-form-x {
    font-size: 35px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
.fixed-buttons {
  display: none !important;
  }
}
@media screen and (width < 768px) {
#FloatSocials2, #MobBtns, .joinchat, .header-tel, .social-link[href*=whatsapp] {
  display: none !important;
  }
  .grecaptcha-badge {
    opacity:0;
    pointer-events: none;
  }
  }
.fixed-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1000;
}

.fixed-buttons a {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    width: calc(100% / 2);
    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 {
  white-space: nowrap;
}

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

.fix-wrap-socials {
  bottom: 10vh;
}
.footer-main {
  padding-bottom: 50px;
}
@media screen and (width > 1600px) {
  #MainNav ul li a {
    font-size: 1rem;
  }
  .header-tel {
     margin-left: 1.75rem;
  }
  .header-tel .tel-phone {
      font-size: 1.2rem;
  }  
 
}

.grid-card-overlay {
      opacity: 1;
      height: auto;
   	  top: unset;
}

.project-grid-card:hover .grid-card-overlay {
	height: 100%;
}

.home-main-block {
  height: 95vh;
}

.home-main-block .slide-main {
  background-position: center bottom;
}
.base-output ul
{
	margin-right: 1.6rem;
}
.base-output p
{
	margin-bottom: 1em;
}