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

/* HERO SECTION */
body .xt-hero {
    padding: 9% 0% 11% 8% !important;
    background-color: #FFFFFF;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
body .xt-hero-1 {
    padding: 8% 0% 10% 8% !important;
}
body .xt-hero-2 {
    padding: 7% 0% 10% 8% !important;
}
body .xt-hero .elementor-container {
    max-width: 500px !important;
    margin-left: 0;
}
body .xt-hero-1 .elementor-container {
    max-width: 550px !important;
}
body .xt-hero-2 .elementor-container {
    max-width: 600px !important;
}
body .xt-hero .elementor-button {
    background-color: #FF5E01;
    color: #fff;
}
body .xt-hero .elementor-button:hover {
    background-color: #fff;
    color: #FF5E01;
}
@media screen and (max-width: 1600px) {
    body .xt-hero h1 {
        font-size: 52px;
    }
    body .xt-hero-2 {
        padding: 6% 0% 9% 8% !important;
    }
}
@media screen and (max-width: 1380px) {
    body .xt-hero {
        padding-left: 4% !important;
    }
    body .xt-hero .elementor-container {
        max-width: 400px !important;
    }
    body .xt-hero h1 {
        font-size: 48px;
    }
    body .xt-hero-1 {
        padding: 6% 0% 7% 8% !important;
    }
    body .xt-hero-2 {
        padding: 4% 0% 5% 8% !important;
    }
}
@media screen and (max-width: 1160px) {
    body .xt-hero, body .xt-hero-1, body .xt-hero-2 {
        padding: 40px 30px 40px 30px !important;
        text-align: center;
        background-position: center right;
    }
    body .xt-hero .elementor-background-overlay {
        opacity: 0.75 !important;
        background-color: #012D74 !important;
    }
    body .xt-hero, body .xt-hero h1, .xt-hero p {
        color: #fff !important;
    }
    body .xt-hero .elementor-container {
        max-width: 100% !important;
        margin-left: auto;
    }
    body .xt-hero h1 {
        font-size: 44px;
    }
}
@media screen and (max-width: 480px) {
    body .xt-hero h1 {
        font-size: 40px;
    }
}