/**//*
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.4.5.1767075400
Updated: 2025-12-30 06:16:40

*/

/* Header */
@media (min-width: 1025px) {
   .header-menu .plan-link{
		display:none !important;	
	}
}
@media (min-width: 1025px) and (max-width: 1320px) {
   .header-menu a.elementor-item {
		padding: 10px !important;
		font-size: 18px !important;
	}
	header a.elementor-button {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}
	.header-logo img {
		max-width: 200px !important;
	}
}
/* Header */

/* Footer */
.footer-form .elementor-form-fields-wrapper {
    flex-wrap: nowrap;
}
.footer-form input#form-field-email {
    min-width: 275px;
}
.footer-form button.elementor-button {
    max-width: 155px;
    text-align: center;
    display: flex;
    width: 100% !important;
    text-transform: uppercase;
}
.footer-form .elementor-field-group-email {
    flex: 1;
    margin-right: 0;
}
.footer-form input[type="email"] {
    width: 100%;
    background: #e8f0fb;
    border: none;
    border-radius: 0;
    padding: 10px 14px;
	min-height: 55px !important;
}
.footer-form .e-form__buttons {
    width: auto !important;
    flex-shrink: 0;
}
.footer-form button.elementor-button {
    background: #e39a4a;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
	min-height: 55px !important;
}
/* Footer */

/* Responsive */
@media screen and (max-width: 767px) {
    .footer-menu .elementor-nav-menu {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0;
    }
    .footer-menu .elementor-nav-menu li {
        width: 100%;
    }
    .footer-menu .elementor-nav-menu a {
        display: block;
        width: 100%;
        text-align: center;
    }
	.footer-menu li:after {
		border: none !important;
	}
	.elementor-form .elementor-field-group.elementor-column.elementor-field-type-submit {
		justify-content: center;
	}
	.footer-form input#form-field-email {
		min-width: 220px;
	}
	.footer-form button.elementor-button {
		padding: 10px 10px;
	}

}