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

:root{
    --green: #1B7642;

    --container-w: 1440px;
    --container-p: calc((1920px - var(--container-w)) / 2);
}

@media (max-width: 1470px){  :root{--container-p: 15px;}  }

body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.container{
    width: 100%;
    max-width: calc(var(--container-W) + 30px);
    padding-left: var(--container-p);
    padding-right: var(--container-p);
    margin: 0 auto;
}

button.reset{
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}

ul.reset{
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

a:not(.btn):hover{
    text-decoration: underline;
    color: inherit;
}