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

#parallax1,
#parallax3 {
  transform: rotate(2deg);
}

#parallax2,
#parallax4 {
  transform: rotate(-2deg);
}

.lista li {
  margin: 30px 0;
}
h2 {
  text-align: center;
  margin: 60px 0 !important;
}
h2:after {
  position: absolute;
  content: "";
  background: #4b83ab;
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  margin-top: 60px;
}

.elementor-testimonial__text {
  min-height: 340px;
}

#szamolj-form button {
  background-color: white !important;
  background-image: linear-gradient(90deg, #052c4d 0%, #1a5f97 100%) !important;
}

.elementor-testimonial__content {
  box-shadow: 0 4px 16px 0 rgb(19 26 44 / 2%), 0 0 32px 0 rgb(19 26 44 / 10%);
}

header {
  z-index: 1000;
}
@media only screen and (min-width: 380px) {
  #gombok a {
    width: 12rem !important;
  }
}
@media only screen and (max-width: 379px) {
  #gombok a {
    width: 10rem !important;
  }
}
