/*!
Theme Name: Earth
Theme URI: https://stripez.design
Author: Stripez Design
Author URI: https://stripez.design
Description: Cool theme
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Earth
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.

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

@import 'earth-font/stylesheet.css';
/* @import 'css/earth-slider.css'; */
@import 'css/earth-single.css';
@import 'css/section-colors.css';
@import 'css/earth-post-archive.css';
@import 'css/main-pages-loop.css';
@import 'css/404.css';
@import 'css/search.css';
@import 'css/woocommerce.css';
@import 'css/shop-loop.css';
@import 'css/art-market.css';
@import 'css/tickets.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.
 */
h1 {
	margin: 0;
	margin-bottom: 25px;
}

h1.title-nomargin,
h2.title-nomargin,
h3.title-nomargin,
h4.title-nomargin,
h5.title-nomargin,
h6.title-nomargin {
	margin: 0 !important;
	margin-bottom: 6px !important;

}


h2,
h3,
h4,
h5,
h6{
	margin: 0 !important;
	margin-bottom: 6px !important;

}


.bigger{
	font-size: 150%
}


p {
	margin-top: 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: #404040;
	font-family: "Earth-th", Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3 {
	text-transform: uppercase;
	line-height: 0.9;
}

h4,
h5,
h6 {
	line-height: 1.2;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Earth-md", Helvetica, sans-serif;
	clear: both;
font-weight: 600;
}


/*set font size*/

@media screen and (max-width:420px) {
	h1 {
		font-size: 28px;
	}

	h1.big {
		font-size: 32px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 16px;
	}

	p {
		font-size: 14px
	}
}

@media screen and (min-width:421px) and (max-width:640px) {
	h1 {
		font-size: 40px;
	}

	h1.big {
		font-size: 50px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 22px;
	}

	p {
		font-size: 18px;
	}
}

@media screen and (min-width:641px) and (max-width:899px) {
	h1 {
		font-size: 50px;
	}

	h1.big {
		font-size: 65px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 30px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 20px;
	}

	p {
		font-size: 18px;
	}
}

@media screen and (min-width:900px) {
	h1 {
		font-size: 65px;
	}

	h1.big {
		font-size: 78px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 32px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 24px;
	}

	p {
		font-size: 20px
	}
}

/*end set font size*/

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 {
	text-decoration: none;
	font-family: 'Earth-md';
}


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

strong{
	font-family:'Earth-md'
}

/* 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: #404040;
	text-decoration: none;
}



a:hover,
a:focus,
a:active {
	color: #4c6869;
	text-decoration: none;

}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button:focus-visible {
	outline: none;
}


input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, button[type="submit"]:hover{
	
    background-color:#84bebf !important

}

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 {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: #0f0f0f;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	background-color: inherit;
	font-size: 28px;
}

input[type="search"] {
	color: #f5f5f5;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	background-color: inherit;
	font-size: 28px;
}
.main-navigation #searchform input[type="text"], .main-navigation #searchform input[type="text"]:focus, .mobile-menu-toggled input[type="text"],  .mobile-menu-toggled input[type="text"]:focus{
		color: #f5f5f5;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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: #0f0f0f;
	outline: inherit;
}

input[type="search"]:focus{
	color: #f5f5f5;
	outline: inherit;
}

select {
	border: none;
	border-bottom: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main {
	overflow-x: hidden;
}

main#primary {
    min-height: 74vh;
}

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


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	position: relative;

}

.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 li {
	position: relative;
}

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

div#site-header-cart a {
	display: block;
}


.earth-menu-top a {
	padding: 8px 9px 8px 9px;
	text-transform: uppercase;
	font-family: 'Earth-md', Helvetica, sans-serif;
	font-size: 14px;

}

.ticket-btn-top-menu {
	display: none;
	border: none;
}


.wpml-ls-legacy-dropdown-click a {
	border: none;
	background-color: initial;
}




ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
	display: block;
}

.wpml-ls-legacy-dropdown-click {
	width: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
	background: inherit;
}



.lang-switcher-wpml-top {
	display: none;
	cursor: pointer;
}



.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-native {
	font-size: 14px;

}



/********************
 * Search Navigation
 ********************/



.search-block-head {
	display: inline-flex;
}

.wpbsearchform {
	position: fixed;
	background-color: #1e1e1efa;
	z-index: 1000;
	top: 0;
	left: 0;
	display: inline-flex;
	right: 0;
	height: 208px;

	padding: 10px;
	width: 100%;
	justify-content: space-between;

}

form#searchform {
	margin: auto;
}

.wpbsearchform ::-moz-placeholder {
	color: #999 !important;
	font-weight: 300;
	opacity: 1;
}

.wpbsearchform button.dark-btn-action {
	border: none;
	color: #e6e6e6;
	background: inherit;
	font-size: 22px;
}

.search-field {
	padding-left: 25px;
	background: url("/wp-content/themes/earth/assets/search_dark.svg") no-repeat left;
	background-size: 20px;
	padding-left: 32px !important;
}

@media screen and (min-width: 1140px) {

	form#searchform-mob {
		display: none;
	}
}



/* Small menu. */
.menu-toggle {
	display: block;
	border: none;
	text-align: end;
	padding: 6px;
	width: 60px;
	border-radius: 3px;
	color: #e3e3e3;
	height: 60px;
	font-size: 14px;
	background: inherit;

}



.main-navigation .earth-menu-tools a {
	line-height: 0;
	display: inline-flex;
	cursor: pointer;
}

@media screen and (max-width: 1139px) {

	.earth-menu-tools a {
		margin: 12px;
	}

	.earth-menu-tools {
		margin-right: 19px;
		margin-left: 19px;




	}

}

.social-top-menu {
	display: none;
}



@media screen and (min-width: 1140px) {

	.nav-menu-mob {
		display: none;
	}

	.social-top-menu {
		display: initial;
	}

	.ticket-btn-top-menu {
		display: flex;
	}

	.main-navigation ul {
		display: flex;
	}

	.lang-switcher-wpml-top {
		display: inline-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;
}



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


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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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


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

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

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

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

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

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

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






/*
 * 	container
 */
.container {
	margin: 0 15px;

}

.full-height-top-container,
.no-results {
	min-height: calc(100vh - 80px);

}

@media screen and (min-width: 1140px) {

	.full-height-top-container,
	.no-results {

		min-height: calc(100vh - 208px);
	}
}


@media screen and (min-width: 1140px) {
	.container {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;

	}
}


/*
 * 	header style
 */



.custom-logo {
	width: 90px;
	max-width: inherit;
	display: none;
}

.mobile-logo-resp {
	width: 90px;
	position: relative;
	top: 13px;
	max-width: 100%;
	display: flex;
}

@media screen and (min-width: 1140px) {
	.custom-logo {
		width: 300px;
		max-width: 100%;
		display: inherit;

	}

	.mobile-logo-resp {
		display: none;
	}
}


.site-header {
	background-color: #0F0F0F;
	color: #e6e6e6;
}

.main-navigation a {
	color: #e6e6e6;
}

.earth-menu-main a {
	transition: all 0.1s ease;
	font-size: 40px;
	color: #4c6869;
	text-transform: uppercase;
	padding-left: 28px;
	letter-spacing: -1px;
	line-height: 1;
}



.earth-menu-main a:active,
.earth-menu-main a:hover,
.earth-menu-main .current_page_item a,
.current_page_parent a {
	color: #99CCCD !important;
}

.site-header {
	position: sticky;
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
}

.site-header .container {
	padding: 20px 25px;
	display: flex;
	align-items: center;
	height: 80px;

}


.main-navigation {
	height: auto;
}

.menu#primary-menu li ul {
	display: block;
	width: max-content;
	padding: 0 25px 25px 0;
	background-color: #0f0f0f;
}

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

.menu#primary-menu li ul a:hover,
.menu#primary-menu li ul .current-menu-item a,
.menu#primary-menu li.current-menu-ancestor.current-menu-parent.menu-item-has-children>a {
	color: #8ebdbd;
}


.menu#primary-menu li:hover ul {
	left: 0;
}

.earth-menu-tools a:hover,
.social-top-menu a:hover {
	opacity: 0.6;
}

@media screen and (min-width: 1140px) {
	.site-header{
		position:fixed
	}
body.logged-in .site-header {  
    margin-top: 32px;  
}  
	.earth-menu-top, img.custom-logo {
				transition: 0.4s;

	}
	.site-header .container {
		padding: 40px 25px;
		align-items: flex-end;
		height: 208px;
		transition: 0.4s;
	}
	
	main#primary {
    margin-top: 208px;
	}
	

	.site-header.shrink .container {
		padding: 20px;
		height: 80px;
	}
	.site-header.shrink .custom-logo-link{
		display:block;
	}
	.site-header.shrink  img.custom-logo {
    content: url(https://dev.eatalyarthouse.it/wp-content/uploads/2022/05/EARTH-logo-mobile.svg);
		    width: 96px;
		    padding-bottom: 2px;

	}
	
	.site-header.shrink .earth-menu-top{
		top:-100px;
		opacity: 0;
	}


	.main-navigation {
		height: 100%;
	}
}


.earth-menu-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
}

.earth-top-menu a:hover,
.earth-top-menu a:active {
	color: #67797c;
}

.menu-btn-mob-big:hover {
	opacity: 0.5;
}

a.ticket-btn-top-menu {
	cursor: pointer;
	min-width: max-content;
	transition: all ease 0.3s;
}

/* Ticket animation code */
@keyframes ticketmoves {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(8deg);
	}

	100% {
		transform: rotate(0);
	}
}

/*ticket top menu animation*/
a.ticket-btn-top-menu:hover,
a.ticket-btn-mob-menu:hover {
	animation-name: ticketmoves;
	animation-duration: 0.4s;
}

@media screen and (min-width: 1140px) {
	.earth-menu-top {
		height: auto;
		top: -8px;
	}



}


.earth-menu-main {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}


.earth-menu-tools {
	display: none;
	align-items: center;
	border-left: 1px solid #999;
	margin-left: 14px;
	border-right: 1px solid #999;
	margin-right: 14px;
	padding: 0 9px;

}

.main-navigation ul ul a {
	width: inherit;
}

/*menu extra mobile*/

.mobile-menu-toggled,
.mobile-menu-toggled .search-form-menu-mob {
	display: none;
}

.nav-menu-mob.toggled .mobile-menu-toggled,
.mobile-menu-toggled .search-form-menu-mob {
	display: block;
}


.mobile-menu-toggled {
	position: fixed;
	left: 0;
	top: 80px;
	background-color: #1a1a1a;
	overflow: auto;
	right: 0;
	height: 100%;
	padding: 30px;
	padding-bottom: 90px;
	text-align: center;
}

.earth-mobile-menu ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;


}

.menu-btn-mob-big {
	padding: 20px;
	height: 100px;
	width: 100px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: flex-end;
}

.menu-btn-mob-big a {
	position: relative;

	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Earth-md';
	line-height: 1.7;
}

.earth-menu-tools-mob {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	column-gap: 70px;
}

.earth-mobile-menu ul a {
	font-size: 28px;
	text-decoration: none;
	text-transform: uppercase;
	color: #84bebf;
}

.earth-mobile-menu ul li {
	padding: 6px 0;
}

.earth-mobile-secondary-menu ul a {
	font-size: 18px;
	color: #909091;
	font-family: 'Earth-md';
}

.earth-mobile-secondary-menu {
	margin-top: 15px;

}

.mobile-menu-toggled .search-field {
	background-size: 16px;
	text-align: center !important;
	font-size: 19px !important;
	padding-left: 22px !important;
	max-width: 80%;
	width: 500px;
	margin-bottom: 30px;
	border-bottom: 1px solid #626262;
}

.mobile-menu-toggled .search-field::placeholder,
.mobile-menu-toggled .search-field:-ms-input-placeholder,
.mobile-menu-toggled .search-field::-ms-input-placeholder {
	margin-left: 20px !important;
}

.earth-mobile-menu ul a:hover,
.earth-mobile-menu ul a:active {
	color: #67797c;
}

.earth-mobile-secondary-menu ul a:hover,
.earth-mobile-secondary-menu ul a:active {
	color: #b3b3b3;
}

/*fix menu height on small horizontal screen*/
@media screen and (max-height: 770px) {
	.earth-menu-tools-mob {
		padding-top: 0;
	}

	.earth-mobile-menu ul a {
		font-size: 22px;
	}

	.earth-mobile-menu ul li {
		padding: 2px 0;
	}

	.earth-mobile-secondary-menu ul a {
		font-size: 14px;
	}

}

.home .earth-menu-main a {
	font-size: 40px;
	color: #99CCCD;
	text-transform: uppercase;
	padding-left: 28px;
	letter-spacing: -1px;
	line-height: 1;
}

.home .earth-menu-main:hover a {
	color: #4c6869;
}


.lowercase-menu a{
	text-transform: lowercase !important;
}
.capitalize-menu a{
	text-transform: capitalize !important;
}

.sub-menu li a {
    font-size: xx-large !important;
    line-height: 1.2 !important;
}
.sub-menu {
    padding-top: 18px !important;
}
@media screen and (min-width: 1140px) {

	.menu-toggle,
	.nav-menu-mob.toggled .mobile-menu-toggled,
	.mobile-menu-toggled {
		display: none;
	}

	.earth-menu-tools {
		display: flex;
	}

}


/***************************************************
 * footer
 **************************************************/

.site-footer {
	background-color: #0F0F0F;
	padding: 16px 25px;
	color: #f5f5f5;
	font-size: 13px;
	clear: both;
}


.site-footer a {
	color: #969696;
	text-decoration: none;
}

.site-footer .site-info {
	padding-bottom: 10px;
	grid-column: 1/5;
	border-bottom: 1px solid #414141;
	width: 100%;
	margin-bottom: 13px;
}

.site-footer a:hover,
.site-footer a:active {
	color: #67797c;
}

.site-footer .container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	text-align: center;
}

@media screen and (min-width: 1140px) {
	.site-footer {
		font-size: 14px;
		padding: 9px 25px;

	}

	.site-footer .site-info {
		padding-bottom: 0;
		width: auto;
		border: none;
		margin-bottom: 0;
	}

	.site-footer .container {

		display: flex;
		column-gap: 25px;
		text-align: left;
	}

	.site-info {
		margin-right: auto;
	}
}


/*pre-footer*/



.before-footer .container {

	padding: 40px 5px;
}

.pre-footer-col a {
	text-decoration: none;
	color: inherit;
	line-height: 2.6;
}



.footer-small-col2 ul.menu li:first-child {
	font-size: 13px;
}

.pre-footer-col a:hover,
.pre-footer-col a:active {
	opacity: 0.6;
}

.social-footer-menu {
	display: none;
	column-gap: 10px;
	padding-top: 10px;
}

.social-footer-menu-small {
	column-gap: 10px;
	padding-top: 10px;
	display: flex;
	justify-content: center;

}

.pre-footer-col.footer-small-col1,
.footer-small-col2 {
	width: 50%;
	float: right;
	text-align: center;
}

.pre-footer-col.pre-footer-last {
	clear: both;
	padding-top: 40px;
	text-align: center;

}

/*wpml footer edit */
#icl_lang_sel_widget-2 {
	margin-bottom: 0;
}

.wpml-ls-sidebars-footer-sidebar-1 {
	border: 0;
}

.wpml-ls-sidebars-footer-sidebar-1 li a {
	padding: 0;
}

.pre-footer-col .widget {
	margin: 0;
}

.wpml-ls-sidebars-footer-sidebar-1 li .wpml-ls-native {
	font-size: 13px;
	font-family: 'earth-md';
	text-transform: uppercase;
}

.wpml-ls-sidebars-footer-sidebar-1.wpml-ls-legacy-list-vertical>ul {
	position: inherit;
}

.wpml-ls-legacy-list-vertical {
	width: 100%;
}

.wpml-ls-legacy-list-vertical a {
	border: none;
}

/*end wpml footer edit */



.footer-small-col1 ul.menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-family: 'Earth-md';
	font-size: 13px;
	line-height: 2;
}
.footer-small-col2 ul.menu{
	list-style: none;
    margin-left: 0;
	margin-bottom: 0;
    padding-left: 0;
}
.footer-small-col2 ul.menu li:first-child{
	font-family: 'Earth-md';
    text-transform: uppercase;
}

.footer-small-col2 ul.menu li {
	display: none;
}
.footer-small-col2 ul.menu li:first-child{
	display: inherit
}




@media screen and (min-width: 1140px) {
	.footer-small-col2 ul.menu li {
		display: inherit;
	}


	.wpml-ls-legacy-list-vertical {
		width: auto;
	}

	.pre-footer-col.footer-small-col1,
	.footer-small-col2 {
		text-align: left;
	}

	.pre-footer-col.pre-footer-last {
		text-align: right;
		padding-top: 0;
		border-top: 0px;
	}

	.social-footer-menu {
		display: flex;
	}

	.social-footer-menu-small {
		display: none;
	}


	.footer-small-col2 ul.menu li:first-child {
		font-size: 16px;
	}

	.pre-footer-col a {
		line-height: 1.8;

	}

	.before-footer .container {
		display: flex;
	}

	.pre-footer-col.pre-footer-last {
		margin-left: auto;
	}

	.pre-footer-col {
		min-width: 140px;
	}

	p.address-footer-widget {
		text-align: right;
	}


}




/*newsletter grid*/
.earth-row {
	display: grid;
	gap: 30px;
	padding: 80px 0px;

}

@media screen and (max-width:420px) {
	.earth-row {
		padding: 40px 0px;
	}
}

.earth-row-6-6 {
	grid-template-columns: 100%;
}

.earth-nl-form-bottom {
	margin: auto 0;
}

@media screen and (min-width:780px) {
	.earth-row-6-6 {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px)
	}

}

.border-top-bk {
	border-top: 0.75px solid #404040;
}




.post-single-ticket {
	margin-top: 20px;
}

.post-single-ticket a:hover {
	opacity: 0.6;
}

.ticket-single-loop-size {
	width: 84px;
}

@media screen and (max-width:420px) {
	.ticket-single-loop-size {
		width: 64px;
	}
}




/*buttons*/
.styled-btn {
	color: #f5f5f5;
	line-height: 0;
	text-align: center;
	padding: 20px 60px 20px 20px;
	font-size: 18px;
	background-color: #0F0F0F;
	text-transform: uppercase;
	margin: 10px 0;
	display: block;

	transition: ease all 0.3s;
	position: relative;
}


.single-post-btn {
	max-width: 270px;
}


.single-post-btn:before{
	content: '';
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	transition: 400ms cubic-bezier(.785, .135, .15, .86);
	top: 0;
	right: 0;
	width: 40px;
}

.single-post-btn:after {
	content: '';
	background-image: url('/wp-content/themes/earth/assets/go.svg');
	right: 0;
	width: 40px;
	position: absolute;
	background-size: 50%;
	background-position: -80px;
	background-repeat: no-repeat;
	height: 100%;
	transition: 400ms cubic-bezier(.785, .135, .15, .86);
	top: 0;
}

.single-post-btn:hover:before,
.single-post-btn:active:before,
.single-post-btn:focus:before {
	background-position: left !important;
}

.single-post-btn:hover::after,
.single-post-btn:active::after,
.single-post-btn:focus::after {
	background-position: 50%;
	background-size: 50%;
}

.single-post-btn:hover,
.single-post-btn:active,
.single-post-btn:visited,
.single-post-btn:focus {
	color: #f5f5f5;

}

@media screen and (min-width:641px) {
	.styled-btn {
		font-size: 20px;
	}

	.single-post-btn {
		max-width: 300px;
	}

}


/*secondary btn*/
.secondary-btn {
	line-height: 0;
	text-align: center;
	padding: 15px 30px 15px 30px;
	font-size: 18px;
	font-family: 'Earth-md';
	text-transform: uppercase;
	margin: 10px 0;
	max-width: fit-content;
	border-left: 3px solid #84bebf;
	display: block;
	transition: ease all 0.3s;
	position: relative;
		transition: 400ms cubic-bezier(.785, .135, .15, .86);

}

a.secondary-btn:hover,
a.secondary-btn:active,
a.secondary-btn:focus {
}



.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
	border-left: 13px solid #84bebf;
}

.secondary-btn:after {
	content: '';
	background-image: url('/wp-content/themes/earth/assets/go-bk.svg');
    right: -30px;
	width: 40px;
	position: absolute;
	background-size: 50%;
	background-position: 0;
	background-repeat: no-repeat;
	height: 100%;
	transition: 400ms cubic-bezier(.785, .135, .15, .86);
	top: 0;
}


.secondary-btn:hover:after ,
.secondary-btn:active:after ,
.secondary-btn:focus:after  {
	background-position: -50px;

}

/*visual composer editor*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important
}


/*form*/
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-date{
	width:100%;
}
.wpcf7-list-item{
	margin:10px 0px;
	
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
	border: 0px;
    border-left: 4px solid #00a0d2;
}

input[type="submit"], button[type="submit"]{
	background-color: #0f0f0f !important;
	color: #fefefe;
	font-size: 18px;
	border:none;
	padding: 20px;
	border-radius: 0;
	-webkit-appearance: none;
	line-height:0;
	position:relative;
}
.wc-proceed-to-checkout a{
	background-color: #0f0f0f !important;
	display: block;
	color: #fefefe;
	font-size: 18px;
	border:none;
	padding: 20px;
	border-radius: 0;
	-webkit-appearance: none;
	line-height:0;
	position:relative;
}

input[type="file"]::file-selector-button{
	background-color: #84BDBF;
	padding:7px 14px;
	font-family:'Earth-md';
	font-size: 13px;
	letter-spacing: 0.4px;
	border-radius: 0;
	-webkit-appearance: none;
	color:#fff;
	text-transform: uppercase;
	border: none;
}


@media screen and (min-width: 641px){
input[type="submit"]{
    font-size: 20px;
}
}

.inner-title-form{
	font-family: 'Earth-md';
	font-size: 120%;
}
.big-form-text{
		font-family: 'Earth-md';
font-size:130%;
max-width:500px;}
.inner-title-form span{
	padding-top:10px;
}


.wpcf7-form-control-wrap{
	display:block;
}
.avviso-form {
    padding: 10px;
    border-left: #80baba solid 4px;
}
.form-section {    
	padding-top: 30px;

    margin-bottom: 20px;
}
.one-half,
.one-third{
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }

.single-column{
	clear:both;
	        margin-bottom: 20px;

}
.last-column {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}


/*visual composer*/
.vc_row.wpb_row {
    margin-bottom: 60px;
}

 


@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
	

	.vc_row.wpb_row {
    margin-bottom: 40px;
}
.vc_row .wpb_column.vc_col-sm-6 {
    margin-bottom: 24px;
}
}




/* MAILCHIMP FORM - made with easy form mailchimp */
/* go to: "Form settings > Form Classes" and add this class: "earth-form-mailchimp" */
/* in the form editor: hide all labels */

.earth-form-mailchimp {
	line-height: 1;
}
.yikes-easy-mc-form input[type=text],.yikes-easy-mc-form input[type=email] {
	font-size: 18px;
}
.yikes-easy-mc-form label{
	margin-bottom: 0 !important;
}

.yikes-easy-mc-form input[type=text],.yikes-easy-mc-form input[type=email]{
	background: none !important;
	border:none !important;
	border-bottom: 1px solid #ccc !important;
}



.FNAME-label, .LNAME-label{
    width: 100% !important;
}

@media only screen and (min-width: 589px) and (max-width: 779px) { 
	.FNAME-label, .LNAME-label{
		width: 49.6% !important;
	}

}


@media only screen and (min-width: 962px) { 
	.FNAME-label, .LNAME-label{
		width: 49.6% !important;
	}

}


		
/*breadcrumbs*/
		
.breadcrumbs-container{
	background-color: #1e1e1e;
		border-bottom: 2px solid #84bdbf !important;

}
#breadcrumbs {
    
    color: #eaeaea;
    font-size: 16px;
    padding: 6px 0;
	margin:0 18px;
}
@media screen and (max-width: 560px){
	#breadcrumbs{
		font-size: 13px
	}
}
#breadcrumbs a{
    color: #eaeaea;

}
