/*

Theme Name: MOBAgard

Author: Lévai Dániel

Author URI: 

Description: Kapcsolat: danolevai@gmail.com

Version: 1.0.0

License: 

License URI: 

Text Domain: basicdev

*/
/* Box sizing

--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Typography

--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color);
	font-family: 'Raleway', sans-serif;
	font-size: var(--font-size);
	line-height: 1.1666666667em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
	position: relative;
	z-index: 1;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color);
	text-decoration: none;
}

strong {
	font-weight: 700
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: rgba(181, 144, 81, 0.5);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements

--------------------------------------------- */
body {
	background: #fff;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

@media screen and (min-width: 992px) {
	.container {
		width: calc(1556px + 60px);
		padding: 0px 30px;
	}
}

* {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.wow {
	visibility: hidden;
}

.button {
	text-align: center;
	font-size: 20px;
	border-radius: var(--radius);
	padding: 0 18px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: var(--yellow);
	font-weight: 500;
}

@media screen and (max-width: 992px) {
	.button {
		padding: 0 22px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
}

/* .button:hover {

	background: #fff;

} */
.validation_error {
	display: none;
}

.validation_message {
	font-size: 14px;
	text-align: left;
}

input[type="email"],
input[type="phone"],
input[type="text"] {
	height: 30px;
	line-height: 30px;
	border: 1px solid var(--color);
	border-radius: 0;
}

input[type="submit"] {
	text-align: center;
	font-size: 20px;
	border-radius: var(--radius);
	padding: 0 18px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: var(--yellow);
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.wpcf7-form-control-wrap {
	margin-top: 5px;
	display: block;
}

textarea {
	padding-top: 10px;
	border: 1px solid var(--color);
	resize: none;
}

input[type="email"]::placeholder {
	color: #000;
}

@media screen and (max-width: 768px) {
	input[type="email"] {}
}

@media (max-width: 567px) {
	input[type="email"] {}
}

.lity-iframe video {
	width: 100%;
	height: 100%;
}

.lity-iframe,
.lity-iframe div,
.lity-inline,
.lity-inline div,
.lity-youtube,
.lity-youtube div,
.lity-vimeo,
.lity-vimeo div {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: inherit;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	align-self: center;
}

figure {
	margin: 1em 0;
}

table {
	width: 100%;
}

/* Navigation */
#masthead {
	width: 100%;
	z-index: 99999;
	color: var(--color);
	background: #fff;
	height: 60px;
}

#masthead .headercontent .container {
	justify-content: space-between;
}

@media (max-width: 992px) {
	#masthead #logo img {
		width: 210px;
	}

	.headercontent {
		will-change: transform;
	}
}

#masthead #logo,
#masthead #logo a {
	line-height: 0;
}

#masthead #logo a {
	display: inline-block;
	position: relative;
}

#masthead #logo a img {
	position: relative;
}

#masthead #site-navigation {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	position: relative;
}

#masthead #site-navigation .menu {
	display: block;
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
}

#masthead #site-navigation .menu > li a {
	display: inline-block;
	padding: 0 !important;
	font-size: 24px;
}

#masthead .headercontent {
	width: 100%;
	transition: transform var(--trans-smooth), color var(--trans), -webkit-transform var(--trans-smooth);
}

#masthead #site-navigation .top {
	display: none;
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show,
#masthead #site-navigation .menu > li > a {
	text-decoration: none
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show {
	width: 25px;
	height: 16px;
}

#masthead #mobile-menu-hide span,
#masthead #mobile-menu-show span {
	height: 3px;
	width: 25px;
	background: var(--black);
	display: block
}

#masthead #mobile-menu-hide {
	padding-left: 20px
}

#masthead #mobile-menu-hide span {
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(assets/images/arrow-white.svg) no-repeat left;
}

#masthead #mobile-menu-show span:before {
	position: absolute;
	content: '';
	height: 3px;
	width: 15px;
	top: 10px;
	right: 0;
	background: var(--black);
}

#masthead #mobile-menu-show {
	display: none;
}

html.mmenu-visible {
	overflow: hidden !important;
}

.mobile-menu-visible #masthead #mobile-menu-show span {
	width: 15px;
	height: 15px;
	background: url(assets/images/icon-close-dark.svg) no-repeat center;
}

.mobile-menu-visible #masthead #mobile-menu-show span:before,
.mobile-menu-visible #masthead #mobile-menu-show span:after {
	display: none
}

#masthead #mobile-menu-show span {
	margin-top: 2px;
}

.mobile-menu-visible #masthead #mobile-menu-show {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	z-index: 9999;
}

body.menu-hidden #masthead #site-navigation .menu {
	opacity: 0;
	visibility: hidden
}

#masthead .menu li.current_page_item > a {
	color: var(--yellow);
	font-weight: 900;
}

@media (min-width: 993px) {
	#masthead {
		height: 180px;
	}

	#navigation .inner {
		position: static;
	}

	#masthead .menu-item-has-children {
		position: relative;
	}

	#masthead #site-navigation .menu > li.menu-item-has-children > a {
		padding-right: 16px !important;
		background: url(assets/images/arrow-down.png) no-repeat right 8px;
	}

	#masthead #site-navigation .sub-menu {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 25px;
		left: 0;
		background: #fff;
		width: 260px;
		margin: 0;
		z-index: 99999;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
		padding: 20px;
		display: flex;
		flex-direction: column;
	}

	#masthead #site-navigation .sub-menu li {
		margin-bottom: 10px;
	}

	#masthead #site-navigation .sub-menu li a {
		font-size: 19px;
	}

	#masthead #site-navigation .menu > li.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.menu-header-nav-left-container li {
		padding-right: 50px;
	}

	.menu-header-nav-left-container li:last-child {
		padding-right: 0;
	}

	#masthead #site-navigation {
		width: 100%;
	}

	#masthead .menu ul {
		margin: 0;
	}

	#masthead .menu li {
		display: inline-block;
		padding: 0 30px 0 0;
		font-size: 24px;
	}

	#masthead .menu li:last-child {
		padding-right: 0;
	}

	#masthead .container {
		position: relative;
		gap: 30px;
	}
}

@media screen and (max-width: 1600px) {
	#masthead #site-navigation .menu > li a {
		font-size: 21px;
	}
}

@media screen and (max-width: 1420px) {
	#masthead #site-navigation .menu > li a {
		font-size: 18px;
	}

	#masthead #logo a img {
		max-width: 100%;
		width: 350px;
	}
}

@media screen and (max-width: 1200px) {
	#masthead #site-navigation .menu {
		margin-top: 0;
	}
}

@media (max-width:1020px) and (min-width:768px) {
	.menu-header-nav-right-container {
		right: 15px;
	}

	.menu-header-nav-left-container {
		left: 15px;
	}

	.menu-header-nav-left-container li {
		padding-right: 50px;
	}

	.menu-header-nav-right-container li {
		padding-left: 50px;
	}
}

@media (max-width: 992px) {
	body:not(.mobile-menu-visible) #masthead {
		overflow: hidden
	}

	.menu-header-nav-left-container,
	.menu-header-nav-right-container {
		margin-top: 20px;
	}

	#masthead {
		position: relative;
	}

	#masthead .container {
		position: static;
	}

	#masthead #site-navigation {
		display: none;
		background: #ebebeb;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: calc((var(--vh, 1vh) * 100));
		z-index: 300;
		color: #fff;
		padding: 0 15px 0 15px;
		overflow: auto;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 100vw;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease-in-out;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	#masthead #site-navigation ul {
		padding: 0;
		margin: 0;
	}

	#masthead #site-navigation ul.sub-menu li {
		margin: 10px 0;
	}

	#masthead #site-navigation .inner {
		height: calc(100vh - 60px);
		display: flex;
		flex-direction: column;
		padding: 50px 0 0 0;
	}

	#masthead #site-navigation {
		opacity: 0;
		visibility: hidden;
	}

	#masthead #site-navigation .top {
		display: flex;
	}

	#masthead #mobile-menu-show {
		display: block
	}

	#masthead #site-navigation {
		display: flex;
		margin-top: 60px;
	}

	#masthead .menu-header-nav-container {
		/* padding-top: 50px; */
	}

	body.mobile-menu-visible #masthead #site-navigation {
		opacity: 1;
		visibility: visible;
		margin-left: 0;
	}

	#masthead #site-navigation #mobile-menu-hide {
		position: absolute;
		top: 26px;
		left: 25px;
	}

	#masthead #site-navigation .menu {
		text-align: center;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#masthead #site-navigation .menu > li {
		display: block
	}

	#masthead #site-navigation .menu > li > a {
		text-decoration: none;
		font-size: 24px;
		line-height: 1.5;
		padding: 0 0 !important;
	}

	#masthead #site-navigation .menu > li + li {
		margin-top: 35px;
	}

	#masthead .menu a.level0 span,
	#masthead .menu a.level0:after {
		color: #000;
	}

	#masthead #site-navigation .menu > li {
		float: none;
	}

	#masthead .menu {
		overflow: hidden;
	}
}

@media (max-width:1200px) {
	#masthead #logo {
		width: 210px;
	}

	#masthead .uppercase.container {
		margin-top: 54px;
	}
}

@media (max-width:992px) {
	#masthead #site-navigation .menu > li a {
		font-size: 14px;
	}

	#masthead #logo {
		width: 166px;
	}

	#masthead #site-navigation .menu > li.menu-item-has-children > a {
		background-position: right 5px;
	}
}

@media (max-width:768px) {
	#masthead .uppercase.container {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 992px) {
	#masthead #site-navigation .menu > li a {
		font-size: 24px;
	}

	#masthead #site-navigation .menu .sub-menu a {
		font-size: 18px;
	}
}

@media screen and (max-width: 567px) {
	html {
		overflow: auto !important;
	}

	body {
		font-size: 18px;
		line-height: 28px;
	}
}

.swiper {
	position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: url('./assets/images/swiper-arrow.png');
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 46%;
}

.swiper-button-prev {
	right: unset;
	left: 49px;
}

.swiper-button-next {
	transform: scale(-1);
	right: 49px;
	left: unset;
}

.swiper-pagination {
	--swiper-pagination-bottom: 28px;
	--swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #000;
	opacity: 0.5;
}

@media screen and (max-width: 992px) {
	.swiper-button-prev {
		left: 20px;
	}

	.swiper-button-next {
		right: 20px;
	}
}

.mozaik {
	background-image: url('./assets/images/mozaik.webp');
	background-image: image-set(url('./assets/images/mozaik.webp') 1x,
			url('./assets/images/mozaik@2x.webp') 2x);
	background-size: auto;
	background-repeat: repeat-x;
	background-position: bottom center;
}

.site-footer {
	color: #fff;
	background-color: #505353;
	padding-top: 58px;
}

.site-footer .container {
	display: flex;
	width: 1436px;
}

.site-footer .inner {
	padding-bottom: 72px;
}

.site-footer .inner > div {
	width: calc(100% / 3);
}

.site-footer .inner > div:nth-child(2) .wrap {
	padding-left: 73px;
}

.site-footer .inner > div:nth-child(2) .wrap > *:first-child {
	padding-left: 14px;
}

.site-footer .inner > div:nth-child(3) .wrap {
	padding-left: 70px;
	max-width: 100%;
}

.site-footer .inner .wrap {
	max-width: 380px;
}

.site-footer .inner h1,
.site-footer .inner h2,
.site-footer .inner h3,
.site-footer .inner h4,
.site-footer .inner h5,
.site-footer .inner h6 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 28px 0;
}

.site-footer .inner p {
	font-size: 16px;
}

.site-footer .inner a {
	color: #fff;
}

.site-footer .kapcsolat {
	display: flex;
	flex-direction: column;
}

.site-footer .kapcsolat p,
.site-footer .kapcsolat a {
	font-size: 20px;
	line-height: 24px;
}

.site-footer .kapcsolat .img {
	width: 39px;
	text-align: center;
	margin-right: 12px;
}

.site-footer .kapcsolat .wrap > div {
	margin-bottom: 20px;
	align-items: center;
}

#copyright {
	background-color: #393c3c;
}

#copyright .container {
	height: 80px;
	align-items: center;
	color: #b6b5b5;
	font-size: 16px;
}

.entry-title {
	margin-bottom: 30px;
}

.site-main {
	padding-top: 50px;
	padding-bottom: 30px;
}

.site-main h1 {
	margin-bottom: 1.5em;
}

.site-main p {
	margin-bottom: 1em;
}

.alignright {
	margin-left: auto;
	display: block;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 992px) {
	.site-footer .inner {
		flex-wrap: wrap;
		gap: 50px 0;
		padding-bottom: 50px;
	}

	.site-footer .inner > div {
		width: 100%;
		text-align: center;
	}

	.site-footer .inner .wrap {
		padding: 0 !important;
		margin: 0 auto;
	}

	.site-footer .inner > div:nth-child(3) .wrap {
		max-width: 380px;
	}

	.site-footer .inner h1,
	.site-footer .inner h2,
	.site-footer .inner h3,
	.site-footer .inner h4,
	.site-footer .inner h5,
	.site-footer .inner h6 {
		font-size: 24px;
	}

	.site-footer .kapcsolat p,
	.site-footer .kapcsolat a {
		font-size: 18px;
	}
}