/*
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.1776643549
Updated: 2026-04-20 00:05:49

*/

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

a,a:hover{
	color:unset;
}

h3.elementor-image-box-title {
    margin: 0;
}

#gallery .swiper-slide-active img {
    opacity: 1;
}

#gallery img {
    opacity: .6;
}

.wpcf7-spinner{display:none;}

.form ::placeholder, .form option, .form select {
    color: #1f1f1f;
}

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

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

.form .flex {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

.form textarea {
    height: 150px;
}

.form span.wpcf7-list-item {
    margin: 3px 0;
    font-size: 13px;
    font-family: 'Myriad Pro';
    font-weight: 400;
}

.form .btn {
    background: #1E386A;
    color: white;
    border: none;
    width: 100%;
    max-width: 190px;
    display: block;
    margin: 10px 0 0 auto;
    padding: 16px 0;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    border-radius: 0;
}

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

@media(max-width:1366px){
	div#info {
		width: 100% !important;
	}
}


@media(max-width:768px){
	.form .flex {
		display: flex;
		margin-bottom: 10px;
		gap: 10px;
		flex-direction: column;
	}
	.form .btn {
		margin: 20px auto 0;
	}
}