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


/*** HEADER **/




/***END HEADER ***/

body {
	overflow-x: hidden !important;
}

@media screen and (max-width: 1024px) {
     br {
        display: none;
    }
}

a {
 color: inherit;
}

/** WRAP 2000px**/
.wrap-container {
    width: 100%;
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
}


/** BUTTON **/


h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}



.display-none {
	display: none;
}
@media screen and (max-width:1024px) {
	.desktop-view {
	 display: none !important;
}
}

@media screen and (min-width: 1025px) {
	.mobile-view {
		display: none !important;
	}
}

p {
    margin-bottom: .9rem;
   margin-top: 0;
	 padding-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-end: 1rem;
    margin-block-start: .5rem ;
}
