/*!
Theme Name: breadfactory
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: breadfactory
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.

breadfactory 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
    margin-top: 0px !important;
}

/* 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
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

body.home.ehf-header #masthead {
    position: absolute;
    width: 100%;
}

.ehf-header #masthead {
	z-index: 9999;
}

body.home.ehf-header #masthead section:not(.elementor-motion-effects-element-type-background) {
    background: transparent;
}

body.home.ehf-header #masthead section.scrolling {
    background: #00464E;
}

body.elementor-editor-active .header-main {
    background: #000;
}

header .elementor-nav-menu li.orange-btn.menu-item {
    padding: 15px 29px;
    background: #FF4516;
	margin-left: 30px;
}

header .elementor-nav-menu--main .elementor-nav-menu ul {
    background: transparent;
}

header .elementor-nav-menu li a {
    font-weight: normal;
    transition: 0.2s;
}

header .elementor-nav-menu li a:hover {
    text-decoration: underline;
    /* text-shadow: 0 0.02em #fff, 0 -0.02em #fff, 0.03em 0 #fff, -0.03em 0 #fff; */
}

header .elementor-sub-item.elementor-item-active {
    background: transparent;
    /* text-shadow: 0 0.02em #fff, 0 -0.02em #fff, 0.03em 0 #fff, -0.03em 0 #fff; */
}

header .elementor-nav-menu li.orange-btn.menu-item > a {
    margin: 0;
}

header .elementor-nav-menu li.orange-btn.menu-item:hover a {
    color: #fff !important;
    text-decoration: none;
}

header .elementor-nav-menu li.orange-btn.current-menu-item a {
    border-bottom: none;
}

header .elementor-nav-menu .elementor-item {
	height: 100%;
}

header .elementor-nav-menu .elementor-item.elementor-item-active {
    border-bottom: 1px solid #fff;
}

header .switch-title {
    color: #d5dfa2;
    font-size: 18px;
    text-align: center;
    display: block;
    font-family: 'CF AdaptiveExt';
    margin-top: -10px;
    padding-bottom: 5px;
    transition: .5s;
}

header #switch {
    position: relative;
    display: block;
}

header #switch input[type=checkbox] {
    /* height: 0; */
    /* width: 0; */
    /* visibility: hidden; */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

header #switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    height: 38px;
    background: #0d2f34;
    display: block;
    border-radius: 100px;
    position: relative;
}

header #switch label:before {
    content: '';
    background: url('/wp-content/uploads/2022/01/vegan-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 12px;
    top: 7px;
    display: none;
}

header #switch label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

header #switch input:checked + label {
    background: #66903e;
}

header #switch input:checked + label:before {
    display: block;
}

header #switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

header #switch label:active:after {
    width: 130px;
}

body:not(.home).ehf-header #masthead {
    border-bottom: 1px solid #B8B8B8;
}

body:not(.home) footer > div > div > div > section {
    margin-top: 0px !important;
    padding-top: 94px !important;
}

body .entry-content .elementor-widget-wrap>.elementor-element:hover {
    z-index: 998;
}

.absolute-button, 
.absolute-button > div,  
.absolute-button > div > div {
    height: 100%;
    min-height: 100%;
}

.absolute-button .cta-button {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    margin: 0 !important;
}

.absolute-button .eael-call-to-action.bg-img {
   padding-top: 200px;
}

.absolute-button .eael-call-to-action.bg-img:before {
    content: '';
    background: transparent linear-gradient(20deg, #131313 0%, #00000000 50%) 0% 0% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.eael-call-to-action.bg-img .title {
    position: relative;
}

.wpsl-info-window .wpsl-no-margin {
    color: #00464E;
    font-family: 'CF AdaptiveExt';
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator {
    align-items: flex-end !important;
}

.elementor-widget-divider.elementor-view-default .elementor-icon {
    margin-bottom: -17.5px;
}

.elementor-widget-button .arrow-right {
  display: inline-block;
  width: 15px;
  height: 15px;
  /* border-top: 2px solid #fff; */
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 40px;
}

.elementor-widget-button .arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.elementor-widget-button .elementor-button.elementor-size-md {
    max-width: 420px;
    height: 80px;
    line-height: 50px !important;
}

.grid-height-1 > div {
    height: 720px;
}

.grid-height-1 > div > div.elementor-column:first-child > div {
    padding-top: 4.5vw;
    padding-left: 10px;
    padding-right: 10px;
}

.divider-title .title:after {
    content: '';
    background: #FF4516;
    width: 100px;
    height: 5px;
    display: block;
    margin-top: 20px;
}

.categories-list .elementor-widget-wrap.elementor-element-populated {
    padding: 0px;
}

.product_categories_select {
    position: relative;
    font-size: 20px;
    font-family: 'CF AdaptiveExt';
    text-transform: uppercase;
    line-height: 50px;
    display: none;
    outline: none;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 71px;
    max-width: 450px;
    width: 100%;
    background: #FF4516;
    color: #fff;
}

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

.product_categories_list .product_category_box {
    width: 30%;
    position: relative;
    margin-bottom: 100px;
    margin-right: 1%;
    margin-left: 2%;
}

.product_categories_list .product_category_box:before {
    content: '';
    -webkit-mask-image: url(images/box_frame.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    max-width: 390px;
    height: 90%;
    position: absolute;
    top: -15px;
    left: -20px;
    transition: 0.2s background;
    z-index: -1;
}

.product_categories_list .product_category_box:hover:before {
    content: '';
    -webkit-mask-image: url(images/box_frame_hover.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #FF4516;
}

.product_categories_list .product_category_box .title {
    color: #FF4516;
    font-size: 25px;
    line-height: 36px;
    font-family: 'CF AdaptiveExt';
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 39px;
}

.product_categories_list .product_category_box:hover .title {
    font-weight: 600;
}

/*.category-box.elementor-widget-image-box .elementor-image-box-img:before {
    content: '';
    background: url(images/box_frame.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 390px;
    height: 90%;
    position: absolute;
    top: -15px;
    left: -10px;
    transition: 0.2s background;
    z-index: -1;
}

.category-box.elementor-widget-image-box:hover .elementor-image-box-img:before {
    content: '';
    background: url(images/box_frame_hover.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.category-box.elementor-widget-image-box:hover .elementor-image-box-title a {
    font-weight: 600;
}*/

.google-map-wrap > div,
.google-map, 
.google-map div,
.google-map iframe {
    height: 100%;
    min-height: 100%;
}

.wpsl-gmap-canvas {
    margin-bottom: 0px !important;
}

.wpsl-locations-details {
    border-top: 1px solid #00464E;
    margin: 0px 20px;
    padding-top: 20px;
    cursor: pointer;
}

.first .wpsl-locations-details {
    border-top: none;
}

.wpsl-locations-details > span > strong {
    color: #EF4E24;
    font-size: 18px;
    font-family: 'CF AdaptiveExt';
    line-height: 30px;
}

/* .wpsl-contact-details > br {
    display: none;
} */

/* .wpsl-contact-details > span:first-child:after {
    content: '|';
    padding-left: 15px;
    padding-right: 15px;
} */

.wpsl-location-address {
    font-family: 'CF AdaptiveExt';
    color: #00464E;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}

.wpsl-contact-details {
    font-family: 'CF AdaptiveExt';
    color: #00464E;
    font-size: 16px;
    line-height: 25px;
}

/* Prev/Next Links */
.prev-post,
.next-post {
    
}

.next-post {
    text-align: right;
}

.prev-post > div,
.next-post > div {
    transition: 0.2s;
}

.prev-post:hover > div,
.next-post:hover > div {
    color: #FF4516;
}

.prev-post:hover .prev-post-arrow {
    border-top: 3px solid #FF4516;
}

.next-post:hover .next-post-arrow {
    border-left: 3px solid #FF4516;
}

.prev-post:hover .prev-post-arrow:after,
.next-post:hover .next-post-arrow:after {
    background-color: #FF4516;
}

.prev-post-thumb, 
.next-post-thumb {
    opacity: 0;
    position: absolute;
    bottom: 180px;
    z-index: -1;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.prev-post-thumb img, 
.next-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next-post-thumb {
    right: 0;
}

.prev-post:hover .prev-post-thumb,
.next-post:hover .next-post-thumb {
    opacity: 1;
    z-index: 0;
}

.prev-post-back, 
.next-post-back {
    color: #00464E;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'CF AdaptiveExt';
}

.prev-post-title,
.next-post-title {
    color: #00464E;
    font-size: 16px;
    max-width: 325px;
    font-family: 'CF AdaptiveExt';
}

.next-post-title {
    margin-left: auto;
}

.prev-post-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #11464e;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.prev-post-arrow::after {
  content: "";
  display: block;
  width: 3px;
  height: 48px;
  background-color: #11464e;
  transform: rotate(-45deg) translate(16px, 3px);
  left: 0;
  top: 0;
}

.next-post-arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #11464e;
  transform: rotate(135deg);
  margin-left: auto;
  margin-bottom: 10px;
}

.next-post-arrow::after {
  content: "";
  display: block;
  width: 3px;
  height: 48px;
  background-color: #11464e;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

/* Posts Grid */
.elementor-posts--skin-classic .elementor-post {
    overflow: visible !important;
	cursor: pointer;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post__text {
    position: relative;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post-date {
    position: absolute;
    left: -30px;
    top: 43%;
    transform: translateY(-50%);
    background: url(images/day_bookmark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 141px;
    height: 85px;
    line-height: 125px;
    padding-left: 15px;
}

.elementor-posts.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    top: 0;
    transform: none;
    right: 0;
    left: 0;
    height: 100%;
	width: 100% !important;
    /* object-fit: contain; */
}

/* .elementor-posts.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    padding: 0px !important;
    height: 340px;
} */

.elementor-posts.elementor-posts-container .elementor-post__read-more {
	position: relative;
}

.elementor-posts.elementor-posts-container .elementor-post__read-more:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	/* border-top: 2px solid #fff; */
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	margin-left: 31px;
}

.elementor-posts.elementor-posts-container .elementor-post__read-more:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 44px;
  background-color: #fff;
  transform: rotate(-90deg) translate(15px, 4px);
  left: 22px;
  top: 0;
}

.news-posts .elementor-column:nth-child(1) .elementor-posts.elementor-posts-container .elementor-post__read-more:before {
	border-left: 2px solid #f44617;
}

.news-posts .elementor-column:nth-child(1) .elementor-posts.elementor-posts-container .elementor-post__read-more:after {
    background: #f44617;
}

.single .elementor-posts.elementor-posts-container .elementor-post__read-more .arrow-right {
  border-left: 3px solid #11464e;
}

.single .elementor-posts.elementor-posts-container .elementor-post__read-more .arrow-right::after {
  background-color: #11464e;
}

/*.elementor-widget-posts .elementor-post__card .elementor-post__thumbnail__link {
    width: 170px;
    height: 260px;
    margin: 0;
}

.elementor-widget-posts .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    top: 0;
    transform: none;
    right: 0;
    left: 0;
    height: 100%;
}

.elementor-widget-posts .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding: 0px;
    height: 100%;
}

.elementor-posts .elementor-post__card .elementor-post__text {
    width: 70%;
    display: inline-block;
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
    position: relative;
    height: auto;
    color: #FF4516;
    font-size: 16px;
    line-height: 30px;
    background: transparent;
    padding: 0px;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
    width: 60%;
    display: inline-block;
}*/

/* Tabs */
.eael-advance-tabs .eael-tabs-nav>ul {
    justify-content: center;
    border-bottom: 1px solid #fff;
}

.eael-advance-tabs .eael-tabs-nav>ul li {
    flex: none;
    padding: 0px 27px 17px !important;
}

.eael-advance-tabs .eael-tabs-nav>ul li.active span:after,
.eael-advance-tabs .eael-tabs-nav>ul li:hover span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00464E;
    bottom: -2px;
    left: 0;
    right: 0;
}

.elementor-widget-archive-posts .elementor-posts-nothing-found {
    background: #f44617;
    color: #fff;
    padding: 20px;
}

/* Products Categories */
.product_categories {
	padding-top: 15px;
    padding-right: 71px;
}

.product_category_item:first-child {
    display: none;
}

.product_categories .product_category_item > a,
.product_categories .product_category_item_child > span {
	position: relative;
    color: #FF4516;
    font-size: 20px;
    font-family: 'CF AdaptiveExt';
    text-transform: uppercase;
    line-height: 27px;
    border-top: 1px solid #B8B8B8;
    padding: 28px 34px;
    width: 100%;
    display: block;
    outline: none;
    cursor: pointer;
}

.product_categories .product_category_item:last-child a {
    border-bottom: 1px solid #B8B8B8;
}

.product_categories .product_category_item_child > span.active {
    background: #fff;
    font-weight: bold;
}

.product_categories .product_category_item_child > span:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 34px;
    top: 45%;
    transform: translateY(-50%) rotate(-135deg);
    background: transparent;
    text-indent: -9999px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}

.product_categories .product_category_item_child > span.active:after {
	top: 58%;
	border-top: 3px solid #11464e;
    border-left: 3px solid #11464e;
  	transform: translateY(-50%) rotate(45deg);
}

.product_categories .product_category_item_child ul {
    padding: 40px 0px 12px;
    margin: 0;
    list-style-type: none;
    /* overflow: hidden; */
    display: none;
}

.product_categories .product_category_item_child ul li {
    padding-left: 33px;
    padding-bottom: 20px;
}

.product_categories .product_category_item_child ul li a {
	font-family: 'CF AdaptiveExt';
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 3.6px;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
    outline: none;
	white-space: nowrap;
}

.product_categories .product_category_item_child ul li.active a,
.product_categories .product_category_item_child ul li a:hover {
    opacity: 1;
    font-weight: bold;
}

.product_categories .product_category_item_child ul li a:before {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: super;
    margin-right: 0px;
    transition: 0.2s width;
}

.product_categories .product_category_item_child ul li.active a:before,
.product_categories .product_category_item_child ul li a:hover:before {
    width: 30px;
    margin-right: 10px;
}


/* Newsletter form */
.cf7-newsletter {
    max-width: 700px;
    margin: 0 auto;
}

.cf7-newsletter form p > label:first-child {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}

.cf7-newsletter form p > label:first-child .your-email {
    width: 81%;
    border-right: 1px solid #fff;
}

.cf7-newsletter form p > label:first-child input[type=email] {
    font-family: 'CF AdaptiveExt';
    font-size: 18px;
    font-weight: 100;
    background: transparent;
    border: none;
    color: #fff;
    padding: 22px 24px;
}

.cf7-newsletter form p > label:first-child span.wpcf7-spinner {
    position: absolute;
    right: -65px;
}

.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'CF AdaptiveExt';
    font-weight: normal;
}

.cf7-newsletter form p > label:first-child input.wpcf7-submit {
	font-family: 'CF AdaptiveExt';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3.6px;
    background: transparent;
    color: #FF4516;
    text-transform: uppercase;
    padding: 22px 24px;
    margin: 0;
}

.cf7-newsletter .wpcf7 form.invalid .wpcf7-response-output, 
.cf7-newsletter .wpcf7 form.unaccepted .wpcf7-response-output, 
.cf7-newsletter .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    background: #000;
    color: #fff;
    margin: 20px 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background: #46b450;
    color: #fff;
    margin: 20px 0px;
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    margin: 2px 0px 0px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
}

.wpcf7 .mc4wp-accept{
	padding-top:15px;
	padding-left:30px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-family: 'CF AdaptiveExt';
	font-weight: normal;
}

.wpcf7 .mc4wp-accept a {
    color: #fff;
    position: relative;
    display: inline-block;
}

.wpcf7 .mc4wp-accept a:after {
    content: '';
    background: #fff;
    height: 1px;
    display: block;
    margin: 5px 0 0;
}

.mc4wp-checkbox label,
.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'CF AdaptiveExt';
    font-weight: normal;
}

.mc4wp-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 21px;
    height: 21px;
    top: 0;
    left: -30px;
}

.mc4wp-checkbox input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 21px;
    width: 21px;
    top: 0px;
    left: 0px;
    left: -30px;
    border: 1px solid #fff;
}

.mc4wp-checkbox input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    color: #f44617;
    height: 21px;
    width: 21px;
    top: 0;
    left: 0;
    left: -30px;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 21px;
}

.mc4wp-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
}

.mc4wp-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 35px;
    display: inline-block;
}

.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label a {
    color: #fff;
    text-decoration: underline;
}

#archive-products.elementor-widget-archive-posts .elementor-post__read-more {
  	display: none;
	position: relative;
}

#archive-products.elementor-widget-archive-posts .elementor-post__read-more:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	/* border-top: 2px solid #fff; */
	border-left: 2px solid #ff4516;
	transform: rotate(135deg);
	margin-left: 33px;
}

#archive-products.elementor-widget-archive-posts .elementor-post__read-more:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 48px;
  background-color: #ff4516;
  transform: rotate(-90deg) translate(15px, 4px);
  left: 22px;
  top: 0;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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: block;
	width: 100%;
}

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

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

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

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

.product-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: modal-show 0.5s 1 forwards;
  z-index: 99999;
}

.product-modal-content {
  position: relative;
  padding: 16px;
}

.product-modal-show {
  display: inline-block;
  padding: 12px;
  background-color: #8bb02c;
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.product-modal-hide {
    width: 49px;
    height: 49px;
    padding: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 40px;
    color: white;
    text-decoration: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: -10px;
    display: block;
    text-align: right;
}

.product-modal-thumb {
    max-height: 384px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}

.product-modal-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-modal-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #FF4516;
    font-family: 'CF AdaptiveExt';
    line-height: 25px;
	padding-bottom: 15px;
}

.product-modal-description {
    font-size: 18px;
    color: #fff;
    font-family: 'CF AdaptiveExt';
    line-height: 30px;
}

@keyframes modal-show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.contact-columns > div > div:nth-child(1) {
    width: 58vw !important;
}

.contact-columns > div > div:nth-child(2) {
    width: 0px !important;
}

.contact-columns > div > div:nth-child(3) {
    max-width: 575px;
    width: 100% !important;
}

.elementor-widget-container ul {
    padding: 0;
    margin-left: 20px;
}

.company-filosophy {
    padding-left: 19vw;
    margin-top: -15vw;
}

.switch-wrap > div {
    margin-left: 40px !important;
}

@media only screen and (min-width: 767px) {
	.text-mobile h3.elementor-flip-box__layer__title,
	.text-mobile .elementor-flip-box__layer__description {
		display: none;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1420px) {
	.about-vegan-img-three {
		padding-top: 200px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1560px) {
    header .elementor-nav-menu .elementor-item {
        font-size: 14px !important;
		margin-right: -5px !important;
    }

	/* header .elementor-nav-menu li {
        margin-right: 25px !important;
    } */
}

@media (min-width: 1366px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, 
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none;
    }
}

@media (max-width: 1366px) {
    .social-mobile {
        display: none;
        position: fixed;
        z-index: 99;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .social-mobile.show {
        display: block;
    }

    .absolute-button .eael-call-to-action.bg-img {
        padding-top: 150px;
    }

    .grid-height-1 > div {
        height: 638px;
    }

    .elementor-nav-menu__align-right .elementor-nav-menu--dropdown {
        padding-top: 15px;
    }

    .elementor-nav-menu--dropdown-tablet > div > .elementor-nav-menu--dropdown {
        top: 0 !important;
        max-height: 100%;
        height: 100vh;
        margin: 0;
        position: fixed !important;
        left: 0 !important;
    }

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle.elementor-active {
        position: fixed;
        right: 30px;
        top: 30px;
        z-index: 9999;
    }

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, 
    .elementor-nav-menu--dropdown-tablet > div > .elementor-nav-menu--dropdown {
        outline: none;
        display: block !important;
        padding: 0;
    }

    .elementor-menu-toggle {
        font-size: 32px !important;
        border-width: 0px;
        border-radius: 0px;
    }

    nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal {
        display: none;
    }

    .elementor-nav-menu--dropdown {
        background: #00464E;
    }

    .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
        color: #fff;
    }

    .elementor-nav-menu--dropdown a.elementor-item-active {
        background: transparent !important;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

     .elementor-nav-menu__align-right .elementor-nav-menu--dropdown {
        background: #00464E !important;
    }

    .elementor-nav-menu__align-right .elementor-nav-menu {
		max-width: 255px;
		margin: 0 auto;
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}

    .elementor-nav-menu__align-right .elementor-nav-menu li {
        margin-bottom: 20px;
    }

    .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
        padding: 10px;
    }

   /* elementor-nav-menu--dropdown a.elementor-item-active {
        text-shadow: 0 0.02em #fff, 0 -0.02em #fff, 0.03em 0 #fff, -0.03em 0 #fff;
    } */

    header .elementor-nav-menu li.orange-btn.menu-item {
        padding: 10px 0px;
		margin: 0px;
    }

    header .elementor-nav-menu li.orange-btn.menu-item a.elementor-item-active {
        border: none !important;
    }

    .elementor-nav-menu--dropdown a {
        border-left: 0px !important;
    }

    .elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 14px !important;
        padding: 0px !important;
    }

    .elementor-nav-menu li {
        margin: 22px 0px;
    }

    .prev-post-title, .next-post-title {
        font-size: 13px;
        padding-bottom: 70px;
    }

    .prev-post-back, .next-post-back {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1260px) {
    .product_categories .product_category_item > a, 
    .product_categories .product_category_item_child > span {
        font-size: 15px;
        padding: 15px;
    }

    .product_categories .product_category_item_child > span:after {
        right: 10px;
    }
	
	.company-filosophy {
		padding-left: 80px;
		margin-top: 0;
	}
}

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

    .product_categories_select {
        display: block;
        font-size: 15px;
        padding: 0px 15px;
    }

    .product_categories {
        display: none;
        padding: 0px 0px 30px;
    }

    .product_categories_list .product_category_box .title {
        font-size: 15px;
        line-height: 21px;
    }

    .product_categories_list .product_category_box {
        width: 45%;
    }

    .product_categories_list .product_category_box:nth-child(2n+2) {
        margin-right: 0px;
    }

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


    #archive-products {
        --grid-column-gap: 12px;
        --grid-row-gap: 30px;
    }

    #archive-products.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        margin-bottom: 10px !important;
    }

    #archive-products .elementor-posts .elementor-post__excerpt {
        display: none;
    }

	#archive-products.elementor-widget-archive-posts .elementor-post__read-more {
      display: block;
    }

    #archive-products.elementor-widget-archive-posts .elementor-post__title {
        padding-bottom: 15px;
    }

    .product_categories .product_category_item_child > span.active {
        background: #FF4516;
        color: #fff;
    }

    .product_categories .product_category_item > a, .product_categories .product_category_item_child > span {
        background: #fff;
        padding-left: 28px;
        color: #11464e;
    }

    .product_categories .product_category_item_child ul {
        background: #fff;
    }

    .product_categories .product_category_item_child ul li a {
        color: #FF4516;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 3px;
    }

    .product_categories .product_category_item_child ul li.active a:before, .product_categories .product_category_item_child ul li a:hover:before {
        display: none;
    }

    .product_categories .product_category_item_child ul li {
        padding-left: 28px;
    }

    .product_categories .product_category_item_child ul {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .product_categories .product_category_item_child > span:after {
        right: 28px;
    }

    .product_categories .product_category_item_child > span.active:after {
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
    }

    .product_categories .product_category_item_child > span:after {
        border-top: 3px solid #f44617;
        border-left: 3px solid #f44617;
    }

    .contact-columns > div > div:nth-child(1) {
        order: 2;
        width: 100% !important;
    }
    
    .contact-columns > div > div:nth-child(2) {
        width: 100% !important;
    }
	
	.contact-columns > div > div:nth-child(3) {
		max-width: 100% !important;
	}
	
	.wpsl-contact-details > br {
		display: block;
	}

    body:not(.home) footer > div > div > div > section {
        margin-top: 0px !important;
        padding-top: 30px !important;
    }

    .news-posts .elementor-column:nth-child(1) .elementor-posts .elementor-post .elementor-post__thumbnail__link {
        margin-bottom: 18px;
    }

    .news-posts .elementor-column:nth-child(1) .elementor-posts .elementor-post {
        margin-bottom: 110px;
    }

    .news-posts .elementor-column:nth-child(1) .elementor-posts .elementor-post__excerpt {
        margin-bottom: 20px;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-posts .elementor-post {
        display: block;
        margin-bottom: 90px;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-posts .elementor-post .elementor-post__thumbnail__link {
        width: 100% !important;
        margin: 0 !important;
        max-height: 260px;
        overflow: hidden;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-posts.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
        width: 100%;
        object-fit: cover;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-widget-posts .elementor-post__excerpt {
        display: none;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-post__text {
        padding: 21px 17px !important;
    }

    .news-posts .elementor-column:nth-child(2) .elementor-posts.elementor-posts--skin-classic .elementor-post-date {
        top: -42px;
        left: 0px;
    }
	
	.category-box.elementor-widget-image-box .elementor-image-box-img:before {
		top: -20px;
	}
}

@media only screen and (min-width: 767px) {
    .elementor-widget-flip-box {
        transition: 0.5s;
        position: relative;
        z-index: 1;
    }

    .elementor-widget-flip-box:hover {
        transform: scale(1.08);
    }

    .elementor-widget-flip-box:hover:before {
        content: '';
        background: #FF4516;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -11px;
        right: -11px;
    }

    .elementor-widget-flip-box:hover:after {
        content: '';
        background-color: #ff4516;
        -webkit-mask-image: url('/wp-content/uploads/2021/12/factory-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        position: absolute;
        top: -71px;
        left: 10px;
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
	
	header .switch-title {
		/* display: none; */
		font-size: 12px;
		margin-top: -20px;
	}
	
	header #switch label:before {
		width: 14px;
		height: 14px;
		left: 7px;
	}
	
	header .switch-wrap > div {
		margin-top: 5px !important;
        margin-left: 20px !important;
    }
	
	header #switch label {
		width: 55px;
		height: 25px;
	}

	header #switch label:after {
		height: 15px;
		width: 15px;
		top: 5px;
		left: 5px;
	}
	
	.elementor-nav-menu__align-right .elementor-nav-menu li > a:hover {
		background: transparent !important;
	}
	
    #wpsl-base-gmap_0 {
        height: 340px !important;
    }

    .salad-m .elementor-flip-box__layer__overlay {
        justify-content: flex-end !important;
    }

    .product_categories_list .product_category_box:before {
        height: 110%;
        left: -9px;
        top: -9px;
    }

    .product_categories_list .product_category_box .title {
        position: absolute;
        top: 130px;
        left: -9px;
        right: 0;
    }

    .grid-height-1 > div {
        height: 500px;
    }

    .elementor-section:nth-child(3) .absolute-button .eael-call-to-action.bg-img {
        padding-top: 320px;
    }

    .elementor-widget-divider.elementor-view-default .elementor-icon {
        margin-bottom: -10px;
        margin-right: -1px;
    }

    .cf7-newsletter {
        padding: 0px 16px;
    }

    .cf7-newsletter form p > label:first-child {
        align-items: normal;
    }

    .eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label {
        font-size: 9px;
        line-height: 12px;
    }

    .cf7-newsletter form p > label:first-child input[type=email] {
        padding: 0px 20px;
        font-size: 10px;
        line-height: 47px;
    }

    .cf7-newsletter form p > label:first-child input.wpcf7-submit {
        padding: 0px 20px;
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 15px;
    }

    .cf7-newsletter form p > label:first-child span.wpcf7-spinner {
        display: none;
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid {
        margin: 0;
    }

    .pagination .prev-post {
        border-bottom: 1px solid #d5d5d5;
        display: block;
        padding-bottom: 20px;
    }

    .pagination .prev-post-title {
        padding-bottom: 0px;
    }

    .pagination .next-post-title {
        padding-bottom: 100px;
    }

    .pagination > div > div:nth-child(1) {
        order: 2;
    }

    .pagination > div > div:nth-child(2) {
        order: 1;
    }

    .pagination > div > div:nth-child(3) {
        order: 3;
    }

    .elementor-button {
        width: 100%;
    }
}