/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.facetwp-facet-portfolio_cateogry_filter {
  margin: 0;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.facetwp-facet-portfolio_cateogry_filter span.facetwp-counter {
  display: none;
}

.facetwp-facet-portfolio_cateogry_filter .facetwp-checkbox {
  display: flex;
  align-items: center;
  background-image: none;
  padding: 0 55px;
  height: 50px;
  margin: 0;
  border: 2px solid;
  border-radius: 50px;
  border-color: transparent;
  transition: 0.3s all ease;
}

.facetwp-facet-portfolio_cateogry_filter .facetwp-checkbox.checked {
  border-color: #fff;
}

.facetwp-facet-portfolio_cateogry_filter .facetwp-checkbox.checked {
  background-image: none;
}

/* Slider */

#slider-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  row-gap: 15px;
  column-gap: 20px;
}
#slider-wrapper .gallery-item:nth-child(1) {
  grid-row: 1 / span 2;
  min-height: 480px;
}
#slider-wrapper img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  /* mix-blend-mode: multiply; */
}
#slider-wrapper .gallery-item {
  cursor: pointer;
  display: none;
}
#slider-wrapper .gallery-item:nth-child(1),
#slider-wrapper .gallery-item:nth-child(2),
#slider-wrapper .gallery-item:nth-child(3)
/* #slider-wrapper .gallery-item:nth-child(4),
#slider-wrapper .gallery-item:nth-child(5)  */
{
  display: block;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #000 !important;
}

@media screen and (max-width: 767px) {
  /* #slider-wrapper{
    grid-template-columns: 1fr 1fr;
  }
  #slider-wrapper .gallery-item:nth-child(1){
    grid-column: 1 / span 2;
  } */

  div#slider-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 7px;
  }

  #slider-wrapper .gallery-item:nth-child(1) {
    grid-column: 1 / -1;
  }
}
