/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769003249
Updated: 2026-01-21 13:47:29

*/
:root {
  --linkhover: #943300;
}
a {
  color: rgb(51, 51, 51);
}
a:hover {
  color: var(--linkhover) !important;
  transition: all 0.3s ease-in-out;
}

header .current-menu-item .hfe-menu-item,
footer .current-menu-item .hfe-menu-item {
  font-weight: 700;
}
.footercontact:hover {
  border-color: var(--linkhover);
}
.footercontact a {
  display: block;
}
.footercontact a:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1) !important;
}

.elementor-element .swiper .elementor-swiper-button {
  padding: 10px;
  background-color: rgb(49, 48, 48);
}

.brands .swiper-wrapper {
  align-items: center;
}

.cimlink h2 a {
  display: block;
}

.cimlink h2 a:hover {
  transition: all 0.3s ease-in-out;
  color: var(--linkhover) !important;
  transform: scale(1.1) !important;
}

.wpcp-swiper-wrapper {
  margin-bottom: 0 !important;
}

.wpcpro-wrapper .wpcp-single-item:not(.insta-item).wcp-video-item i,
.wpcpro-wrapper .wpcp-single-item:not(.insta-item).wcp-video-item i {
  font-size: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.wpcpro-wrapper .wpcp-carousel-section.nav-vertically-inner-and-outer .wpcp-next-button,
.wpcpro-wrapper .wpcp-carousel-section.nav-vertically-inner-and-outer .wpcp-prev-button {
  width: 45px !important;
  height: 45px !important;
}

.top150 {
  position: sticky !important;
  top: 150px !important;
}

.sajatform label {
  width: 100%;
  font-weight: 700;
}
.sajatform label span {
  font-weight: 400;
}
.sajatform .wpcf7-form-control.wpcf7-text,
.sajatform .wpcf7-form-control.wpcf7-textarea,
.sajatform .wpcf7-form-control.wpcf7-text:focus-visible,
.sajatform .wpcf7-form-control.wpcf7-textarea:focus-visible {
  border-radius: 0;
  border: thin solid #c6c6c6;
  outline: none;
}

.sajatform .wpcf7-form-control.wpcf7-textarea {
  height: 70px;
}
.wpcf7-form-control:focus,
.wpcf7-form-control:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.sajatform .wpcf7-form-control.wpcf7-text,
.sajatform .wpcf7-form-control.wpcf7-textarea,
 .sajatform .wpcf7-form-control.wpcf7-select {
  margin-top: 10px;
}

.sajatform .wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background-color: #313030;
  font-family: "Wix Madefor Display", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  width: 100%;
}
.sajatform .wpcf7-list-item {
  display: block;
}

/* CF7 form legyen flex konténer */
.wpcf7-form {
  display: flex;
  flex-direction: column;
}

/* Turnstile menjen a végére */
.wpcf7-turnstile {
  order: 90;
  margin: 20px 0;
}

/* Submit gomb maradjon legalul */
.wpcf7-submit {
  order: 100;
}
