/*!
Theme Name: Jannis ILoveIt
Author: ILoveIt
Author URI: https://iloveit.gr
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: jannis
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("fonts/icons/jannis-icons.css");
@import url("fonts/custom-fonts.css");

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

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

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display:flex;
	justify-content: space-evenly;
	width: 100%;
	margin-bottom:15px;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li > ul {
	background-color:black;
    }
    .main-navigation ul li > ul li a {
	color:White;
    }
    .main-navigation ul li > ul li a:hover {
	color:#7AC90E;
    }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
nav#site-navigation a {
    font-family: Cera;
    font-weight: bold;
    text-transform: uppercase;
    /* font-size: 23px; */
    font-size: 18px;
    text-align: center;
}
nav#site-navigation .icon-search::before {
	font-size: 23px;
	cursor: pointer;
}
nav#site-navigation .language-selector {
	display: flex;
	align-items: center;
}
    nav#site-navigation .language-selector > * {
	margin-left:5px;
	cursor: pointer;
	width:20px;
}
.menu-main-menu-container, .menu-main-menu-anglika-container
{
	width:100%;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin:0;
	font-family: "OpenSans";
}

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

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

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


/* 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;
}
/*-------------------------------CUSTOM UTILITIES------------------------------*/
.icon-fb, .icon-instagram, .icon-pinterest, .icon-youtube
{
	font-size:2.5em;
}
.container {
	max-width: 1920px;
	width:100%;
	margin:0 auto;
	/* padding:0 30px; */
	display:flex;
	flex-direction: column;
}
.container-small
{
    max-width:1280px;
    margin:0 auto !important;
}
.container-small.no-auto-margin {
	margin:0;
}
.container-small.columns {
	flex-direction: column;
}
.row {
	display:flex;
	flex-direction: row;
	width:100%;
}
.row.center-space {
	justify-content: space-evenly;
	align-items: center;
}
.row.center-space-between {
	justify-content: space-between;
}
a, a:visited, a:focus
{
	color:#000;
	text-decoration: none;;
}
a:hover {
	/* color: #fcb959; */
	color: #7AC90E;
}
input[name="search"], input[name="search"]:hover, input[name="search"]:focus
{
	width: calc(100% - 3px);
	border:none;
	outline:none;
	background:transparent;
	border-radius: 0;
	border-bottom:1px solid black;
	padding:3px;
	padding-left:30px;
}
input[name="s"], input[name="s"]:hover, input[name="s"]:focus
{
	width: calc(100% - 3px);
	border:none;
	outline:none;
	background:transparent;
	border-radius: 0;
	border-bottom:1px solid black;
	padding:3px;
	padding-left:30px;
}
/*---------------------------------THEME SPECIFIC---------------------------------*/
.site-topbar {
	/* padding:10px; */
	/* padding: 20px 0px; */
}
.headerPlaceholder {
    height: 200px;
    width: 100vw;
    display:none;
}
header#masthead {
	transition: all 0.2s;
}
.site-topbar.container {padding:0;}
.site-topbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 10px;
}
 label.indent {
	margin-right: -20px;
	position: relative;
	z-index: 1;
}
.site-topbar #utilities {
	text-align:right;
}
.site-topbar #utilities, .site-topbar .search-input{
	width:12.5%;
	padding:0 10px;
}
.search-input > form {
	display:flex;
}
.site-topbar .main-logo{
	width:100%;
	text-align: center;
	margin-bottom: 1em;
}
.site-topbar .main-logo img {
	width: 100%;
	max-width: 200px;
	max-width: 260px;
	transition: all 0.2s;
}
.site-topbar 
.site-topbar #utilities {
	font-size: 1.1rem;
	font-weight:100;
}
.site-topbar #utilities i {
	/* margin-left:8px; */
}
.menu-menu-1-container {
	width:100%;
	text-transform: uppercase;
}
footer {
	width:100%;
	display:flex;
	flex-direction: column;
	background-color:black;
	color:White;
	background-position: center;
	font-family:OpenSans;
	padding-top: 55px;
}
.site-info
{
	font-family:Cera;
	font-weight:normal;
	font-size:0.9rem;
	border-top:1px solid white;
	color:white;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:15px 0;	
}
.site-info a, .site-info a:visited, .site-info a:focus {
	color:white;
}
#footer-widgets {
	padding: 75px 40px;
	padding-top:25px;
}
#footer-widgets ul {
	list-style:none;
	margin:0;
	padding-inline-start: 0;
	padding-inline-end: 0;
}
.widget-area {
	max-width: calc(90% / 6);
	/* width: 100%; */
}
.widget-area h2 {
	margin-block-start: 0;
	margin-block-end:0;
}
#footer-1 {max-width:25%;}
#footer-2 {max-width:50%;}
#footer-3 {max-width:25%;}

.mobile-menu {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 4rem;
	position: sticky;
	background-color:white;
	padding: 0 15px;
    	top: 0px;
	/* border-bottom: 1px solid #1f1f1f; */
	z-index: 100;
}
.mobile-menu #utilities {
	display:none;
}
.mobile-menu #utilities i {
	font-size: 1.3rem;
	margin-left:15px;
    }
@media screen and (max-width:768px)
{
	#footer-widgets .row {
		flex-direction: column;
		align-items: center;
	}
	.widget-area {
		max-width: 90% !important;
		width: 100%;
		margin:15px 0;
	}
	.widget-area#footer-1 { width:auto; }
}

#footer-widgets .social i { margin-left: -10px; }
ul.sub-menu {
	width: fit-content;
	display: flex;
	flex-direction: column;
	background-color: white;
	padding: 15px;
}
ul.sub-menu li {
	margin: 5px 0;
}
nav#site-navigation li i {
	display:none;
}
@media screen and (max-width:600px)
{
	nav#site-navigation li a {
		float:left;
	}
	nav#site-navigation li i {
		display:block;
		float:right;
	}
	nav#site-navigation li ul {
		width:100%;
	}
	#footer-widgets { padding: 75px 20px; }
	.site-header .search { display:none; }
	.site-topbar { justify-content: center; }
	.mobile-menu { display: flex; }
	.mobile-menu #utilities {
		display:flex;
		align-items: center;
	}
	ul.sub-menu {
		position:initial !important;
		display:none;
	}
	.site-info { font-size: 0.7rem; }
}
#footer-widgets h2.widget-title {font-family: Cera; font-weight: bold;font-size:1rem;}
.entry-header {
	height: auto;
	background-repeat: repeat;
	margin: 80px 0;
	/* height: 220px;
	background-repeat: repeat;
	margin-top: 25px;
	margin-bottom: 140px; */
}



/*mobile menu*/
@media screen and (max-width:600px)
{
    ul#primary-menu {
        position: fixed;
        top: 64px;
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0;
        justify-content: center;
        background-color: white;
        padding: 15px 25px;
	border-bottom:1px solid black;
	transform: translateX(-150vw);
        transition-timing-function: cubic-bezier(.07,.34,.35,1.01);
	transition: transform 0.5s;
	z-index: 98;
	height: fit-content;
	max-height: calc(100vh - 64px);
	overflow: hidden auto;
	justify-content: flex-start;
    }
    ul#primary-menu.active {
	transform: translateX(0vw);
    }
    ul#primary-menu li {
        padding:20px 0;   
    }
}
#mobile-menu-button {
	cursor:pointer;
	font-size:2rem;
}
::-webkit-scrollbar {
	width: 4px;
}	
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	/* background-color: darkgrey;
	outline: 1px solid slategrey; */
	background-color: black;
	outline: 1px solid slategrey;
}

input[type="submit"], 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, button
{
	outline:none;
	font-family:OpenSans;
}
input[type="submit"]
{
	border-radius:50px;
	padding:20px 45px;
	border:none;
	background-color:#398D76;
	transition:all 0.2s;
	color:white;
	font-family:Cera;
	font-size:1.4em;

}
input[type="submit"]:hover
{
	background-color:#EF5730;
}

.owlbutton {
	cursor: pointer;
	min-width: 100px;
	max-width: 100px;
	margin: 0 45px;
}
.owl-carousel {
	cursor: grab;
	overflow:hidden;
}

html, body {
	overflow:hidden auto;
}
div#footer-logo {
	text-align: center;
}
div#footer-logo img {
	width: 350px;
	max-width: 100%;
	margin:15px 0;
}
footer a {
	color:White !important;
}
footer a:hover {
	color:#fff8 !important;
}
footer .social-icons {
	display:flex;
	justify-content:center;
	align-items:center;
    }
footer .social-icons i::before {
	font-size:2.5rem !important;
}
footer .row.center-space {
	align-items:flex-start;
	max-width: 900px;
	margin: 0 auto;
}
footer .row.center-space p {
	margin-block-start: 0;
}
footer .row.center-space > * {
	width: 100%;
}
footer .main-footer-info {
	text-align:center;
}
footer .main-footer-info > * {
	line-height:3px;
	margin-block-start:none;
	margin-block-end:none;
}
/* PRODUCTS */
.entry-title {
	font-family: Cera;
	font-weight: bold;
	font-size: 4em;
	margin: 0;
	max-width: 89%;
	line-height: 1.2em;
}
.main-product > * {
	max-width: 50%;
	width: 100%;
}
.main-product-content .entry-content  {
	font-family:OpenSans;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.5em;
}
.main-product-content .entry-content strong {
	font-family:inherit;
	font-weight:bold;
}
.main-product-content .category-properties i {
	font-size: 1.5em;
}
.main-product-content .category-properties i::before {
	margin-left:-.2em;
}
.product-properties {
	display: flex;
	flex-direction: column;
	margin-top:50px;
}
.product-properties .property {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	font-size: 0.7em;
	line-height: 1.2em;
}
.entry-footer {
	display: flex;
	flex-direction: column;
}
h2.related-products-title {
	text-align: center;
	font-size: 4em;
	font-family: Cera;
}
header.page-header {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
header.page-header .header_info > * {
	max-width: 50%;
	width: 100%;
    }
header.page-header .header_background {
	width: 100%;
	min-height: 300px;
}
header.page-header .header_info {
	display: flex;
	justify-content: space-around;
	align-items: center;
	/* height:400px;
	padding: 110px 0; */
	min-height:400px;
	padding: 60px 0;
}
.category-intro > * {font-family:Cera;font-weight:bold;}
.category-intro .page-title {
	font-size:2em;
	margin-block-start: 0;
}
.category-intro .slogan {
	font-size:5.7em;
	line-height: 1.1em;
	margin-top:30px
}
.category-intro .separating-line {
	/* height:6px; */
	height:4px;
	display:block;
	width:100%;
}
.category-description {
	font-family:OpenSans;
	justify-content: center;
	height: fit-content;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding: 0 100px;
	line-height: 1.4em;
	font-size: 1.4em;
}
header.page-header .header_arrow {
	margin: 0 auto;
	display: block;
	width: 70px;
	height: 70px;
	transform: translateY(-50%) rotate(45deg);
}
.archive-description{font-family:OpenSans;}

.row.archive.main-product {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	/* width:25%; */
}
.row.archive.main-product > * {
	width:100%;
	max-width: 100%;
}
.row.archive.main-product .entry-title {
	max-width:100%;
	font-size: 1.4em;
}
.products {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.products article.type-product {
	max-width: calc(25% - 40px);
	width: 100%;
	margin: 40px 20px;
}
.category-subtitle {
	max-width:1090px;
	padding:50px 0;
	margin:0 auto;
	text-align:center;
	font-family:OpenSans;
	font-size:1.35em;
}
.category-subtitle strong {
	font-weight:bold;
}
/* Main Page */
.main-product-section {
	display: flex;
	width: 100%;
	height: fit-content;
}
.main-product-section.ltr {
	flex-direction: row;
}
.main-product-section.rtl {
	flex-direction: row-reverse;
}
.main-product-section > * {
	width: 100%;
	max-width: 50%;
    }
    
.main-product-section .image img {
	width: auto;
	max-width: unset;
	margin: 0 auto;
	height: 100%;
	max-height: 500px;
	display: block;
	transition:all 0.3s;
}
.main-product-section .image img:hover {
	transform: scale(1.1);
}
.main-product-section .image {
	padding: 30px 0;
}
.main-product-section .text {
	padding: 70px 50px;
	overflow: hidden;
}
.main-product-section h1 {
	margin-block-start:0;
	margin-block-end:0;
	font-family: Cera;
	font-size:1.75em;
}
    .main-product-section h2 {
	margin-block-start:0;
	margin-block-end:0;
	font-family: Cera;
	font-size:4.6em;
	line-height:1em
}
.main-product-section.rtl h1 {
	text-align: right;
}
    .main-product-section.rtl h2 {
	text-align: right;
}

.main-product-section + a.desktop-link {
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content:flex-end;
	margin-top: -80px;
	padding-bottom: 32px;
	font-family:Cera;
	font-weight:bold;
	font-size:1.3em;
	margin-right:10%;
}
.main-product-section.rtl + a.desktop-link {
	justify-content:flex-start;
	margin-left:10%;
}
.main-product-section + a {
	position: relative;
	z-index: 80;
	transition: all 0.2s;
}
.main-product-section.ltr + a.desktop-link {
	transform:translateX(20px);
}
.main-product-section.rtl + a.desktop-link {
	transform:translateX(-20px);
}
.main-product-section + a.desktop-link:hover { 
	transform:translateX(0px);
}

.main-product-section + a.desktop-link > svg {
	width:50%;
	margin:0 10px;   
	stroke-width: 2px;
	transition: all 0.2s;
}
.main-product-section  a.mobile-link {
	display:none;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	font-family:Cera;
	font-weight:bold;
	font-size: 1.3em;
	padding: 0px 50px;
	position: relative;
	z-index: 90;
	margin-top: -50px;
}
.main-product-section  a.mobile-link > svg {
	height: 100px;
	margin-right:10px;   
	stroke-width: 2px;
	transition: all 0.2s;
}
/* Visual Composer Fix Stretched Row Image */ 
.vc_row-fluid .wpb_single_image > figure, .vc_row-fluid .wpb_single_image > figure > div, .vc_row-fluid .wpb_single_image > figure > div > img {
	width: 100%;
}

/* Page Specific */
h2.section-title {
	font-size: 4em;
	font-family:Cera;
	font-weight:bold;
}
.section-text {
	font-size:1.3em;
	font-family:OpenSans;
}
.white-background {
	margin-top: -350px;
	margin-bottom: 100px;
}
.white-background > div {
	background-color:white;
	padding:0 100px;
}
.mobile-page-header {
	display:none;
}
.single .additional-image {
	max-width:350px;
	width:100%;
	margin:0 auto;
	display:Flex;
	justify-content: center;
	align-items: center;
}
.single .additional-image img {
	width: 60%;
	height:auto !important;
	margin-top:25px;
}
.breadcrumbs-container {
	color: #838383 !important;
	font-family: OpenSans;
	font-size: 0.9em;
}
.breadcrumbs-container a {
	color: #838383 !important;
	font-family: OpenSans;
}
.breadcrumbs-container i.icon-right {
	margin: 0 15px;
}
.search {
	display: flex;
	align-items: center;
}

hr.product-variation-separator.active {
	border: 1px dashed black;
	width: 100%;
	height: 0px;
}
.post-type-archive-product article .main-product .post-thumbnail img, .tax-product_category article .main-product .post-thumbnail:hover img {
	transition: all 0.5s;
	transform: translateY(0px);
}
.post-type-archive-product article .main-product .post-thumbnail:hover img, .tax-product_category article .main-product .post-thumbnail:hover img {
	transform: translateY(-30px);
}
/* FRONT PAGE ANIMATED ELEMENTS  */
.rtl .text h1,.rtl .text h2{
	transition: all 1s;
	transition-timing-function: ease-in-out;
	transform: translateX(-100vw);
}
.rtl .text.active h1,.rtl .text.active h2{
	transform: translateX(0vw);
    }
.ltr .text h1,.ltr .text h2{
	transition: all 1s;
	transition-timing-function: ease-in-out;
	transform: translateX(100vw);
}
.ltr .text.active h1,.ltr .text.active h2{
	transform: translateX(0vw);
}
.single .dashed-line {
	margin-top: 50px;
}
.language-selector img[alt="english"] {
	filter: saturate(0);
	cursor: default;
	pointer-events: none;
}
section.error-404.not-found {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
	text-align:center;
}
.new_generation_button.desktop {
    display: flex;
    align-items: center;
    FONT-FAMILY: 'Cera';
    font-weight: bold;
    width: 230px;
    cursor:pointer;
    position:relative;
}
.new_generation_button a {
    display:Flex;
    align-items:center;
}
.new_generation_button img {
    width: 22px;
    margin-right: 5px;
}

a.mouseoverlink {
    display:none;
    position: absolute;
    top: 40px;
    z-index: 25;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.new_generation_button:hover .mouseoverlink{ 
    display:block; 
    top: 25px;
    z-index: 25;
    margin: 0;
    padding: 0;
    
}
.mouseoverlink img {
    border: 2px solid #bebebe;
    width: 200px;
    padding: 0px;
    margin: 0px;
}
.mobile-only-menu-item {
    display:none;
}
@media screen and (max-width:600px) {
    .mobile-only-menu-item {
        display:block;
    }
    .new_generation_button.desktop{
        display:none;
    }
}

.language-selector img {
    width: 22px !important;
    height: auto !important;
    padding:0;
}

.language-selector a {
    width: 32px;
    height: auto;
    padding: 0;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

@media screen and (max-width:900px)
{
    .language-selector a {
        width:22px;
    }
    .language-selector img {
        width:16px;
    }
    nav#site-navigation .language-selector {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media screen and (max-width:600px) {
    .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        margin-right: 3px;
    }
}
