/* 
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 */
.es-form-field-container {
    display: flex;
    justify-content: center;
}
.gjs-cell input#esfpx_email_30f6524c20271 {
    width: 477px !important;
    height: 52px !important;
}
.gjs-cell input[type="submit"] {
    width: 115px !important;
    height: 52px !important;
    margin-left: 6px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
ul.post-meta-categories {
    pointer-events: none !important;
}
section#header-sec {
    position: fixed;
    left: 0;
    right: 0;
}
.dialog-widget-content.dialog-lightbox-widget-content.animated {
    width: 60% !important;
}

#elementor-popup-modal-715 .dialog-message {
    width: 100% !important;
}

@media only screen and (max-width: 1000px ) {
	.elementor-22 .elementor-element.elementor-element-c8bd3ae nav.hfe-dropdown li a.hfe-menu-item {
    	text-transform: uppercase !important;
	}
	.es-form-field-container {
		display: block !important;
	}
	.gjs-cell input#esfpx_email_30f6524c20271 {
		width: 100% !important;
	}
	.gjs-cell input[type="submit"] {
		width: 100% !important;
		margin: 0 !important;
	}
}