/*

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

*/


/* Your CSS code goes here
-------------------------------------- */
:root{
    --main: #f8e71c;
    --secondary: #222;
	--max-width : 1140px;
	--left-padd : calc((100vw - var(--max-width)) / 2);
	--left-padd-negative : calc(((100% - var(--max-width)) / 2) * -1);
	--font: "Karla", sans-serif;
}



body{
	overflow-x: hidden;
}

#content .page-content{
	margin: 0 auto;
}
.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
	 border: none !important;
	 margin: 0 !important;
	 padding: 0 !important;
	 width: auto !important;
	 overflow: visible !important;

	 background: transparent !important;

	 /* inherit font & color from ancestor */
	 color: inherit !important;
	 font: inherit !important;

	 /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	 line-height: normal !important;

	 /* Corrects font smoothing for webkit */
	 -webkit-font-smoothing: inherit !important;
	 -moz-osx-font-smoothing: inherit !important;

	 /* Corrects inability to style clickable `input` types in iOS */
	 -webkit-appearance: none !important;
		outline: none !important;
 }

@media (min-width: 1921px){
	:root{
		--leftPadd: 160px;
	}
}

@media (max-width: 1600px){
	:root{
		--leftPadd: 15px;
	}
}

@media (max-width: 850px){

}


@media (max-width: 767px){
}