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

.bona-regular {
  font-family: "Bona Nova SC", serif;
  font-weight: 400;
  font-style: normal;
}

.bona-bold {
  font-family: "Bona Nova SC", serif;
  font-weight: 700;
  font-style: normal;
}

.bona-italic {
  font-family: "Bona Nova SC", serif;
  font-weight: 400;
  font-style: italic;
}


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: 100%;
    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;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover; 
    transition: transform 0.3s ease-in-out;
}

.grid-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr; 
    }
}

/*en*/
header .en-layout {
    display: flex;
    flex-direction: row-reverse;
}

header .en-layout > div {
    direction: ltr;
}
header .en-layout .header-tel, .contact-page-body .en-layout .contact-icon-wrap{
  margin-left: unset;
  margin-right: 20px;
}
header .en-layout .header-tel img{
  margin-left: unset;
  margin-right: 12px;
}

:is(.home-about-block, .footer-container-menu, .about-page-body, .post-page-body, .contact-page-body) .en-layout {
    direction: ltr;
}

.home-about-block .en-layout .base-output, .footer-container-menu .en-layout, .contact-page-body .en-layout .contact-item {
    text-align: left; 
}
[lang="en-US"] #breadcrumbs {
    direction: ltr;
    float: inline-end;
}
[lang="en-US"] .text-right {
    text-align: left !important;
}
footer .en-layout li:before {
    left: 0;
    right: unset;
}
footer .en-layout li a{
      padding-right: unset;
    padding-left: 20px;
}
footer .en-layout .contact-list li a svg {
  margin-left: unset;
  margin-right: 0.75rem;
}

.wpml_flags-mob {
      display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: inherit;
    z-index: 9999;
}
.card-image-post{
  aspect-ratio: 3 / 4;
  align-items: stretch;
}
.project-grid-card img {
    object-fit: cover;
    width: auto;
    height: 100%;
}
.container-projects {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    gap: 10px;
    height: auto;
    grid-template-areas: "col-pro-1 col-pro-2 col-pro-3";
    justify-content: center;
}
.coll-cat a.term-link-top {
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    aspect-ratio: 3 / 5;
    margin-inline: auto;
}
.coll-cat img.category-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.float-form.show-float-form {
  overflow: visible;
}
.project-grid-card{
      position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70dvh;
    margin-inline: auto;
    aspect-ratio: 3 / 5;
}
.grid-card-overlay {
    height: 10%;
    top: unset;
  bottom: 0;
  
}
@media screen and (width > 768px) {
  .wpml-ls-current-language {
    display: none !important;
    }
    img.wpml-ls-flag {
      width: 30px !important;
      object-fit: contain;
      height: auto;
      margin-inline: 10px;
  }
}
@media screen and (width < 768px) {
    .container-projects {
        display: flex;
        flex-direction: row;
  }
  .project-grid-card img {
    object-fit: cover;
    max-width: -webkit-fill-available;
    min-width: auto;
    max-height: 70dvh;
    aspect-ratio: 3 / 4;
}
  .coll-cat {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
    header .en-layout .header-tel img{
    margin-left: unset;
    margin-right: unset;
  }
  .fix-wrap-socials{
    display: flex;
    flex-direction: row;
    gap: 10px;
    bottom: 0;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .card-image-post img {
		object-fit: cover;
        height: auto;
        max-height: unset;
        display: flex;
        align-items: stretch;
	}
}
.card-image-post img {
      max-height: unset !important;
}
[lang="en-US"] .fg-carousel-prev svg, [lang="en-US"] .fg-carousel-next svg{
      transform: rotate(180deg);
}
[lang="en-US"] .main-link, [lang="en-US"]  .main-link span {
      transform: scaleX(-1);
}

header span.tel-number.tel-phone {
    visibility: hidden;
    display: none;
}
.menu-item-has-children .sub-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: fit-content !important;
    padding: 14px 16px;
}

.menu-item-has-children:hover .sub-menu {
    display: block !important;
}
@media screen and (width < 768px) {
  .social-link {
    width: calc(100% / 7 - 10px);
    min-width: calc(100% / 7 - 10px);
    height: calc(100% / 7 - 10px);
    aspect-ratio: 1;
  }
  .fix-wrap-socials{
    padding-inline-start: 2rem;
  }
  a.social-link img {
    object-fit: contain;
    aspect-ratio: 1;
}