/* 
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 */
header#site-header {
    display: none;
}
footer#site-footer {
    display: none;
}
body{
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden !important;
}
.auto-pra ul {
    padding-inline-start: 25px;
}
.auto-pra ul li {
    padding-bottom: 20px;
}
.newsletter-form button.elementor-button span.elementor-button-content-wrapper {
    position: absolute;
    top: -42px;
}

.form-show {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease; 
}

.form-show.show {
  opacity: 1;
  visibility: visible;
  max-height: 500px; 
}
#form-open {
	cursor: pointer;
}
.slick-slider-res .box-hover:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.elementor-message.elementor-message-danger {
    color: #000;
}