/*
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 site 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: 3.0.0.1704962577
Updated: 2024-01-11 08:42:57

*/

html, body {
    display: flex;
    overflow-x: hidden !important;
}

body > header {
    width: 245px;
    height: 100vh;
}

.pswp.jet-woo-product-gallery-pswp {
    display: none;
}

main#content, body > header + div {
    flex: 1;
    height: 100vh;
	width: 100vw;
    overflow: scroll;
	overflow-x: hidden !important;
}

html {
    overflow: hidden;
}

/* About */


.flip-team a.elementor-flip-box__button.elementor-button.elementor-size-sm {
    padding: 0px;
    margin: 0;
}

.flip-team  h4.elementor-flip-box__layer__title {
    margin-bottom: 5px !important;
}

/* Single Project Page */
/*
.project-image .elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal {
    max-height: 600px;
	height: 600px;
	background-position: bottom center !important;
	background-size: cover;
	width: 100%;
}

.project-image img.swiper-slide-image {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}

.project-image img.swiper-slide-image {
    width: 100% !important;
}
*/

@media (max-width: 1024px) {
	
	body {
		display: block;
		overflow: auto;
		overflow-x: hidden !important;
	}

	body > header {
		width: 100% !important;
		height: fit-content;
	}

	main#content, body > header + div {
		height: fit-content;
		overflow: auto;
	}

	html {
		overflow: auto;
		overflow-x: hidden !important;
	}
	
	.project-image .elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal {
    	max-height: 400px;
		height: 400px;
	}

	.project-image img.swiper-slide-image {
    	height: 400px;
	}
}


/* Header */

.main_menu a.elementor-sub-item.docs-creator {
    margin-left: 12px;
    font-size: 15px !important;
}

li.menu-item.menu-item-has-children a {
    justify-content: space-between;
}

.circle_icon svg.e-font-icon-svg {
    border: 1px solid rgba(109, 110, 112, 1);
    border-radius: 100px;
    padding: 5px;
}

.circle_icon svg.e-font-icon-svg:hover {
	border-color: #a3cc57;
}

/* Home */

.home-slider ul.jet-slick-dots {
    position: absolute;
    bottom: 15px;
}

.home-slider ul.jet-slick-dots {
    position: absolute;
    bottom: 58px;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

.home-slider li {
    border: 1px solid #fff;
}


