/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#header img {
    transition: all 0.3s ease-out;
}
#header.sticky img {
	max-width:75px;
}
.logo a {
    font-size: inherit;
}
#header {
    overflow: visible !important;
}

#header.sticky:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}
.contact-form .wpcf7-form label { color:#000; margin-bottom:30px; font-family:Barlow; width:100%;}
.contact-form .wpcf7-form label .textbox { border-radius:0; border:solid 3px #000;}
.contact-form .wpcf7-form label textarea.textbox { resize:none; height:130px;}
.contact-form .wpcf7-form .wpcf7-form-control-wrap { margin-top:5px; display:block; width:100%;}
.contact-form .wpcf7-form .wpcf7-submit { width:100%; background-color:#eac56f; color:#000;}

#content .page-header { display:none;}
@media (max-width: 640px) {
#header.sticky img {
	max-width:60px;
}
}

