/*
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.7.1776910398
Updated: 2026-04-23 02:13:18

*/

html,body{
	min-width:1200px;
	overflow-x:hidden;
}

a, a:hover{
	color:unset;
}

.current-menu-item a, .menu-item:hover a{
	font-weight:900 !important;
}

.gal img {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 8px;
}

.form textarea {
    height: 150px;
}

.form input[type='text'], .form textarea {
    border: none;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75) inset;
    background: #EEEEEE;
    padding: 20px;
    font-size: 16px;
    font-family: arial;
    border-radius: 0;
}

.form span, .form label {
    width: 100%;
}

.wpcf7-spinner{
	display:none;
}

.form .btn {
    background: #4DA6FF;
    border: none;
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 20px 45px;
}

.form span.wpcf7-list-item {
    margin: 2px 0;
    font-size: 16px;
    font-family: arial;
}

.form .flex.last {
    margin-top: 20px;
}

.form .flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
}


@media(max-width:767px){
	.form .flex {
		flex-direction: column;
	}
}