/* 
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 */
#footerForm .elementor-widget-wrap{
    outline: 2px solid var(--e-global-color-primary);
    outline-offset: -15px;
}
#gform_fields_1 li.hidden_label input, #gform_fields_3 li.hidden_label input, #gform_fields_5 li.hidden_label input, #gform_fields_4 li.hidden_label input{margin-top: -5px;}

ul {
	margin-bottom: 20px;
}


/* Modal Background */

.pa-popup .elementor-image-box-img img {
    height: 50px;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 90%; 
}

@media (min-width: 1200px) {
    .modal-content {
        width: 60%; 
    }
}

.modal-content .modal-title {
    display: block;
    color: var( --e-global-color-primary );
    font-size: 42px;
    margin-bottom: 25px;
}

.modal-content a {
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Hide the content by default */
.elementor-image-box-description {
    display: none;
}

