/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme - modified by Kreatív Vonalak for titem.hu
 Author:       Kreatív Vonalak
 Author URI:   https://www.kreativvonalak.hu
 Template:     generatepress
 Version:      0.0.1
 License:      All right reserved!
 Text Domain:  titem
*/

/* ### HEADER ### */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	transition: 0.33s all;
	z-index: 9;}
.site-header.scrolled {
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);}
.site-header .inside-header {
	transition: 0.33s all;
	padding: 20px 20px;}
.site-header.scrolled .inside-header {
	padding: 0px 20px;}
.site-header .inside-header .site-logo {
	position: relative;}
.site-header .inside-header .site-logo a {
	width: 100%;
	height: 100%;}
.site-header .inside-header .site-logo a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/sticky-logo.svg');
	background-position: center center;
	background-size: 100% auto;
	transition: 0.33s all;
	opacity: 0;
	background-repeat: no-repeat;}
body.dark-header-version .site-header .inside-header .site-logo a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/logo-colored.svg');
	background-position: center center;
	background-size: 100% auto;
	transition: 0.33s all;
	opacity: 1;
	background-repeat: no-repeat;}
body.dark-header-version .site-header .inside-header .site-logo a img {
	opacity: 0;}
body.dark-header-version .site-header.scrolled .inside-header .site-logo a::before {
	opacity: 0;}
.site-header .inside-header .site-logo a img {
	transition: 0.33s all;}
.site-header.scrolled .inside-header .site-logo a img {
	opacity: 0;}
.site-header.scrolled .inside-header .site-logo a::after {
	opacity: 1;}
.site-header .main-navigation {
	background-color: transparent;}
.site-header.scrolled .main-navigation ul li:not(:last-child) a {
	color: #00263D;}
.site-header.scrolled .main-navigation ul li:not(:last-child) a:hover, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	color: #BA802C;}
body.dark-header-version .site-header .main-navigation ul li:not(:last-child) a {
	color: #00263D;}
body.dark-header-version .site-header .main-navigation ul li:not(:last-child) a:hover {
	color: #BA802C;}
body.dark-header-version .main-navigation ul li.menu-item-has-children a::after {
  	filter: brightness(0) saturate(100%) invert(9%) sepia(57%) saturate(2936%) hue-rotate(182deg) brightness(92%) contrast(101%);}
.site-header .main-navigation ul li a {
	font-size: 17px;
	transition: 0.33s all;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	font-family: "Barlow";}
.site-header .main-navigation ul li:last-child a {
	background-color: #00263d;
	border-radius: 60px;
	padding-left: 30px;
	letter-spacing: -0.3px;
	padding-right: 30px;
	border-bottom: 4px solid #000;
	margin-left: 20px;}
.site-header .main-navigation ul li.menu-item-has-children a {
	margin-right: 20px;
	padding-right: 20px;}
.site-header .main-navigation ul li.menu-item-has-children a::after {
	position: absolute;
	content: "";
	width: 20px;
	transition: 0.1s all;
	height: 100%;
	background-image: url('assets/images/menu-arrow.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;}
.site-header .main-navigation ul li.menu-item-has-children:hover a::after, .site-header.scrolled .main-navigation ul li.menu-item-has-children:hover a::after {
	filter: brightness(0) saturate(100%) invert(50%) sepia(67%) saturate(489%) hue-rotate(356deg) brightness(94%) contrast(87%);}
.site-header.scrolled .main-navigation ul li.menu-item-has-children a::after {
	filter: brightness(0) saturate(100%) invert(9%) sepia(57%) saturate(2936%) hue-rotate(182deg) brightness(92%) contrast(101%);}
.site-header:not(.scrolled) .main-navigation ul li.menu-item-has-children.current_page_item a::after {
	filter: brightness(0) saturate(100%) invert(50%) sepia(67%) saturate(489%) hue-rotate(356deg) brightness(94%) contrast(87%);
}
.site-header .dropdown-menu-toggle {
	display: none;}
.site-header .main-navigation ul li ul {
	background-color: #fff;
	border-radius: 8px;
	width: 240px;
	margin-top: 20px;
	border: none;
	box-shadow: 1px 5px 25px rgba(0, 0, 0, 0.1);
	margin-left: -40px;
	padding: 30px 30px;}
.site-header .main-navigation ul li ul::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	top: -20px;}
.site-header .main-navigation ul li ul::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 32px;
	top: -12px;
	background-color: #fff;
	transform: rotate(-45deg);
	left: calc(50% - 16px);
	border-radius: 8px;}
.site-header .main-navigation ul li ul li a {
	color: #00263D;
	font-weight: 600;
	margin: 0 !important;
	padding-left: 30px;
	font-size: 17px;
	padding-right: 0px !important;
	font-family: "Barlow";}
.site-header .main-navigation ul li ul li a::after {
	display: none;}
.site-header .main-navigation ul li ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 20px;
	transition: 0.1s all;
	height: 100%;
	background-image: url('assets/images/submenu-icon.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;}
.site-header .main-navigation ul li ul li:last-child a {
	color: #00263D;
	border: none;
	margin: 0;
	padding-left: 30px;
	padding-right: 20px;
	background-color: transparent;}

/* ### CONTENT ### */
.flexbox {
	display: flex;}
h1 small {
	font-size: 0.67em;
	font-style: italic;
	line-height: 1.15;
  	display: block;
  	margin-top: 20px;}
.xstep-carousel .card_carousel_title b {
	font-size: 115px;
  	margin-top: -120px;
  	margin-bottom: -20px;
  	line-height: 1.6;
  	display: block;
  	font-family: "Inria Serif";
  	color: #BA802C;
  	font-weight: 700;}
.xstep-carousel .owl-stage-outer {
	padding: 40px 0;}
.xstep-carousel .ue-carousel-item {
	overflow: visible !important;}
.xstep-carousel .owl-nav {
	margin: 20px 100px 0 auto;
	width: 80px;
	position: relative;}
.xstep-carousel .owl-prev {
	background-image: url('assets/images/button-arrow.svg') !important;
	background-size: 28px auto !important;
	bottom: 0 !important;
	top: auto !important;
	transform: scalex(-1);
	background-position: center center !important;
	background-repeat: no-repeat !important;}
.xstep-carousel .owl-next {
	background-image: url('assets/images/button-arrow.svg') !important;
	background-size: 28px auto !important;
	bottom: 0 !important;
	top: auto !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;}
.bodyshape-carousel figcaption b {
	display: block;
	font-weight: 600;}
.bodyshape-carousel figcaption a {
	border: 1px solid #b3bec5;
  	padding: 10px 25px;
	display: inline-block;
  	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 600;
  	color: #000;}
/*.bodyshape-carousel figcaption p {
	text-transform: lowercase;}*/
.bodyshape-carousel figcaption a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;}
.bodyshape-carousel figcaption a:hover {
	color: #BA802C;}
.bodyshape-carousel .swiper-slide-inner span {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 780px;}
.bodyshape-carousel .swiper-pagination-bullet {
	width: 150px !important;
	border-radius: 0px !important;}
.bodyshape-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 4px solid #00263D;
  	margin-bottom: -2px;
	border-radius: 4px !important;}
.bodyshape-carousel .elementor-image-carousel-wrapper {
	padding-bottom: 80px !important;}
.bodyshape-carousel .swiper-slide-inner {
	overflow: hidden;}
.bodyshape-carousel .swiper-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.33s all;}
.bodyshape-carousel .swiper-slide-inner:hover img {
	transform: scale(105%);}
.testimonial-carousel .owl-dot {
	width: 150px !important;
	border-radius: 0px !important;}
.testimonial-carousel .owl-dot.active {
	border: 4px solid #00263D;
  	margin-bottom: -2px;
	border-radius: 4px !important;}
.testimonial-carousel .owl-stage {
	display: flex;}
.testimonial-carousel .owl-stage .ue-item, .testimonial-carousel .owl-stage .ue-item .ue-carousel-item {
	height: 100%;}
.testimonial-carousel .card_carousel_text {
	padding-bottom: 75px !important;}
.testimonial-carousel .card_carousel_title {
	position: absolute;
	bottom: 40px;}
.testimonial-carousel .owl-stage-outer {
	cursor: grab;}
.general-carousel .elementor-image-carousel-wrapper {
	cursor: grab;}
.general-carousel .swiper-slide-inner span {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 780px;}
.general-carousel .swiper-pagination-bullet {
	width: 150px !important;
	border-radius: 0px !important;}
.general-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 4px solid #00263D;
  	margin-bottom: -2px;
	border-radius: 4px !important;}
.general-carousel .elementor-image-carousel-wrapper {
	margin-left: -500px;
	margin-right: -500px;
	padding-bottom: 80px !important;}
.general-carousel .elementor-swiper-button-prev {
	background-color: #fff;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	left: 22% !important;}
.general-carousel .elementor-swiper-button-next {
	background-color: #fff;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	right: 22% !important;}
.arrows-beaf::before {
	position: absolute;
	content: "";
	top: calc(50% - 15px);
	left: -20px;
	background-image: url('assets/images/button-arrow.svg');
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;}
.arrows-beaf::after {
	position: absolute;
	content: "";
	top: calc(50% - 15px);
	right: -20px;
	background-image: url('assets/images/button-arrow.svg');
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;}
.line-beaf::before {
	position: absolute;
  	content: "";
  	top: calc(50% - 2px);
  	left: calc(-50% + 60px);
  	width: calc(100% - 144px);
  	height: 2px;
  	background-color: #ba802c;}
.line-beaf::after {
	position: absolute;
  	content: "";
  	top: calc(50% - 2px);
  	right: calc(-50% + 60px);
  	width: calc(100% - 144px);
  	height: 2px;
  	background-color: #ba802c;}
.simple-switcher .item {
	flex-wrap: wrap;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;}
.simple-switcher .item.active {
	display: flex;}
.simple-switcher .item .content {
	width: 32%;
	background-color: #fff;
	position: relative;
	padding: 40px 60px 60px 60px;
	border-radius: 4px;}
.simple-switcher .item .content strong {
	font-size: 115px;
	margin-top: -120px;
	margin-bottom: -20px;
	line-height: 1.6;
	display: block;
	font-family: "Inria Serif";
	color: #BA802C;
	font-weight: 700;}
.simple-switcher .item .content h4 {
	font-size: 25px;
	line-height: 1.4;
	font-family: "Inria Serif";
	color: #00263D;
	font-weight: 700;}
.simple-switcher .item .content p {
	font-family: "Barlow";
	font-weight: 400;
	color: #000;
	font-size: 18px;
	margin: 0;}
.simple-switcher .item .ill {
	margin-left: -60px;
	max-height: 500px;
	border-radius: 4px;
	overflow: hidden;
	width: calc(68% + 60px);}
.simple-switcher .item .ill > * {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	border-radius: 4px;}
.simple-switcher .navigation {
	position: absolute;
	bottom: 20px;
	right: calc(70% + 80px);}
.simple-switcher .navigation img {
	width: 28px;
	cursor: pointer;
	height: auto;}
.simple-switcher .navigation img:first-child {
	margin-right: 20px;
	transform: scalex(-1);}
.rotated-switcher {
	display: flex;}
.rotated-switcher .item {
	display: flex;
	margin: 0 10px;
	flex-wrap: wrap;}
.rotated-switcher .item .title {
	width: 100px;
	height: 640px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 8px;}
.rotated-switcher .item.active .title {
	background-color: #00263D;}
.rotated-switcher .item .title h4 {
	position: absolute;
	color: #00263D;
	width: 640px;
	font-family: "Inria Serif";
	font-weight: 700;
	font-size: 28px;
	transform: rotate(-90deg);
	margin: 0;
	text-transform: uppercase;}
.rotated-switcher .item.active .title h4 {
	color: #fff;}
.rotated-switcher .item .content {
	height: 640px;
	width: 0px;
	margin-left: -10px;
	overflow: hidden;}
.rotated-switcher .item.active .content {
	transition: 0.33s all;
	width: calc(100% - 90px);}
.rotated-switcher .item .content > * {
	width: 100%;
	border-radius: 0 8px 8px 0;
	height: 100%;
	object-fit: cover;
	object-position: center center;}
.rotated-switcher .item .content .meta {
	display: none;
	position: absolute;
	top: 100%;
	font-family: "Barlow", Sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	left: 0;
	padding-top: 10px;
	text-align: center;
	height: auto;
	line-height: 1;}
 /* added - KV - start */
.rotated-switcher .item .content span {
	display: block;
	max-width: 900px;
	margin: 20px auto 0;
	font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
/* added - KV - end */
.rotated-switcher .item .content a {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #B3BEC5;
	border-radius: 40px;
	padding: 12px 32px;
}
.rotated-switcher .item .content a:hover {
	color: #BA802C;}
.rotated-switcher .item.active .content .meta {
	display: block;}
.team-beaf::after {
	position: absolute;
	content: "";
	top: -120px;
	right: 0;
	height: calc(100% + 240px);
	width: calc(100% + 360px);
	background-image: url('assets/images/main-team.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;}
.tortenet-beaf::after {
	position: absolute;
	content: "";
	top: -120px;
	right: 0;
	height: calc(100% + 240px);
	width: calc(100% + 360px);
	background-image: url('assets/images/tortenet-beaf-ill.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;}
.titem-shop .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	border-radius: 4px;
	left: 0;
	padding: 240px 60px 60px 60px;
	background: linear-gradient(180deg, #0000, #000);
	width: 100%;}
.titem-shop .elementor-image-box-content a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;}
.titem-shop .elementor-image-box-img {
	overflow: hidden;}
.titem-shop .elementor-image-box-img.hovered img {
	transform: scale(105%);}
.titem-shop .elementor-image-box-content .elementor-image-box-description a {
	color: #fff;
	transition: 0.33s all;
	font-weight: 700;}
.titem-shop .elementor-image-box-content .elementor-image-box-description a:hover {
	color: #BA802C;}
.image-panel .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	border-radius: 4px;
	left: 0;
	padding: 120px 20px 20px 20px;
	background: linear-gradient(180deg, #0000, #000);
	width: 100%;}
.image-panel .elementor-image-box-content a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;}
.image-panel .elementor-image-box-img {
	overflow: hidden;}
.image-panel .elementor-image-box-img.hovered img {
	transform: scale(105%);}
.counter-beaf::before {
	position: absolute;
	content: "";
	left: 0;
	top: -20px;
	height: calc(100% + 40px);
	width: 3px;
	background-color: #ebd9c0;}
.single-post-style .ue_post_grid_item {
	align-items: center;
	flex-direction: unset !important;}
.single-post-style .ue_post_grid_item .uc_content {
	width: 33.3333%;
	margin-left: -240px;
	position: relative;}
.single-post-style .ue_post_grid_item .uc_content .ue_tags_terms a::before {
	position: relative;
	content: "#";}
.single-post-style .ue_post_grid_item .uc_content .uc_more_btn {
	padding-right: 25px !important;
	background-image: url('assets/images/button-arrow.svg');
	background-position: right center;
	background-size: 20px auto;
	background-repeat: no-repeat;}
.multi-post-style .uc-items-wrapper > div:first-child {
	display: none !important;}
.multi-post-style .ue_post_grid_item .uc_content .ue_tags_terms a::before {
	position: relative;
	content: "#";}
.multi-post-style .ue_post_grid_item .uc_content .uc_more_btn {
	padding-right: 25px !important;
	background-image: url('assets/images/button-arrow.svg');
	background-position: right center;
	background-size: 20px auto;
	background-repeat: no-repeat;}
.multi-post-style .uc_content > div {
	display: block !important;}
body:not(.home) .site {
	position: relative;}
body:not(.home) .featured-image {
	max-width: 100%;
	margin: 0;
	height: 960px;
	position: relative;
	width: 100%;}
body:not(.home).strong-overlay .site-header:not(.scrolled) .main-navigation .main-nav > ul > li > a:hover, body:not(.home).strong-overlay .site-header:not(.scrolled) .main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
	color: #fff !important;}
body:not(.home).strong-overlay .site-header:not(.scrolled) .main-navigation .main-nav > ul > li.menu-item-has-children.current_page_item > a::after, body:not(.home).strong-overlay .site-header:not(.scrolled) .main-navigation .main-nav > ul > li.menu-item-has-children > a:hover::after {
	filter: none;}
body:not(.home).strong-overlay .site-header:not(.scrolled) .main-navigation .main-nav > ul > li > a:hover::before {
	width: calc(100% - 30px);
	height: 2px;
	background-color: #fff;
	left: 15px;
	bottom: 0px;
	position: absolute;
	content: "";}
body:not(.home).strong-overlay .featured-image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #0000005c, #0000005c);}
body:not(.home).medium-overlay .featured-image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #0000005c, #0000003b);}
body:not(.home).light-overlay .featured-image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #00000012, #0000);}
body:not(.home) .featured-image img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;}
body:not(.home) .site-main .inside-article {
	padding: 0 20px !important;}
body:not(.home) .site-main .inside-article .entry-header {
	position: absolute;
	padding-right: 240px;
	max-width: calc(100% - 40px);
	bottom: calc(100% + 120px);}
body:not(.home) .site-main .inside-article .entry-header h1 {
	color: #fff;
	font-family: "Inria Serif";
	font-size: 100px;
	line-height: 1.1;
	font-weight: 700;}
body:not(.home) .site-main .inside-article .entry-header .tags {
	margin-top: 15px;
	font-family: "Barlow";
  	font-weight: 500;
  	font-size: 16px;}
body:not(.home) .site-main .inside-article .entry-header .tags a {
	text-decoration: none;
	padding-left: 5px;}
body:not(.home).headerless-subpage .site-main .inside-article .entry-header {
	position: relative;
	padding-right: 0;
	margin-top: 200px;
	bottom: auto;}
body:not(.home).dark-h1-version .site-main .inside-article .entry-header h1 {
	color: #00263D;}
body:not(.home).headerless-subpage .site-main .inside-article .entry-header::before {
	position: absolute;
	content: "";
	width: calc(100% + 200px);
	height: 1px;
	top: -40px;
	background-color: #d9d9d9;
	left: -80px;}
body:not(.home) .breadcrumb-list {
	margin: 0;
	list-style-type: none;
	flex-wrap: wrap;
	display: flex;}
body:not(.home) .breadcrumb-list li {
	margin-bottom: 6px;}
body:not(.home) .breadcrumb-list li:not(:first-child) {
	padding-left: 26px;
	margin-left: 6px;
	background-image: url('assets/images/button-arrow.svg');
	background-repeat: no-repeat;
	background-position: left center;}
body:not(.home) .breadcrumb-list li > * {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Barlow";
	font-weight: 500;
	font-size: 16px;}
body:not(.home).dark-h1-version .breadcrumb-list li > * {
	color: #8D8D8D;}
.tab-switcher-wrapper.elementor-widget {
	position: unset !important}
.tab-switcher {
	display: flex;}
.tab-switcher span {
	display: block;
	background-color: #f9f3ea;
	border-radius: 4px;
	border: 1px solid #d4d5d0;
	cursor: pointer;
	line-height: 1.4;
	font-weight: 700;
	font-size: 26px;
	font-family: "Inria Serif";
	color: #000;
	width: 100%;
	text-align: center;
	margin: 10px;
	padding: 28px;}
.tab-switcher span.active {
	background-color: #fff;
	border-bottom: none;
	border-radius: 4px 4px 0 0;}
.tab-prev {
	width: 76px;
	height: 76px;
	display: flex;
	position: absolute;
	top: calc(50% + 120px);
	z-index: 9;
	left: 0;
	cursor: pointer;
	transform: scalex(-1);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);}
.tab-prev img {
	width: 32px;}
.tab-next {
	width: 76px;
	height: 76px;
	display: flex;
	position: absolute;
	top: calc(50% + 120px);
	z-index: 9;
	right: 0;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);}
.tab-next img {
	width: 32px;}
.tab {
	display: none;}
.tab.active {
	display: block;}
.elementor-widget-text-editor ul li::marker, .elementor-widget-text-editor ol li::marker {
	color: #BA802C;}
.elementor-widget-text-editor table {
	display: block;
  	width: 100%;
  	overflow-x: scroll;}
.elementor-widget-text-editor table tbody {
	display: inherit;
  	min-width: 768px;}
.elementor-widget-text-editor table tr {
	width: 100%;
	display: flex;}
.elementor-widget-text-editor table tr:first-child td {
	background-color: #BA802C;}
.elementor-widget-text-editor h1 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 78px;
  	font-weight: 700;
  	line-height: 1.1em;
  	letter-spacing: -3px;
  	color: #00263D;}
.elementor-widget-text-editor h2 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 64px;
  	font-weight: 700;
  	line-height: 1.1em;
  	letter-spacing: -3px;
  	color: #00263D;}
.elementor-widget-text-editor h3 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 56px;
  	font-weight: 700;
  	line-height: 1.1em;
  	letter-spacing: -3px;
  	color: #00263D;}
.elementor-widget-text-editor h4 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 46px;
  	font-weight: 700;
  	line-height: 1.1em;
  	color: #00263D;}
.elementor-widget-text-editor h5 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 32px;
  	font-weight: 700;
  	line-height: 1.1em;
  	color: #00263D;}
.elementor-widget-text-editor h6 {
	font-family: "Inria Serif", Sans-serif;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 1.1em;
  	color: #00263D;}
.elementor-widget-text-editor blockquote {
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 5px solid #BA802C;}
.elementor-widget-text-editor blockquote::after {
	position: absolute;
	content: '"';
	top: 0;
	right: 0;
	line-height: 0.7;
	opacity: 0.1;
	font-size: 256px;
	color: #BA802C;
	font-family: "Inria Serif";}
.elementor-widget-text-editor img.alignright, .elementor-widget-text-editor img.alignleft, .elementor-widget-text-editor img.aligncenter {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* ### FOOTER ### */
.site-footer {
	padding: 80px 0 0 0;
	background-color: #00263D;}
.footer-widgets {
	background-color: #00263D !important;}
.footer-widgets h4 {
	font-family: "Inria Serif";
	color: #BA802C;
	font-size: 25px;
	font-weight: 700;}
.footer-widgets .widget:not(:first-child) h4 {
	margin-top: 40px;}
.footer-widgets p {
	font-family: "Barlow";
	color: #fff;
	font-size: 18px;
	font-weight: 400;}
.footer-widgets .footer-widget-1 .widget {
	margin-bottom: 20px !important;
	width: 50%;}
.footer-widget-1 {
	padding-right: 80px;}
.footer-widget-1::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	top: 0;
	right: 0;}
.footer-widget-2 {
	padding-left: 80px;}
.footer-widget-1, .footer-widget-2 {
	display: flex;
	flex: 1 !important;
	position: relative;
	flex-wrap: wrap;}
.inside-footer-widgets {
	position: relative;
	padding-bottom: 275px;
	align-items: flex-start;}
.inside-footer-widgets::after {
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: 175px;
	bottom: 0;
	left: 40px;
	background-image: url('assets/images/footer-titem-logo.svg');
	background-size: contain;
	background-position: bottom 20px center;
	background-repeat: no-repeat;}
.footer-widgets .footer-widget-1 .widget:nth-child(1), .footer-widgets .footer-widget-1 .widget:nth-child(3n+1) {
	width: 100%;}
.footer-widgets .widget_nav_menu h2 {
	font-family: "Barlow";
	color: #BA802C;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;}
.footer-widgets .widget_nav_menu ul li a {
	font-family: "Barlow";
	color: #fff;
	padding-bottom: 20px;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;}
.footer-widgets .widget_nav_menu ul li a:hover {
	color: #BA802C;}
.footer-widgets .footer-widget-2 .widget {
	width: 33.3333%;}
.footer-widgets-container {
	padding: 20px !important;}
.inside-site-info {
	padding: 20px !important;}
.copyright-bar {
	width: 100%;
	font-family: "Barlow";
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	color: #8D8D8D;}
.copyright-bar a {
	font-family: "Barlow";
	font-size: 14px;
	color: #8D8D8D;
	text-decoration: none;
	font-weight: 400;}
a.generate-back-to-top {
	background-color: #BA802C !important;}


/* Egyedi Swiper scrollbar stílus */
.add-scrollbar-to-swiper .swiper-scrollbar {
  position: relative !important;
  display: block;
  background: transparent;
  max-width: 890px;
  margin: 0 auto;
  height: 7.2px !important;
  border-radius: 999px;
}
.add-scrollbar-to-swiper .swiper-scrollbar::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.6px;
  margin: auto;
  background-color: #d9d9d9;
}
.add-scrollbar-to-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00263D;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  cursor: grab;
}
.add-scrollbar-to-swiper .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

/* Lépések slider kapcsolódó galéria stílus */
.xstep-carousel-images .elementor-image-gallery .gallery .gallery-item {
	transition: all 1s ease 0s;
}
.xstep-carousel-images .elementor-image-gallery .gallery .gallery-item+.gallery-item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.xstep-carousel-images .elementor-image-gallery .gallery .gallery-item+.gallery-item.is-active {
	opacity: 1;
}
.xstep-carousel .owl-stage {
	background-color: #fff;
}

/* Footer közösségi média ikonok */
.inside-footer-widgets .footer-widget-2 .social-link {
  width: 58px;
  height: 58px;
  background-size: 100% auto;
  display: inline-block;
  color: transparent;
  transition: 0.33s all;
  margin-right: 26px;
}
.inside-footer-widgets .footer-widget-2 .social-link:hover {
  opacity: .65;
}
.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/facebook-ikon.svg') !important;
}
.inside-footer-widgets .footer-widget-2 .social-link.social-Instagram {
  background-image: url('assets/images/instagram-ikon.svg') !important;
}
.inside-footer-widgets .footer-widget-2 .social-link.social-YouTube {
  background-image: url('assets/images/youtube-ikon.svg') !important;
}
.inside-footer-widgets .footer-widget-2 .social-link.social-TikTok {
  background-image: url('assets/images/tiktok-ikon.svg') !important;
}
#block-9 {
	width: 100%;
	margin-top: 60px;
}

.elementor-element.general-carousel .swiper .elementor-swiper-button {
  top: 0;
  bottom: 80px;
  margin: auto;
  transform: translateY(0);
}

/**************/
/* RESPONSIVE */
/**************/

@media ( max-width: 1440px ) {
	body:not(.home).headerless-subpage .site-main .inside-article .entry-header::before {
		width: calc(100% + 40px);
		left: 0;
	}
}
@media ( max-width: 1264px ) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-header .main-navigation ul li:last-child a {
		margin-left: 10px;
	}
	.site-header .main-navigation ul li.menu-item-has-children a {
		margin-right: 10px;
	}
	.site-header .header-image {
		width: 132px;
	}
	.simple-switcher .item .content {
		padding: 40px 30px 30px 30px;
	}
	.general-carousel .elementor-swiper-button-prev {
		left: 14% !important;
	}
	.general-carousel .elementor-swiper-button-next {
		right: 14% !important;
	}
	body:not(.home) .site-main .inside-article .entry-header {
		padding-right: 0;
	}
	body:not(.home) .site-main .inside-article .entry-header h1 {
		font-size: 72px;
	}
	body:not(.home) .featured-image {
		height: 720px;
	}
	.bodyshape-carousel .swiper-slide-inner span {
		height: 460px;
	}
	.footer-widget-1 {
		padding-right: 40px;
	}
	.footer-widget-2 {
		padding-left: 40px;
	}
}
@media (max-width: 1024px) {
	/* MOBILE MENU SWITCHING */
  	.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%;
  	}
	/* ##### */
	
	.site-header .header-image {
		width: 180px;
	}
	button.menu-toggle {
		background-color: #00263D !important;
		border-radius: 32px 0 0 32px;
		line-height: 50px;
		width: 80px;
		margin-right: -20px;
		border-bottom: 4px solid #000;
		background-image: url('assets/images/mobile-menu-icon.svg');
		background-size: 32px auto;
		background-position: center center;
		background-repeat: no-repeat;
		transition: 0.33s all;
	}
	.mobile-menu-open button.menu-toggle {
		margin-right: 260px;
		position: relative;
	}
	button.menu-toggle > span {
		opacity: 0;
	}
	#primary-menu {
		max-height: calc(100vh - 120px);
		overflow-y: scroll;
	}
	#site-navigation {
		background-color: #00263D !important;
		position: absolute;
		margin-top: 0 !important;
		padding-top: 120px;
		top: 0;
		right: 0;
		width: 280px;
		height: 100vh;
		transition: 0.33s all;
		margin-right: -280px;
	}
	#site-navigation.toggled {
		margin-right: 0px;
	}
	.site-content {
		transition: 0.33s all;
	}
	.mobile-menu-open .site-content {
		margin-left: -280px;
	}
	.site-header .main-navigation ul li:not(:last-child) {
		border-bottom: 1px solid #000;
		padding: 10px 30px;
	}
	.site-header .main-navigation ul li:nth-last-child(2) {
		border-bottom: none;
	}
	.site-header .main-navigation ul li:last-child {
		position: absolute;
		top: -80px;
	}
	.site-header .main-navigation ul li:last-child a {
		background-color: #BA802C;
		border: none;
		text-align: center;
		color: #00263D;
		margin-left: 20px;
		margin-right: 20px;
	}
	.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
		display: inline-block;
		opacity: 0;
  		width: 28px;
  		padding: 0;
  		position: absolute;
  		z-index: 9999;
	}
	.site-header .main-navigation ul li ul {
		width: calc(100% + 60px) !important;
		border-radius: 0px;
		margin-top: 10px;
		margin-left: -30px;
		margin-bottom: -10px;
		padding: 20px 0;
		border: none !important;
		background-color: #000;
	}
	.site-header .main-navigation ul li ul::before {
		display: none;
	}
	.site-header .main-navigation ul li ul li:last-child {
		position: relative;
		top: auto;
		padding: 10px 30px;
	}
	.site-header .main-navigation ul li ul li:last-child a {
		text-align: left;
		color: #fff;
	}
	.site-header .main-navigation ul li ul li a {
		color: #fff;
	}
	.site-header .main-navigation ul li ul li a::before {
		left: 30px;
	}
	.site-header .main-navigation ul li.menu-item-has-children.sfHover a::after {
		filter: brightness(0) saturate(100%) invert(50%) sepia(67%) saturate(489%) hue-rotate(356deg) brightness(94%) contrast(87%);
	}
	.site-header.scrolled .main-navigation ul li.menu-item-has-children a::after {
  		filter: none;
	}
	.site-header.scrolled .main-navigation ul li:not(:last-child) a {
		color: #fff;
	}
	.site-header.scrolled .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a {
		color: #ba802c;
	}
	.site-header.scrolled .main-navigation ul li.sfHover:not([class*="current-menu-"]) > a::after {
		filter: brightness(0) saturate(100%) invert(50%) sepia(67%) saturate(489%) hue-rotate(356deg) brightness(94%) contrast(87%);
	}
	body.dark-header-version .site-header .main-navigation ul li:not(:last-child) a {
		color: #fff;
	}
	body.dark-header-version .main-navigation ul li.menu-item-has-children a::after {
		filter: none;
	}
	nav.toggled button.menu-toggle::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url('assets/images/mobile-close-icon.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #00263D;
		border-radius: 80px;
	}
	body:not(.home) .site-main .inside-article .entry-header h1 {
		font-size: 56px;
	}
	body:not(.home) .featured-image {
		height: 560px;
	}
	body:not(.home) .site-main .inside-article .entry-header {
		bottom: calc(100% + 80px);
	}
	.tab-switcher span {
		font-size: 18px;
		padding: 20px 10px;
	}
	.simple-switcher .item .content {
		padding: 40px 20px 20px 20px;
	}
	.simple-switcher .item .content h4 {
		margin-bottom: 10px;
	}
	.simple-switcher .item .content strong {
		font-size: 92px;
	}
	.simple-switcher .navigation {
  		position: relative;
  		bottom: 0;
  		right: auto;
  		text-align: center;
  		margin-top: 25px;
	}
	.simple-switcher .navigation img:first-child {
		margin-right: 40px;
	}
	.single-post-style .ue_post_grid_item .uc_content {
		width: 40%;
		margin-left: -40%;
	}
	.team-beaf::after, .tortenet-beaf::after {
		top: -40px;
		height: calc(100% + 80px);
	}
	.general-carousel .elementor-swiper-button-prev {
		left: 10% !important;
	}
	.general-carousel .elementor-swiper-button-next {
		right: 10% !important;
	}
	.bodyshape-carousel .swiper-slide-inner span {
		height: 640px;
	}
	.footer-widget-1 {
		padding-right: 0px;
	}
	.footer-widget-2 {
		padding-left: 0px;
	}
	.footer-widget-1::after {
		display: none;
	}
	.footer-widgets .footer-widget-2 .widget {
		width: 50%;
	}
	.inside-footer-widgets {
		padding-bottom: 240px;
	}
}
@media ( max-width: 768px ) {
	.simple-switcher .item {
		flex-direction: column-reverse;
	}
	.simple-switcher .item .content {
		width: calc(100% - 20px);
		margin-top: 15px;
		padding: 60px 40px 40px 40px;
	}
	.simple-switcher .item .ill {
		width: 100%;
		margin: 0;
	}
	body:not(.home) .featured-image {
		height: 480px;
	}
	.tab-switcher {
		flex-wrap: wrap;
	}
	.tab-switcher span {
		width: calc(50% - 20px);
	}
	.tab-next, .tab-prev {
		top: 36%;
		width: 64px;
		height: 64px;
	}
	.team-beaf::after, .tortenet-beaf::after {
		top: -40px;
		width: calc(100% + 20px);
		height: 100%;
		left: -10px;
	}
	.general-carousel .elementor-swiper-button-prev {
		width: 64px;
		height: 64px;
		left: -10px !important;
	}
	.general-carousel .elementor-swiper-button-next {
		width: 64px;
		height: 64px;
		right: -10px !important;
	}
	.general-carousel .elementor-image-carousel-wrapper {
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 40px !important;
	}
	.general-carousel .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.elementor-widget-text-editor p  {
		margin-bottom: 1em;
	}
	.elementor-widget-text-editor h1 {
		font-size: 48px;
	}
	.elementor-widget-text-editor h2 {
		font-size: 38px;
	}
	.elementor-widget-text-editor h3 {
		font-size: 32px;
		letter-spacing: 0px;
	}
	.elementor-widget-text-editor h4 {
		font-size: 24px;
	}
	.elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
		font-size: 20px;
	}
	.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
		margin-left: 1.5em;
	}
	.single-post-style .ue_post_grid_item {
		flex-wrap: wrap;
	}
	.single-post-style .ue_post_grid_item .uc_content {
		width: 100%;
		margin-left: 0;
		box-shadow: none;
	}
	.counter-beaf::before {
		display: none;
	}
	.arrows-beaf::before, .arrows-beaf::after {
		display: none;
	}
	.line-beaf::before, .line-beaf::after {
		display: none;
	}
	.bodyshape-carousel .swiper-slide-inner span {
		height: auto;
	}
	.bodyshape-carousel .swiper-slide-inner:hover img {
		transform: scale(100%);
	}
	.testimonial-carousel .owl-dots {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bodyshape-carousel .elementor-image-carousel-wrapper {
		padding-bottom: 60px !important;
	}
	.bodyshape-carousel .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bodyshape-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
		margin-bottom: 0px;
	}
	.rotated-switcher {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	rotated-switcher .item {
		width: 100%;
		margin: 10px 0;
	}
	.rotated-switcher .item .title {
		width: 100%;
		height: 56px;
	}
	.rotated-switcher .item .content {
		width: 100% !important;;
		height: 0;
		margin-left: 0;
		margin-top: -10px;
	}
	.rotated-switcher .item.active .content {
		height: 360px;
		position: relative;
	}
	.rotated-switcher .item .content > * {
		border-radius: 8px;
	}
	.rotated-switcher .item .content a {
		font-size: 0px;
		width: 32px;
		height: 56px;
		background-image: url('assets/images/button-arrow.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 32px auto;
		filter: brightness(0) invert(1);
		left: auto;
		right: 0;
		border: none;
		background-color: transparent;
	}
	.rotated-switcher .item .title h4 {
		position: relative;
		transform: rotate(0deg);
		bottom: 0 !important;
		left: 0 !important;
		font-size: 18px;
		line-height: 56px;
		padding: 0 20px;
		width: 100%;
	}
	.xstep-carousel .owl-nav {
		margin-right: auto !important;
	}
	.footer-widget-1 {
		width: 100%;
	}
	.footer-widget-2 {
		width: 100%
	}
	.footer-widgets .footer-widget-2 .widget {
		width: 33.3333%;
	}
	.inside-footer-widgets {
		padding-bottom: 160px;
	}
	.inside-footer-widgets::after {
		width: 100%;
		left: 0;
	}
	.copyright-bar {
		flex-wrap: wrap;
	}
	.copyright-bar, .credits {
		width: 100%;
	}
}

@media ( max-width: 576px ) {
	.site-header .header-image {
		width: 132px;
	}
	.site-header .inside-header .site-logo {
		margin-right: -120px;
	}
	body:not(.home).headerless-subpage .site-main .inside-article .entry-header {
		margin-top: 160px;
	}
	.mobile-menu-open .site-header .inside-header .site-logo {
		height: 96px;
		width: 0px;
	}
	.mobile-menu-open .site-header.scrolled {
		background-color: transparent;
		box-shadow: none;
	}
	.mobile-menu-open .site-header.scrolled .inside-header {
		padding: 20px 20px;
	}
	body:not(.home) .site-main .inside-article .entry-header {
		bottom: calc(100% + 20px);
	}
	body:not(.home) .site-main .inside-article .entry-header h1 {
		font-size: 48px;
	}
	.titem-shop .elementor-image-box-content {
		padding: 120px 20px 20px 20px;
	}
	.footer-widgets .footer-widget-1 .widget {
		width: 100%;
	}
	.footer-widgets .footer-widget-2 .widget {
		width: 50%;
	}
	.footer-widgets .footer-widget-2 .widget:last-child {
		width: 100%;
	}
	.footer-widgets .footer-widget-2 .widget:last-child ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widgets .footer-widget-2 .widget:last-child ul li {
		width: 50%;
	}
	.site-footer {
		padding: 40px 0 0 0;
	}
	.inside-footer-widgets {
		padding-bottom: 0;
	}
	.inside-footer-widgets::after {
		display: none;
	}
	.generate-back-to-top {
		bottom: 20px !important;
		right: 20px !important;
	}
}
