/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme - modified by Kreatív Vonalak for nemesugyved.hu
 Author:       Kreatív Vonalak
 Author URI:   https://www.kreativvonalak.hu
 Template:     generatepress
 Version:      0.1.3
 License:      All right reserved!
 Text Domain:  nemesugyved
*/


/* HEADER */
.top-bar {
  z-index: 11;
  position: relative;
  transition: 0.33s all;
  margin-bottom: -44px;
  background-color: transparent !important;
}
.top-bar .inside-top-bar {
  padding: 10px 20px !important;
}
.top-bar aside p {
  margin: 0;
}
.language-list {
  display: flex;
}
.language-list li {
  margin: 0 !important;
}
.language-list li>* {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-family: "Barlow";
}
.language-list li span {
  font-weight: 700;
}
.language-list li span::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 5px;
  background-color: #D72B26;
  height: 6px;
  width: calc(100% - 10px);
}
.site-header {
  z-index: 9;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.33s all;
  background-color: transparent !important;
}
body.admin-bar .site-header {
  margin-top: 32px;
}
body:not(.home) .site-header {
  background-color: #fafafa !important;
}
.site-header.scrolled {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.06);
  background-color: #fafafa !important;
}
.site-header .site-logo img {
  transition: 0.33s all;
}
.site-header.scrolled .site-logo img {
  width: 90px;
}
.site-header.scrolled .main-navigation .main-nav ul {
  margin-top: 0px;
}
.inside-header {
  transition: 0.33s all;
  padding: 20px 20px !important;
}
body:not(.home) .site-header:not(.scrolled) .inside-header {
  padding-bottom: 50px !important;
}
.main-navigation .main-nav ul {
  transition: 0.33s all;
  margin-top: 10px;
}
.main-navigation .main-nav ul li a {
  font-family: "Barlow Condensed";
  font-size: 22px;
  padding-right: 22px;
  padding-left: 22px;
  transition: 0.33s all;
  line-height: 48px;
  font-weight: 400;
  color: #000;
}
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item a {
  color: #D72B26;
}
.main-navigation .main-nav ul li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #D72B26;
}
.main-navigation .main-nav ul li:nth-last-child(1) a::after, .main-navigation .main-nav ul li:nth-last-child(2) a::after {
  display: none;
}
.main-navigation .main-nav ul li:last-child {
  border-radius: 50px;
  transition: 0.33s all;
  margin-left: 22px;
  border: 3px solid #D72B26;
}
.main-navigation .main-nav ul li:last-child a {
  padding-left: 34px;
  padding-right: 54px;
  transition: 0.33s all;
  font-weight: 500;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.top-bar .widget_search {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  display: none !important;
  justify-content: center;
  align-items: center;
}
.top-bar .widget_search.active {
  margin: 0;
  display: flex !important;
}
.top-bar .search-module {
  margin-bottom: -6px;
  cursor: pointer;
  margin-right: 36px;
}
.top-bar .search-module:hover {
  filter: invert(20%) sepia(82%) saturate(2487%) hue-rotate(354deg) brightness(104%) contrast(83%);
}
.top-bar .widget_search form {
  max-width: calc(100% - 40px);
}
.top-bar .widget_search .wp-block-search__inside-wrapper {
  width: 576px;
  display: flex;
  max-width: 100%;
}
.top-bar .widget_search form label {
  position: absolute !important;
  width: 72px;
  height: 72px;
  clip: unset !important;
  clip-path: initial;
  font-size: 0px !important;
  content: "";
  cursor: pointer;
  top: 80px;
  right: 60px;
  color: #fff;
  transform: rotate(45deg);
}
.top-bar .widget_search form label::after {
  position: absolute;
  content: "+";
  width: 72px;
  height: 72px;
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  font-family: "Barlow";
}
.top-bar .widget_search .wp-block-search__inside-wrapper input {
  width: calc(100% - 72px);
  font-size: 20px;
  font-family: "Barlow";
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 10px 0 0 10px;
  padding: 20px;
}
.top-bar .widget_search .wp-block-search__inside-wrapper button {
  width: 72px;
  border-radius: 0 10px 10px 0;
  background-image: url('assets/images/search-icon.svg');
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  padding: 20px 0;
}
.top-bar .widget_search .wp-block-search__inside-wrapper button svg {
  opacity: 0;
}

/* CONCENT */
body.home .entry-header {
  display: none;
}
body.home h1 span {
  color: #D72B26;
}
body.home .hero-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 71.25%;
  height: 100%;
  border-radius: 0 0 0 10px;
  background-image: url('assets/images/main-hero.jpg');
  background-size: cover;
  background-position: center center;
}
h2.elementor-heading-title span {
  color: #D72B26;
}
.site-main {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
  margin-top: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
  padding: 0;
}
body:not(.home) article .entry-header {
  padding: 250px 20px 0px 20px;
}
.breadcrumb-list {
  margin: 0;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
}
.breadcrumb-list li a {
  padding-right: 40px;
  background-image: url('assets/images/breadcrumb-arrow.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.breadcrumb-list li>* {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat";
  text-decoration: none;
  color: #9B9B9B;
}
body:not(.home) article .entry-header h1 {
  font-family: 'Montserrat' !important;
  font-size: 55px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.included-link a {
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  font-weight: 600;
  color: #D72B26;
  transition: 0.33s all;
  font-size: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
}
.included-link a:hover {
  color: #000;
}
:not(.elementor-button-info) .elementor-button-text {
  font-family: "Barlow", sans-serif !important;
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow-white.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
.elementor-button-info .elementor-button-text {
  font-family: "Barlow", sans-serif !important;
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 20px;
  width: 166px;
  height: 137px;
  background-image: url('assets/images/qm.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-carousel .card_carousel_text {
  margin-bottom: 25px;
}
.testimonial-carousel .owl-prev {
  width: 66px !important;
  height: 44px !important;
  border: 3px solid #D72B26 !important;
  border-radius: 30px !important;
  background-image: url('assets/images/btn-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  top: 254px !important;
  filter: grayscale(100%);
  opacity: 0.33;
  left: -50% !important;
  transform: scaleX(-1);
}
.testimonial-carousel .owl-next {
  width: 66px !important;
  height: 44px !important;
  border: 3px solid #D72B26 !important;
  border-radius: 30px !important;
  background-image: url('assets/images/btn-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  top: 254px !important;
  transition: 0.33s all;
  filter: grayscale(100%);
  opacity: 0.33;
  left: calc(-50% + 80px) !important;
}
.testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.testimonial-carousel .owl-prev i, .logo-carousel .owl-next i {
  display: none;
}
.logo-carousel .swiper-slide-inner {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
}
.logo-carousel .swiper-slide-inner img {
  filter: grayscale(100%);
}
.eael-grid-post .eael-grid-post-holder .eael-entry-wrapper {
  padding: 0;
}
.eael-grid-post .eael-entry-thumbnail>img {
  max-width: 600px;
  border-radius: 10px;
}
.eael-grid-post-holder .post-carousel-categories {
  bottom: -40px;
  top: auto;
  padding: 0;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.post-carousel-categories a {
  transition: 0.33s all;
  margin-right: 10px;
  color: #9B9B9B !important;
  font-size: 15px;
  font-weight: 500;
}
.post-carousel-categories li::after {
  display: none;
}
.post-carousel-categories a::before {
  position: relative;
  content: "#";
}
.post-carousel-categories a:hover {
  color: #000 !important;
}
.eael-grid-post-holder .eael-entry-media {
  overflow: visible;
}
.eael-post-elements-readmore-btn {
  display: inline-block !important;
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  transition: 0.33s all;
  background-repeat: no-repeat;
}
.posts-list-style .eael-grid-post-holder-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; /* EAEL upődate */
}
.posts-list-style .eael-grid-post-holder-inner .eael-entry-media {
  width: 45%;
}
.posts-list-style .eael-grid-post-holder-inner .eael-entry-wrapper {
  width: 55%;
}
.posts-list-style .post-carousel-categories {
  top: 20px;
  bottom: auto;
  width: 266.6666%;
  left: calc(100% + 25px);
}
.main-blog .posts-list-style .eael-grid-post-holder-inner .eael-entry-media {
  width: 50%;
}
.main-blog .posts-list-style .eael-grid-post-holder-inner .eael-entry-wrapper {
  width: 50%;
}
.main-blog .posts-list-style .post-carousel-categories {
  left: calc(100% + 50px);
}
.tablet-view {
  display: none;
}
.interactive-tabs .tab {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin: 24px 0;
  padding: 40px;
}
.interactive-tabs .tab h3 {
  color: #000;
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
}
.interactive-tabs .tab p {
  color: #000;
  font-family: "Barlow";
  font-size: 20px;
  height: 34px;
  overflow: hidden;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}
.interactive-tabs .tab.active {
  padding: 60px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
  margin-left: -80px;
}
.interactive-tabs .tab.active p {
  height: auto;
}
.elementor .interactive-tab-images img {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: unset;
  width: 48vw;
  opacity: 0;
  border-radius: 10px;
}
.interactive-tab-images img.active {
  opacity: 1;
}
.elementor-accordion-item {
  border-right: 0 !important;
  border-left: 0 !important;
}
.elementor-accordion-item:first-child {
  border-top: 0 !important;
}
.elementor-accordion-item:last-child {
  border-bottom: 0 !important;
}
.elementor-accordion-item svg {
  margin-top: 5px;
}
.process-arrows::before {
  position: absolute;
  content: "";
  top: calc(50% - 22px);
  left: -32px;
  width: 54px;
  height: 44px;
  background-image: url('assets/images/step-arrow.svg');
}
.process-arrows::after {
  position: absolute;
  content: "";
  top: calc(50% - 22px);
  right: -32px;
  width: 54px;
  height: 44px;
  background-image: url('assets/images/step-arrow.svg');
}
.legnepszerubb .elementor-widget-container {
  line-height: 1.25;
}
.gallery-icon {
  width: 100%;
  height: 100%;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.gallery figure {
  float: left;
}
.gallery figure:first-child {
  width: 42%;
  max-width: unset !important;
  height: 730px;
}
.gallery figure:nth-child(2) {
  width: 31%;
  max-width: unset !important;
  height: 390px;
}
.gallery figure:nth-child(3) {
  width: 27%;
  max-width: unset !important;
  height: 390px;
}
.gallery figure:nth-child(4) {
  width: 58%;
  max-width: unset !important;
  height: 340px;
}
.gallery figure:nth-child(n+5) {
  width: 50%;
  max-width: unset !important;
  height: 320px;
}
.elementor-image-box-description a {
  display: inline-block;
  font-weight: 600;
  color: #D72B26;
  transition: 0.33s all;
  font-size: 20px;
  margin-top: 5px;
}
.elementor-image-box-description a span {
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  padding-right: 24px;
  background-repeat: no-repeat;
}
.elementor-image-box-description a:hover {
  color: #000;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.form-row-first {
  width: 50%;
  padding-right: 6px;
}
.form-row-last {
  width: 50%;
  padding-left: 6px;
}
.form-row-wide {
  width: 100%;
}
.wpcf7-form p {
  margin-bottom: 12px;
}
.wpcf7-form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('assets/images/accordion-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px center;
}
.wpcf7-form select option {
  font-family: "Barlow", sans-serif;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 17px;
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 400;
  border: none;
  color: #000;
}
.wpcf7-form input[type="text"].wpcf7-not-valid, .wpcf7-form input[type="email"].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  box-shadow: inset 0px 0px 0px 2px #D72B26;
}
.wpcf7-acceptance label {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-acceptance {
  font-family: "Barlow", sans-serif;
  display: flex;
  margin-top: 15px !important;
  font-size: 17px;
}
.wpcf7-acceptance a {
  font-weight: 700;
  color: #D72B26;
}
.wpcf7-acceptance label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance input[type="checkbox"]::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 5px;
  border-radius: 3px;
  border: 2px solid #F5F5F5;
  background-color: #F5F5F5;
  left: 0;
  height: 36px;
  width: 36px;
}
.wpcf7-acceptance input[type="checkbox"]::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 11px;
  width: 10px;
  height: 20px;
  border: solid white;
  border: solid #F5F5F5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-acceptance input[type="checkbox"]:checked::before {
  border-color: #D72B26;
  background-color: #D72B26;
}
.wpcf7-acceptance.wpcf7-not-valid input[type="checkbox"]::before {
  border-color: #D72B26;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form input[type="submit"] {
  width: auto;
  margin: 30px auto 0;
  padding: 14px 60px 14px 35px;
  font-size: 20px;
  transition: 0.33s all;
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right 35px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #D72B26;
}
.wpcf7-form input[type="submit"]:hover {
  color: #D72B26;
}
.eael-load-more-button .eael_load_more_text {
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
.eael-load-more-button-wrap .eael-button .eael-btn-loader,
.eael-load-more-button-wrap .eael-load-more-button .eael-btn-loader {
  margin-right: 15px;
  border-top: 3px solid #D72B26;
  border-right: 3px solid #D72B26;
  border-bottom: 3px solid #D72B26;
}
.wpcf7-spinner {
  vertical-align: middle;
  margin: 30px 0 0 15px;
}
.wpcf7-response-output {
  width: 100%;
  text-align: center;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}

.elementor-widget-text-editor img {
  border-radius: 10px;
}
.elementor-widget-text-editor h2 {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-widget-text-editor h3 {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-widget-text-editor h4 {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-widget-text-editor h5 {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-widget-text-editor h6 {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-widget-text-editor a {
  color: #D72B26;
}
.elementor-widget-text-editor p {
  font-family: "Barlow", Sans-serif !important;
  line-height: 1.7 !important;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  color: #000;
  font-family: "Barlow", Sans-serif;
}
.elementor-widget-text-editor ul li::marker, .elementor-widget-text-editor ol li::marker {
  font-weight: 700;
  color: #D72B26;
}
.elementor-widget-text-editor p img {
  margin: 30px 0 25px 0;
}
.elementor-widget-text-editor p img.alignleft {
  margin-right: 25px;
}
.elementor-widget-text-editor p img.alignright {
  margin-left: 25px;
}
.elementor-widget-text-editor p img.aligncenter {
  margin: 0px auto;
}
.elementor-widget-text-editor table {
  color: #000;
  display: block;
  font-family: "Barlow", Sans-serif;
  width: 100% !important;
}
.elementor-widget-text-editor tbody {
  display: block;
  min-width: 768px;
}
.elementor-widget-text-editor table, .elementor-widget-text-editor table td, .elementor-widget-text-editor table th {
  border: none;
}
.elementor-widget-text-editor table tr:nth-child(odd) {
  background-color: #fff4f3;
}
.elementor-widget-text-editor table tr:nth-child(1) {
  color: #fff;
  font-weight: 600;
  background-color: #D72B26;
}
.elementor-widget-text-editor blockquote {
  padding: 10px 20px;
  border-left: 5px solid #D72B26;
}
.elementor-widget-text-editor blockquote::after {
  position: absolute;
  content: '”';
  top: 0;
  right: 70px;
  font-size: 320px;
  line-height: 0.9;
  color: #D72B26;
  opacity: 0.25;
}
body:not(.home).archive article .entry-header, body:not(.home).blog article .entry-header, body:not(.home).search article .entry-header {
  padding: 0;
}
body.archive .site-main, body.blog .site-main {
  display: flex;
  flex-wrap: wrap;
  padding: 250px 20px 20px 20px;
}
body:not(.home).archive .page-header h1, body:not(.home).blog .page-header h1, body:not(.home).search .page-header h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
}
body.archive .site-main header, body.archive .site-main nav, body.blog .site-main header, body.blog .site-main nav, body.search .site-main header, body.search .site-main nav {
  width: 100%;
}
body.archive .site-main header .display-flex, body.search .site-main header .display-flex {
  display: flex;
  flex-wrap: wrap;
}
body.archive .site-main header .display-flex span, body.search .site-main header .display-flex span {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 55px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.25;
  color: #000;
}
body.archive .site-main article, body.blog .site-main article, body.search .site-main article {
  margin-right: 24px;
  margin-bottom: 40px;
  width: calc(33.3333% - 16px);
}
body.archive .site-main article:nth-child(3n+1), body.blog .site-main article:nth-child(3n+1), body.search .site-main article:nth-child(3n+1) {
  margin-right: 0;
}
body.archive .site-main article img, body.blog .site-main article img, body.search .site-main article img {
  border-radius: 10px;
}
body.archive .site-main article .tags a, body.blog .site-main article .tags a, body.search .site-main article .tags a {
  text-decoration: none;
  font-weight: 500;
  color: #9B9B9B;
  font-family: "Montserrat";
  margin-right: 5px;
  font-size: 15px;
}
body.archive .site-main article .tags a:hover, body.blog .site-main article .tags a:hover, body.blog .site-main article .tags a:hover {
  color: #000;
}
body.archive .site-main article .tags, body.blog .site-main article .tags {
  margin-top: 5px;
}
body.archive .site-main article h2, body.blog .site-main article h2 {
  font-weight: 600;
  font-size: 32px;
  font-family: "Barlow";
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.archive .site-main article p, body.blog .site-main article p {
  font-size: 20px;
  font-family: "Barlow";
  max-height: 120px;
  overflow: hidden;
  color: #000;
}
body.archive .site-main article .more-link, body.blog .site-main article .more-link {
  font-family: "Barlow", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: inline-block !important;
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  transition: 0.33s all;
  text-decoration: none;
  margin-top: 20px;
  background-repeat: no-repeat;
}
body.archive .site-main .nav-links, body.blog .site-main .nav-links {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
body.archive .site-main .nav-links a span, body.blog .site-main .nav-links a span {
  display: none;
}
body.archive .site-main .nav-links>*, body.blog .site-main .nav-links>* {
  line-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #D72B26;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin-top: 5px;
}
body.archive .site-main .nav-links>*.current, body.blog .site-main .nav-links>*.current {
  color: #fff;
}
body.archive .site-main .nav-links>a:hover, body.blog .site-main .nav-links>a:hover {
  color: #fff;
}
body.archive .site-main article .more-link:hover, body.blog .site-main article .more-link:hover {
  color: #D72B26;
}
body:not(.home).error404 .site-main {
  padding: 250px 20px;
}
body:not(.home).error404 h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
body:not(.home).error404 .entry-content p {
  font-family: "Barlow";
  color: #000;
  font-size: 20px;
}
body:not(.home).error404 .entry-content a {
  font-family: "Barlow", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: inline-block !important;
  padding-right: 24px;
  background-image: url('assets/images/btn-arrow.svg');
  background-position: right center;
  transition: 0.33s all;
  text-decoration: none;
  margin-top: 20px;
  background-repeat: no-repeat;
}
body:not(.home).error404 .entry-content a:hover {
  color: #D72B26;
}

/* FOOTER */
.site-footer {
  overflow: hidden;
}
.footer-widgets-container {
  padding: 0 20px !important;
}
.inside-footer-widgets {
  flex-wrap: wrap;
}
.footer-widgets .widget {
  margin: 0;
}
.inside-footer-widgets .footer-widget-1::before {
  width: 200%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  background-color: #f8f8f8;
}
.inside-footer-widgets .footer-widget-1 {
  position: relative;
  padding: 60px 0;
}
.inside-footer-widgets .footer-widget-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.inside-footer-widgets .footer-widget-2 .widget_text p {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 1.25;
  color: #000;
}
.inside-footer-widgets .footer-widget-2 .social-link {
  width: 45px;
  height: 45px;
  background-size: 100% auto;
  display: inline-block;
  color: transparent;
  transition: 0.33s all;
  margin-right: 20px;
}
.inside-footer-widgets .footer-widget-2 .social-link:hover {
  opacity: 0.66;
}
.inside-footer-widgets .footer-widget-2 .social-link:last-child {
  margin-right: 0;
}
.inside-footer-widgets .footer-widget-2 .social-link.social-Facebook {
  background-image: url('assets/images/social_fb.svg');
}
.inside-footer-widgets .footer-widget-2 .social-link.social-Instagram {
  background-image: url('assets/images/social_ig.svg');
}
.inside-footer-widgets .footer-widget-2 .social-link.social-YouTube {
  background-image: url('assets/images/social_yt.svg');
}
.inside-footer-widgets .footer-widget-2 .social-link.social-LinkedIn {
  background-image: url('assets/images/social_li.svg');
}
.inside-footer-widgets>div {
  flex: unset;
  width: 100%;
}
.inside-footer-widgets .menu-footer-menu-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-footer-widgets .menu-footer-menu-container ul li {
  margin: 0;
}
.inside-footer-widgets .menu-footer-menu-container ul li a {
  font-family: "Barlow Condensed";
  font-size: 22px;
  font-weight: 400;
  transition: 0.33s all;
  text-decoration: none;
  color: #000;
}
.inside-footer-widgets .menu-footer-menu-container ul li a:hover,
.inside-footer-widgets .menu-footer-menu-container ul li.current-menu-item a {
  color: #D72B26;
}
.inside-footer-widgets .menu-footer-menu-container ul li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: -30px;
  width: 6px;
  height: 6px;
  background-color: #D72B26;
}
.inside-footer-widgets .menu-footer-menu-container ul li:last-child a::after {
  display: none;
}
.site-info {
  border-top: 4px solid #fafafa;
}
.inside-site-info {
  padding: 30px 20px 40px 20px !important;
  flex-wrap: wrap;
}
.footer-bar-align-right .copyright-bar {
  width: 100%;
  display: flex;
  font-family: "Barlow";
  color: #000;
  font-size: 18px;
  justify-content: space-between;
  margin-right: 0;
}
.footer-bar-align-right .copyright-bar .copyright {
  text-align: left;
}
.footer-bar-align-right .copyright-bar .credits {
  text-align: right;
}
.footer-bar-align-right .copyright-bar a {
  text-decoration: none;
}
.footer-bar-align-right .footer-bar {
  text-align: left;
  font-family: "Barlow";
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.25;
  color: #9B9B9B;
}
.footer-bar-align-right .footer-bar p {
  margin: 0;
}
.footer-bar-align-right .footer-bar p a {
  color: #9B9B9B;
}
a.generate-back-to-top {
  border-radius: 10px;
}
.logo-holder {
	position: fixed;
	z-index: 9;
	bottom: 0;
	right: 0;
	max-height: 150px;
	border-top-left-radius: 143px;
	overflow: hidden;
}
.generate-back-to-top.generate-back-to-top__show~div>.grecaptcha-badge {
  right: -500px !important;
}


/* RESZPONZÍV */
@media(max-width: 1360px) {
  .testimonial-carousel-wrapper .owl-carousel, .testimonial-carousel-wrapper .elementor-widget, .testimonial-carousel-wrapper .elementor-widget-wrap, .testimonial-carousel-wrapper .elementor-column {
    position: unset;
  }
  .testimonial-carousel::before {
    left: 32%;
  }
  .testimonial-carousel-wrapper h2.elementor-heading-title {
    text-align: left;
    font-size: 48px !important;
  }
  .testimonial-carousel .owl-prev {
    left: 10px !important;
  }
  .testimonial-carousel .owl-next {
    left: 90px !important;
  }
  .testimonial-carousel-wrapper {
    padding: 120px 40px 40px 40px !important;
  }
  .testimonial-carousel-wrapper .testimonial-carousel .elementor-widget-container {
    margin-right: 0px !important;
    margin-left: 40px !important;
  }
}
@media(max-width: 1200px) {
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }
  .main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul, .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
    display: none;
  }
  .has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }
  .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100%;
  }
  button.menu-toggle {
    background-color: #D72B26 !important;
    border-radius: 10px;
    color: #fff !important;
    line-height: 56px;
  }
  .top-bar {
    margin-bottom: 0;
    position: fixed;
    top: 58px;
    right: 76px;
  }
  .top-bar.scrolled {
    top: 42px;
  }
  .top-bar .search-module {
    margin-right: 0;
  }
  body.admin-bar .site-header {
    margin-top: 0;
  }
  .main-navigation .main-nav ul {
    margin-top: 0px;
  }
  .main-navigation .main-nav ul li:first-child {
    margin-top: 10px;
  }
  .main-navigation .main-nav ul li:last-child {
    margin-left: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .main-navigation .main-nav ul li a::after {
    display: none;
  }
  .main-navigation.sub-menu-right {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.06);
  }
  body.home .hero-bg::before {
    background-position: left -120px center;
  }
  body:not(.home) .site-header:not(.scrolled) .inside-header {
    padding-bottom: 20px !important;
  }
  body:not(.home) article .entry-header {
    padding: 220px 20px 0px 20px;
  }
  .testimonial-carousel .owl-prev, .testimonial-carousel .owl-next {
    top: 160px !important;
  }
  .tablet-view {
  	display: block;
  }
  .desktop-mobile-view {
	display: none;
  }
  .interactive-tab-wrapper {
    height: 100%;
  }
  .interactive-tab-images img {
    width: auto;
    height: calc(100% + 100px);
  }
  .interactive-tabs .tab {
    padding: 30px;
  }
  .interactive-tabs .tab.active {
    padding: 40px;
  }
  .interactive-tabs .tab h3 {
    font-size: 28px;
  }
  .interactive-tabs .tab p {
    font-size: 18px;
  }
  .inside-footer-widgets .menu-footer-menu-container ul li a::after {
    display: none;
  }
  .inside-footer-widgets .footer-widget-2 .social-link {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
@media(max-width: 1024px) {
  .posts-list-style .post-carousel-categories {
    top: 0;
    left: calc(100% + 20px);
  }
  .main-blog .posts-list-style .post-carousel-categories {
    top: 0;
    left: calc(100% + 20px);
  }
  .testimonial-carousel-wrapper h2.elementor-heading-title {
    font-size: 36px !important;
  }
  .testimonial-carousel-wrapper {
    padding: 100px 20px 20px 20px !important;
  }
  .footer-bar-align-right .copyright-bar {
    flex-wrap: wrap;
  }
  .footer-bar-align-right .copyright-bar .copyright, .footer-bar-align-right .copyright-bar .credits {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .inside-footer-widgets .menu-footer-menu-container ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inside-footer-widgets .menu-footer-menu-container ul li {
    margin-right: 20px;
  }
  .inside-footer-widgets .footer-widget-2 {
    flex-wrap: wrap;
  }
  .site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
    width: 50%;
    margin: 10px 0;
  }
}
@media(max-width: 768px) {
  .inside-header {
    padding: 10px 20px !important;
  }
  .site-header .site-logo img {
    width: 92px;
  }
  .site-header.scrolled .site-logo img {
    width: 68px;
  }
  .top-bar {
    top: 34px;
  }
  .top-bar.scrolled {
    top: 22px;
  }
  .main-navigation.sub-menu-right {
    top: 85px;
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-navigation.sub-menu-right::-webkit-scrollbar {
    display: none;
  }
  body.home .hero-bg::before {
    display: none;
  }
  .top-bar .widget_search form label {
    top: 12px;
    right: 6px;
  }
  body:not(.home) article .entry-header {
    padding: 160px 20px 20px 20px !important;
  }
  body:not(.home) article .entry-header h1 {
    font-size: 48px;
  }
  body:not(.home) .site-header:not(.scrolled) .inside-header {
    padding-bottom: 10px !important;
  }
  .main-blog .posts-list-style .eael-grid-post-holder-inner .eael-entry-media, .main-blog .posts-list-style .eael-grid-post-holder-inner .eael-entry-wrapper {
    width: 100%;
  }
  .main-blog .posts-list-style .post-carousel-categories {
    top: auto;
    left: 0;
    bottom: -40px;
  }
  .testimonial-carousel-wrapper h2.elementor-heading-title {
    text-align: center;
  }
  .testimonial-carousel-wrapper {
    padding: 40px 0 0 0 !important;
  }
  .testimonial-carousel-wrapper .testimonial-carousel .elementor-widget-container {
    margin-left: 0 !important;
  }
  .tablet-view {
  	display: none;
  }
  .desktop-mobile-view {
	display: block;
  }
  .interactive-tabs .tab.active {
    margin-left: 0;
    padding: 20px;
  }
  .interactive-tab-images img.active {
    position: relative;
    margin-top: -40px;
    top: 0;
    width: 100%;
  }
  .elementor-image-carousel figure {
    max-width: 400px;
    margin: 0px auto !important;
  }
  .interactive-tabs .tab {
    padding: 20px;
  }
  .testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .testimonial-carousel .owl-next {
    top: auto !important;
    margin-top: 0px;
    margin-left: 10px;
    right: 0px !important;
    left: auto !important;
    position: relative !important;
  }
  .testimonial-carousel .owl-prev {
    top: auto !important;
    margin-top: 0px;
    margin-right: 10px;
    left: 0px !important;
    position: relative !important;
  }
  .process-arrows::after, .process-arrows::before {
    display: none;
  }
  body.archive .site-main, body.blog .site-main {
    padding: 160px 20px 20px 20px;
  }
  body:not(.home).archive article .entry-header {
    padding: 0 !important;
  }
  body.archive .site-main article, body.blog .site-main article {
    width: calc(50% - 16px);
    margin-right: 32px;
  }
  body.archive .site-main article:nth-child(3n+1), body.blog .site-main article:nth-child(3n+1) {
    margin-right: 32px;
  }
  body.archive .site-main article:nth-child(2n+1), body.blog .site-main article:nth-child(2n+1) {
    margin-right: 0;
  }
  body:not(.home).archive .page-header h1, body:not(.home).blog .page-header h1 {
    font-size: 36px;
  }
  body.archive .site-main header .display-flex span {
    font-size: 36px;
  }
  .footer-bar-active .inside-site-info {
    flex-direction: column-reverse;
  }
  .inside-footer-widgets>div:not(:last-child) {
    margin-bottom: 0;
  }
}
@media(max-width: 576px) {
  .included-link a {
    margin-left: 0;
    margin-right: 50%;
    font-size: 18px;
  }
  .top-bar .inside-top-bar {
    padding: 10px 0 !important;
  }
  .main-navigation.sub-menu-right {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    background-color: #fafafa;
  }
  .site-header.scrolled .main-navigation .main-nav ul li:not(:last-child) a {
    padding-right: 0;
    padding-left: 0;
  }
  .site-header.scrolled .main-navigation .main-nav ul li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-footer-widgets .menu-footer-menu-container ul {
    justify-content: flex-start;
  }
  .inside-footer-widgets .menu-footer-menu-container ul li {
    margin-right: 20px;
  }
  .inside-footer-widgets .menu-footer-menu-container ul li {
    margin-right: 0px;
    width: 50%;
  }
  .language-switcher {
    display: none;
  }
  button.menu-toggle {
    margin-right: -20px;
    border-radius: 10px 0 0 10px;
  }
  .top-bar {
    right: 64px;
  }
  body:not(.home) article .entry-header h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .gallery figure {
    width: 50% !important;
    height: 200px !important;
  }
  .form-row-first, .form-row-last {
    padding: 0;
    width: 100%;
  }
  .wpcf7-acceptance {
    font-size: 14px;
  }
  .elementor-widget-text-editor h2 {
    font-size: 36px;
  }
  .elementor-widget-text-editor h3 {
    font-size: 28px;
  }
  .elementor-widget-text-editor h4 {
    font-size: 24px;
  }
  .elementor-widget-text-editor h5 {
    font-size: 22px;
  }
  .elementor-widget-text-editor blockquote {
    font-size: 18px;
    padding: 5px 0 5px 20px;
  }
  .elementor-widget-text-editor table {
    overflow-x: scroll;
  }
  .elementor-widget-text-editor p img.alignleft, .elementor-widget-text-editor p img.alignright {
    margin-right: 0;
    margin-left: 0;
  }
  body.archive .site-main header .display-flex span {
    width: 100%;
    margin-bottom: -10px;
  }
  body.archive .site-main article, body.blog .site-main article {
    width: calc(100% - 0px);
    margin-right: 0px;
  }
  body.archive .site-main article:nth-child(3n+1), body.blog .site-main article:nth-child(3n+1) {
    margin-right: 0px;
  }
  .site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
    width: 100%;
  }
  .footer-bar-align-right .footer-bar {
    font-size: 14px;
  }
  .inside-site-info {
    padding: 30px 20px 20px 20px !important;
  }
  a.generate-back-to-top {
    right: 20px !important;
    bottom: 20px !important;
  }
}
