/*!
Theme Name: gyorokkft
Theme URI: http://underscores.me/
Author: gyorokkft
Author URI: http://gyorokkft
Description: gyorokkft
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gyorokkft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gyorokkft is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
	max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,
input,
textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

td,
td img {
	vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
	margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
	width: auto;
	overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

:root {
	--narancs: #df5a15;
	--szurke: #2f2f2f;
}

/*--------------------------------------------------------------
# Generic

font-family: 'Chakra Petch', sans-serif;
font-family: 'Open Sans', sans-serif;
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2f2f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Chakra Petch', sans-serif;
	clear: both;
	margin: 0;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
	font-size: 18px;
}

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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--szurke);
}

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

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

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;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--narancs);
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:visited {
	color: var(--narancs);
}

#page .ow-button-base a:hover,
a.more-btn:hover {
	background: #ff6b1f !important;
}

a:hover,
a:focus,
a:active {
	color: var(--narancs);

}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.flex {
	display: flex;
}

.container,
.container-788 {
	width: 100%;
	max-width: 1300px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

.container-788 {
	max-width: 788px;
	padding: 0;
}

.bottom-header {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page {
	position: relative;
}

#masthead {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#top-header {
	background-color: var(--szurke);
	height: 31px;
}

#colophon {
	background: var(--narancs);
	padding: 35px 0;
}

#lang ul,
#top-contacts ul,
#footer-contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

#lang ul a {
	margin-left: 8px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid var(--narancs);
	width: 31px;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#social-lang {
	display: flex;
	justify-content: end;
}

#top-contacts ul li a,
#footer-contacts ul li a {
	margin-right: 75px;
	line-height: 31px;
}

#top-contacts ul li:last-child a,
#footer-contacts ul li:last-child a {
	margin-right: 0;
}



#top-social .sow-social-media-button,
#footer-social .sow-social-media-button {
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 31px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top-social .social-media-button-container,
#footer-social .social-media-button-container {
	display: grid;
	grid-template-columns: 31px 31px 31px;
	gap: 8px;
}

#top-social .social-media-button-container::before,
#footer-social .social-media-button-container::before {
	content: '';
	display: none;
}

#footer-social .so-widget-sow-social-media-buttons {
	display: flex;
	justify-content: end;
	align-items: center;
}

#hero h1 {
	text-transform: uppercase;
	font-size: 45px;
	line-height: 1.2;
	
}

#hero {
	position: relative;
}

.hero-in {
	height: 775px;
}

.hero-in.mid {
	height: 590px;
}

.hero-in:before,
.overflow:before,
.blog-header:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.hero-content {
	position: relative;
	z-index: 11;
	margin-bottom: 135px;
}
#rolunk-text .widget-title {margin-bottom: 24px;}
#ikon-3>.panel-layout,
#ikon-5>.panel-layout,
.ikon-6-grid {
	display: flex;
	justify-content: space-between;
}

#ikon-3 .sow-image-container,
.fimg {
	position: relative;
	width: 100%;
	width: 275px;
	min-height: 275px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;

}

.fimg {
	margin-bottom: 0;
}

.fimg img,
#kollegak-1 img {
	clip-path: polygon(0 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}

#ikon-3 .sow-image-container:before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--narancs);
	clip-path: polygon(0 44.00px, 44.00px 0, 100% 0, 100% calc(100% - 44.00px), calc(100% - 44.00px) 100%, 0 100%, 0 44.00px, 1px calc(44.00px + 0.41px), 1px calc(100% - 1px), calc(100% - 44.00px - 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 44.00px - 0.41px), calc(100% - 1px) 1px, calc(44.00px + 0.41px) 1px, 1px calc(44.00px + 0.41px));
}

#ikon-3 .sow-image-container img {
	max-height: 205px;
	width: auto;
}

#ikon-3 .ikon-text-box {
	max-width: 275px;
}

.ikon-text-box .widget-title,
.szolg-box .widget-title,
.client .widget-title,
.post-cim,
#page .widget-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: var(--narancs);
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
}

#ikon-5 .sow-image-container,
#ikon-9 .sow-image-container {

	position: relative;
	width: 100%;
	width: 170px;
	max-width: 170px;
	min-height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	background-color: var(--szurke);

}

.coll-box {
	max-width: 275px;
}

.contacts-2 .sow-image-container {}

#ikon-5 .sow-image-container:before,
#ikon-9 .sow-image-container:before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--narancs);
	clip-path: polygon(0 27.00px, 27.00px 0, 100% 0, 100% calc(100% - 27.00px), calc(100% - 27.00px) 100%, 0 100%, 0 27.00px, 1px calc(27.00px + 0.41px), 1px calc(100% - 1px), calc(100% - 27.00px - 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 27.00px - 0.41px), calc(100% - 1px) 1px, calc(27.00px + 0.41px) 1px, 1px calc(27.00px + 0.41px));

}

#ikon-5 .sow-image-container img,
#ikon-9 .sow-image-container img {
	max-height: 120px;
	width: auto;
}

#ikon-5 .ikon-text-box,
#ikon-9 .sow-image-container .widget-title {
	max-width: 170px;
}

.half {
	max-width: 600px;
}

.align-flex-end {
	display: flex;
	justify-content: end;
}

.home h2,
.kiemelt-h2 {
	display: flex;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
	align-items: baseline;
	white-space: nowrap;
}

.kiemelt-h2 {
	margin-bottom: 50px;
}

.home h2:after,
.kiemelt-h2:after {
	content: '';
	display: block;
	margin: 0 0 0 45px;
	height: 1px;
	background: var(--narancs);
	width: 100%;
}

.half h2 {
	margin-bottom: 40px;
}

.home-ref h2 {
	margin-bottom: 40px;
}

.szolg-box .sow-image-container {

	clip-path: polygon(0 26.00px, 26.00px 0, 100% 0, 100% calc(100% - 26.00px), calc(100% - 26.00px) 100%, 0 100%);
	margin-bottom: 20px;
}

.ikon-6-grid .so-panel.widget.widget_sow-image {
	max-width: 170px;
}

#ikon-9 {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: left 31% !important;
}

#ikon-9:after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	background: ;
	position: absolute;
	background-image: url(https://gyorok.dev-mp.com/wp-content/uploads/2023/03/rightbg-01.svg);

	background-repeat: no-repeat !important;
	background-position: right 31% !important;
}

.ikon-6-grid {
	position: relative;
	z-index: 99;
}

#before-text {
	position: absolute;
	top: 35px;
}

#after-text {
	position: absolute;
	bottom: 195px;
	right: 0px
}

#before-text p,
#after-text p {
	margin-bottom: 0;
	font-weight: 600;
}

.title-line {
	position: relative;
}

.title-line h2 {
	display: inline;
	line-height: 1.1;
	position: relative;
	background-color: white;
	z-index: 2;
	padding-right: 50px;
}

.title-line:after {
	content: '';
	display: block;
	margin: 0;
	height: 1px;
	position: absolute;
	bottom: 10px;
	background: var(--narancs);
	width: 100%;
}

#szolg-items img {
	max-width: 376px;
	clip-path: polygon(0 60px, 60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
}

.client {
	max-width: 290px;
}

#post-loop {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

#post-loop .arch-post-wrap {
	max-width: 480px;
	margin-bottom: 40px;
}

#post-loop .arch-post-wrap p {
	color: white
}

#post-loop .post-cim {
	white-space: normal;
	line-height: 1.2;
}

#post-loop .post-cim:after {
	display: none;
}
#page .contact-box a {color:white}
#page .contact-box .widget-title {margin-bottom:20px}
iframe {margin-bottom: -10px;}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#contacts .flex {
	justify-content: space-between;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;

}

.main-navigation ul {
	display: -ms-flexbox;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	margin-left: 65px;
	text-decoration: none;
}

.main-navigation a:hover,
.current-menu-item a {
	color: var(--narancs)
}

.main-navigation li:first-child a {

	margin-left: 0;

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#page .ow-button-base a {

	line-height: 34px !important;
	border: 0!important;

}

.ow-button-base a span {

	font-weight: 600 !important;
}

/* Posts and pages
--------------------------------------------- */

.kiemelt-post-wrap .intro-text {
	color: white;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

body.single {
	background: white;
}

.featured-image {
	position: relative;
	width: 100%;
	height: 520px;
	/* Add the blur effect */

	background-size: cover;
	background-position: center center;
}

.featured-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	/* apply the blur */
	pointer-events: none;
	/* make the overlay click-through */
}

.overflow {
	overflow: hidden;
	position: relative;
}

.featured-in {
	height: 520px;
	overflow: hidden;
	position: absolute;
	top: 0;


	width: 100%;
	max-width: 1300px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.featured-in img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.header-wrap {
	position: relative;
	z-index: 11;
	background: var(--szurke);
	padding-top: 75px;
}

.header-wrap .container {
	background: var(--szurke);
	padding-top: 40px;
	margin-top: -150px;
}

.header-wrap h1 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1;
	background: #2f2f2f;
	max-width: 670px;
	display: inline-block;
	position: relative;
	z-index: 999;
	padding-right: 50px;
}

.line-wrap {
	position: relative;
	margin-bottom: 30px;
}

.header-wrap .line-wrap:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	right: 0;
	height: 1px;
	background: var(--narancs);
	;
	top: 38px
}

.header-wrap .intro-text {
	color: var(--narancs);
	text-transform: uppercase;
}

.header-wrap .entry-header {
	padding-bottom: 25px;
}

.single .entry-content {
	padding: 40px 0;
}

.single .entry-content img {
	margin-top: 20px;
}

/* Forms
--------------------------------------------- */
.form-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 36px;
	margin-bottom: 24px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 0;
	background: var(--narancs);
	color: white;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	border: 1px solid white;
	border-radius: 0;
	padding: 3px 20px;
	line-height: 28px;
	width: 100%;
	background: var(--szurke);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 100px;
}

#form-kapcsolat .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

#form-kapcsolat .wpcf7-spinner {
	display: none;
}

#form-kapcsolat .wpcf7-acceptance,
#form-kapcsolat .wpcf7-acceptance a {
	color: white;
}

#form-kapcsolat .wpcf7-acceptance a {
	text-decoration: underline;
}

#form-kapcsolat .form-row-bottom {
	margin-top: 24px;
}

#form-kapcsolat .form-row-bottom,
#form-kapcsolat .wpcf7-acceptance label {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#form-kapcsolat .wpcf7-acceptance label {
	align-items: center;
}

#form-kapcsolat .wpcf7-acceptance input[type="checkbox"] {
	margin-right: 6px;
	width: 16px;
	height: 16px;
	background: var(--szurke);
	border: 1px solid white;
}

/* Comments
--------------------------------------------- */
#kollegak-1 .sow-image-container {
	margin-bottom: 20px;
}

.contacts-2 .sow-image-container img {
	clip-path: polygon(0 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}

.contacts-2 .sow-image-container {
	margin-bottom: 20px;
}

.contacts-2 .flex {
	justify-content: space-between;
}

/*--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==|== MEDIA SCREEN ============================================================== */

@media only screen and (max-width: 1024px) {


	#masthead {
		position: absolute;
		
		top: 0;
		width: 100%;
		z-index: 9999;
		padding-bottom: 12px;
	
	}

	#top-contacts ul li a,
	#footer-contacts ul li a {
		margin-right: 24px;
		font-size: 14px;
		line-height: 1.2;
	}

	.site-branding,
	#colophon .sow-image-container img {
		max-width: 120px;
	}

	#hero h1,
	.blog-header h1,
	.header-wrap h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 28px;
	}

	.hero-in {
		height: 420px;
	}

	.hero-in.mid,
	.blog-header,
	.featured-in,
	.featured-image {
		height: 380px;
		justify-content: flex-end !important;
	}

	.form-row {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 26px;
		margin-bottom: 24px;
	}

	#contacts .flex,
	#form-kapcsolat .form-row-bottom,
	.contacts-2 .flex {
		justify-content: space-between;
		flex-direction: column;
	}

	.header-wrap .container {
		background: var(--szurke);
		padding-top: 40px;
		margin-top: -200px;
	}

	.featured-in {
		align-items: flex-end !important;
	}

	#ikon-3>.panel-layout,
	#ikon-5>.panel-layout,
	.ikon-6-grid {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}

	#form-kapcsolat {
		margin-bottom: 40px;
	}

	.grid-2,
	.post-not-stick .grid-3 {

		grid-template-columns: 1fr;

	}

	.home .ikon-text-box {
		margin-bottom: 25px;
	}

	#before-text {
		margin: 0 auto;
		position: relative;
		top: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	#after-text {
		position: relative;
		bottom: 0;
		text-align: center;
		margin-top: 45px;
	}

	#post-loop,
	#colophon .flex {
		flex-direction: column;
	}

	#ikon-9 {
		background: none !important;
	}

	#ikon-9 .widget_sow-image,
	.home .ikon-6-grid .widget_sow-image {
		margin-bottom: 40px !important;
	}
	#ikon-9 .szolg-box {background: var(--szurke);}
	#ikon-9:after {
		background: white !important;
		width: 1px;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0;
		top: 70px;
		height: 95%;
	}

	#colophon .sow-image-container {
		text-align: center;
		margin-bottom: 12px;
		justify-content: center;
		align-items: center;
	}

	#footer-social .so-widget-sow-social-media-buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}

	#footer-contacts ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin: 10px auto;
	}



	
	#szolg-items img {

		width: 100%;
		margin-bottom: 10px;
	}
	.hero-content {
		position: relative;
		z-index: 11;
		margin-bottom: 75px;
	}

}

@media only screen and (max-width: 768px) {

	#top-social .sow-social-media-button,
	#footer-social .sow-social-media-button {
		display: inline-block;
		font-size: 16px;
		line-height: 1em;
		margin: 0;
		padding: 0;
		width: 24px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 0em;
		-moz-border-radius: 0em;
		border-radius: 0em;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#lang ul a {
		margin-left: 8px;
		text-transform: uppercase;
		font-weight: bold;
		border: 1px solid var(--narancs);
		width: 24px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
	}

	

	.home h2,
	.kiemelt-h2,
	h2 {

		white-space: normal !important;
	}


	.container,
	.container-788 {
		width: 100%;
		max-width: 1300px;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: auto;
		margin-right: auto;
	}

	#top-contacts {
		display: none;
	}

	.szolg-box .sow-image-container {

		margin-bottom: 15px;
	}

	.sbtn {
		margin-top: 20px;
	}
 .contacts-2 .flex {
		
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}