/*!
Theme Name: wantablack
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wantablack
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.

wantablack 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/
*/

/*--------------------------------------------------------------
>>> 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

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

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

/* 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 {
	font-size: 16px;
	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: 2rem;
	margin: 0.67em 0;
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* 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;
	font-weight: 900;
}

/**
 * 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
--------------------------------------------------------------*/

html {
	--pagewidth: 90vw;
	--subpage-header-paces: 50px;
	--subpage-header-pacer: calc(var(--subpage-header-paces) * 2 + 40px + var(--subpage-header-paces));
}

@media (max-width: 1600px) {
	html {
		--subpage-header-paces: 40px;
	}
}

@media (max-width: 1400px) {
	html {
		--subpage-header-paces: 20px;
	}
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon/fonts/icomoon.eot?7axw64');
	src: url('fonts/icomoon/fonts/icomoon.eot?7axw64#iefix') format('embedded-opentype'),
		url('fonts/icomoon/fonts/icomoon.ttf?7axw64') format('truetype'),
		url('fonts/icomoon/fonts/icomoon.woff?7axw64') format('woff'),
		url('fonts/icomoon/fonts/icomoon.svg?7axw64#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="sicon-"],
[class*=" sicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 80%;
}

button [class^="sicon-"] {
	font-size: 85%;
}

.shop-steps [class^="sicon-"] {
	font-size: 70%;
}

.sicon-arrowr:before {
	content: "\e900";
	margin-left: 12px;
}

.sicon-arrowl:before {
	content: "\e901";
	margin-right: 12px;
}


/* Typography
--------------------------------------------- */

/* @font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans/OpenSans-light-webfont.woff2') format('woff2'),
		url('fonts/OpenSans/OpenSans-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
		url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
		url('fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
		url('fonts/OpenSans/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans/OpenSans-ExtraBold.woff2') format('woff2'),
		url('fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
} */

/* open-sans-300 - latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/open-sans-v40-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v40-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-500 - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/open-sans-v40-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-700 - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v40-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-800 - latin_latin-ext */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/open-sans-v40-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body,
button,
input,
select,
optgroup,
textarea {
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	font-size: 0.9rem;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 300;*/
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #444;
	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: #000;
}

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

a:visited {
	color: #FFF;
}

a:hover,
a:focus,
a:active {
	color: #FFF;
}

a:focus {
	outline: thin dotted;
	outline-color: #444;
}

a:hover,
a:active {
	outline: 0;
	/*text-decoration: underline;*/
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.nav-menu {
	position: fixed;
	padding: 270px 4.5% 0 4%;
	margin: 0;
	list-style-type: none;
	display: block;
	z-index: 80;
	top: 0;
	width: 25%;
	min-width: 250px;
	height: 100vh;
	text-align: left;
	box-sizing: border-box;
	background-color: #000;
	transition: all 500ms cubic-bezier(0.385, 0.035, 0.035, 1.010);
	transition-timing-function: cubic-bezier(0.385, 0.035, 0.035, 1.010);
	right: calc(max(250px, 25%) * -1);
	opacity: 0;
}

body:not(.home) .nav-menu {
	top: calc(var(--subpage-header-pacer) - var(--subpage-header-paces));
	padding: 45px;
	padding-right: 4.5%;
}

body {
	overflow-x: hidden;
	position: relative;
}

body.home {
	overflow: hidden;
}

body.home .entry-content>h1,
body.home .entry-content>h2,
body.home .entry-content>h3,
body.home .entry-content>div,
body.home .entry-content>p {
	position: relative;
	z-index: 1;
}

body.is-menu .nav-menu {
	right: 0;
	opacity: 1;
}

.nav-menu a {
	display: block;
	max-width: 100%;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	display: block;
	padding: 20px 0 3px 0;
	font-size: 125%;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
}

.lang-switcher,
.menu-toggle {
	position: absolute;
	z-index: 90;
	top: calc(10px + var(--subpage-header-paces));
	right: 0;
	margin: 0 4%;
	padding: 5px 10px -webkit-transform:
		/*translateX(-50%) */
		translateY(-50%);
	-ms-transform:
		/*translateX(-50%) */
		translateY(-50%);
	transform:
		/*translateX(-50%) */
		translateY(-50%);
	background-color: transparent;
	padding: 10px 4px 10px 10px;
	border: 0;
}

body.is-menu .menu-toggle {
	position: fixed;
}

body.home .menu-toggle {
	position: absolute;
	background-color: transparent;
}

.menu-toggle i {
	display: block;
	width: 45px;
	height: 1px;
	margin: 8px 0 4px 0;
	border-top: 3px #FFF solid;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

body.is-menu .menu-toggle i:nth-child(1) {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 8px;
	width: 35px;
}

body.is-menu .menu-toggle i:nth-child(2) {
	display: none;
}

body.is-menu .menu-toggle i:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
	width: 35px;
}

.lang-switcher {
	right: 70px;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 0.8em;
	text-transform: uppercase;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, top 0.25s, opacity 0.3s 0.15s linear;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
	margin: 1.5em auto;
	max-width: 550px;
	font-size: 1rem;
	line-height: 1.8;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

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

.winwidth {
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	/*transform: translateX(calc(-50% + 267px));*/
}

.pagewidth {
	width: var(--pagewidth);
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.category-references .pagewidth {
	/*max-width: 1100px;*/
}

.pagewidth2 {
	width: var(--pagewidth);
	margin-left: auto;
	margin-right: auto;
}

.slideunder {
	position: relative;
}

.slideunder:after {
	content: "";
	bottom: 0;
	background: none repeat scroll 0 0 transparent;
	display: block;
	left: 0;
	height: 1px;
	position: absolute;
	background: #FFF;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.slideunder.act:after,
.slideunder:hover:after {
	width: 100%;
}

.alignc {
	text-align: center;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fade-in {
	animation: fadeIn ease 0.3s;
	-webkit-animation: fadeIn ease 0.3s;
	-moz-animation: fadeIn ease 0.3s;
	-o-animation: fadeIn ease 0.3s;
	-ms-animation: fadeIn ease 0.3s;
}

.fade-out {
	animation: fadeOut ease 0.3s;
	-webkit-animation: fadeOut ease 0.3s;
	-moz-animation: fadeOut ease 0.3s;
	-o-animation: fadeOut ease 0.3s;
	-ms-animation: fadeOut ease 0.3s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/************************/

.entry-meta {
	display: none;
}

.site-main {
	margin: auto;
	text-align: center;
}

.site-title {
	position: relative;
	margin: 0;
	line-height: 0;
	text-align: center;
	/*padding: 90px 0 60px 0;*/
	padding: var(--subpage-header-paces);
	/*border-bottom: 1px solid #7d7d7d;*/
}

body.home .site-title {
	padding: 90px 0 60px 0;
}

.site-title:after {
	content: "";
	position: absolute;
	z-index: 90;
	/*margin-top: 60px;*/
	margin-top: var(--subpage-header-paces);
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #7d7d7d;
}

body.home .site-title:after {
	display: none;
}

.site-title .logo {
	/*width: 348px;*/
	width: 260px;
	height: auto;
	max-width: 60%;
	position: relative;
	z-index: 1;
	filter: invert(100%);
}

.entry-title,
.page-title {
	text-transform: uppercase;
	font-weight: 300;
	/*font-weight: 700;*/
	margin: 1.65em 0;
}

body.home {
	/*background-image: url(images/bg-first.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;*/
	margin: 0;
	padding: 0;
}

body.home .entry-content {
	position: absolute;
	margin: 0;
	max-width: unset;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

body.home .entry-title {
	display: none;
}

body.home .entry-content h1 {
	position: absolute;
	line-height: 1.5em;
	width: 90vw;
	top: 45%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

body.home .site-title {
	border-bottom: 1px solid transparent;
	/*padding-top: 90px;*/
}

body.home .site-main {
	min-height: calc(100vh - 215px);
}

body.home #main-title {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media (orientation: landscape) and (max-width: 768px) {
	body.home #main-title br {
		display: none;
	}
}

body.home #want-to-check-button {
	position: absolute;
	white-space: nowrap;
	bottom: 7%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.button {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px 8px;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.button:hover {
	background-color: #FFF;
	color: #000;
}

.button.inactive {
	cursor: default;
}

.button.inactive:hover {
	cursor: default;
	background-color: inherit;
	color: inherit;
}

.persons,
.persons ul,
.persons li,
.about_bottom_links,
.about_bottom_links ul,
.about_bottom_links li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.persons {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	grid-column-gap: 0;
}

.persons .person {
	position: relative;
	display: grid;
}

.persons .person img {
	width: 100%;
	height: calc(100vw / 6 * 1.33);
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.persons .person img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	opacity: .0;
}

.persons .person:hover img {
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	opacity: .0;
}

.persons .person:hover img:nth-child(2) {
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity: .50;
}

.persons .person .text {
	position: absolute;
	width: 90%;
	top: 75%;
	left: 50%;
	line-height: 1.3;
	letter-spacing: 2px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	opacity: .0;
}

.persons .person .text>* {
	/*display: none;*/
}

.persons .person:hover .text {
	display: block;
	top: 70%;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.persons .person:hover .text>* {
	display: inherit;
}

.persons .person .data-name {
	font-size: 1.7rem;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.persons .person .data-title {
	letter-spacing: 4px;
}

.persons .person .data-url {
	padding-top: 40px;
	letter-spacing: 2px;
}

/*.persons .person .data-url:nth-child(n+2)*/
.persons .person .hidden {
	display: none;
}

.persons {
	grid-auto-flow: unset;
	grid-auto-columns: unset;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2em;
}

.persons .person img {
	height: calc(100vw / 4 * 1.33);
}

@media (max-width: 1400px) {
	/* .persons {
		grid-auto-flow: unset;
		grid-auto-columns: unset;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 2em;
	}
	.persons .person img {
		height: calc(100vw / 3 * 1.33);
	} */
}

@media (max-width: 950px) {
	.persons {
		grid-auto-flow: unset;
		grid-auto-columns: unset;
		grid-template-columns: 1fr 1fr;
	}

	.persons .person img {
		height: calc(100vw / 2 * 1.33);
	}
}

@media (max-width: 500px) {
	.persons {
		grid-auto-flow: unset;
		grid-auto-columns: unset;
		grid-template-columns: 1fr;
	}

	.persons .person img {
		height: calc(100vw * 1.33);
	}
}

.persons a[href^="https://www.facebook.com"]:before,
.persons a[href^="https://www.instagram.com"]:before,
.persons a[href^="https://www.twitter.com"]:before,
.persons a[href^="https://www.linkedin.com"]:before,
.persons a[href^="https://www.spotify.com"]:before,
.persons a[href^="https://www.tumblr.com"]:before,
.persons a[href^="https://facebook.com"]:before,
.persons a[href^="https://instagram.com"]:before,
.persons a[href^="https://twitter.com"]:before,
.persons a[href^="https://linkedin.com"]:before,
.persons a[href^="https://spotify.com"]:before,
.persons a[href^="https://tumblr.com"]:before,
/*.persons a[href^="mailto"]:before,*/
.persons a[href^="tel"]:before,
a[href^="skype:"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	content: "\f082";
	/*margin-right: 0.5em;*/
	--size: 16px;
	font-size: var(--size);
	width: var(--size);
	height: var(--size);
	line-height: var(--size);
}

.persons a[href^="https://www.facebook.com"],
.persons a[href^="https://www.instagram.com"],
.persons a[href^="https://www.twitter.com"],
.persons a[href^="https://www.linkedin.com"],
.persons a[href^="https://www.spotify.com"],
.persons a[href^="https://www.tumblr.com"],
.persons a[href^="https://facebook.com"],
.persons a[href^="https://instagram.com"],
.persons a[href^="https://twitter.com"],
.persons a[href^="https://linkedin.com"],
.persons a[href^="https://spotify.com"],
.persons a[href^="https://tumblr.com"],
/*.persons a[href^="mailto"],*/
.persons a[href^="tel"],
a[href^="skype:"] {
	--size: 30px;
	font-size: var(--size);
	width: var(--size);
	height: var(--size);
	line-height: var(--size);
	overflow: hidden;
	display: inline-block;
	margin-right: 2px;
	margin-top: 4px;
}

.persons a[href^="https://www.facebook.com"]:before {
	content: "\f39e";
}

.persons a[href^="https://www.instagram.com"]:before {
	content: "\f16d";
}

.persons a[href^="https://www.twitter.com"]:before {
	content: "\f099";
}

.persons a[href^="https://www.linkedin.com"]:before {
	content: "\f0e1";
}

.persons a[href^="https://www.spotify.com"]:before {
	content: "\f1bc";
}

.persons a[href^="https://www.tumblr.com"]:before {
	content: "\f173";
}

.persons a[href^="https://facebook.com"]:before {
	content: "\f39e";
}

.persons a[href^="https://instagram.com"]:before {
	content: "\f16d";
}

.persons a[href^="https://twitter.com"]:before {
	content: "\f099";
}

.persons a[href^="https://linkedin.com"]:before {
	content: "\f0e1";
}

.persons a[href^="https://spotify.com"]:before {
	content: "\f1bc";
}

.persons a[href^="https://tumblr.com"]:before {
	content: "\f173";
}

/*.persons a[href^="mailto"]:before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; }*/
.persons a[href^="tel"]:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3cd";
}

a[href^="skype:"]:before {
	content: "\f17e";
	font-size: 135%;
	vertical-align: -2px;
}

a[href^="skype:"] {
	font-size: 18px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #00aff0;
	color: #FFF;
	padding: 5px 15px;
}

/*.pagename-bemutatkozas .entry-content > h1,
.pagename-bemutatkozas .entry-content > h2,
.pagename-bemutatkozas .entry-content > h3,
.pagename-bemutatkozas .entry-content > h4,
.pagename-bemutatkozas .entry-content > div,
.pagename-bemutatkozas .entry-content > p {
	position: relative;
	z-index: 1;
}*/
.about_bottom_links {
	width: 100vw;
	height: calc(100vw * 0.625);
	background-image: url(images/about_bottom_links.jpg?20210722);
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 0;
	margin-top: -150px;
	z-index: 0;
}

.about_bottom_links>.item {
	background-color: rgba(0, 0, 0, 0.2);
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	margin: 0;
	padding: 0;
	position: relative;
}

.about_bottom_links>.item:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.about_bottom_links .item-inner {
	position: absolute;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 2px;
	font-weight: 400;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
}

.persons,
.about_bottom_links,
#google-map-office {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc((-100vw + min(90vw, 550px)) / 2);
}

body.pagename-brands .site-main,
body.pagename-brandek .site-main {
	min-height: 100vh;
}

.brand-list {
	display: block;
	text-align: center;
	list-style-type: none;
	min-height: 150px;
	/*width: 90vw;*/
	/*max-width: 1250px;*/
	margin: auto;
	padding: 0;
}

.brand-list .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	width: 20%;
	height: calc(min(90vw, 1250px) / 5 * 0.5);
	transition: width .65s, height .65s, opacity .35s;
	-moz-transition: width .65s, height .65s, opacity .35s;
	-webkit-transition: width .65s, height .65s, opacity .35s;
	-o-transition: width .65s, height .65s, opacity .35s;
	transition-timing-function: ease-out;
}

.brand-list .item.hide {
	width: 0;
	height: 0;
	opacity: 0;
}

.brand-list a {
	position: relative;
	width: 100%;
	height: 100%;
}

.brand-list img {
	width: 100%;
	height: 100%;
	width: 120px;
	max-height: 65px;
	object-fit: contain;
	box-sizing: border-box;
	transition: opacity .15s;
	-moz-transition: opacity .15s;
	-webkit-transition: opacity .15s;
	-o-transition: opacity .15s;
}

.brand-list img:hover {
	opacity: 0.5;
	/*width: 122px;*/
}

.brand-letters {
	min-height: 34px;
	margin: 5em auto;
}

.brand-letters:hover .act:after {
	width: 0;
}

.brand-letters:hover .act:hover:after {
	width: 100%;
}

.brand-letters:empty {
	display: none;
}

.brand-letters a {
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
}

.brand-letters a:hover {
	color: #BBB;
}

#slidex {
	z-index: 0;
}

#slidex,
#slidex a,
#slidex img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

#slidex .inner a:nth-of-type(1) {
	z-index: 15;
	animation-name: slidex-fader;
	animation-delay: 3s;
	animation-duration: 0.75s;
}

#slidex .inner a:nth-of-type(2) {
	z-index: 14;
}

#slidex .inner a:nth-of-type(n+3) {
	display: none;
}

@keyframes slidex-fader {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.mmSlider1-wrap.popup-slider {
	z-index: 100;
	position: fixed;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
}

.mmSlider1-wrap.popup-slider .item img {
	margin: 55px 0;
	max-height: calc(100% - 120px);
}

.mmSlider1-wrap.popup-slider .item,
.mmSlider1-wrap.popup-slider .item img {
	left: 0;
}

.mmSlider1-wrap.popup-slider .text {
	width: 100%;
	margin: 0 !important;
	text-align: center;
	height: 100vh;
}

.mmSlider1-wrap.popup-slider .points {
	position: absolute;
	text-align: left !important;
	top: 0;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 13px !important;
	z-index: 20;
}

.mmSlider1-wrap.popup-slider .points .next,
.mmSlider1-wrap.popup-slider .points .prev {
	top: calc(100vh / 2 - 20px);
	position: absolute;
	left: 15px;
	padding: 20px 10px;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}

.mmSlider1-wrap.popup-slider .points .next:hover,
.mmSlider1-wrap.popup-slider .points .prev:hover {
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity: .50;
}

.mmSlider1-wrap.popup-slider .points .next {
	left: unset;
	right: 30px;
}

.mmSlider1-wrap.popup-slider .points .pagenum {
	font-size: 80% !important;

}

.mmSlider1-wrap.popup-slider .text b,
.mmSlider1-wrap.popup-slider .text strong {
	font-weight: 600;
}

.mmSlider1-wrap.popup-slider .text .title,
.mmSlider1-wrap.popup-slider .text .content {
	position: absolute;
	text-transform: uppercase;
	width: calc(100% - 105px);
	font-size: 120%;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mmSlider1-wrap.popup-slider .text .title {
	display: none;
}

.mmSlider1-wrap.popup-slider .text .content {
	font-size: 120%;
	letter-spacing: 0.14em;
}

.mmSlider1-wrap.popup-slider .text .contact {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: max-content;
	margin: auto;
	padding: 5px;
	line-height: 1em;
	font-size: 0.9rem;
}

.mmSlider1-wrap.popup-slider .close {
	color: #ccc;
	font-size: 30px;
	line-height: 1em;
	padding: 25px 25px 15px 15px;
	text-transform: uppercase;
	background-color: transparent;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}

.mmSlider1-wrap.popup-slider .close:hover {
	/*color: #FFF;*/
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity: .50;
}

@media (orientation: portrait)
/*and (max-width: 768px)*/
	{

	/*.mmSlider1-wrap.popup-slider .points .next, .mmSlider1-wrap.popup-slider .points .prev {
    top: calc(100vh - 75px);
    left: 30%;
	}
	.mmSlider1-wrap.popup-slider .points .next, .mmSlider1-wrap.popup-slider .points .right {
    left: unset;
    right: 30%;
	}*/
	.mmSlider1-wrap.popup-slider .item img {
		max-height: calc(100% - 150px);
		margin: 80px 0;
	}

	.mmSlider1-wrap.popup-slider .item .text {
		line-height: 1.5;
	}

	.mmSlider1-wrap.popup-slider .close {
		padding: 20px 20px 15px 15px;
	}

	.mmSlider1-wrap.popup-slider .points .prev {
		left: 0;
	}

	.mmSlider1-wrap.popup-slider .points .next {
		right: 0;
	}
}

.draw-x {
	position: relative;
}

.draw-x i {
	display: block;
	width: 30px;
	height: 1px;
	margin: 8px 0 4px 0;
	border-top: 2px #FFF solid;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.draw-x i:nth-child(1) {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 8px;
	width: 30px;
}

.draw-x i:nth-child(2) {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
	width: 30px;
}

.draw-arrow i {
	display: block;
	width: 30px;
	height: 1px;
	margin: 8px 0 4px 0;
	border-top: 2px #FFF solid;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.draw-arrow i:nth-child(1) {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
	width: 30px;
}

.draw-arrow i:nth-child(2) {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 18px;
	width: 30px;
}

.draw-arrow.arrow-left {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.draw-arrow.arrow-top {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.imageslines--x1 {
	/*width: 100%;*/
	width: 75%;
	margin-right: 0;
	margin-left: auto;
	clear: both;
	margin-bottom: 2%;
	text-align: right;
}

.imageslines--x1.itemslength-2 {
	width: 50%;
}

.imageslines--x1.itemslength-3 {
	width: 75%;
}

.imageslines--x1.itemslength-4 {
	width: 80%;
}

.imageslines--x1 td {
	padding: 0;
}

.imageslines--x1 figure {
	/*max-height: 225px;*/
	/*max-width: 32%;*/
	width: auto;
	margin-left: 2%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: middle;
}

.imageslines--x1 a:first-child img {
	margin-left: 0;
}

.imageslines--x1 figure {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-block-start: 0px;
	padding-block-end: 0px;
	padding-inline-start: 0px;
	padding-inline-end: 0px;
}

.imageslines--x1 figure img {
	width: 100%;
}

.imageslines--x1 figure figcaption {
	font-size: 0.9em;
	margin-top: 0.3em;
}

/*
*/

@media (max-width: 1450px) {
	/*.imageslines--x1 img { max-height: 190px; }*/
}

@media (max-width: 700px) {
	.imageslines--x1 {
		width: 100%;
	}

	.imageslines--x1.itemslength-1,
	.imageslines--x1.itemslength-2,
	.imageslines--x1.itemslength-3,
	.imageslines--x1.itemslength-4 {
		width: 100%;
	}
}

body.category-brands .post-thumbnail {
	line-height: 0;
}

body.category-brands .post-thumbnail img {
	width: auto;
	height: auto;
	max-width: 175px;
	max-height: 70px;
}

body.category-brands .post h1 {
	margin: 1.2em 0;
}

body.category-brands .mmSlider1-wrap {
	width: 100vw;
	height: 400px;
	margin: 3em 0;
	/*transform: translateX(calc(-100vw + min(100vw, 550px) + (100vw - min(100vw, 550px)) / 2));*/
	margin-left: calc((-100vw + min(90vw, 550px)) / 2);
}

body.category-brands .mmSlider1 {
	width: 100vw;
	height: 400px;
	transform: translateX(calc(-50%));
}

body.category-brands .mmSlider1 .items {
	width: 100vw;
	height: 400px;
	margin: 0;
}

body.category-brands .mmSlider1 .item img {
	position: relative;
}

body.category-brands .mmSlider1 .item.prev3,
body.category-brands .mmSlider1 .item.next3,
body.category-brands .mmSlider1 .item.prev2,
body.category-brands .mmSlider1 .item.next2,
body.category-brands .mmSlider1 .item.prev,
body.category-brands .mmSlider1 .item.next {
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body.category-brands .mmSlider1 .item.next3,
body.category-brands .mmSlider1 .item.prev3 {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

/*body.category-brands .mmSlider1 .item.prev { margin-left: -500px; }
body.category-brands .mmSlider1 .item.next { margin-left: 500px; }
body.category-brands .mmSlider1 .item.prev2 { margin-left: -1000px; }
body.category-brands .mmSlider1 .item.next2 { margin-left: 1000px; }
body.category-brands .mmSlider1 .item.prev3 { margin-left: -1500px; }
body.category-brands .mmSlider1 .item.next3 { margin-left: 1500px; }*/
body.category-brands .mmSlider1 .item.akt {
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}

body.category-brands .mmSlider1 .points {
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100vW;
	transform: translateX(calc(50%));
	box-sizing: border-box;
	z-index: 20;
}

body.category-brands .mmSlider1 .points .pagenum {
	display: none;
}

body.category-brands .mmSlider1 .point.next,
body.category-brands .mmSlider1 .point.prev {
	margin-top: -40px;
	position: absolute;
	padding: 30px;
	left: 0;
}

body.category-brands .mmSlider1 .point.next {
	left: unset;
	right: 0;
}

section.no-results,
section.not-found {
	text-align: center;
	padding: 2em;
}

.site-footer.custom {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	grid-column-gap: 5%;
	align-items: start;
	width: 90vw;
	max-width: 1250px;
	margin: 10em auto 3em auto;
}

.site-footer.custom ul {
	margin: 0;
	padding: 0;
}

.site-footer.custom li {
	list-style-type: none;
}

.site-footer.custom>div:nth-child(2) {
	text-align: center;
}

.site-footer.custom>div:nth-child(3) {
	text-align: right;
}

#scroll-to-top {
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#scroll-to-top.show {
	display: block;
}

#scroll-to-top i {
	border-color: #FFF;
	width: 15px !important;
	margin: 0px 0px -11px 14.5px;
}

#scroll-to-top i:nth-child(1) {
	margin-top: 25px;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

body:not(.home) #masthead {
	background-color: #000;
}

#header-spacer {
	height: calc(var(--subpage-header-pacer) / 1.4);
}

#header-spacer,
#masthead .logo,
#masthead .menu-toggle,
#masthead .site-title,
#masthead .site-title:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

body.header-collapsed #header-spacer {
	height: 70px;
}

body.header-collapsed #masthead .site-title {
	padding-top: 20px;
	padding-bottom: 20px;
}

body.header-collapsed #masthead .logo {
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

body.header-collapsed #masthead .lang-switcher,
body.header-collapsed #masthead .menu-toggle {
	top: calc(10px + var(--subpage-header-paces) / 2);
}

body.header-collapsed #masthead .site-title:after {
	margin-top: 20px;
}

body:not(.home).header-collapsed .nav-menu {
	/*top: 80px;*/
	/*top: 68px;*/
}

.post-list {
	--post-list-gap: 3vw;
	--post-list-col-num: 3;
	margin-top: 3.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: var(--post-list-gap);
}

@media (max-width: 900px) {
	.post-list {
		--post-list-col-num: 2;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.post-list {
		--post-list-col-num: 1;
		grid-template-columns: 1fr;
	}
}

.post-item {
	display: block;
}

.post-item .title {
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFF;
	color: #000;
	padding: 0.2rem 0.7em 0px 0.7em;
	line-height: 2rem;
}

.post-item p:empty,
.post-item .title:empty {
	display: none;
}

.post-item img {
	display: block;
	--post-list-img_width: calc((var(--pagewidth) - ((var(--post-list-col-num) - 1) * var(--post-list-gap))) / var(--post-list-col-num));
	width: var(--post-list-img_width);
	height: calc(var(--post-list-img_width) / 1.5);
	object-fit: cover;
	object-position: center;
}

.post-item img,
.touchTouch img {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}

.post-item:hover img,
.touchTouch:hover img {
	filter: brightness(60%);
}

.masonry .post-item {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	transition: left .35s, top .35s;
	-moz-transition: left .35s, top .35s;
	-webkit-transition: left .35s, top .35s;
	-o-transition: left .35s, top .35s;
}

.category-references .entry-content {
	max-width: unset;
}

.category-references .site-main {
	text-align: left;
}

.category-references.post {
	/*width: var(--pagewidth);*/
	/*margin: 5em auto 2em auto;*/
	margin: 0 auto 3em auto;
}

/*.category-references .entry-title*/
.category-references article .entry-header,
.category-references .entry-content>p {
	/*display: inline;*/
	width: 45%;
}

.category-references article .entry-header h1 {
	clear: unset;
}

.category-references article .post-thumbnail img {
	display: inline;
	float: right;
	/*width: 64%;*/
	width: auto;
	max-height: 315px;
	margin-left: 4%;
	/*margin-bottom: 120px;*/
	margin-bottom: var(--subpage-header-paces);
	position: relative;
	z-index: 1;
}

.category-references .entry-title {
	margin: 1.65em 0 0.8em 0;
	margin: 0.5em 0 0.8em 0;
	text-align: left;
	font-size: 47px;
	line-height: 1;
}

.category-references .wp-block-gallery {
	clear: both;
}

.reference-brands {
	width: 25%;
	/*margin-top: 5em;*/
	margin-top: 2.5em;
	margin-bottom: 3em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10%;
	grid-row-gap: 20px;
	align-items: center;
	justify-content: start;
}

.reference-brands a {
	display: inherit;
}

@media (max-width: 1500px) {
	.reference-brands {
		width: 29%;
	}
}

@media (max-width: 900px) {

	.category-references article .entry-header,
	.category-references .entry-title,
	.category-references .entry-content>p {
		/*display: inline;*/
		width: unset;
	}

	.category-references article .post-thumbnail img {
		width: 100%;
		max-height: unset;
		margin-left: 0;
	}

	.reference-brands {
		width: 50%;
		margin: 3em 0;
	}
}

@media (max-width: 700px) {
	.reference-brands {
		width: 75%;
	}
}

@media (max-width: 550px) {
	.category-references .entry-title {
		font-size: 35px;
	}
}

@media (max-width: 450px) {
	.reference-brands {
		grid-template-columns: 1fr 1fr;
	}
}


/*references-images*/
.references-images-first-block,
.references-images-wide-image-block,
.references-images-two-image-block,
.references-images-three-image-block,
.references-images-three-image-block2 {
	clear: both;
	margin-bottom: 120px;
}

/*references-images-first-block*/
.references-images-first-block {
	margin-top: -120px;
}

.references-images-first-block .wp-block-column:nth-child(2) .wp-block-image {
	z-index: 1;
	position: relative;
	/*margin-top: -160px;*/
	width: 75%;
}

.references-images-first-block .wp-block-column:nth-child(2) .wp-block-image img {
	width: 100%;
}

@media (max-width: 900px) {
	.references-images-first-block .wp-block-column:nth-child(1) {
		display: none;
	}

	.references-images-first-block .wp-block-column:nth-child(2) .wp-block-image {
		margin-top: 1em;
		width: 100%;
		max-height: unset;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.references-images-first-block {
		margin-top: 1em;
	}
}

/*references-images-wide-image-block*/
.references-images-wide-image-block {
	width: 100vw;
	transform: translateX(calc(-100vw + min(100vw, var(--pagewidth)) + (100vw - min(100vw, var(--pagewidth))) / 2));
}

.references-images-wide-image-block img {
	width: 100%;
}

/*references-images-two-image-block*/
.references-images-two-image-block {}

.references-images-two-image-block .wp-block-column:nth-child(2) .wp-block-image {
	margin: -60px 0 0 auto;
	width: 90%;
}

/*references-images-three-image-block*/
.references-images-three-image-block .wp-block-column:nth-child(1) .wp-block-image:nth-child(2) {
	width: 75%;
	margin: 60px -60px 0 auto;
}

.references-images-three-image-block .wp-block-column:nth-child(2) .wp-block-image:nth-child(1) {
	width: 75%;
	margin: 60px 0 0 auto;
	margin: -60px 0 0 auto;
}

.references-images-three-image-block .wp-block-column:nth-child(2) .wp-block-image:nth-child(1) img {
	width: 100%;
}

.references-images-three-image-block .wp-block-column:nth-child(2) .wp-block-image:nth-child(2) {
	width: 45%;
	margin: 60px auto 0 30px;
}

.references-images-three-image-block .wp-block-column:nth-child(2) .wp-block-image:nth-child(2) img {
	width: 100%;
}

@media (max-width: 600px) {
	.references-images-three-image-block .wp-block-column:nth-child(2) .wp-block-image:nth-child(1) {
		margin-top: 1em;
	}

	.references-images-two-image-block .wp-block-column:nth-child(2) .wp-block-image {
		margin-top: 1em;
	}
}

/*references-images-three-image-block2*/
.references-images-three-image-block2 .wp-block-column:nth-child(1) .wp-block-image:nth-child(2) {
	width: 50%;
	margin: 60px -18% 0 auto;
}

.references-images-three-image-block2 .wp-block-column:nth-child(2) .wp-block-image:nth-child(1) {
	width: 75%;
	margin: -60px 0 0 auto;
}

.references-images-three-image-block2 .wp-block-column:nth-child(2) .wp-block-image:nth-child(1) img {
	width: 100%;
}

.references-images-three-image-block2 .wp-block-column:nth-child(2) .wp-block-image:nth-child(2) {
	width: 45%;
	margin: 60px auto 0 30px;
}

.references-images-three-image-block2 .wp-block-column:nth-child(2) .wp-block-image:nth-child(2) img {
	width: 100%;
}



@media (max-width: 1450px) {
	h1 {
		font-size: 1.9em;
	}

	body.home h1 {
		font-size: 2.2em;
	}

	.button {
		font-size: 1.1rem;
	}

	.nav-menu {
		padding: 195px 0 0 4%;
	}

	.site-title .logo {
		width: 240px;
	}
}

@media (min-width: 768px) {
	.monly {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.donly {
		display: none !important;
	}

	.entry-content {
		width: 90vw;
	}

	.site-title {
		padding: 60px 0 40px 0;
	}

	.site-title .logo {
		margin-left: -70px;
	}

	.lang-switcher,
	.menu-toggle {
		top: 69px;
	}

	.menu-toggle i {
		width: 35px;
		height: 1px;
		margin: 7px 0 4px 0;
		border-top-width: 2px;
	}

	body:not(.home) .nav-menu {
		top: 0;
		padding: 120px 45px 45px 45px;
	}

	body.home .lang-switcher,
	body.home .menu-toggle {
		top: 102px;
	}

	.nav-menu {
		padding: 155px 0 0 12%;
	}

	#header-spacer {
		height: calc(var(--subpage-header-pacer) / 1);
	}

	body.header-collapsed #masthead .lang-switcher,
	body.header-collapsed #masthead .menu-toggle {
		top: 30px;
	}

	body.header-collapsed .nav-menu {
		padding-top: 80px;
	}

	.lang-switcher {
		right: unset;
		margin-left: -5px;
		left: calc(100vw - 250px + 12vw);
	}

	body:not(.is-menu) .lang-switcher {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.1s linear;
	}

	.brand-list .item {
		width: 48%;
		height: calc(min(90vw, 1250px) / 5 * 1.2);
	}

	.about_bottom_links {
		height: calc(100vw * 0.625);
		height: unset;
		display: block;
		margin-top: 103px;
		margin-bottom: 103px;
		width: 100vw;
	}

	.about_bottom_links .item {
		display: block;
		box-sizing: border-box;
		vertical-align: top;
		background-color: unset;
		padding: 15px;
	}

	.about_bottom_links .item-inner {
		position: unset;
		top: unset;
		left: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.persons,
	.about_bottom_links,
	.pagename-kapcsolat .map,
	body.category-brands .mmSlider1-wrap {
		/*margin-left: -5vw;*/
	}

	/*.mmSlider1-wrap.popup-slider .points .next {
    right: 10px;
	}*/
	.site-footer.custom {
		grid-auto-flow: unset;
		grid-auto-columns: unset;
		grid-template-columns: repeat(1, 1fr);
	}
	.site-footer.custom>div:nth-child(2) {
		text-align: left;
		margin-top: 1em;
	}
	.site-footer.custom>div:nth-child(3) {
		text-align: left;
		margin-top: 1em;
	}
}

.insta_icon {
	width: 64px;
	height: auto;
}

.pagination {
	margin: 2rem 0;
	text-align: center;
}

.pagination .page-numbers {
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFF;
	color: #000;
	padding: 0.5rem 0.7rem 0.5rem 0.7rem;
	line-height: 2rem;
}