/* 
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 */




.z-gallery .swiper-slide {
	width: auto !important;
	height: auto !important;
}

.z-gallery .swiper-slide {
	max-width: 100%;
}

.z-gallery img {
transition: transform .4s;
}

.z-gallery img:hover {
transform: scale(1.05);
}

.z-grid .elementor-grid {
	align-items: stretch !important;
}

.z-grid .elementor-grid .card {
	display: flex;
}

.z-gallery-about img {
transition: transform .4s;
}

.z-gallery-about img:hover {
transform: scale(1.05);
}















/* START ADAPTIVE */



@media (max-width: 1700px) {

}



@media (max-width: 1470px) {

	.z-container-issue-fullwidth {
		width: 100% !important;
	}
	
	.z-container-issue-25 {
		width: 45% !important;
	}

	.z-gallery img:hover {
	transform: scale(1);
	}
	

	.z-gallery-about img:hover {
	transform: scale(1);
	}

}



@media (max-width: 530px) {

	.z-container-issue-25 {
	width: 100% !important;
	}
	
	.z-h1 b {
	display:none;
	}
	
	.z-divider {
		height:1px;
	}

	.z-item-container {
    max-width: 500px !important;
	}


}



/* END ADAPTIVE */
