/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1702901788
Updated: 2023-12-18 12:16:28

*/

/*Home */

.blog_posts .slick-track {
    margin-bottom: 45px;
}

textarea#form-field-message {
    resize: none;
}

/* Project Single Page */

.gallery .jet-woo-product-gallery__image {
    max-height: 558px;
    object-fit: cover;
    background-position: center;
}

.gallery a.jet-woo-product-gallery__trigger {
    display: none !important;
}

.gallery .jet-woo-swiper-control-thumbs__item-image img.wp-post-gallery {
    min-height: 262px;
    object-fit: cover;
	max-height: 262px;
}

.gallery .jet-gallery-swiper-thumb .jet-woo-swiper-control-nav.jet-woo-swiper-gallery-thumbs.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-thumbs .jet-woo-swiper-control-thumbs__item.swiper-slide.swiper-slide-visible {
    margin-right: 20px !important;
}


@media (max-width: 1024px) {
	
	/* Home */
		
	.form_in form.elementor-form .elementor-field-group.elementor-column input {
    	padding-left: 0px;
	}
	
	.form_in .elementor-field-group.elementor-column select, .form_in .elementor-field-type-textarea.elementor-field-group.elementor-column.elementor-field-group-message textarea#form-field-message {
    	padding-left: 0px;
	}
	
	.form_in textarea#form-field-message {
    	height: 78px;
	}
	
	/* Project Single Page */
	
	.gallery .jet-woo-product-gallery__image img.wp-post-gallery {
    	max-height: 310px;
	}
	
	.gallery .jet-woo-swiper-control-thumbs__item-image img.wp-post-gallery {
    	min-height: 96px;
    	object-fit: cover;
    	max-height: 96px;
	}
	
	.gallery .jet-gallery-swiper-thumb .jet-woo-swiper-control-nav.jet-woo-swiper-gallery-thumbs.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-thumbs .jet-woo-swiper-control-thumbs__item.swiper-slide.swiper-slide-visible {
    	margin-right: 7px !important;
	}
	
	/* Header */
	
	.menu li.menu-item.menu-item-type-post_type.menu-item-object-page a.elementor-item, .menu li.menu-item.menu-item-type-post_type_archive a.elementor-item {
    	line-height: 53px;
	}
	
}
	
	@media (max-width: 767px) {

	
	/* Footer */
	
	.center_text a.elementor-item {
    	justify-content: center;
	}
		
	
	
}