/* 
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 */
.sticky-top{position:sticky; top:30px;}
#contact-brotini label{width:100%;}
#contact-brotini input, #contact-brotini textarea{border-width: 0 0 1px 0; border-color: #000; border-radius: 0; border-style: solid; font-size: 12px; text-transform: uppercase; font-family: "Times New Roman";}
#contact-brotini .wpcf7-form-control.wpcf7-submit {
	background-color: #002a01;
    border-radius: 0;
    font-family: "Times New Roman";
    text-transform: uppercase;
    width: 100%;
	font-size: 14px;
    font-weight: 400;
	padding:10px 0;
}
@media screen and (max-width: 800px) {
.sticky-top{position:realtive; top:auto;}
}