@charset "UTF-8";
/*
Theme Name: Wave Digital Theme
Author: Eran Simtob
Description: Wave Digital Theme
Requires at least: WordPress 5
Version: 1.0
*/
body {
    font-family:"Zilla Slab", sans-serif;
    overflow-x: hidden;
}
.breadcrumb_last {
    font-weight: 400;
}
.imgblk .imageSelectedWork {
	cursor: zoom-in !important;
}
.grid-container a {
	cursor: zoom-in !important;
}
#ExhibitionPopUpImage img{
    width: auto;
}
.home .swiper-slide  {
	min-width:350px !important;
	width:unset !important;
	max-width: 1920px !important;
	min-height:620px;
}
@media (min-width: 1921px){
    .elementor-86 .elementor-element.elementor-element-5e5c148a {
        width: 27% !important;
    }
}

/* Arthur's Edit 20.11 */
.imgblk{
    height: 340px !important;
    vertical-align: middle;
    display: table-cell;
}
.imageSelectedWork, .uc_user_image{
    max-height: 330px;
}

/* Eran on 12.12.19 */
@media (max-width: 1024px){
    .imgblk{
        height: 270px !important;
    }
    .imageSelectedWork, .uc_user_image {
        max-height: 270px;
    }
}
@media (max-width: 640px){
    .imgblk{
        height: 200px !important;
    }
    .imageSelectedWork, .uc_user_image {
        max-height: 200px;
    }
    .home .swiper-slide {
        height: 290px !important;
        min-height: inherit !important;
    }
    .elementor-67 .elementor-element.elementor-element-9796d67 .elementor-main-swiper {
        height: 300px !important;
    }
    .elementor-67 .elementor-element.elementor-element-9796d67 .elementor-main-swiper .elementor-carousel-image {
        background-size: cover !important;
    }
    .home .swiper-slide {
        min-width: inherit !important;
    }
    .elementor-67 .elementor-element.elementor-element-9796d67 .elementor-main-swiper {
        /*width: auto !important;*/
    }
}
/* @media (max-width: 420px){
    .imgblk{
        height: 150px !important;
    }
} */
/* מעלים את התמונות בהצחלה לפני שינוי גודל בעמוד הראשי */
.elementor-carousel-image{
    opacity: 0;
}
/* מחזיר את המונות לאט לאט אחרי שינוי גודל בעמוד הראשי */
.elementor-carousel-image1{
    opacity: 1;
    transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}