/*
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.1.1746705055
Updated: 2025-05-08 13:50:55

*/
header.fixed {
    background: #012f58;
padding: 0 8% !important;
}

header.fixed .logo-img img {
	max-height: 64px;
    width: auto !important;
height: 100vh;
}

header.fixed .logo-img img, header.fixed .logo-img, header .logo-img.sticky-logo, header .logo-img.sticky-logo img {display: none;}

header.fixed .logo-img.sticky-logo, header.fixed .logo-img.sticky-logo img, header.fixed .button-container > div:last-child, header .button-container > div:first-child {display: block;}

header.fixed .cta-button, header.fixed .button-container > div:first-child, header .button-container > div:last-child {display: none;}

.wpcf7 label {
    width: 100%;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 0.5rem 0;
    background: transparent;
    border: 0px;
    border-bottom: solid 1px #47721E;
    color: #0058A4;
border-radius: 0px;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
outline: unset;
    border-bottom: solid 1px #47721E;
}

.wpcf7-list-item-label, .wpcf7 label,  ::placeholder {
color: #0058A4 !important;
}

.wpcf7-form-control-wrap {
    margin-top: 0.5rem;
    display: inline-block;
	width: 100%;
}

.elementor-kit-86 input[type="submit"], .elementor-kit-86 input[type="submit"]:hover, .elementor-kit-86 input[type="submit"]:focus {
    background-color: transparent;
    border: 0;
    color: #0FA2E2;
    padding: 0;
    text-decoration: underline;
}