/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body { background-color: #fff !important }

.site-container { max-width: 1920px; display: block; margin: 0px auto; background-color: #fff; overflow: hidden; 
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);

}


/*
header { position: fixed !important; z-index: 100; }
header.sticky { background-color: rgba(255,255,255,1) !important; transition: background-color .25s ease-in-out !important; }
header + main { background-color: gray; }
*/
.grid_50 { float: left; position: relative; width: 50%; padding:10px; }
.grid_100 { float: left; position: relative; width: 100%; padding:10px; }

.wp-block-contact-form-7-contact-form-selector { width: 100%; max-width:100%; }

form input[type="text"], form input[type="email"], form input[type="tel"] { 
	border:none; border-bottom: 2px solid #000; background-color:#dde3eb; border-radius:0px; padding:10px;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus { outline: none;}
form textarea { 
	border:none; border-bottom: 2px solid #000; background-color:#dde3eb; border-radius:0px; padding:10px;
}
form textarea:focus { outline:none; }





.sub-menu { width:100% !important; }
.img_top { background-repeat: no-repeat; background-size: cover; background-position: center center; }

@media all and (max-width: 1025px) {

}

@media all and (max-width: 599px) {


}

