/*
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: 30vh;
    object-fit: cover;
}
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;
}
.base-output p
{
	margin-bottom: 1em;
}
.categories-block {
    flex-direction: row;
    flex-wrap: wrap;
}
.category-item{
      max-height: 450px;
}
@media screen and (width > 1600px) {
  header {
    padding: 0.85rem 3rem;
  }
 .tel-number {
    font-size: 1.25rem;
   text-wrap-mode: nowrap;
  }
}
@media screen and (width > 768px) {
  #MainNav ul li.menu-item-has-children {
      position: relative; 
      padding-left: 20px; 
  }

  #MainNav ul li.menu-item-has-children::after {
      content: "▼"; 
      position: absolute;
      left: 5px;
      top: 50%; 
      transform: translateY(-50%);
      font-size: 12px;
      color: white; 
  }
  ul.sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    top: 90%;
    width: auto;
    height: auto !important;
    max-width: 300px;
    background-color: #100e0d;
    z-index: 500;
  }
  ul.sub-menu > li{
    padding: 0.75rem !important;
  }
  #MainNav ul li.menu-item-has-children:hover > ul.sub-menu{
      opacity: 1;
      pointer-events: all;
  }
}

.grid-card-overlay {
    height: auto;
    top: unset;
    bottom: 0;
  	transition: height 0.3s ease;
  pointer-events: all;
      opacity: 1;
}
.grid-card-overlay .card-pro-title{
  margin-bottom: 0rem;
}
.project-grid-card:hover .grid-card-overlay{
  height: 100%;
}

@media screen and (width < 768px) {
  .menu-item-has-children.active .sub-menu.chekd {
        height: auto !important;
  }
  #MainNav ul li {
    flex-direction: column;
  }
  nav#MainNav div.main_menu > ul > li > a {
    width: calc(100% - 20px);
  }
}

.close-form-x {
  position: absolute;
  top: -5px;
  inset-inline-start: 10px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}
.category-item img {
  object-fit: cover;
}

@media screen and (min-width: 768px) {
.fixed-buttons {
  display: none !important;
  }
}
@media screen and (width < 768px) {
#FloatSocials2, #MobBtns, .joinchat, .fix-wrap-socials [href*="whatsapp"], .header-tel {
  display: none !important;
  }
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
  .fix-wrap-socials {
    bottom: 50vh;
    transform: translateY(50%);    
  }
  }
.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: black;
    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:rgba(255, 211, 55, 1);}
.cgreen{background-color:rgba(78, 255, 95, 1);}

@media screen and (width < 768px) {
  button#leader-whatsapp-start-btn {
      display: none;
  }
}
@media screen and (width > 768px) {
  #go-top {
      top: 10px;
  }
}
.base-output ul
{
	margin-right: 1.5rem;
}

div.wpcf7 span:not([data-name*="name"]) input[type=text] {
  background-image: unset;
  padding-right: 12px !important;
}

a[href*="tel:"], a[href*="tel:"] .tel-phone {
    unicode-bidi: plaintext;
}
.main-link {
  background-color: #ffd337;
  color: #000000 !important;
  background-image: url(/wp-content/themes/Shukimeir/assets/iconsall/form-submit-black.png);
}
.main-link:hover {
  color: white !important;
  background-image: url(/wp-content/themes/Shukimeir/assets/iconsall/form-submit.png);
}