/* 
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
*/

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








@media only screen and (max-width: 768px) {
.elementor-1474 .elementor-element.elementor-element-a8dc116 .elementor-button[type="submit"], .elementor-2848 .elementor-element.elementor-element-7080d7e .elementor-button[type="submit"]{
    height: fit-content !important;
    max-width: 20px !important;
    display: inline-block !important;
    position: relative;
    box-sizing: border-box;
   /* text-align: center;*/
	justify-content:left !important;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
	}
	.elementor-form .elementor-button>span {
		justify-content:left !important;
	}
	.elementor-post__read-more-wrapper {
	background-size: 60% 100% !important;
	}
}

/* Contact form outline border erase */
[type=button]:focus, [type=submit]:focus, button:focus {
	outline:none !important;
}