/*
	Theme Name: Afinia Label  
	Theme URI: https://afinialabel.com
	Description: Custom theme Afinia Label
	Version: 1.2.3
	Author: Ana D
	Author URI: https://afinialabel.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: 
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

.post-edit-link {display:none;}

/* VARIABLES */
:root {
	color-scheme: light !important;
	/* COLORS */ 
	--primary-color: #00aced;
	--primary-color-light: #b9e8fa;
	--secondary-color:#e80f8a;
	--tertiary-color: #fbed21;
	--red:#dc1f26;
	--cool-gray:#dbdbdb;
	--green: #73c77c;
	--light-gray:#e6e7e9;
	--lightest-gray:#f9f9f9;
	--dark-gray:#232020;
	--gray:#666; 
	--border-width: 1px;
	--border-color: #666;
	--white-opacity:rgba(255,255,255,0.5);
	/* FONT SIZES */
	--small-font: 13px;
	--standard-font: 15px;
	--medium-font: 17px;
	--large-font: 22px;
	--larger-font: 26px;
	--largest-font: 30px;
	--hero-font: 8vw;

	/* Font Styles */
	--normal-font:   proxima-nova, sans-serif;
	--heading-font:  proxima-nova, sans-serif;
	/* CZ Styles */
	--normal-cz-font:  myriad-pro, sans-serif;
	/* Standard Pads */
	--pad:1.5vw;
	--half-pad:0.75vw;
	--double-pad:3vw;
	--small-pad:0.5vw; 
}
.primary {
	color: var(--primary-color);
}
.secondary {
	color: var(--dark-green);
}
.white {
	color:#fff; 
} 
.red {
	color:var(--red);
}
.primary-back {
	background-color: var(--primary-color);
	color: #fff;
}
.secondary-back {
	background-color: var(--secondary-color);
	color: #fff;
}
.cool-gray-back {
	background-color: var(--cool-gray);
}
.light-gray-back {
	background: var(--light-gray);
}
.dark-gray-back {
	background: var(--dark-gray);
	color: #fff;
}
.blue-back {
	background-color: var(--primary-color);
	color: #fff;
}
.black-back {
	background-color: #000;
	color: #fff;
}
.small {
	font-size:var(--small-font);
}
.large {
	font-size: var(--large-font);
}
.larger {
	font-size: var(--larger-font);
}
.largest {
	font-size: var(--largest-font);
}
.medium {
	font-size: var(--medium-font);
}
/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font-family: var(--normal-font);
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: var(--standard-font);
}
html[lang="cs-CZ"] body {
	font-family: var(--normal-cz-font);
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.5rem 0;
	line-height: 1.1;
}
h1 {
	font-size: var(--largest-font);
	margin: 0.5vw 0;
	font-weight: 800;
}
h2 {
	font-size: var(--larger-font);
}
h3 {
	font-size: var(--large-font);
}
h4 {
	font-size: var(--medium-font);
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom:1;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
    transition: color 0.5s ease;
	color: inherit;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
p a,
.elementor-widget-theme-post-content ul li a{
	color: var(--primary-color);
}
input:focus {
	box-shadow: 0 0 0 2px var(--secondary-color);
	border-color: transparent;
}
blockquote {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 5rem 0 1em;
	margin: 1em 0em 1.3em 3rem;
	border-left: 6px solid var(--primary-color);
	font-style: italic;
}
main {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
}
/* GRID */
.section {
	width: 100%;
}
.full-width, .main {
	box-sizing: border-box;
	width: 100%;
}
.row {
	width: 100%;
}
.ten {
	width: 10%;
}
.twenty {
	width: 20%;
}
.twenty-five {
	width: 25%;	
}
.thirty {
	width: 30%;
}
.thirty-three {
	width: 33.33%;
}
.forty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;	
}
.sixty-six {
	width: 66.66%;
}
.seventy {
	width: 70%;
}
.seventy-five {
	width: 75%;
}
.eighty {
	width: 80%;
}
.ninety {
	width: 90%;
}
.full {
	width: 100%;
}
main .wrapper.flex > div:first-child {
	padding-left:0;
}
.empty {
	padding: 0.01em;
}
.relative {
	position: relative;
}
.spads {
	padding: 0 0.15rem;
}
.pad {
	padding: 1rem;
}
.padt {
	padding: 1rem 0;
}
.pads {
	padding: 0 1rem;
}
.pad2 {
	padding: 2rem;
}
.pad2s {
	padding: 0 2rem;
}
.pad2t {
	padding: 2rem 0;
}
.pad2r {
	padding: 0 2rem 0 0;
}
.pad2l {
	padding: 0 0 0 2rem;
}
.pad4 {
	padding: 4rem;
}
.pad4s {
	padding: 0 4rem;
}
.pad4t {
	padding: 4rem 0;
}
.pad8t {
	padding: 8rem 0;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.right {
	float: right;
} 
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.v-off-center {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
}
.narrow {
	width: 769px;
	max-width: 100%;
	margin: auto;
}
.thin {
	font-weight: 300;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight:600;
}
.heavy {
	font-weight:800;
}
.underline {
	border-bottom: 1px solid;
}
.flex {
	display: flex;
	flex-flow: wrap;
}
.flex-column {
	display: flex;
	flex-flow: column;
}
.flex-row {
	display: flex;
	flex-flow: row;
}
.justify-content-space-between{
    justify-content: space-between;
}
.flex-center {
	align-self: center;
}
.flex-bottom {
	align-self: baseline;
}
.flex-end {
	align-self: flex-end;
}
.flex-top {
	align-self: initial;
}
.align-center {
	align-items: center;
}
.flex-grow {
	flex-grow: 1;
}
.just-center {
	justify-content: center;
}
.just-right {
	justify-content:flex-end;
}
.flex-right {
	flex-flow: row-reverse wrap;
}
.flex-left {
	align-items: left;
}
.spaced {
	justify-content: space-between;
}
.float-right {
	float: right;
}
.parallax {
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.parallax-content {
	padding: 2em 0;
}
.sticky-padding {
	position:relative;
}
/* IFRAME AND VIDEOS */
iframe {
	width: 100%;
	min-width: 100%;
}
.video-container, .video-container-pop {
	box-sizing: border-box;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.video-container iframe, .video-container > .ytvideo, .video-container-pop iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-container img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}
.play-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 80px;
	height: 80px;
	width: 80px;
	z-index: 9;
	line-height: 80px;
	cursor: pointer;
	opacity: 0.5;
	pointer-events: none;
}
video {
	max-width: 100%;
}
.italic {
	font-style: italic;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
/* Chart Widths */
.eighth {
	width:12.5%;
}
.ninth {
	width:11.11%;
}
.eight-ninths {
	width:88.88%;
}
/* FONT SIZES */
.title-area {
	font-size: 60px;
	margin-bottom: 0.5em;
}
/* wrapper */
.wide-wrapper {
	width: 1600px;
	margin: auto;
	max-width: 100%;
}
.wrapper {
	max-width: 100%;
	/*width: 1300px;*/
	width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	clear: both;
}
.overlay {
	color: #fff;
}
.overlay::before {
	background-color: rgba(0, 0, 0, 0.33);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.cover-image {
	background-size: cover;
}
.background-image img {
	width: 100%;
}
.background-image {
	position: relative;
}
.upper {
	text-transform: uppercase;
}
p a,
.elementor-widget-theme-post-content ul li a{
	border-bottom: 1px solid;
}
/* HEADER AREA */
.header {
	background-color:#fff;
	position: relative;
	width: 100%;
	z-index: 99999;
	transition:all 0.5s ease;
}
.main-header {
	padding: 1.33rem;
	transition:all 0.5s ease;
}
.header-multilg{
    position: relative;
    width: 26.6%;
}
.header-multilg > .top-widget{
    padding: 15px;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.background-image {
	position: relative;
	width: 100%;
	height: calc(100vw / 2.56);
	background: white;
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
}
.background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.notification-bar {
	letter-spacing: 0.05em;
	font-size: var(--small-font);
	padding: 0.25em;
	text-align: center;
	background-color: var( --secondary-color);
	color: #fff;
	display: none;
}
.notification-bar p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.notification-bar.all-offline{
	display: block;
}
body.geoip-continent-NA .america-store,
body.geoip-continent-SA .america-store{
	display: block;
}
body.non-america .uk-store{
	display: block;
}
.user-menu {
	list-style: none;
	display:flex; 
	padding:0.5em;
	margin:0;
}
.user-menu li {
	margin-right: var(--pad);
	position: relative;
}
.user-menu li:last-child::after {
	display:none;
}
.user-menu li::after {
	content: "";
	height: 0.75em;
	position: absolute;
	width: 1px;
	background: var(--dark-gray);
	display: flex;
	top: 50%;
	right: calc(0px - var(--half-pad));
	transform: translateY(-50%);
}
.user-menu li a{
    display: flex;
    align-items: center;
}
.user-menu li a:hover {
    color: var(--primary-color);
}
.user-menu li.current-menu-item a{
    color: var(--primary-color);
}
.user-menu li.current-menu-item a:hover{
    color: inherit;
}
.user-menu li a .menu-image{
    width: auto;
}
.user-menu li a .menu-image img{
    height: 1.4em;
    width: auto;
}
.user-menu li a .menu-title{
    width: auto;
}
/* LANGUAGE & TOP BAR */
.top-bar {
	background: var(--light-gray);
}
.top-bar .wrapper {
	display: flex;
	justify-content: flex-end;
}
.language-select {
	position: relative;
    margin-left: var(--small-font);
    min-height: 2.4em;
    max-width: 172px;
}
.language-select img.wpml-ls-flag {
    display: inline-block;
	margin-right: 0.5em;
} 
.language-select > div {
	justify-content: center;
	display: flex;
	transform: translateZ(999px);
	position: relative;
	z-index: 9;
}
.language-select > div > ul {
	width: 80%;
}
.language-select > div > ul > li > a{
    display: flex;
}
.language-select > div > ul > li > a .wpml-ls-native {
	display: inline-block;
}
.language-select::before {
	content: "";
	width: 100%;
	position: absolute;
	background: var(--dark-gray);
	transform: perspective(4px) rotateX(-2deg);
	border-radius: 0 0 10px 10px;
	height: 90%;
	margin-top: 2px;
}
#mobileMenu .language-select::before {
    width: auto;
}
.language-select .wpml-ls-legacy-dropdown li.wpml-ls-item-de.wpml-ls-current-language a.wpml-ls-link,
.language-select .wpml-ls-legacy-dropdown li.wpml-ls-item-cs.wpml-ls-current-language a.wpml-ls-link{
    padding: 5px;
}
.language-select li a {
	background: var(--dark-gray);
	color: #fff;
	border: none;
}
.language-select li a:hover {
	border: none;
}
.wpml-ls-legacy-dropdown {
	width: 11.5em;
	max-width: 100%;
}
.language-select li a span.wpml-ls-display {
    font-style: italic;
    font-size: 11px;
    margin-left: 4px;
    display: inline-block;
}
.language-select .wpml-ls-legacy-dropdown li.wpml-ls-item-cs.wpml-ls-current-language ul.wpml-ls-sub-menu li.wpml-ls-item-fr a span.wpml-ls-display{
    font-size: 10px;
}
body:not(.geoip-continent-NA) .store-link {
	display:none;
}
.geoip-continent-NA .ootamericas, .geoip-continent-SA .ootamericas {
	display: none;
}
body:not(.geoip-continent-NA):not(.geoip-continen-SA) .americas {
	display: none;
}
body:not(.geoip-continent-NA):not(.geoip-continen-SA) .ootamericas {
	display: block;
}
.header-phone i.fa-phone{
    font-size: 13px;
    width: 13px;
    height: 13px;
}
/* COOKIES POPUP */
.cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.95);
	color: #fff;
	padding: 1.5em 6% 3.5em;
	display:none;
}
.accept-area {
	justify-content: center;
}
.accept-area > span {
	margin: auto 0;
	padding: 0.5em 50px;
}
#cookieClose {
	font-size: 25px;
	cursor: pointer;
}
/* nav */
nav li {
	position: relative;
}
nav small { 
	font-size: 80%;
	display: block;
}
.nav-area {
	padding: 0.5em;
	text-align: right;
}
.main-nav {
	text-transform: uppercase;
	text-align: right;
	background-color: var(--dark-gray);
}
.main-nav nav {
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: normal;
}
.main-nav .nav > ul li.cta-nav-offset a {
	padding: 0.25em 0;
}
.main-nav .nav > ul {
	margin: 0;
	display: flex;
	flex-flow: wrap;
	list-style: none;
	width: 100%;
	text-align: center;
	padding:0;
}
.main-nav .nav > ul > li {
	position: relative;
	border-left: 1px solid var(--border-color);
	flex-grow:1;
}
.main-nav .nav > ul > li:last-child {
    border-right: 1px solid var(--border-color);
}
.main-nav .nav > ul > li::before {
	width: 0;
	content: "";
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	background: var(--primary-color);
	transition: all 0.5s ease;
}
.main-nav .nav > ul > li:hover::before {
	height: 100%;
}
.main-nav .nav > ul > li > a {
	display: block;
	padding: 0.66em 0.8em;
	position: relative;
	display:flex;
	justify-content: center;
}
.main-nav ul li.current-menu-item > a, .main-nav ul li.current-menu-ancestor > a{
    color:var(--primary-color);
}
.main-nav ul li.current-page-parent ul.sub-menu li.current-page-parent > a{
    color:inherit;
}
.main-nav ul li.current-menu-item > a:hover, .main-nav ul li.current-menu-ancestor:hover > a{
    color: #fff;
}
.main-nav ul li.current-page-parent ul.sub-menu li.current-page-parent > a:hover{
    color:var(--primary-color);
}
.cta-nav-offset a::before {
	display: none;
}
.main-nav .nav > ul li a::before {
	content: "";
	transition: all 0.5s ease;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
}
.main-nav .nav > ul li a:hover::before {
	width: 100%;
}
.main-nav .nav > ul > li > .sub-menu {
	background: var(--dark-gray);
	border-radius: 0 0 5px 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
	text-align: left;
	left: 0;
	min-width: 250px;
	margin: 0;
	transform: scaley(0);
	transform-origin: top;
	width: 100%;
	border-top: 7px solid var(--secondary-color);
	font-size: var(--small-font);
	position: absolute;
	padding: 0.5em;
	top: 100%;
	transition: all 0.5s ease 0s;
	display: none;
}
.main-nav .nav > ul > li:hover .sub-menu {
	transform: scaley(1);
}
.main-nav .nav > ul > li:last-child .sub-menu {
	left: -100%;
}
.main-nav .nav > ul > li .sub-menu > li {
	display:block;
}
/* Blank Labels Store LINK*/
.main-nav .store-link {
	background: var(--dark-gray);
}
.main-nav .store-link img {
	min-width: 20px;
	min-height: 20px;
}
.menu-item-description {
    display: block;
    font-weight: 400;
    font-size: var(--small-font);
    font-style: italic;
}
.menu-item .flex-row {
	align-items:center;
}
/* 2nd level subs */
.main-nav ul ul a {
	text-transform: none;
}
/* 3rd level subs */
.sub-menu ul {
	background: rgba(255,255,255,0.05);
	margin: 0;
	padding: 0;
	font-size: 110%;
}
.sub-menu a {
	padding:0.5em 1em;
	display:block;
	font-weight: bold;
}
.sub-menu a.flex-row {
	display: flex;
}
.sub-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sub-menu li li  {
	padding-left: 1.2rem;
}
.sub-menu li:last-child {
	border-bottom:none;
}
.sub-menu a:hover {
	color: var(--primary-color);
}
/* 4th level subs */
.sub-menu ul li.menu-item-has-children::before {
	content: "";
	position: absolute;
	border-left: 5px solid transparent;
	border-bottom: 5px solid var(--secondary-color);
	border-top: 5px solid transparent;
	border-right: 5px solid var(--secondary-color);
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
}
.sub-menu ul li:hover ul {
	display: block;
}
/* Menu CUSTOM CLASSES */
li.new::after {
	content: "NEW";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translatey(-50%);
	background: var(--primary-color);
	padding: 0.25rem 0.5rem;
	border-radius: 2px;
}
/** MAIN NAV SEARCH */
.main-nav .search-toggle {
	height: 25px;
	width: 25px;
}
.main-nav .m-search-box {
	width: 50%;
	right: 0;
	left: inherit;
	background: var(--light-gray);
	padding: 0.5em 1em;
	box-shadow: 3px 5px 4px rgba(0,0,0,0.26);
	border-radius: 0 0px 3px 2px;
}
.search-input {
	border-radius: 5px;
	border: 1px solid var(--border-color);
}
/* MINI HEADER */ 
/* MEGA MENU */
.main-nav .nav > ul > li.mega-menu .sub-menu > li {
	display: inline-block;
	float: left;
	width: 33.33%;
}
.main-nav .nav > ul > li.mega-menu .sub-menu > li li {
	width: 100%;
}
.main-nav .nav > ul > li.mega-menu {
	position: initial;
}
.main-nav .nav > ul > li.mega-menu::before {
	display:none;
}
.main-nav .nav > ul > li.mega-menu:hover {
	background:var(--primary-color);
}
.mega-menu li {
	background: var(--dark-gray);
	padding: 0 0.5em;
}
.mega-menu .sub-menu a {
	padding: 0.33em 0;
}
.main-nav .nav > ul > li.mega-menu > .sub-menu > li > a, .main-nav .nav > ul > li.mega-menu > .sub-menu > li.mixed-menu > ul.sub-menu > li > a { /* mega menu headings */
	font-size: var(--medium-font);
	font-weight: 600;
	background: #444;
	padding-left: 10px;
	border-radius: 6px;
	margin: 5px 0;
}
.main-nav .nav > ul > li.mega-menu > .sub-menu > li.mixed-menu > a { /* mega menu headings */
	display: none;
}
.main-nav .nav > ul > li.mega-menu > .sub-menu > li.mixed-menu > ul.sub-menu > li{
    padding: 0;
}
/* SUB MENU IN MEGA MENU */
.main-nav .nav > ul > li.mega-menu .sub-menu li > ul {
	position: relative;
	z-index: 1;
	left: 0;
	font-size: var(--small-font);
	background: none;
	box-shadow: none;
	border: none;
	display: flex;
	flex-flow: column;
	width: 100%;
}
/* MENU IMAGES */
.menu-image {
	width: 60px;
	margin-right: 10px;
}
.menu-title{
    width: calc(100% - 70px);
}
/* NOTICE */
.notice p {
	margin: 0;
}
/* FOOTER */
.footer {
	background-color:var(--light-gray);
	padding:4rem 0;
}
footer a:hover {
	color: var(--primary-color);
}
.footer .header {
	font-size: var(--larger-font);
	font-weight: 800;
} 
/* footer product lists */
.footer .list-title {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--white-opacity);
	padding-bottom: 0.5rem;
	font-size: var(--medium-font);
	font-weight: 600;
	text-transform: uppercase;
	position:relative;
}
.footer-list ul {
	margin: 0;
	padding: 0;
 
	list-style: none;
}
.footer-list li {
	border-bottom: 1px solid var(--white-opacity);
	padding: 0.5rem 0;
}
.footer-list li a {
	align-content:center;
	align-items:center;
}
.footer-list .product-image {
	height:35px;
	position: relative;
}
.footer-list .product-image img {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	height:30px;
}
.footer-list .product-title {
	margin: 0;
	padding: 0; 
	line-height: 1;
}
.footer-list .expanded-title {
	font-size: var(--small-font);
}
/* 3rd column */
.footer .logo {	 
	max-width: 300px;
	margin: auto;
}
.footer-logos {
	border-top: 1px solid var(--white-opacity);
    margin-top: 5px;
}
.footer-logo {
	padding: 0.5rem 1rem;
	flex-grow: 1;
	width:25%;
}
.footer-logo img {
	width:100%;
	height:100%;
	object-fit:contain;
	max-height:100px;
}
.footer .tagline {
	margin: 1rem auto;
	font-weight: 600;
	display:none;
}
.footer .cta-button {
	font-size: var(--small-font);
	margin-top:1.5rem;
}
/* FOOTER WIDGET MENUS WITH IMAGE */
.footer-widget .section-title {	
	padding-bottom: 0.5rem;
	font-size: var(--medium-font);
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	border-left: 0;
	padding: 0;
	margin: 0 0 1em;
	border-bottom: none;
}
.footer .widget_nav_menu li {
	border-bottom: 1px solid var(--lightest-gray);
	display: flex;
	align-items: center;
}
.footer .widget_nav_menu li a {
	padding: 0.5em 0;
}
.footer .widget_nav_menu .menu-title {
	display:flex;
	flex-flow:column;
}
.footer .widget_nav_menu .menu-title small {
	font-size: var(--small-font);
	font-weight: normal;
}
.footer .widget_nav_menu li .menu-title {
	font-weight: 600;
	flex-grow: 1;
	font-size: var(--large-font);
	line-height: 1.1;
}
.footer .widget_nav_menu li .menu-image {
	margin-right: 10px;
	height: 35px;
	width: 42px;
	position: relative;
}
.footer .widget_nav_menu li .menu-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer .email-subscription{
    position: relative;
}
.footer .email-subscription .subscription-inner{
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
    margin: 20px 10px;/*km*/
}
.footer .email-subscription .subscription-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: var( --secondary-color);
}
.footer .email-subscription .subscription-description, .footer .email-subscription iframe{
    position: relative;
    z-index: 1;
}
.footer .email-subscription .subscription-description{
    margin: 5px 0;
    padding: 0 15px 0 0;/*km*/
    font-size: var(--small-font);/*km*/
}
.footer .email-subscription iframe{
    padding-right: 25px;
    height: 75px;
}
.footer .email-subscription .subscription-img{
    position: absolute;
    bottom: 0;
    right: -55px;
    max-width: 100px;
    width: 100%;
}

#footer-subscribe-form{
	margin-top: 20px;
}
#footer-subscribe-form .user-email{
	border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0.33em 0.5em;
}
/* FOOTER WIDGETS */
.footer-widget {
	padding: 1em;
}
.footer-widget ul {
	margin: 0;
	padding: 0;
}
/* copyright area */
.copyright {
	font-size: var(--small-font);
	color: var(--cool-gray);
}
.signup-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151515de;
    z-index: 99999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.signup-popup.hidden{
	display: none;
}
.signup-popup .signup-wrapper{
    position: relative;
    max-width: 500px;
    height: auto;
    background: #fff;
    min-height: 100px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 7px 1px #000;
}
.signup-popup .signup-wrapper .popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-popup .signup-wrapper .popup-close:hover{
    background-color: var(--primary-color);
    color: #fff;
}
.signup-popup .signup-wrapper .popup-close i{
    font-size: 25px;
}
.signup-popup .signup-wrapper .subscription-img{
    position: absolute;
    bottom: -50px;
    right: -100px;
    max-width: 150px;
    width: 100%;
}
.signup-popup .subscription-title{
    color: var( --secondary-color);
    font-size: var(--largest-font);
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}
.signup-popup .subscription-description{
    text-align: center;
}
.signup-popup iframe{
    max-width: 250px;
    margin: 0 auto;
    min-width: auto;
    display: block;
}
.widget_search {
	padding-bottom: 1.5em;
}
form.search{
    width: 340px;
    max-width: 100%;
    position: relative;
}
.search-input[type="search"] {
	width: 100%;
	box-sizing: border-box;
}
.search-submit {
	background: transparent;
	color: var(--secondary-color);
	font-size: 15px;
	position: absolute;
	right: 17px;
	padding: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 15px;
	height: 15px;
}
.search-submit:hover {
	background: transparent;
	color: #333;
}
.search-box {
	display: flex;
	position:relative;
	justify-content: flex-end;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/*------------------------------------*\
    Forms
\*------------------------------------*/
input, select, textbox, button, textarea {
	padding: 0.5em 1em;
	border: none;
}
input[name="post_password"]{
    border: 1px solid;
}
select {
	box-sizing: border-box;
	width: 100%;
}
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
	color: #fff;
	border: none;
	background-color: var( --primary-color);
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-block;
	padding: 0.33em 1em;
	text-align: center;
	font-weight: 600;
	font-family: var(--heading-font);
	font-size: 1em;
	cursor: pointer;
	border-radius:10px;
}
.btn:hover {
	color: #fff;
	background-color: var(--dark-gray);
	transition: background-color .5s ease;
}
.btn.alt {
	background-color: var( --secondary-color);
	transition: background-color .5s ease;
}
.btn.alt:hover {
	background-color: var( --dark-gray);
	transition: background-color .5s ease;
}
.btn.outline {
	background-color:transparent;
	border-width:var(--border-width);
	border-color:var(--primary-color);
	border-style:solid;
	color:inherit;
}
.btn.outline:hover {
    transition: background-color .5s ease;
	background-color:var(--primary-color);
	color:#fff;
}
.btn .icon {
	padding: 0 0.5em;
}
.cta-link {
	color: var(--light-gray);
	text-transform: uppercase;
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0.25em;
}
.cta-link a:hover::after {
	height: 100%;
}
.cta-link:hover {
	border-bottom: 2px solid transparent;
}
.cta-link a::after {
	background: var(--primary-color);
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: height 0.5s ease;
}
.text-link {
	color: var(--primary-color);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.section-title {
	display: flex;
	flex-flow: wrap;
	border-left: 7px solid var(--secondary-color);
	padding-left: 1em;
	margin: 1em -1em 1em 0em;
} 

.featured-post-list{
    max-height: 500px;
    overflow-y: hidden;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#999;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#999;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
} 
/*------------------------------------*\
    Mobile Menu
\*------------------------------------*/
#mobileMenu {
	height: 100%;
	position: fixed;
	top: -100%;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 998;
	font-size: var(--medium-font);
	overflow: auto;
	background: var(--dark-gray);
	color: #fff;
}
#mobileMenu.opened {
    top: 0;
	padding-top: 45px;
}
#mobileMenu h2 {
	padding: 0 0.5em;
	color: #fff;
}
.mobile-menu > ul {
	padding: 3vw 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: var(--medium-font);
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 600;
}
.mobile-menu > ul > li {
	display: block;
	position: relative;
}
.mobile-menu > ul > li a {
	color: var(--light-gray);
	display: block;
	padding: 0.5em 1em;
}
.mobile-menu > ul > li.mega-menu > ul.sub-menu > li.mixed-menu > ul.sub-menu > li{
    padding: 0;
}
.mobile-menu > ul > li.mega-menu > ul.sub-menu > li > a, .mobile-menu > ul > li.mega-menu > ul.sub-menu > li.mixed-menu > ul.sub-menu > li > a{
    background: #444;
    padding-left: 10px;
    border-radius: 6px;
}
.mobile-menu > ul > li.mega-menu > ul.sub-menu > li.mixed-menu > a{
    display: none;
}
#mobileMenu li:not(.cta-nav-offset) a:hover {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.mobile-menu .sub-menu {
	display: none;
	list-style: none;
	padding: 0;
}
.mobile-menu ul li.current-menu-item > a, .mobile-menu ul li.current-menu-ancestor > a{
    color:var(--primary-color);
}
.mobile-menu ul li.current-page-parent ul.sub-menu li.current-page-parent > a{
    color:inherit;
}
.mobile-menu > ul > li.menu-item-has-children > span::after {
	color: var(--secondary-color);
	content: "\f067";
	cursor: pointer;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 100%;
	padding: 13px 45px;
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 2;
	background: #333;
	height: 35px;
	line-height: 8px;
}
.mobile-menu > ul >  li.menu-item-has-children > span.open::after {
	content: "\f068";
}
.mobile-menu .btn {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	font-weight: inherit;
	padding: inherit;
}
.mobile-menu ul.landing-page-menu li.menu-contact-btn{
    margin: 0 25px;
}
#mobileClose {
	color: #fff;
	font-size: 25px;
	padding: 0.5em;
	text-align: right;
	cursor: pointer;
}
#mobile-navigation li {
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
#mobile-navigation li i {
	padding: 0 0.5em;
	font-size: 23px;
	vertical-align: middle;
}
#mobile-navigation {
	background: #0d0f0b none repeat scroll 0 0;
	display: none;
	padding: 0.5em;
	position: relative;
}
#mobile-navigation > ul {
	padding: 0;
	margin: 0;
	text-align: right;
} 
.mobile-menu .menu-title {
    width: calc(100% - 130px); 
}
/* MOBILE MENU */
#closeSlideMenu {
	cursor: pointer;
	font-size: 25px;
	padding: 1vw;
	text-align: right;
}
#mobileMenuToggle {
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: 6px;
	padding: 6px;
}
#mobileMenuToggle span {
	float: right;
	height: 3px;
	position: relative;
	width: 24px;
	background: #fff;
}
#mobileMenuToggle span::after {
	content: "";
	display: block;
	height: 3px;
	position: relative;
	top: 5px;
	width: 24px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
#mobileMenuToggle span::before {
	content: "";
	display: block;
	height: 3px;
	position: relative;
	top: -7px;
	width: 24px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
#mobileMenuToggle.close span::after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateZ(-45deg);
}
#mobileMenuToggle.close span::before {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateZ(45deg);
}
#mobileMenuToggle.close span {
	height: 0;
}
#mobileToggle > span {
	transition: all 0.5s ease;
}
.toggle-text {
	opacity: 0;
	font-size: 0;
}
.close .toggle-text {
	opacity: 100;
	font-size: inherit;
}
.close .initial-text {
	opacity: 0;
	font-size: 0;
}
/* MOBILE ICON NAVIGATION */
.mobile-icons {
	padding: 0.5em;
	z-index: 999;
	background: var(--dark-gray);
	position: relative;
	border-bottom: 1px solid var( --secondary-color);
}
.mobile-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
	width: 100%;
	color: #fff;
	font-size: 22px;
}
.mobile-icons > li {
	cursor: pointer;
}
.mobile-icons .search-input[type="search"] {
    width: 100%;
}
.search-toggle {
	cursor: pointer;
	display: inline-block;
}
.m-search-box {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	font-size: 14px;
	background: var(--dark-gray);
	padding: 0.5em;
}
.m-search-box .search-input {
	border: 3px solid var(--primary-color);
}
.close i::before {
	content: "\f00d";
}
.header-mobile-multilg .wpml-ls{
    width: 7em;
}
.header-mobile-multilg .wpml-ls li a{
    padding: 3px 10px;
}
.header-mobile-multilg .wpml-ls li a span{
    font-size: 18px;
}
.single-post .post-summary{
	background-color: #efefef;
	padding:10px 15px;
	border-radius:8px;
	font-style:italic;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	 
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	 @page {
	 margin:0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}

	/* SITE SPECIFIC PRINT STYLES */
	#mobileMenu {
	    display: none;
	}
	main .wrapper.flex .twenty-five {
	    display: none;
	}
	.main-nav .nav > ul > li {  
	    border-left: none;
	}
	.mobile-icons {
	    display: none;
	}
	footer {
		display:none;
	} 
}
@media only screen and (max-width: 1140px){
    .footer .email-subscription .subscription-inner{
        padding-right: 85px;
    }
    .footer .email-subscription iframe{
        padding-right: 0;
        height: 84px;
    }
    .footer .email-subscription .subscription-img{
        bottom: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .main-nav nav{
        padding: 0;
    }
}

/** TABLET AND HIGHER **/
@media only screen and (min-width: 769px) {
	.show-tablet {
		display: none;
	}
	.text-right {
		text-align: right;
	}
}
@media only screen and (min-width: 641px) {
	.show-mobile {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.hide-tablet {
		display: none !important;
	}
}
/* Landscape Tablet Sizes */
@media only screen and (min-width: 769px) and (max-width: 1180px) and (orientation: landscape) {
	/* FONT SIZES */
	:root {
	 --small-font: 12px;
	 --standard-font: 14px;
	 --medium-font: 15;
	 --large-font: 18px;
	 --larger-font: 23px;
	 --largest-font: 26px;
	 --hero-font: 35vw;
	}
	.main-nav .nav > ul > li > a {		
		padding:0.5em;
	}
}
/* Tablet Portrait Only Sizes */
@media only screen and (min-width: 641px) and (max-width: 768px) and (orientation: portrait) {
	/* FONT SIZES */
	:root {
	 --small-font: 12px;
	 --standard-font: 14px;
	 --medium-font: 16px;
	 --large-font: 19px;
	 --larger-font: 23px;
	 --largest-font: 30px;
	 --hero-font: 8vw;
	}
	.hide-tablet {
		display:initial;
	}
	.fifty-t {
		width: 50%;
	}
	.thirty-three-t {
		width: 33.33%;
	}
	.sixty-six-t {
		width: 66.66%;
	}
	.twenty-five-t {
		width: 25%;
	}
	.pad2 {
		padding: 1em;
	}
	/* MAIN NAVIGATION */
	.main-nav .nav > ul > li > a {
		padding: 0.66em 0.33em;
	}
	/* FOOTER */
	.footer .widget_nav_menu li .menu-title {
		font-size: var(--medium-font);
	}
}
/* TABLET AND LOWER */
@media only screen and (max-width: 768px) {
	.mobile-menu li  {
		position: relative;
	}
	.menu-open .mobile-icons {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.admin-bar.menu-open .mobile-icons{
		top: 46px;
	}
	.admin-bar #mobileMenu.opened {
		padding-top: 90px;
	}
	.alignnone{
		margin: 10px 0 !important;
	}
	.signup-popup .signup-wrapper .subscription-img{
        display: none;
    }
} 

@media only screen and (min-width: 641px) {
	.show-mobile {
		display: none;
	}
	.align-right {
		text-align: right;
	}
	#mobileMenu .user-menu{
	    display: none;
	}
}
/* MOBILE */
@media only screen and (max-width: 640px) {
	:root {
        --small-font: 12px;
        --standard-font: 14px;
        --medium-font: 16px;
        --large-font: 18px;
        --larger-font: 20px;
        --largest-font: 24px;
	}	 
	.hide-mobile {
		display: none !important;
	}
	.mobile-clear{
	    clear: both;
	}
	/* Chart Widths */
	.ninth, .eighth, .eight-ninths {
		width:100%;
	}
	.ten, .twenty, .twenty-five, .thirty, .thirty-three, .forty, .fifty, .sixty, .sixty-six, .seventy, .seventy-five, .eighty, .ninety {
		width: 100%;
	}
	.m-twenty-five {
		width:25%;
	}
	.m-thirty-three {
		width: 33.33%;
	}
	.m-sixty-six {
		width: 66.66%;
	}
	.m-fifty {
		width: 50%;
	}
	.m-seventy-five {
		width:75%; 
	}
	.pad2s {
		padding: 0 2rem;
	}
	.pad2 {
		padding: 2rem;
	}
	.pad2t {
		padding: 2rem 0;
	}
	.pad2r {
		padding: 0 2rem 0 0;
	}
	.pad4s {
		padding: 0 4rem;
	}
	.pad4t {
		padding: 4rem 0;
	}
	.pad8t {
		padding: 4rem 0;
	}
	.wrapper {
		padding: 0 1.5rem;
	}
	.m-full .wrapper {
		width: 100%;
		padding: 0;
	}
	/* MAIN BODY */
	main > .wrapper.flex {
		flex-flow: wrap-reverse;
	}
	/* HEADER */
	.menu-open header {
		position: fixed; 
		top: 0;
	}
	.logo {
		width: 75%;
		margin: auto;
	}
	#mobileToggle {
		font-size: var(--larger-font);
		font-weight: 600;
		width: calc(100% - 198px);
		box-sizing: border-box;
		text-align: center;
		cursor: pointer;
	}
	.main-nav {
		background-color: #000;
	}
	.background-image {
		background-attachment: inherit;
	}
	#mobileMenu .language-select li:not(.cta-nav-offset) a:hover {
    	background: #eee;
    }
	/* MINI HEADER */
	body:not(.menu-open) .header.mini-head {
		position: fixed;
		top:0;
		transition:all 0.5s ease;
	}
	body:not(.menu-open) .header.mini-head.hide-me {
		top:-100%;
	}
	body.page-template-pageLandingLangPage:not(.menu-open) .header.mini-head {
		position: relative;
		top:0 !important;
	}
	/* FOOTER */
	.footer {
		padding: 1rem 0;
	}
	.footer .wrapper > div {
		padding-bottom: 2rem;
	}
	.footer .wrapper > div:last-child {
		padding-bottom: 0;
	}

	/* OLD FOOTER LISTS */
	.footer .list-title::after {
		content: "\f0fe";
		position: absolute;
		right: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
	}
	.footer .list-title.active::after {
		content: "\f146";
	}
	.footer .list-title {
		cursor:pointer;
	}
	.footer-list ul {
		display: none;
	}
	/* NEW FOOTER LISTS */
	.footer .section-title {
		margin: 0;
	}
	.footer .widget_nav_menu .section-title::after {
		content: "\f0fe";
		position: absolute;
		right: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
	}
	.footer .widget_nav_menu .section-title.active::after {
		content: "\f146";
	}
	.footer .widget_nav_menu .section-title {
		cursor:pointer;
	}
	.footer .menu {
		display: none;
	}
	.copyright {
    	padding-bottom: 55px;
    }
	/* Lists */
	.compound-list {
		text-align:center;
	}	
	/************** WORDPRESS CORE **************/
	.alignright, .alignleft {
		float: none !important;
	    margin: 0.5em auto !important;
	}
	img.alignright, img.alignleft {
		margin:1em auto;
		display: block;
	}
	/* mobile Menu */
	.menu-image {

		display:none;
	}
	.user-menu {
		flex-flow: column;
	}
	.user-menu li a:hover {
		border-bottom:none;
	}
	.language-select {
		padding: 0;
		margin: 1em 0 0 0;
		min-height: 260px;
	}
	.single-featured-image{
	    margin: 1em auto;
	}	
}
@media only screen and (max-width: 375px) {
    .image-container {
        height: auto;
        padding: 10px;
    }
}
@media only screen and (max-width: 320px) {
    .image-container {
        height: auto;
        padding: 10px;
    }
}

/* IE HACK */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.main-nav .nav > ul > li.mega-menu > .sub-menu {
		left: -15vw;
		width: 50vw;
	}
}

/*---------------------- 3d view-----------------*/
.viewer .titlebar .actions, .viewer .controls {
        display: none;
}
@media (max-width: 768px) {
    .sketchfab-embed-wrapper iframe {
        height: 300px;
    }
}

/* ------------ Cost Optional Details ---------------*/
.product-features .cost_optional_details{
    font-size: 13px;
    width: 100%;
    padding-left: 50px;
}
.product-features .cost_optional_details p{
    margin: 0px;
}