/*
Theme Name: Tema
Theme URI: 
Description: Child Theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Shay Konfino</a>
Author URI: 
Template: hello-elementor
Version: 3.2.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 01 Jan 2025 15:32:47 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.group-loop:hover .group-loop-btn .elementor-widget-container{
    transition: all 0.25s ease;
    background-color: #02CBC5;
    color: #fff;
}

.group-loop img {
    transition: all 0.25s ease;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .group-loop:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }

  .e-loop-item .group-team-btn a{
    transition: all 0.25s ease;

  }

  .e-loop-item.active .group-team-btn a{
    transform: scaleY(-1);
  }

.e-loop-item .inner-wrap{
	min-height:400px;
}
 .e-loop-item.active{
 	grid-row: span 2;
  } 


@media (max-width: 700px) {
	.e-loop-item .inner-wrap{
	min-height:360px;
}
}