/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
 .item{
  width:22%;
  
  margin-bottom:20px;
  border:1px solid #ececec;
 }
 .gutter-sizer { 
  width: 4%; 
}
.isotope-item {
  z-index: 2;
}
.columns-3 .item{
  width:31%;
} 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
 
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
 
.isotope {
  transition-property: height, width;
}
 
.isotope .isotope-item {
  transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}
.filters-select{
   width:24%;
}
.grid-content-container{
 
  padding: 10px;

}
.cso-title{
  font-size:18px;
  line-height: 14px;
}

.cso-tags{
  margin-top:20px;
  text-align: left;
}
.cso-tags p{
  margin:0;
  font-size: 12px;
  color: #909090;
}

.left-grid{
 margin-left:300px;

}
.left-grid .item{
  width: 30%;
}

.left-filters{
  float:left;
  width: 250px;
  padding: 20px 20px 0 20px;
  background: white;
  left:50px;
  z-index:3;
box-shadow: 0 16px 24px rgb(0 0 0 / 10%);

}
.left-filters .filters-select, .left-filters .sort-select{
  width:100%;
  margin-bottom:20px;
}

.text-orange{
  color: var( --e-global-color-accent );
}
.cagri-orgut-button i{
font-size: 25px;
}


.cagri-orgut-button .elementor-button{
background:var( --e-global-color-accent );
}
.cagri-orgut-button .elementor-button:hover{
  background: #ccc;
}

.cagri-orgut-button .elementor-button-text{
  line-height: 1.2em;
}

.cso-title:hover{
  color: var( --e-global-color-accent );
}

.filters-chars{
   color: var( --e-global-color-accent );
}

.grid-image-container, .only-titles-container{
  margin:auto;
  overflow: hidden;
  position: relative;
}
.grid-image-container .content-overlay {
  background: rgba(76,87,153,0.9);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.grid-image-container:hover .content-overlay, .only-titles-container:hover .content-overlay{
  opacity: 1;
  
}

.only-titles-container .content-overlay{
  background: rgba(0, 0, 0, 0.863);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 4;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.grid-image-container:hover .content-details, .only-titles-container:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff!important;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size:14px;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.form-search{
  position: relative;
  margin-top:0!important;
}
input.quicksearch{
padding-left: 40px;
height: 45px;
}
.form-search .icon{
  position: absolute;
    top: 50%;
    left: 10px;
    pointer-events: none;
    transform: translateY(-50%) scaleX(-1);
    color: #e0e0e0;
    font-size: 24px;
}
.form-search .close{
      position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #d2d2d2;
}

.top-filters .filters, .top-filters .form-search{
  float:left;
  margin-right:10px;

}

.bottom-filters{
  margin-top:10px;
  margin-bottom:10px;
  display: block;
  color: var(--e-global-color-primary);
}

.bottom-filters:last-child{
  margin-bottom:0;
}

 
.only-titles-container{
  height:300px;
  /* background-color: var(--e-global-color-primary); */
  color:white;
  border:4px solid white;
 
}
.title-with-cards-container{
  height: 0;
  min-height: 180px;
}

.only-titles-holder{
  padding: 10px;
  position: relative;
  width: 80%;
  font-weight: bold;
}

.title-with-cards-holder{
   width: 100%;
      text-align: center;
    top: 50%;
     left: 50%;
    transform: translate(-50%, -50%);
   
   
}
.belge-cat{
  position:absolute;
  bottom:5px;
  padding: 2px;
  background:rgba(0, 0, 0, 0.863);
  color: white;
  font-size: 12px;

}
.only-title{
  line-height: normal;
  font-size:16px;
}
.filter-count-holder{
  background: var( --e-global-color-accent );
  position: relative;
  color: white;
    width: 75px;
    text-align: center;
  font-size: 12px;
    height: 35px;
    margin: -20px auto 15px auto;
}
.filter-count{
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
}

.filter-count-holder:before,
.filter-count-holder:after {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    border-width: 13px 6px;
    border-style: solid;
}
.filter-count-holder:before {
  left: -14px;
  border-color: var( --e-global-color-accent ) var( --e-global-color-accent ) var( --e-global-color-accent ) transparent;
}
.filter-count-holder:after {
  right: -14px;
  border-color: var( --e-global-color-accent ) transparent var( --e-global-color-accent ) var( --e-global-color-accent );
}
.filters-general-category{
  width:100%!important;
}
@media only screen and (max-width: 600px) {
  
   .item{
    width:100%!important;

  }
  .form-search {
    width:100%;
  }
  .sort-select{
    display: none;
  }
  .filters-select{
    width:100%;
  }
  .filters {
    margin: 0 0 30px 0!important;
  }
  .filters-holder{
    float: none;

    width: 100%;
  }
  .left-grid{
    margin-left: 0;
  }
}


