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

.home_how_it_works .elementor-widget-icon,
.home_how_it_works p {
    margin-bottom: 0 !important;
}
.home_easton_map .elementor-widget-wrap {
    padding: 0 !important;
}
.home_how_it_works a {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .easton_header .elementor-column.logo {
        width: 50%;
        order: 0;
    }
    .easton_header .elementor-column.menu {
        order: 2;
        width: 100%;
    }
    .easton_header .elementor-column.phone {
        width: 50%;
        order: 1;
    }
    .easton_header .elementor-column.phone > .elementor-widget-wrap {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 767px) {
    .easton_header .elementor-column.logo {
        width: 100%;
    }
    .easton_header .elementor-column.logo > .elementor-widget-wrap {
        justify-content: center;
    }
    .easton_header .elementor-column.menu {
        width: 100%;
    }
    .easton_header .elementor-column.phone {
        width: 100%;
    }
    .easton_header .elementor-column.phone > .elementor-widget-wrap {
        justify-content: center;
    }
    .easton_header .elementor-column.phone .elementor-widget-button {
        width: auto;
    }
}
