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


.elementor-location-header .elementor-nav-menu li.button a {
    padding: 10px 15px;
    background-color: var(--e-global-color-primary);
    color: white !important;
}

h2 {
    position: relative;
    margin-bottom: 50px !important;
    font-size: 30px;
}
h2 strong {
    display: block;
    font-size: 40px;
    color: var(--e-global-color-secondary);
}
h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #EEE;
}

.blue h2,
.green h2 {
    color: white !important;
}

.centered h2:after {
    left: 50%;
    margin-left: -50px;
}

.wpforms-field {
    padding: 10px 0 !important;
}
.wpforms-form label {
 !important;
    display: none !important
}
.wpforms-form input,
.wpforms-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: 600 !important;
}

.wpforms-form button[type="submit"] {
    border-radius: 0 !important;
}

.e-gallery-container a.e-gallery-item:nth-child(n+9) {
    display: none;
}

div.wpforms-container-full .wpforms-form em.wpforms-error{
    color : #ffffff !important;
    padding : 0px !important;
    margin-top: 5px !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error::before{
    content: unset !important;
}

.sup_soul h2::after {
    content: none !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #EEE;
}

.recentre h3{
    margin-top : 0px !important;
}