/*!
Theme Name: Dogma Socks v2
Author: Medialab
Author URI: https://www.medialab.hr/
Description: Dogma Socks custom build. Standalone successor to the Dogma Socks theme (slug: dogma-socks-v2), so both can be installed side by side.
Version: 2.0.3
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dogma-socks
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 with others.

Dogma Socks v2 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Slider
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

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

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 }

/**
 * 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; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* 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; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }
 button,
 input,
 optgroup,
 select,
 textarea {
 	outline : 0;
 	-moz-outline : 0;
 	border : 0;
 	border-style: none;
 }
 button:active,
 input:active,
 optgroup:active,
 select:active,
 textarea:active {
 	outline : 0;
 	-moz-outline : 0;
 	border : 0;
 	border-style: none;
 }
 button:focus,
 input:focus,
 optgroup:focus,
 select:focus,
 textarea:focus {
 	outline : 0;
 	-moz-outline : 0;
 	border : 0;
 	border-style: none;
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	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;
 	outline : 0;
 	-moz-outline : 0;
 	border : 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 : 0;
 	-moz-outline : 0;
 	border : 0;
 }

/**
 * 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; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * 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; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * 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; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * 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; /* 1 */
 	font: inherit; /* 2 */
 }

/* 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;
 }
 .edit-link {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #171717;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .product-name a {
	clear: both;
	font-family: 'supermolot';
	font-style: italic;
	font-weight: bold;
	color: #171717;
	text-decoration: none;
}

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: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
@font-face {
	font-family: 'supermolot';
	src: url('fonts/supermolot_neue_regular.woff2') format('woff2'),
	url('fonts/supermolot_neue_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'fonts/supermolot';
	src: url('fonts/supermolot_neue_italic.woff2') format('woff2'),
	url('fonts/supermolot_neue_italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;

}
@font-face {
	font-family: 'supermolot';
	src: url('fonts/supermolot_neue_bold.woff2') format('woff2'),
	url('fonts/supermolot_neue_bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;

}
@font-face {
	font-family: 'supermolot';
	src: url('fonts/supermolot_neue_bold_italic.woff2') format('woff2'),
	url('fonts/supermolot_neue_bold_italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;

}

@font-face {
	font-family: 'supermolot';
	src: url('fonts/supermolot_neue_demibold.woff2') format('woff2'),
	url('fonts/supermolot_neue_demibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;

}

@font-face {
	font-family: 'supermolot';
	src: url('fonts/supermolot_neue_demibold_italic.woff2') format('woff2'),
	url('fonts/supermolot_neue_demibold_italic.woff') format('woff');
	font-weight: 600;
	font-style: italic;

}
@font-face {
	font-family: 'supermolot';
	src: url('fonts/TTSupermolotNeue-Medium.woff2') format('woff2'),
	url('fonts/TTSupermolotNeue-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'supermolot';
	src: url('fonts/TTSupermolotNeue-MediumItalic.woff2') format('woff2'),
	url('fonts/TTSupermolotNeue-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	cursor: url('img/cursor.svg'), pointer;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0;
	width: 100%;
	border-spacing: 0;
}
main {
	min-height: 55vh;
}
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container {
	display: flex;
	flex-wrap: wrap;
}
.container-margin {
	margin: 0 1em;
}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button, .button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button a,
.wp-block-button a:visited {
	border: 1px solid #171717;
	border-radius: 0px;
	background: #171717;
	color: #fff!important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px 30px;
	transition: all ease .5s;
	text-decoration: none;
}
button a,
.button a,
.wp-block-button a {
	text-decoration: none;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button a:hover {
	border: 1px solid #171717;
	background: #fff;
	color: #171717!important;
}

button:active, button:focus,
.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,
.wp-block-button a:focus,
.wp-block-button a:active,
 {
	border: 1px solid #171717;
	background: #fff;
	color: #171717;
}

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%;
}
.anchor {
	margin-top: -70px;
	position: absolute;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	cursor: url('img/cursor.svg'), pointer;
}

a:visited {
	color: #171717;
}

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

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: .2em;
}
#masthead {
	z-index: 101;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	right: 0;
	top: 0;
	background: #f7f9f9;
	min-height: 50px;
}
.site-header {
	transition: all ease .5s;
}
.shadow {
	box-shadow: 0px 0px 7px #1717170002b
}
.logo-container {
	position: relative;

}
.logo {

	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: .5rem;
	z-index: 99;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:-1px;
	max-width: 318px;
}
.logo:before {
	content: '';
	background: url(img/logo-bkg.svg);
	max-width: 350px;
	min-width: 150px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 99;
	transition: all ease .5s;

}
.logo img {
	width: 69px;
	transition: all ease .5s;
	z-index: 100;
	position: relative;
}
.logo-scroll img {
	width: 39px!important;
}
.logo-scroll .logo:before {
	height: 60px!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #181818;
	color: #8e8a8b;
}
.site-footer a {
	color: #8e8a8b;
	text-decoration: none;
}
.site-footer a:hover {
	color: #fff;
}
.site-info {
	display: flex;
	justify-content: flex-start;
	padding: 1em 0;
	margin: 3em 1em 0 1em;
	font-size: .9em;
	border-top: 1px solid #8e8a8b;
}
.poweredby img {
	vertical-align: sub;
}
.site-footer h3 {
	font-family: 'supermolot', sans-serif;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
}
.site-footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-company, .footer-contactus {
	text-align: right;
}

.logo-footer {
	text-align: center;
	position: relative;
	z-index: 1;
}
.logo-footer .logo-img {
	width: 69px;
	margin-top: -20px;
	z-index: 999;
	position: relative;
}
.logo-footer:before {
	content: '';
	background: url(img/logo-bkg.svg);
	max-width: 350px;
	min-width: 150px;
	height: 40px;
	display: block;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-size: 100%;
}


.logo-img-footer-bkg {
	width: 263px!important;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: -1;
	top: -36px;
}
.social {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
.social i {
	border: solid 1px;
	border-radius: 45px;
	width: 40px;
	height: 40px;
	margin: .2em;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .5s;
}
.social a {
	color: #fff;
	text-decoration: none;
}

.social i:hover {
	transition: all ease .5s;
	background: #fff;
	color: #181818;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 98;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	    font-size: .9em;
}

.main-navigation ul {
	display: flex;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #181818;
	background: transparent;
	padding: 1em;
	transition: all ease .5s;
}
.main-navigation a:hover {
	color:#fff;
	background: #181818;
	transition: all ease .5s;
}

/* Main nav DE fix */
.main-navigation .menu-primary-menu-1-de-container a, .main-navigation .menu-primary-menu-2-de-container a {
	padding: 1.2em .9em!important;
	font-size: .9em;
}


/* Small menu. */
.menu-toggle {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 999999;
	color: #181818!important;
	background: transparent;
	border: none;
	font-size: 1.5rem;
	padding: 17px 5px 16px 5px;
	border-radius: 0;
	margin: 0;
}
.menu-toggle:hover {
border: none;
background: transparent;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: none;
}
.main-navigation-responsive {
	visibility: hidden;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999999;
	background: #f7f9f9;
	right: -100%;
	min-width: 85%;
	transition: all ease 1s;
	padding: 1em;
	overflow: auto;
}
.main-navigation-responsive-visible {
	right: 0;
	visibility: visible;
}
.main-navigation-responsive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation-responsive li {
	padding: .3rem 0;
}
.main-navigation-responsive a {
	text-decoration: none;
	color: #181818;
}
.main-navigation-responsive .logo-img {
	height: 50px;
}
.site-navigation-responsive-logo-container {
	text-align: center;
}
.overlay-black {
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	z-index: 999998;
	background: rgba(0, 0, 0, 0);
	transition: all ease 1s;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	padding: 10px;
	font-size: 1.5rem;
}
.overlay-black-visible {
	visibility: visible;
	background: rgba(0, 0, 0, 0.8);
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.footer-navigation ul {
	list-style: none;
	margin:0;
	padding: 0;
	font-size: .9em;
}
.back-to-top {
	position: fixed;
	bottom: 56px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all ease .5s;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9;
}
.back-to-top a {
	color: #181818;
	font-size: 1.5rem;
	padding: 0px 5px;
}
.back-to-top-on {
	visibility: visible;
	opacity: 1;
}
.grecaptcha-badge {
	display: none!important;
}

/* Language switch */
#flags_language_selector {
padding: 1em 0em;
text-align: center;
}
#flags_language_selector a {

}
#flags_language_selector img {
	margin-right: 1em;
	width: 24px;
	height: 24px;
}
#flags_language_selector img:last-child {
	margin-right: 0em;
}

#flags_language_selector_desktop {
	position: absolute;
	top: 14px;
	right: 0px;
	z-index: 9999;
	transition: all ease .5s;
}
#flags_language_selector_desktop *  {
	line-height: 0;
}
#lang_select_current {}
#flags_language_selector_desktop:hover .lang_select_list {
	display: block!important;
}

#flags_language_selector_desktop img {
	width: 16px!important;
	height: 16px!important;
	margin: .2em;
	overflow: hidden;
	border-radius: 50%;
}

.lang_select_list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lang-scroll {
	right: 20px!important;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {
	font-size: .8em;
}
#breadcrumbs a {
	text-decoration: none;
	color: inherit;
}
.breadcrumbs-featured {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	-webkit-clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	-webkit-clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.ytplayer {
	background-size: cover;
	background-position: center;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.ytplayer video {
	z-index: 1;
}
.ytplayer .ssloader {
position: absolute;
    font-size: 3em;
    color: #fff;
}
/* Slider intro */
.swiper-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-slide {
	background-position: center!important;
	background-size: cover!important;
}
.intro-slider .swiper-slide h2, .intro-slider .swiper-slide h1 {
	padding: 0 20px;
}
.intro-slider .swiper-slide h2 {
	margin-top: 0;
}
.swiper-container a {
	color: #171717;
}

/* Home intro */
.home-intro-container {
	background: #cccccc;
}
.home-intro-container .swiper-container {
	height: 80vh;
}

/* Home slogan */
.slogan-shape {
	clip-path: polygon(50% 40%, 100% 0%, 100% 50%, 50% 90%, 0 50%, 0% 0%);
	-webkit-clip-path: polygon(50% 40%, 100% 0%, 100% 50%, 50% 90%, 0 50%, 0% 0%);
	background: #fff;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .5s;
}
.slogan-shape h2 {
	margin-top: 70px;
	color: #181818;
	text-align: center;
}
.home-slogan {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -100px;
	z-index: 1;
}
.home-slogan:before {
	content: '';
	background: url(img/logo-slogan.svg);
	max-width: 120px;
	min-width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-repeat: no-repeat;

	background-size: 100%;
	z-index: 1;
}


/* Boxed images display */
.boxed-images ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.boxed-images li {
	height: 30vh;
	display: flex;
	width: 100%;
	background: #171717;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.boxed-images img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	transition: all ease .5s;
	opacity: .7;
}
.boxed-images img:hover {
	transition: all ease .5s;
	transform: scale(1.2);
	opacity: 1;
}
.boxed-images-img-contain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxed-images-img-contain h2 {
	position: absolute;
	color: #fff;
	font-family: 'supermolot';
	font-style: italic;
	font-weight: 500;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: solid 1px;
	z-index: 1;
}

/* Home categories */

.home-categories li {
	height: 50vh;
	width: 50%;
}

.home-categories li:last-child:nth-child(odd) {
	/* Last child AND odd */
	width: 100%;
}

.home-categories li:nth-last-child(2):nth-child(odd),
.home-categories li:last-child:nth-child(even) {
	/* Before last child AND odd */
	/* Last child AND even */
}

/* New Arrival */
.home-new-arrival {
	clip-path: polygon(50% 0%, 100% 80px, 100% 50%, 100% 100%, 0 100%, 0% 80px);
	-webkit-clip-path: polygon(50% 0%, 100% 80px, 100% 50%, 100% 100%, 0 100%, 0% 80px);
	background: url('img/arrival-bkg.jpg');
	z-index: 1;
	position: relative;
	margin-top: -105px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2rem 0;
	transition: all ease .5s;
}
.home-new-arrival-title {
	text-align: center;
}
.home-new-arrival-title h1,
.home-new-arrival-title h2 {
	font-family: 'supermolot';
	font-style: italic;
	font-weight: bold;
	padding: 0;
	display: inline-block;
	position: relative;
}
.home-new-arrival-title h1:before,
.home-new-arrival-title h2:before {
	content: '';
	background: url(img/logo-blk-solo.svg);
	width:120px;
	height: 120px;
	display: block;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: .1;
}
.home-new-arrival-title h1:after,
.home-new-arrival-title h2:after {
	content: '';
	border-bottom: solid 2px #171717;
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
/* New arrival slide */

.new-arrival-slide a {
	text-decoration: none;
	transition: all ease .5s;
	transform: scale(.9);
}
.new-arrival-slide a:hover {
	transform: scale(1);
}
.new-arrival-slide-container {
	padding: 3em 0 0 0;
}
.cross-sells .new-arrival-slide-container {
	padding: 0 0 0 0;
}
.cross-sells h2 {
	text-align: center;
}

.new-arrival-slide .swiper-pagination {
	bottom: 0;
}
.new-arrival-slide .swiper-wrapper {
	margin-bottom: 2em;
	display: flex;
	align-items: baseline;
}

/* Featured Links*/
.home-featured-links li {
	width: 33.33%;
}
/* Home Banner */
.banner_home {
    padding: 3em 0;
}
.banner_home .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_banner_home  {
display: flex;
align-items: center;
justify-content: center;
}
.image_banner_home img {
    max-width: 250px;
}
.text_banner_home {
    padding: 0em 1em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.header-featured {
	height: inherit;
	overflow: hidden;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	position: relative;
	color: #fff;
	background: #000;
	height: 50vh;
	overflow: hidden;
	clip-path: polygon(50% 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%, 0% 0%);
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%, 0% 0%);
	transition: all ease .5s;
}

.shops-page	.header-featured {
		clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0% 0%);
		-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0% 0%);
		transition: all ease .5s;
	}
.shops-page	.breadcrumbs-featured {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1em;
	}

.header-featured h1 {
	color: #fff;
	text-align: center;
}
.header-featured .post-thumbnail, .header-featured .post-thumbnail img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	opacity: .7;
}
.header-featured-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sticky {
	display: block;
}

.post,
.page {

}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.container-content {
	padding: 1em;
}
.woocommerce-cart #content, .woocommerce-checkout #content {
	padding-bottom: 3em;
}

/* 404 */
.error404 main {
	display: flex;
	align-items: center;
	min-height: 98vh;
}
.error-404 {
	text-align: center;
}
/* share icons */
.share-post-page {
	padding-bottom: 3em;
}

.share-links {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	color: #d3d3d3;

}

.share-links li {
	margin: 0 .4em;
}

.share-links a {
	color: #d3d3d3!important;
	border: solid 2px #d3d3d3;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease .5s;
	text-decoration: none;
}
.share-links-text {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
.share-links a:hover {
	color: #181818!important;
	border: solid 2px #181818;

}
/* post nav */
.post-nav-item {
	display: inline-block;
	min-width: 80px;
}
.post-nav-item .nav-next, .post-nav-item .nav-previous {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0.5em;
}
.post-nav-item a {
	text-decoration: none;
	font-style: italic;
	font-weight: 600;
	color: #181818;
}
.post-nav-item i {
	background: #181818;
	margin: 0.2em;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
}

.container-post {
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
}
.post-nav-contain {
	display: flex;
	align-items: center;
	justify-content: center;
}
.responsive-post-nav {display: none;}

/* Files */
.files .container {
	justify-content: center;
}
.files a {
	text-decoration: none;
	color: inherit;
}
.files-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: normal;
	transition: all ease .5s;
	margin-bottom: 2em;
}
.files-item:hover {
	transform: scale(.9);
}
.files-item i {
	font-size: 4em;
	padding-bottom: .1em;
}

/* Dogma titles */
.dogma-title {
	text-align: center;
}
.dogma-title h1 {
	font-family: 'supermolot';
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 2em 0;
	display: inline-block;
	position: relative;
}
.dogma-title h1:before {
	content: '';
	background: url(img/logo-blk-solo.svg);
	width:120px;
	height: 120px;
	display: block;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: .1;
}
.dogma-title h1:after {
	content: '';
	border-bottom: solid 2px #171717;
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.dogma-separator {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	margin: 2em 0;
}
.dogma-separator-line {
	border-bottom: solid 2px #171717;
	width: 45%;
}
.dogma-separator-dot-border {
	border: solid 2px #171717;
	border-radius: 50%;
}
.dogma-separator-dot {
	width: 22px;
	height: 22px;
	background: #171717;
	border: solid 2px #fff;
	border-radius: 50%;
}

/* Contact Form */

.entry-content .dogma-separator:last-child {
	display: none;
}

input.wpcf7-text, textarea.wpcf7-textarea {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	width: 100%;
}
.dogma-contact-form .container {
	justify-content: space-between;
}
.dogma-contact-form .col-6 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
	    position: relative;
}
.wpcf7 .ajax-loader {
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
}
.dogma-contact-form {
    margin-bottom: 5em;
}
.contact-form-text {
    padding-bottom: 2em;
}
/* BLOG */
.blog-loop-container {
	overflow: hidden;
	margin-bottom: 2em;
}
.blog-loop-container .col-6 {
	padding: 2em 3em 0em 3em;
	border-right: solid 2px #171717;
	position: relative;
}
.blog-loop-container .col-6 .point-mark {
	display: flex!important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.blog-loop-container .col-6:nth-child(even) {
	padding-top: 6em;
	border:none;
}
.blog-loop-container .col-6:nth-child(even) .point-mark {
	position: absolute;
	left: -13px;
}
.blog-loop-container .col-6:nth-child(even) .point-mark-border-right {
	width: 1em;
	border-bottom: solid 2px #171717;
	margin: .5em;
}


.blog-loop-container .col-6:nth-child(odd) .point-mark {
	position: absolute;
	right: -15px;
	display: block;
}
.blog-loop-container .col-6:nth-child(odd) .point-mark-border-left {
	width: 1em;
	border-bottom: solid 2px #171717;
	margin: .5em;
}
.blog-loop-container a {
	text-decoration: none;
	color: inherit;
}
.blog-loop-container h1.entry-title {
	padding: 0;
	margin: 0;
}
.blog-loop-container .entry-content {
	padding: 0;
	margin: 0;
}
.blog-post-link {
	padding: .5em;
	text-align: center;
}

.point-mark-icon-inner {
	background: #181818;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: solid 2px #fff;
}
.point-mark-icon {
	border-radius: 50%;
	border: solid 2px #181818;
}

.blog-down {
	margin-top: 2em;
	display: flex;
	justify-content: center;
}
.blog-down i {
	background: #181818;
	color: #fff;
	font-size: 2em;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	align-items: center;
	display: flex;
	justify-content: center;
}
.post-loop-img-container {
	height: 35vh;
	overflow: hidden;
	box-shadow: 0px 0px 1px #00000024;
	margin-bottom: .5em;
	position: relative;
	    background-size: cover;
    background-position: center;
}
.post-loop-img-container img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.blog-loop-container .col-6 {
	width: 50%;
}

.read-more-btn {
    background: url(img/tab.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-family: supermolot;
    min-width: 200px;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}
.read-more-btn:hover {
 	    background: url(img/tab-active.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #181818;
}
.page-load-status {
    text-align: center;
    margin-bottom: 3em;
        font-size: 2em;
        display: none;
}
.date {
    text-align: right;
    font-size: .8em;
    font-style: italic;
}
.featured-crumbs-date {
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-header-featured {
    font-size: .8em;
}
/* TECHNOLOGIES */
.technologies-loop-container {
	flex-direction: column;
}
.post-technology {
	display: flex;
	color: #fff;
}
.post-technology:nth-child(even) {
	flex-direction: row-reverse;
}

.post-technology .entry-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        z-index: 1;
	text-align: center;
}
.post-technology .entry-header h1 {
color: #fff;
}
.post-technology .entry-header:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    z-index: 1;
}

.post-loop-img-container-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    opacity: .7;
}
.family-and-friends-loop-container .post-loop-img-container-image {
    opacity: 1;
        background-position: top;
}

.technologies-loop-container .col-6 {
background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35vh;
}
.post-technology .post-loop-img-container {
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    color: #fff;
    background: #000;
    overflow: hidden;
min-height: 100%;
}
.post-technology .entry-content {
        padding: 4em;
    margin: 0;
}
.post-technology h1,
.post-technology h2,
.post-technology h3 {
    color: #fff;
}
.archieve-bkg {
    background: url('img/arrival-bkg.jpg');
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
    display: inline-block;
    width: 100%;
    position: relative;
}
.archieve-bkg:before {
    content: '';
    background: url('img/logo-slogan.svg');
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    }
.white-gradient {
    background: linear-gradient(white, #ffffff00);
        display: inline-block;
    width: 100%;
}
/* Story */
.story-border {
    padding: 0 10%;
    margin-bottom: 5em;
}
.post-cont:last-child .story-border {
    display: none;
}
.blog-post-link.story-date {
    margin-top: 1em;
}
.story-date .read-more-btn:hover {
    background: url('img/tab.svg');
        background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
/* SHOPS */

.shops-page {
    background: url('img/arrival-bkg.jpg');
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
}
#shops-gmap {
    min-height: 35vh;
    background: #eaeaea;
        background: url('img/map.jpg');
background-position: center;
background-size: cover;
}
#shops-filter {}
.shops-filter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
}
#shops-filter select {
    margin: 1em;
        width: 100%;
            border: none;
    border-radius: 0;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: 10px 25px 10px 5px;
    position: relative;
    font-style: italic;
    border-radius: 0;
    font-family: 'supermolot';
    color: #181818;
border-bottom: 1px solid #000;
  background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
#shop-content {
    overflow: hidden;
        background: #eaeaea;
}
#shop-content a {
	color: inherit;
	text-decoration: none;
}
.shop-info-contain {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.shop-img-contain {
    width: 40%;
}
.shop-title-contain h1 {
    padding: 0;
    margin: 0;
    padding-bottom: .5em;
 }
ul.shop-infos {
    width: 60%;
    margin: 0;
    padding: 1em;
    list-style: none;
}
.shop-text-contain {
    padding: 2em;
}

/* ACF MAP */

.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#wpadminbar {
	position: fixed;
}
.admin-bar #masthead {
	top: 32px;
}
.admin-bar .header-cart-container {
	top: 88px;
}
@media screen and (max-width: 1200px) {
.menu-primary-menu-2-container, .menu-primary-menu-2-de-container, .menu-primary-menu-2-hr-container {
	padding-right: 30px;
}
.main-navigation a {
		padding: 1.2em .5em;
	font-size: .9em;
}
}
	@media screen and (max-width: 1150px) {
.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 98;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: .9em;
}
.main-navigation a {
	padding: 1.2em .5em;
	font-size: .9em;
}
/* Main nav DE fix */
.main-navigation .menu-primary-menu-1-de-container a, .main-navigation .menu-primary-menu-2-de-container a {
	padding: 1.3em .5em!important;
	font-size: .87em;
}


}
@media screen and (max-width: 1024px) {
	.col-1 {
		width: 16.66%;
	}
	.col-2 {
		width: 25%;
	}
	.col-3 {
		width: 33.33%;
	}
	.col-4 {
		width: 50%;
	}
	.col-5 {
		width: 50%;
	}
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}
	.footer-logo {
		order: -1;
	}
	.site-footer .col-4 {
		width: 100%;
	}
	.site-footer .col-2 {
		width: 25%;
	}
	.menu-toggle {
		display: block;
	}
	.main-navigation {
		display: none;
	}
	.banner_home {
    padding: 3em 0em 2em 1em;
}
.text_banner_home {
    padding: 2em 1em 0 1em;
}
#flags_language_selector_desktop {
	display: none;
}
}
@media screen and (max-width: 782px) {
	.admin-bar #masthead {
		top: 46px;
	}
	.col-1, .col-2, .col-3, .col-4 {
		width: 100%;
	}
	.site-footer .col-2 {
		width: 50%;
	}
	.footer-logo {
		order: -1;
	}
	.site-info {
		flex-direction: column;
		text-align: left;
	}

	.footer-align-left {
		text-align: left;
	}
	.footer-align-right {
		text-align: right;
	}
	.logo img {
		width: 39px;
		transition: all ease .5s;
	}
	.logo-scroll img {
		width: 39px!important;
	}
	.logo-scroll .logo:before, .logo:before {
		height: 60px!important;
	}
	#masthead {
		min-height: 58px;
		transition: all ease .5s;
	}
	.home-new-arrival {
		clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 0%);
		-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 0%);
		margin-top: 0;
	}

	.slogan-shape {
		clip-path: polygon(50% 40%, 100% 40%, 100% 80%, 50% 80%, 0% 80%, 0% 40%);
		-webkit-clip-path: polygon(50% 40%, 100% 40%, 100% 80%, 50% 80%, 0% 80%, 0% 40%);
	}
	.home-categories.boxed-images {
		padding-top: 60px;
	}
	.home-categories li {
		height: 40vh;
		display: flex;
		width: 100%;
	}
	.home-featured-links li {
		width: 100%;
	}
	.header-featured {
		clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0% 0%);
		-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 0 100%, 0% 0%);
		transition: all ease .5s;
	}
	.breadcrumbs-featured {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1em;
	}
	.post-nav-contain {display: none;}
	.responsive-post-nav {
		display: block;
		text-align: center;
	}
	.dogma-contact-form .container {
	}
	.dogma-contact-form .col-6 {
		width: 100%;
		padding-bottom: 2em;
	}
	.wpcf7 .ajax-loader {
		position: relative;
	}
	.dogma-contact-form {
    margin-bottom: 3em;
}
	.blog-loop-container .col-6 {
		width: 100%;
		border:none;
		padding-top: 1em!important;
	}

	.blog-loop-container .col-6 .point-mark {
		display: none!important;
	}

.post-technology, .post-technology:nth-child(even) {
    flex-direction: column;
}


}
@media screen and (max-width: 420px) {
	.site-footer .col-2 {
		width: 100%;
		text-align: center;
	}
	.home-categories li {
		height: 40vh;
		display: flex;
		width: 100%;
	}
	.slogan-shape {
		height: 220px;
	}


}

/*--------------------------------------------------------------
# EU funding banner
#
# Moved here from the inline <style> block that used to sit in inc/eu.php.
--------------------------------------------------------------*/
.eu-fond {
		background: #f3f3f3;
	}
	.eu-fond a {
		color: #000;
		font-weight: bold;
	}
	.eu-fond-wrapper {
		padding: 1em;
		display: flex;
		flex-direction: row;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		align-items: center;
	}
	.eu-fond-text {
		font-size: 14px;
		width: 90%;
	}

	.eu-fond-logo {
		text-align: right;
		width: 100%;
	}
	.eu-fond-logo img {
		padding: 0 .5em;
		max-width: 160px;
	}
	@media screen and (max-width: 1024px) {
		.eu-fond-wrapper {
			flex-wrap: wrap;
			flex-direction: column;
		}
		.eu-fond-text {
			width: 100%;
		}
		.eu-fond-logo {
			text-align: center;
			padding: 1em 1em 0em 1em;
		}

	}


/*--------------------------------------------------------------
# Header product search
#
# Desktop: magnifier in the top-right corner next to the language switcher.
# Mobile: the same form, always visible, below the menu in the slide-in nav.
--------------------------------------------------------------*/

/* Language switcher + search, pinned top right, outside .main-navigation. */
.header-tools {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
}

/* Was position:absolute;top:14px;right:0 on its own -- now a flex child. */
#flags_language_selector_desktop {
	position: static;
	top: auto;
	right: auto;
}

.header-search {
	position: relative;
}

.header-search-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	padding: .5em .7em;
	line-height: 1;
	font-size: 1em;
	transition: all ease .5s;
	/* The theme's global button rule sets color:#fff !important, so matching the
	   menu text needs !important too. */
	color: #181818 !important;
}

.header-search-toggle:hover,
.header-search-toggle:focus,
.header-search--open .header-search-toggle {
	color: #fff !important;
	background: #181818;
	transition: all ease .5s;
}

/* Panel is hidden from assistive tech too, not just visually. */
.header-search-panel {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	padding: .75em;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
}

.header-search--open .header-search-panel {
	display: block;
}

.header-search-form {
	display: flex;
	align-items: stretch;
}

.header-search-form .header-search-field {
	border: 1px solid #d3d3d3;
	border-right: 0;
	border-radius: 0;
	padding: .55em .75em;
	width: 15em;
	max-width: 100%;
	font-size: 1em;
	color: #171717;
}

.header-search-form .header-search-field:focus {
	border-color: #181818;
	outline: 0;
}

.header-search-form .header-search-submit {
	flex: 0 0 auto;
	background: #181818;
	border: 1px solid #181818;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	padding: 0 .9em;
	line-height: 1;
	transition: all ease .5s;
}

.header-search-form .header-search-submit:hover,
.header-search-form .header-search-submit:focus {
	background: #444;
	border-color: #444;
	transition: all ease .5s;
}

/* Mobile: inside the slide-in nav, full width, no toggle. */
.header-search--mobile {
	padding: 1em 0 0 0;
}

.header-search--mobile .header-search-field {
	width: 100%;
	flex: 1 1 auto;
	background: #fff;
}

/*
 * Reserve room for the tools next to the last menu item.
 *
 * The header is tight: menu-2 is bounded on the left by the centred logo shape
 * and on the right by the tools. Between roughly 1200px and 1340px the two meet,
 * so the compact menu treatment the theme already applies below 1200px is
 * brought forward to 1340px, and the right padding is widened from the stock
 * 30px (which only had to clear the ~22px language flag) to clear the flag plus
 * the search button.
 */
@media screen and (min-width: 1025px) and (max-width: 1340px) {
	.main-navigation a {
		padding: 1.2em .5em;
		font-size: .9em;
	}

	.menu-primary-menu-2-container,
	.menu-primary-menu-2-de-container,
	.menu-primary-menu-2-hr-container {
		padding-right: 70px;
	}
}

/* The desktop tools hide at the same breakpoint the language flags always did;
   below this the slide-in nav carries its own search field. */
@media screen and (max-width: 1024px) {
	.header-tools {
		display: none;
	}
}

/*--------------------------------------------------------------
# Variable product "Clear" link
#
# The re-based WooCommerce template renders a .reset_variations link inside the
# last <td class="value">. That cell is a flex row with the dropdown chevron
# pinned to its right edge (.variations .value:before), so the link landed on
# top of the chevron. v1 never rendered it; it is dropped in variable.php
# instead, and this rule is a safety net for any other code path that adds one.
--------------------------------------------------------------*/
.variations .reset_variations {
	display: none;
}
