/*!
Theme Name: unwired
Theme URI: http://underscores.me/
Author: Oliver Sulzer
Author URI: https://www.osulzer.at
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unwired
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.

unwired 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
	- Colors
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* Positions
--------------------------------------------- */

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

/* Margins and Paddings
--------------------------------------------- */

.mb-5 {
	margin-bottom:2.5em;
}


.mr-1 {
	margin-right:0.5em;
}

.mr-2 {
	margin-right:1em;
}

.mr-3 {
	margin-right:1.5em;
}

.mr-4 {
	margin-right:2em;
}

.mr-5 {
	margin-right:2.5em;
}

.ml-1 {
	margin-left:0.5em;
}

.ml-2 {
	margin-left:1em;
}

.ml-3 {
	margin-left:1.5em;
}

.ml-4 {
	margin-left:2em;
}

.ml-5 {
	margin-left:2.5em;
}

.h-100 {
	height:100%;
}


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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

::-moz-selection {
	color: #fff;
	background: #96B414;
}

::selection {
	color: #fff;
	background: #96B414;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Fonts
--------------------------------------------- */

/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: url('fonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-display: swap;
	font-weight: 300;
	src: url('fonts/roboto-v27-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-300italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url('fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-display: swap;
	font-weight: 400;
	src: url('fonts/roboto-v27-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url('fonts/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-display: swap;
	font-weight: 500;
	src: url('fonts/roboto-v27-latin-500italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-500italic.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url('fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Colors
--------------------------------------------- */

.color-white {
	color: #fff;
}

.hover-color-white:hover {
	color:#fff;
}

.bg-white {
	background-color:#fff;
}

.bg-primary {
	background-color: #97B422;
}

.color-primary {
	color:#97B422;
}

.color-dark-grey {
	color: #434343;
}

.color-grey {
	color: #A9A9A9;
}

.color-light-grey {
	color: #C2C2C2;
}

.color-lighter-grey {
	color: #D4D4D4;
}

.bg-lightest-gray {
	background-color: #F8F8F8;
}

.color-lightest-grey {
	color: #F8F8F8;
}

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #434343;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.9;
}



.font-size-small {
	font-size: 0.86em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin:0;
	color:#434343;
}

h1 {
	font-size: 3em;
	line-height:1.25em;
	letter-spacing: 2px;
}

h2 {
	font-size: 2.35em;
	line-height: 1.5em;
}

h3 {
	font-size:1.85em;
}

h4 {
	font-size: 1.36em;
}

h5 {
	font-size:1.27em;
}

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

.font-weight-light {
	font-weight:300;
}

.font-weight-regular {
	font-weight:400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-bold {
	font-weight: 700;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-weight: 300;
	color: #676767;
}

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, a:visited {
	color: #97B422;
	text-decoration: none;
}

.site-main a {
	color: #97B422;
	text-decoration: none;
}




a:hover,
a:focus,
a:active {
	color: #97B422;
}

a:focus {
	outline: thin dotted;
}

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

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

input.search-field {
	height: 64px;
	padding: 5px 20px;
	background: #F8F8F8;
	border: 0;
}

input.search-submit {
	border-radius: 0;
	height: 64px;
	padding: 5px 30px!important;
	cursor: pointer;
	background-color: #434343;
	color: #fff;
}

form.search-form {
	display: flex;
	justify-content: center;
}

/*
# Helpers
 */

.unwired-prevent-default > a {
	cursor: default;
}

.unwired-history-number {
	width: 70px;
	height: 70px;
	background: #97B422;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}

.unwired-history-number-wrapper {
	position: relative;
	justify-content: center;
}
.unwired-history-number-wrapper:after {
	position: absolute;
	content: '';
	width: 1px;
	top: 82px;
	height: calc(100% - 75px);
	margin: 0 auto;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='lightgray' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.elementor-widget-container .elementor-swiper-button {
	top: 20%;
}

.unwired-icon-color-light .elementor-icon:hover i {
	color: white;
}

.unwired-icon-color-light .elementor-icon {
	transition: none;
}

.z-index-10 {
	z-index:10;
}

.z-index-20 {
	z-index:10;
}

.object-fit-cover img {
	object-fit: cover;
}

.unwired-justify-content-center .elementor-container {
	justify-content: center;
}

.unwired-justify-end .elementor-container {
	justify-content: flex-end;
}

.unwired-hotspot .e-hotspot__tooltip {
	margin-bottom: 20px;
}

.unwired-hotspot .e-hotspot__tooltip p {
	margin: 0;
}

.unwired-hotspot .e-hotspot__tooltip:after {
	position: absolute;
	left: calc(50% - 7px);
	bottom: -6px;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.unwired-fullwidth-contact .elementor-field-type-select, .elementor-field-group .elementor-select-wrapper select {
	font-weight: 300 !important;
	font-size: 22px !important;
	color: #676767 !important;
	height: 60px !important;
}

.elementor-field-textual.elementor-size-lg {
	padding: 11px 20px !important;
	font-weight: 300 !important;
	font-size: 22px !important;
}


.unwired-fullwidth-contact .elementor-field-type-submit {
	margin-top: 15px;
}

body .elementor-field-type-textarea textarea.elementor-size-lg {
	padding: 20px !important;
}



.unwired-widget-minh-400 .elementor-widget-wrap {
	min-height:400px;
}

.unwired-maxwidth-640 {
	max-width:640px;
}

.unwired-maxwidth-800 {
	max-width:800px;
}

.unwired-title-fullheight {
	height: 100%;
}

.unwired-title-fullheight a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
}

.unwired-image-text-slider h3 {
	margin: 15px 0 15px 0;
	font-size: 1.27em;
	color: #434343;
	letter-spacing: 0.56px;
}

.unwired-image-text-slider img {
	height: 210px !important;
	object-fit: cover;
}

.unwired-image-text-slider h2 {
	font-weight: 300;
	margin-top: 25px;
}

.unwired-image-text-slider h3 {
	font-weight: 400;
	font-size: 1.27em;
	margin-top: 25px;
}

.unwired-image-text-slider i {
	background: #D4D4D4;
	border-radius: 1px;
	color: #fff;
	padding: 5px;
}

.unwired-image-text-slider figcaption {
	max-width: 780px;
	margin: 0 auto;
}

.unwired-image-text-slider p {
	letter-spacing: 0.88px
}

.unwired-icon-color-dark i {
	color: #676767;
}

.unwired-elementor-3-wrap .elementor-container {
	flex: 1 1 100% !important;
	flex-wrap: wrap;
}

.unwired-elementor-3-wrap .elementor-column {
	width: 100%;
}

.d-block {
	display:block;
}

.d-flex {
	display:flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.margin-auto {
	margin: 0 auto;
}

.admin-bar, body {
	padding-top:70px;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.unwired-language-selector.unwired-lang-desktop .wpml-ls-legacy-dropdown a:focus {
    color: #fff;
}

.unwired-language-selector.unwired-lang-desktop .wpml-ls-legacy-dropdown a {
    background: #97b422;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 130px;
    outline: 0;
}

.unwired-language-selector.unwired-lang-desktop .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0px solid #fff;
}

.unwired-language-selector.unwired-lang-desktop .wpml-ls-legacy-dropdown ul li:hover > ul li a {
	border-top: 0;
    border-radius: 0 0 5px 5px;
}

.unwired-language-selector.unwired-lang-mobile span {
    margin: 0;
}

.unwired-language-selector.unwired-lang-mobile img {
    display: none;
}

.unwired-language-selector.unwired-lang-mobile a {
    width: 78px;
    font-size: 12px;
    border-color: #96b414;
    color: #97b486;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 2px solid #fff;
}

.unwired-language-selector.unwired-lang-desktop .wpml-ls-legacy-dropdown ul li:hover > a {
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}

.unwired-language-selector.unwired-lang-desktop ul {
    margin: 0 !important;
    padding: 0;
}

.unwired-language-selector.unwired-lang-desktop {
    margin-left: 20px;
}

.admin-bar .sticky-menu {
	padding-top: 32px;
}

.sticky-menu {
	display:none;
	top: 0;
	position: fixed;
	width: 100%;
	transform: translateY(-250px);
	transition: transform 0.25s ease-in;
}

.scrolled-big .sticky-menu {
	transform: translateY(0);
}

.admin-bar.scrolled .primary-menu-area {
	margin-top: 0;
}

.primary-menu-new {
	display:none;
}

.admin-bar.scrolled .unwired-mobile-menu {
	top: 70px;
	height: calc(100% - 70px);
}

.site-logo-sticky a {
	display: flex;
	height: 100%;
}

.site-logo-sticky a img {
	max-width: 100%;
	height: 100%;
	width: auto;
}

.site-header-container,
.site-footer-container {
	max-width:1580px;
}

.top-nav {
	display:none;
	height:40px;
}

.site-logo a {
	position: absolute;
	top: -20px;
	z-index: 10;
	left: 0;
	width: 100px;
}

.top-nav a {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

.primary-menu {
	display:none;
}

.primary-menu ul li:hover > ul {
	transform: translateY(0);
}

.primary-menu,
.primary-menu > div,
.primary-menu > div > ul,
.primary-menu > div > ul li,
.primary-menu > div > ul li a {
	height:100%;
}

.primary-menu ul li > a {
	display: flex;
	justify-content: center;
	padding: 0 25px;
	align-items: center;
	letter-spacing: 1px;
	position: relative;
}

.primary-menu-area {
	box-shadow: 0 3px 6px #0000000f;
	z-index: 5;
	position: fixed;
	width: 100%;
	top: 0;
}



.admin-bar .primary-menu-area {
	margin-top: 46px;
}

.primary-menu-area-inner {
	height: 70px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.overflow-hidden {
	overflow:hidden;
}

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

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

/* New */
.menu-icon-left-text-right {
	display: flex !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap;
}

.menu-icon-left-text-right img {
	margin-right:10px !important;
}

.ubermenu-skin-grey-white .ubermenu-tabs-group, .ubermenu-skin-grey-white .ubermenu-tab > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-tab-content-panel {
	border-color: #99b425;
}

.ubermenu-submenu .ubermenu-submenu {
	margin-left: 15px;
}

ul.ubermenu-tab-content-panel a {
	color: #969696;
	font-size: 17px !important;
	font-weight: 400 !important;
}

.ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target {
	font-size: 16px;
	font-weight: 600 !important;
}

.ubermenu-skin-grey-white .ubermenu-tabs-group, .ubermenu-skin-grey-white .ubermenu-tab > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-tab-content-panel {
	border-color: #9bb21d;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

ul.ubermenu-tab-content-panel {
	padding: 0 10px 50px 0 !important;
}

.unwired-tabbed-menu i.ubermenu-sub-indicator:before {
	content: '';
}

.unwired-tabbed-menu .ubermenu-active a:after {
	content: '';
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 80'%3E%3Cdefs%3E%3Cstyle%3E .unwired-menu-arrow-fill %7B fill: %238fa723; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='unwired-menu-arrow-fill' points='29 0 0 39 29 80 29 0'/%3E%3C/svg%3E");
	width: 12px !important;
	height: 33px !important;
	display: block;
	background-size: contain;
	z-index: 9999 !important;
	position: absolute;
	background-repeat: no-repeat;
	right: 0;
	top: 10px;
}

.unwired-tabbed-menu .ubermenu-tab-content-panel a:after {
	content:unset !important;
}

.ubermenu-skin-grey-white .ubermenu-tabs-group, .ubermenu-skin-grey-white .ubermenu-tab > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-tab-content-panel {
	border-color: #9bb21d !important;
}


.ubermenu-submenu .ubermenu-submenu a {
	margin-left: 15px;
	font-weight: 400 !important;
}

.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border-bottom: none !important;
}

.navigation ul {
	display: flex;
	margin: 0;
	list-style: none;
	padding: 0;
}

.navigation ul li.active a {
	font-weight:400;
}

.navigation ul li a {
	background: #F8F8F8;
	padding: 5px;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 15px;
	color: #434343;
	font-size: 0.9em;
}

.site-footer p {
	margin: 5px 0;
}

.site-footer .widget-title {
	font-size: 1.25em;
	font-weight:400;
}

.site-footer-container, .site-footer-container a {
	color: #919191;
	font-size: 0.9em;
}

.site-footer .widget-title {
	font-size: 1.35em;
	font-weight: 500;
	color: #919191;
}

.site-footer strong {
	font-weight:500;
}

.primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.primary-menu ul a {
	color: #434343;
	font-weight:500;
}

.primary-menu ul li:hover > a:after, .primary-menu ul li.current-menu-ancestor > a:after, .primary-menu ul li.current_page_item > a:after {
	width: 75px;
}

.primary-menu ul li a:after {
	content: '';
	margin-top: 35px;
	width: 0;
	left: 25px;
	height: 3px;
	background: #97b422;
	position: absolute;
	transition: all 0.2s ease-in;
}

.primary-menu ul li ul li a:after {
	content: '';
	margin-top: 25px;
	left: 0;
	background: #636363;
}

.primary-menu ul li ul li ul li a:after {
	background: #afafaf;
}

.primary-menu ul a:hover, .footer-menus ul a:hover {
	color: #969696;
}

.site-footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.site-footer ul li a {
	font-size: 1.1em;
}

.site-footer {
	padding: 30px 0;
}

.footer-menus {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:25px;
}

.primary-menu ul li:hover > a {
	color: #969696;
}

.primary-menu ul li ul li:hover > a {
	color: #676767;
}


.primary-menu ul li:hover > ul {
	opacity: 1;
}

.primary-menu ul li ul li:hover > ul {
	top:unset;
}

@keyframes unwired_menufade {

	0% {
		top:-99999px;
		opacity: 0;
	}

	100% {
		top:130px;
		opacity: 1;
	}

}

.primary-menu .sub-menu a {
	display: block;
	padding: 0;
}


.primary-menu ul li ul {
	position: absolute;
	z-index: -1;
	background: #fff;
	box-shadow: 0px 3px 6px #0000000a;
	padding: 25px;
	left: 25px;
	margin-top: 10px;
	transform: translateY(-1000px);
	width: 90%;
	min-width: 500px;
	display: block;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.primary-menu ul li ul:before {
	content: '';
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	left: 0;
}

.primary-menu ul li ul li a {
	color: #434343;
	font-weight:500;
	font-size:0.9em;
	letter-spacing: 1px;
	margin: 0 0 15px;
}

.primary-menu ul li ul a:hover, .footer-menus ul a:hover {
	color: #434343;
}

.primary-menu ul li ul li ul {
	display: block;
	position: relative;
	box-shadow: none;
	margin-top: 0;
	min-width: unset;
	top: 0;
	z-index:0;
	left: unset;
	padding: 0 15px 15px 0;
	opacity: 1;
	transform: translateY(0);
}

.primary-menu ul li ul li ul li a {
	color: #676767;
	font-size: 0.9em;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	margin:0;
}

.primary-menu ul li ul li ul li:hover a {
	color: #979797;
}

.primary-menu ul li ul li ul li a:before {
	content: '';
	position: absolute;
	left: -14px;
	width: 0;
	top: 8px;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #AAA;
}

.top-bar-menu ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.top-bar-menu ul a {
	color:#fff;
	display:block;
	font-weight:500;
	font-size: 0.75em;
	margin-right:20px;
}

.top-bar-menu ul li:last-child a {
	margin-right:0;
}

.unwired-lang-selector {
	display: flex;
	justify-content: center;
	align-items: center;
}

.unwired-lang-selector select {
	cursor:pointer;
	background: #97b422;
	border: 2px solid #ffff;
	border-radius: 40px;
	padding: 0 30px 0 20px;
	margin-left: 5px;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 0.7em;
	background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'></path></svg>");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-size: 8px;
	background-position-y: 6px;
	text-transform: uppercase;
	font-weight: 500;
	outline: 0;
}

.unwired-lang-selector select option:hover {
	background: #ff9500 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}


.mobile-menu {
	padding: 20px;
	cursor: pointer;
}

.mobile-menu i {
	font-size: 30px;
	line-height: 30px;
	color: #969696;
	position: absolute;
	top: 5px;
	left: 6px;
	transform: translateX(200px);
	transition: transform 0.2s linear;
}

.unwired-mobile-menu.active {
	transform: translateX(0);
}

.mobile-menu i.active {
	transform: translateX(1px);
}

.admin-bar .unwired-mobile-menu {
	height: calc(100% - 115px);
}

.unwired-mobile-menu {
	position: fixed;
	background: #fff;
	width: 100%;
	height: calc(100% - 70px);
	top: 70px;
	transform: translateX(100vw);
	z-index: 4;
	overflow-y: auto;
	transform: translateX(200vw);
	transition: transform 0.1s linear;
}

.unwired-mobile-menu ul {
	padding:0;
	margin:0;
	list-style: none;
}

.unwired-mobile-menu-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

li.current-menu-ancestor a {
    color: #969696;
}

.unwired-header-buttons-mobile {
    justify-content: flex-end !important;
}

.unwired-mobile-menu-inner .mobile-primary-menu {
	padding:20px 25px 50px 25px;
	height:100%;
	overflow: auto;
}

.unwired-mobile-menu-closer {
	padding: 5px 20px;
	font-size: 3em;
	line-height: 1em;
}

.mobile-menu-footer {
	background: #96b414;
}

.mobile-menu-footer ul {
	display: flex;
	justify-content: space-evenly;
}

.mobile-menu-footer ul a {
	color: #fff;
}

.mobile-menu-header {
	margin-left: 120px;
	width: calc(100% - 120px);
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	font-weight:500;
	padding-right: 20px;
}

.mobile-menu-header ul a {
	padding: 5px 10px;
	display: block;
}

.mobile-primary-menu .sub-menu {
	display: none;
}

.mobile-primary-menu {
	padding: 25px 7px;
}

.mobile-primary-menu  ul > li a {
	color: #969696;
	font-size: 2.25em;
	display: block;
	margin-bottom: 10px;
}

.mobile-primary-menu ul li ul li {
	margin-bottom: 15px;
}

.mobile-primary-menu ul li ul li ul li  {
	margin-bottom: 0;
}

.mobile-primary-menu ul li ul li a {
	font-size: 1.4em;
	font-weight: 500;
	margin: 2px 0 2px 20px;
}

.mobile-primary-menu ul li ul li ul a {
	font-size: 1.2em;
	margin: 2px 0 2px 50px !important;
	font-weight: 400;
	position: relative;
}

.mobile-primary-menu ul li ul li ul a:before {
	content: '';
	position: absolute;
	left: -14px;
	width: 0;
	top: 9px;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #AAA;
}

.menu-header-container li .sub-menu .sub-menu a {
	margin-bottom: 3px;
	margin-left: 15px;
}

.menu-header-container li .sub-menu .sub-menu {
	display: block;
}

.mobile-menu:focus {
	background-color:transparent;
}

.mobile-menu-header ul {
	display: flex;
}

.mobile-menu-footer ul a {
	padding: 5px 15px;
	display: block;
}

.admin-bar .unwired-mobile-menu {
	top: 115px;
}

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

.post-navigation {
	width: 100%;
}

.post-navigation a {
	color: #676767;
	font-size:0.72em;
	font-weight:400;
	letter-spacing: 0.64px;
}

.bloglist-search-title {
	padding: 0 0 50px 0;
}

.bloglist-search-title span {
	color: #96b414;
}

.bloglist, .site-main-alt {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bloglist-related {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.bloglist-primary-seperator {
	margin: 100px 0;
	height: 3px;
	background: #97B422;
	width:100%;
}

h3.bloglist-related-heading {
	font-size: 2.27em;
	margin-bottom:60px;
}

.bloglist-inner-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 35px;
	padding-bottom: 100px;
}

.bloglist-inner-wrapper-no-result {
	grid-template-columns: 1fr !important;
}

.bloglist-related-posts {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 35px;
	padding-bottom: 100px;
}

.bloglist-inner-wrapper .post {
	display: flex;
	flex-direction: column;
}

ul.wp-block-categories-list a {
	color: #676767;
}

.bloglist-img-link {
	display: block;
}

.bloglist-img-link img, .bloglist-img-link {
	height: 250px !important;
	object-fit: cover;
}


a.bloglist-item-title {
	display: block;
	font-size: 1.27em;
	color: #434343;
	font-weight: 400;
	letter-spacing: 0.56px;
	margin-top:20px;
}

.bloglist-footer {
	grid-column-start: 1;
	grid-column-end: 2;
	display: flex;
	justify-content: space-between;
}

.footer-text {
	font-size: 0.9em;
	color: #676767;
}

.bloglist-item-category a {
	font-weight: 500;
	font-size: 0.77em;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	display: inline-block;
	margin-bottom: 10px;
}

.blog-green-seperator {
	display: block;
	height: 3px;
	width: 75px;
	background: #97B414;
}

.bloglist-meta {
	display: flex;
	justify-content: flex-start;
	margin-top: auto;
	color: #676767;
	font-size: 0.9em;
}

.bloglist-inner-wrapper .post p {
	margin: 25px 0 20px 0;
	letter-spacing: 0.88px;
}

.bloglist-meta-date {
	letter-spacing: 0.8px;
}

.joblist-wrapper {
	padding: 100px 10px 100px 10px;
}

.joblist {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.joblist-inner-wrapper .type-jobs {
	border-top: 1px solid #C2C2C2;
	padding: 25px 0;
}

.joblist-inner-wrapper article:last-child {
	border-bottom: 1px solid #C2C2C2;
}

span.joblist-button-icon {
	display: inline-block;
	margin-left: 8px;
}

.joblist-intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
h3.joblist-title {
	font-size: 1.27em;
}

.joblist-item-intro {
	max-width: 100%;
}

.joblist-button {
	margin: 0 auto;
}

.joblist-button-icon {
	transition: all 0.15s linear;
}

.joblist-button.active .joblist-button-icon {
	transform: rotate(-180deg);
}

.joblist-wrapper .btn {
	white-space: nowrap;
	cursor:pointer;
}

.joblist-item-more {
	display: none;
}

.joblist-wrapper p {
	color: #676767;
}

h3.joblist-title {
	font-size: 1.27em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.sticky-menu .primary-menu {
	display: flex;
	align-items: center;
}

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

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

.bypostauthor {
	display: block;
}

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

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

.widget-area {
	max-width: 450px;
}

.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6
{
	font-size: 1.27em;
	margin: 10px 0;
}

ul.wp-block-latest-posts__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-latest-posts__featured-image img, .wp-block-latest-posts__featured-image {
	width: 54px;
	height: 54px;
}

.widget-area ul, .widget-area ol {
	margin: 0;
	list-style: none;
	padding: 0;
}



.widget-area .wp-block-search__button.has-icon {
	border-radius: 0;
	width: 64px;
	height: 64px;
	padding: 5px !important;
	cursor: pointer;
	background-color: #434343;
	color: #fff;
}
.widget-area .wp-block-search__button.has-icon svg  {
	height: 35px;
	width: 40px;
	background: transparent;
	padding:0;
}

.unwired-history-nowrap .elementor-container {
	flex-wrap: nowrap !important;
}

section.error-404.not-found {
	min-height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bloglist-wrapper {
	background: #fff;
	padding:0 25px;
	padding-top:100px;
}

#bloglist-wrapper {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

.bloglist-inner-wrapper.shortcode {
	grid-template-columns: 1fr;
	grid-gap:45px;
}

.wp-block-search__inside-wrapper {
	display: flex;
}

.widget-area .wp-block-search__input {
	height: 64px;
	padding: 5px 20px;
	background: #F8F8F8;
	border: 0;
}

.widget-area .wp-block-search__button.has-icon svg path {
	fill: #fff;
}

ul.wp-block-latest-posts__list li {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 65px 1fr;
	grid-template-rows: auto;
	margin-bottom: 25px;
}

.wp-block-latest-posts__featured-image {
	display: inline-block;
	grid-row-start: 1;
	grid-row-end: 3;
}

ul.wp-block-latest-posts__list a {
	color: #434343;
	display: inline-block;
	font-weight: 400;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.2em;
}

ul.wp-block-latest-posts__list time {
	color: #676767;
	grid-column: 2;
	line-height: 1em;
	grid-row: 2;
	font-size: 0.9em;
	margin-top: 3px;
}

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

a.custom-logo-link img {
	box-shadow: 0px 4px 6px #0000000f;
}

.sticky-menu a.custom-logo-link img {
	box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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



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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


@media (min-width: 576px) {

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}

	.unwired-image-text-slider img {
		height: 285px !important;
	}

	.bloglist-img-link img, .bloglist-img-link {
		height: 340px !important;
	}

	.bloglist-inner-wrapper.shortcode .bloglist-img-link img {
		height: 220px !important;
	}

	.elementor-widget-container .elementor-swiper-button {
		top: 25%;
	}


	.bloglist-inner-wrapper.shortcode .bloglist-img-link img{
		height: 320px !important;
	}

}

@media(min-width: 584px) {
	.admin-bar.scrolled .primary-menu-area {
		margin-top: 46px;
	}
}

@media(min-width:750px) {
	.admin-bar .sticky-menu {
		padding-top: 0;
	}
	.admin-bar.scrolled .primary-menu-area {
		margin-top: 0;
	}



}

@media (min-width: 768px) {
.admin-bar .unwired-mobile-menu {
    top: 143px;
}
	body {
		padding-top: 0;
	}

	.footer-menus {
		grid-template-columns: 1fr 1fr;
	}

	.bloglist-inner-wrapper.shortcode {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.primary-menu {
		display:block;
	}

	.footer-menus {
		justify-content: space-between;
	}

	.unwired-arrows i {
		font-size: 66px;
	}

	.unwired-elementor-3-wrap .elementor-container {
		flex: 1 1 50% !important;
		flex-wrap: wrap;
	}

	.unwired-elementor-3-wrap .elementor-column {
		width: 50% !important;
	}

	.unwired-image-text-slider img {
		height: 385px !important;
	}

	.unwired-image-text-slider h3 {
		margin: 20px 0 20px 0;
	}

	.sticky-menu {
		display: block;
	}

	.primary-menu-area {
		position: relative;
	}

	.sticky-menu {
		position: fixed;
	}

	.top-nav {
		display:flex;
	}

	.admin-bar {
		padding-top:0;
	}

	.admin-bar .primary-menu-area {
		margin-top: 0;
	}

	.admin-bar.scrolled .sticky-menu {
		margin-top: 32px;
	}

	.bloglist-wrapper {
		padding-top:125px;
	}

	.bloglist-inner-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.bloglist-related-posts {
		grid-template-columns:1fr 1fr;
		grid-gap: 40px;
	}

	.bloglist-footer {
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.unwired-hotspot .e-hotspot__tooltip:after {
		content: '';
	}

	.unwired-lang-selector select {
		background-size: 12px;
		margin-left:15px;
	}

	.elementor-widget-container .elementor-swiper-button {
		top: 30%;
	}

}

@media (min-width: 992px) {
	.unwired-image-text-slider img {
		height: 550px !important;
	}

	.joblist-intro {
		flex-wrap: nowrap;
	}

	.joblist-item-intro {
		max-width: calc(100% - 100px);
	}

	.elementor-widget-container .elementor-swiper-button {
		top: 34%;
	}

}

@media(min-width:1000px) {


	.fullheight-fix > .elementor-container {
		min-height: calc(100vh - 150px) !important;
	}

}

@media (min-width: 1200px) {

	.mobile-menu {
		display:none;
	}

	.primary-menu-new {
		display:block;
	}

	.fullheight-fix > .elementor-container {
		min-height: calc(100vh - 150px) !important;
	}

	.unwired-maxwidth-inner-fullwidth {
		max-width:600px;
	}

	.top-bar-menu ul a, .top-nav a {
	    font-size: 13px;
	}

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		/*font-size: 11px;*/
		font-size: 16px;
	}

	.top-nav {
		height:40px;
	}

	.primary-menu-area-inner {
		height: 75px;
	}

	.site-logo a {
		width: 110px;
	}

	.unwired-elementor-3-wrap .elementor-container {
		flex: 1 1 33.33% !important;
		flex-wrap: wrap;
	}

	.unwired-elementor-3-wrap .elementor-column {
		width: 33.33% !important;
	}

	.unwired-image-text-slider img {
		height: 500px !important;
	}

	.primary-menu ul li ul li ul li a:before {
		top:8px;
	}

	.bloglist, .site-main {
		flex-wrap: nowrap;
	}

	.widget-area {
		padding-left: 30px;
		border-left: 1px solid #ebebeb;
	}

	.bloglist-inner-wrapper {
		padding-right: 30px;
		grid-gap: 75px;
	}

	.bloglist-img-link img, .bloglist-img-link {
		height: 430px !important;
	}

	.bloglist-inner-wrapper.shortcode .bloglist-img-link img {
		height: 280px !important;
	}

	.joblist-item-intro {
		max-width: calc(100% - 150px);
	}

	a.bloglist-item-title {
		margin-bottom: 5px;
		margin-top: 25px;
	}

	.bloglist-related-posts {
		grid-template-columns:1fr 1fr 1fr;
		grid-gap: 90px;
	}

	.unwired-lang-selector select {
		background-position-y: 4px;
		font-size: 0.75em;
	}

	.bloglist-search-title {
		padding: 25px 0 50px 0;
	}

	.unwired-widget-minh-400 .elementor-widget-wrap {
		min-height: 300px;
	}

	.footer-menus {
		grid-template-columns: 4fr 2fr 1fr 2fr;
	}

}

@media(min-width:1400px) {

	.unwired-mobile-menu {
		display:none;
	}


}

@media(min-width:1500px) {

	.bloglist-inner-wrapper {
		padding-right: 100px;
	}

	.widget-area {
		padding-left: 75px;
	}

}

/* XXL Containers are at full width */
@media (min-width: 1920px) {

	.fullheight-fix > .elementor-container {
		min-height: calc(100vh - 210px) !important;
	}

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		/*font-size: 13px;*/
		font-size:17px;
	}

	.top-nav {
		height:50px;
	}

	.primary-menu-area-inner {
		height: 130px;
	}

	.site-logo a {
		width: 150px;
	}

	.unwired-elementor-3-wrap .elementor-container {
		flex: 1 1 33.33% !important;
		flex-wrap: wrap;
	}

	.unwired-elementor-3-wrap .elementor-column {
		width: 33.33% !important;
	}

	.unwired-image-text-slider img {
		height: 800px !important;
	}

	.primary-menu ul li ul li ul li a:before {
		top: 12px;
	}

	.bloglist, .site-main {
		flex-wrap: nowrap;
	}

	.widget-area {
		padding-left: 30px;
		border-left: 1px solid #ebebeb;
	}

	.bloglist-inner-wrapper {
		padding-right: 30px;
		grid-gap: 75px;
	}

	.bloglist-img-link img, .bloglist-img-link {
		height: 430px !important;
	}

	.bloglist-inner-wrapper.shortcode .bloglist-img-link img {
		height: 360px !important;
	}

	.joblist-item-intro {
		max-width: calc(100% - 150px);
	}

	a.bloglist-item-title {
		margin-bottom: 5px;
		margin-top: 25px;
	}

	.bloglist-related-posts {
		grid-template-columns:1fr 1fr 1fr;
		grid-gap: 90px;
	}

	.bloglist-search-title {
		padding: 25px 0 50px 0;
	}

	.unwired-maxwidth-inner-fullwidth {
		max-width:750px;
	}

	.unwired-widget-minh-400 .elementor-widget-wrap {
		min-height: 360px;
	}

	.unwired-lang-selector select {
		background-position-y: 6px;
	}

	.primary-menu ul li a:after {
		margin-top: 40px;
	}

	.primary-menu ul li ul li a:after {
		margin-top: 32px;
	}

}


@media(max-width: 768px) {

	.scrolled .site-logo a {
    position: relative;
    z-index: 10;
    top: 0;
    width: 80px;
    left: 0;
	}

}

@media((min-width:1336px) and (max-width:1550px)) {
	
	.elementor-section.elementor-section-boxed > .elementor-container {
	    max-width: calc(100% - 20px);
	}
}