@charset "UTF-8";
/*
Theme Name: Amela
Theme URI: https://deothemes.com/freebies/amela-free-beauty-care-wordpress-theme/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Amela is a gorgeous beauty care WooCommerce WordPress theme. The theme comes with a selection of home page layouts, header, footer, mega menu and product builder, custom Elementor widgets topped off with full WooCommerce plugin compatibility. We took care of all the important components such as quickview, wishlist, and many more. Amela WordPress theme is perfectly optimized for mobile devices and loads faster than other themes. Build you next online store with Amela WordPress theme. Demo: https://deothemes.com/wordpress-themes/amela-beauty-care-woocommerce-wordpress-theme/
Version: 1.0.21
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amela
Tags: blog, e-commerce, translation-ready, theme-options, grid-layout, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, footer-widgets, featured-images, custom-menu, block-styles, wide-blocks, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.Navigation
6.Footer
7.Helper CLasses
8.WordPress styles
9.Gutenberg
10.Widgets

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-font-monospace: monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.4;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ee8d87;
  text-decoration: none;
}
a:hover {
  color: #000000;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1.125rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1.125rem;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #313131;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1401px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1401px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7e7e7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e7e7e7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1401px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1400.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1401px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
::-moz-selection {
  color: #333;
  background: #fbedc4;
}

::-webkit-selection {
  color: #333;
  background: #fbedc4;
}

::selection {
  color: #333;
  background: #fbedc4;
}

a:hover,
a:focus {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #313131;
}
body img {
  border: none;
  max-width: 100%;
  user-select: none;
}

video {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 16px;
  color: #686868;
  text-align: center;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prata", serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1.3;
  font-weight: 500;
}

h1, .h1 {
  font-size: 2.375rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 575px) {
  h1, .h1, .page-content > h1 {
    font-size: 2rem;
  }

  h2, .h2, .page-content > h2 {
    font-size: 1.7rem;
  }

  h3, .h3, .page-content > h3 {
    font-size: 1.5rem;
  }

  h4, .h4, .page-content > h4 {
    font-size: 1.35rem;
  }
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

address {
  font-style: normal;
}

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

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

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

@media only screen and (max-width: 1400px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.container--wider {
  max-width: 1560px;
}

.container-semi-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 15px;
  }
}

/* Sidebar
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sidebar:not(.elementor-column) {
    max-width: 320px;
    flex: 0 0 320px;
  }

  .amela-left-sidebar .content {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .amela-left-sidebar .content {
    padding-left: 50px;
  }

  .amela-right-sidebar .content {
    padding-right: 50px;
  }
}
/* Sections
-------------------------------------------------------*/
.blog-section,
.search-results-section,
.archive-section,
.page-section,
.shop-section {
  padding: 70px 0;
}

.single-product .shop-section {
  padding-bottom: 30px;
}

/* Vertical Header
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .eversor-header-vertical .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.flex-child {
  flex: 1 0 0;
}

/* Row Gutters
-------------------------------------------------------*/
.row-8 {
  margin: 0 -4px;
}
.row-8 > div {
  padding: 0 4px;
}

.row-10 {
  margin: 0 -5px;
}
.row-10 > div {
  padding: 0 5px;
}

.row-16 {
  margin: 0 -8px;
}
.row-16 > div {
  padding: 0 8px;
}

.row-40 {
  margin: 0 -20px;
}
.row-40 > div {
  padding: 0 20px;
}

/*-------------------------------------------------------*/
/* Main Wrapper
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}

.content {
  min-width: 0;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 34px 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-title .container {
  height: 100%;
}
.page-title__holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .page-title__holder {
    flex-direction: column;
  }
}
.page-title__title {
  font-size: 2.375rem;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) {
  .page-title__title {
    margin-bottom: 0;
  }
}
.page-title__description {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.page-title__description p {
  margin-bottom: 0;
}
.page-title-layout-2 .single-post__entry-header {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.entry {
  position: relative;
  margin-bottom: 40px;
  word-wrap: break-word;
  border-radius: 5px;
  overflow: hidden;
}
.masonry-item:last-child .entry {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.entry__header .entry__categories {
  margin-bottom: 16px;
}
.entry__body {
  padding: 40px 34px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}
.entry__img-holder {
  overflow: hidden;
  position: relative;
}
.entry__img-holder + .entry__body {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.entry__img-holder .entry__categories {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
}
.entry__img-holder:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.entry__img {
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) !important;
}
@media (prefers-reduced-motion: reduce) {
  .entry__img {
    transition: none;
  }
}
.entry__title {
  font-size: 1.5rem;
  margin-bottom: 14px;
  position: relative;
}
.entry__title a:hover,
.entry__title a:focus {
  color: #ee8d87;
}
.entry__excerpt {
  margin-top: 24px;
}
.entry__excerpt p {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Meta
/*-------------------------------------------------------*/
.entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.entry__meta-item {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #686868;
}
.entry__meta-item a {
  color: #686868;
}
.entry__meta-item:not(:last-child) {
  margin-right: 24px;
}
.entry__meta a:hover, .entry__meta a:focus {
  color: #ee8d87;
}

span.entry__meta-item {
  font-weight: normal;
}

.entry__meta-item .entry__category-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.39);
  padding: 4px 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 30px;
}
.entry__meta-item .entry__category-item:hover, .entry__meta-item .entry__category-item:focus {
  color: #fff;
  background-color: #ee8d87;
}

/* Post Pagination
-------------------------------------------------------*/
.post-pagination > span:first-child {
  margin-right: 10px;
}

/* Read More
-------------------------------------------------------*/
.read-more {
  display: inline-flex;
  align-items: center;
}
.read-more__text {
  margin-right: 6px;
}

.entry__read-more {
  margin-top: 24px;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
/* Featured Image / Entry Header
-------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .single-post .breadcrumbs-wrap {
    text-align: center;
  }
}
.single-post__entry-header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  text-align: center;
}
.single-post__entry-header .entry__category {
  margin-bottom: 20px;
}
.single-post__entry-header .entry__meta {
  justify-content: center;
}
.single-post__featured-img {
  margin-bottom: 40px;
}
.single-post__featured-img-image {
  width: 100%;
}
.single-post__content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.single-post__content--wider {
  max-width: 840px;
}
.single-post__entry {
  overflow: visible;
  margin-bottom: 20px;
}
.single-post__entry-title {
  word-wrap: break-word;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 1025px) {
  .single-post__entry-title {
    font-size: 2.625rem;
  }
}
.single-post__entry-article p a,
.single-post__entry-article li:not(.wp-social-link) a {
  color: #ee8d87;
  text-decoration: underline;
}
.single-post__entry-article p a:hover,
.single-post__entry-article li:not(.wp-social-link) a:hover {
  color: #000000;
}

/* Single post article
-------------------------------------------------------*/
.entry__article {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .entry__article {
    margin-top: 16px;
  }
}
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.entry__article > h1 > a, .entry__article > h2 > a, .entry__article > h3 > a, .entry__article > h4 > a, .entry__article > h5 > a, .entry__article > h6 > a {
  text-decoration: underline;
}
.entry__article > p, .entry__article > ul, .entry__article > ol {
  margin-bottom: 34px;
}
.entry__article ol {
  padding-left: 26px;
}
.entry__article ul {
  padding-left: 20px;
}
.entry__article a:hover,
.entry__article a:focus {
  text-decoration: underline;
}

/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* Author
/*-------------------------------------------------------*/
.entry-author {
  border: 1px solid #e7e7e7;
  margin-top: 24px;
  margin-bottom: 64px;
  padding: 32px;
  border-radius: 5px;
}
.entry-author__url {
  display: inline-flex;
  float: left;
  align-items: center;
}
.entry-author__img {
  height: 128px;
  width: 128px;
  display: block;
  margin-right: 32px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .entry-author__img {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .entry-author__img {
    width: 50px;
    height: 50px;
  }
}
.entry-author__img-holder {
  display: block;
  float: left;
}
@media only screen and (max-width: 575px) {
  .entry-author__img-holder {
    float: none;
    margin-bottom: 24px;
  }
}
.entry-author__info {
  overflow: hidden;
}
.entry-author__name {
  margin-bottom: 6px;
  font-size: 1.5rem;
}
.entry-author__website {
  display: block;
  margin-bottom: 12px;
}
.entry-author__socials {
  margin-top: 24px;
  display: flex;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts {
  padding-bottom: 38px;
  border-bottom: 2px solid #e7e7e7;
  margin-top: 48px;
  margin-bottom: 24px;
}
.related-posts__entry {
  margin-bottom: 24px;
  border-bottom: 0;
  padding-bottom: 0;
}
.related-posts .entry__body {
  padding: 24px;
}
.related-posts .entry__meta {
  margin-bottom: 0;
}
.related-posts__title {
  padding-right: 80px;
}
.related-posts__entry-img-holder {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.related-posts__entry-title {
  font-size: 1rem;
}
.related-posts__entry-title:hover a {
  color: #ee8d87;
}

.entry__bg-img-holder {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 198px;
}

.thumb-bg {
  margin-bottom: 0;
}
.thumb-text-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 16px 24px;
  pointer-events: none;
}
.thumb-entry-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.thumb-url {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* Comments
/*-------------------------------------------------------*/
.entry__comments {
  margin-top: 48px;
}

.related-posts__title,
.entry-comments__title,
.comment-respond__title {
  font-size: 1.5rem;
  margin-bottom: 32px;
}

.comment-respond__title small {
  margin-left: 12px;
}

.comment-content > h1, .comment-content > h2, .comment-content > h3, .comment-content > h4, .comment-content > h5, .comment-content > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.comment-content ol {
  padding-left: 26px;
}
.comment-content ul {
  padding-left: 20px;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 48px;
}
.comment-list, .comment-list .children {
  list-style: none;
}
.comment .children {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .comment .children {
    padding-left: 20px;
  }
  .comment .children .children {
    padding-left: 0;
  }
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-body {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #e7e7e7;
}
.comment-text {
  overflow: hidden;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.comment-author {
  font-size: 1rem;
  display: inline-block;
  margin-right: 16px;
}
.comment-author__name {
  color: #000000;
}
.comment-author__post-author-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 3px;
  background-color: #ee8d87;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.6875rem;
}
.comment-author a {
  color: inherit;
}
.comment-metadata {
  display: inline-block;
  text-transform: uppercase;
}
.comment-date, .comment-edit-link {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.625rem;
  color: #686868;
}
.comment-edit-link {
  margin-left: 5px;
  margin-bottom: 0;
  color: #ee8d87;
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-respond {
  margin-top: 60px;
  margin-bottom: 60px;
}

.comment-form .logged-in-as {
  margin-bottom: 26px;
  margin-top: -20px;
}

/* Previous / Next Post Navigation
/*-------------------------------------------------------*/
.entry-navigation {
  margin-top: 64px;
  margin-bottom: 48px;
}
.entry-navigation__row {
  margin: 0 -40px;
  display: flex;
}
.entry-navigation__col {
  padding: 0 40px;
  width: 50%;
  margin-bottom: 20px;
}
.entry-navigation__item {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.entry-navigation--left {
  float: left;
}
.entry-navigation--left i {
  margin-right: 7px;
}
@media only screen and (min-width: 576px) {
  .entry-navigation--left {
    text-align: right;
  }
}
.entry-navigation--right {
  float: right;
  margin-left: auto;
}
.entry-navigation--right i {
  margin-left: 7px;
}
@media only screen and (min-width: 576px) {
  .entry-navigation--right {
    text-align: left;
  }
}
.entry-navigation__body {
  width: 100%;
}
.entry-navigation i {
  font-size: 12px;
  color: #313131;
}
.entry-navigation__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #686868;
  font-size: 0.875rem;
}
.entry-navigation__title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.entry-navigation__title a:hover {
  color: #ee8d87;
}
@media only screen and (max-width: 575px) {
  .entry-navigation__row {
    display: block;
  }
  .entry-navigation__col {
    width: 100%;
    float: none;
  }
  .entry-navigation--right {
    text-align: left;
  }
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  min-height: 88px;
  position: relative;
  /* Dropdowns (large screen) */
}
.nav__wrap {
  flex: 1 0 0;
}
@media only screen and (min-width: 1025px) {
  .nav__wrap {
    text-align: center;
  }
}
.nav__menu, .nav__dropdown-menu {
  list-style: none;
}
.nav__menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav__menu li {
  position: relative;
  padding: 0px 1px;
}
.nav__menu > li > a {
  font-weight: 600;
  color: #313131;
  font-size: 0.9375rem;
  line-height: 88px;
  display: block;
  position: relative;
  transition: 0.1s color;
}
@media (prefers-reduced-motion: reduce) {
  .nav__menu > li > a {
    transition: none;
  }
}
.nav__menu > li > a:hover, .nav__menu > li > a:focus {
  color: #ee8d87;
}
.eversor-nav-menu .nav__dropdown-menu.nav__dropdown-menu-megamenu, .nav__menu .nav__dropdown-menu.nav__dropdown-menu-megamenu {
  background-color: transparent;
  padding: 0;
}
.nav__dropdown-menu li a {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 1025px) {
  .nav__flex-parent {
    height: 88px;
  }
  .nav__wrap.collapse {
    display: block;
    height: auto;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
    padding: 0 17px;
  }
  .nav__menu > li:last-child {
    padding-right: 0;
  }
  .nav__dropdown-menu {
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    left: -5px;
    top: 100%;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    list-style: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .nav__dropdown-menu {
    transition: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu > li > a {
    color: #313131;
    padding: 3px 30px;
    line-height: 22px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
    color: #ee8d87;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__item-dropdown::after {
    content: "\e900";
    font-size: 12px;
    opacity: 0.5;
    font-family: "amela";
    line-height: 1;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown:hover > .nav__dropdown-menu, .nav__dropdown:focus > .nav__dropdown-menu, .nav__dropdown.focus > .nav__dropdown-menu, .nav__dropdown-megamenu:hover > .nav__dropdown-menu, .nav__dropdown-megamenu:focus > .nav__dropdown-menu, .nav__dropdown-megamenu.focus > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -16px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown .nav__dropdown > a:after {
    content: "\e902";
    font-family: "amela";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .nav__dropdown-trigger {
    display: none;
  }
}

/* Top bar
-------------------------------------------------------*/
.top-bar {
  padding: 11px 0;
  background-color: #000000;
  text-align: center;
  color: #fff;
}
.top-bar__url {
  color: inherit;
  transition: color 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.top-bar__url:focus, .top-bar__url:hover {
  color: #ee8d87;
}
.top-bar__message {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.8175rem;
  line-height: 1.2;
}
.top-bar .top-bar__message {
  font-weight: normal;
}

/* Dropdown trigger
-------------------------------------------------------*/
.nav__dropdown-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.nav__dropdown-trigger:hover, .nav__dropdown-trigger:focus {
  background-color: transparent;
  color: inherit;
}
.nav__dropdown-trigger i {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav__dropdown-trigger i {
    transition: none;
  }
}
.nav__dropdown-trigger--is-open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile body {
  cursor: pointer;
}

.nav__menu > li.active > a,
.nav__menu > .current_page_parent > a,
.nav__menu .current-menu-item > a {
  color: #ee8d87;
}

/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
  display: block;
}
.logo-url {
  vertical-align: middle;
  color: #313131;
}

/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .nav__flex-parent {
    display: block;
  }
}

/* Nav Right / Last menu item
-------------------------------------------------------*/
.nav__right {
  margin-left: auto;
  align-items: center;
}
.nav__right-item {
  margin-right: 16px;
}
.nav__right-item:last-child {
  margin-right: 0;
}
.nav__right-btn-holder {
  margin-left: 10px;
}

.nav__last-item-mobile {
  padding: 16px 0;
}

.nav__right-item a:hover,
.nav__right-item button:hover {
  color: #ee8d87;
}

.nav__right-item .amela-menu-search__trigger:hover {
  background-color: transparent;
  color: #ee8d87;
}

.amela-menu-account__url {
  color: #313131;
}

.amela-menu-account__icon,
.amela-menu-search__icon {
  font-size: 1.25rem;
  display: block;
}

.amela-menu-cart__icon,
.amela-menu-wishlist__icon {
  font-size: 1.1875rem;
  display: block;
}

.amela-menu-wishlist__icon {
  font-size: 1.125rem;
}

/* Nav Mobile / Icon Toggle
-------------------------------------------------------*/
.nav__mobile {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav__icon-toggle {
  display: block;
  position: relative;
  padding: 9px !important;
  width: 36px;
  height: 32px;
  margin-right: -9px;
  margin-left: auto;
  border: none;
  z-index: 50;
  box-shadow: none;
}
.nav__icon-toggle.eversor-nav-menu__icon-toggle, .nav__mobile .nav__icon-toggle {
  background-color: transparent;
}
.nav__icon-toggle.eversor-nav-menu__icon-toggle:hover, .nav__icon-toggle.eversor-nav-menu__icon-toggle:focus, .nav__mobile .nav__icon-toggle:hover, .nav__mobile .nav__icon-toggle:focus {
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .nav__icon-toggle {
    display: none;
  }
}
.nav__icon-toggle-bar {
  background-color: #313131;
  width: 18px;
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 1px;
}
.nav__icon-toggle span:nth-child(2) {
  top: 9px;
  transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(2) {
    transition: none;
  }
}
.nav__icon-toggle span:nth-child(3) {
  top: 15px;
  transition: opacity 0.1s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(3) {
    transition: none;
  }
}
.nav__icon-toggle span:nth-child(4) {
  bottom: 9px;
  transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle span:nth-child(4) {
    transition: none;
  }
}
.nav__icon-toggle--is-opened span:nth-child(2) {
  top: 15px;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle--is-opened span:nth-child(2) {
    transition: none;
  }
}
.nav__icon-toggle--is-opened span:nth-child(3) {
  opacity: 0;
}
.nav__icon-toggle--is-opened span:nth-child(4) {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (prefers-reduced-motion: reduce) {
  .nav__icon-toggle--is-opened span:nth-child(4) {
    transition: none;
  }
}
.nav__icon-toggle:focus .nav__icon-toggle-bar, .nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: #ee8d87;
}

/* Header Layout 2 (Bottom navbar)
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .amela-header-layout-2 .nav__flex-parent {
    display: block;
    height: auto;
    text-align: center;
  }
  .amela-header-layout-2 .nav__navbar-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amela-header-layout-2 .nav__wrap {
    margin-left: 0;
  }
  .amela-header-layout-2 .nav--sticky.sticky .nav__flex-parent {
    height: auto;
  }
  .amela-header-layout-2 .nav__header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amela-header-layout-2 .logo-url,
.amela-header-layout-2 .nav__wrap.collapse {
    display: inline-flex;
  }
  .amela-header-layout-2 .nav__right {
    display: inline-flex !important;
    align-items: center;
  }
}

/* Header Layout 3 (Logo right, menu left)
-------------------------------------------------------*/
.amela-header-layout-3 .nav__flex-parent {
  flex-flow: row-reverse nowrap;
}
@media only screen and (min-width: 1025px) {
  .amela-header-layout-3 .nav__wrap {
    margin-left: 0;
    margin-right: auto;
  }
}
.amela-header-layout-3 .nav__right {
  margin-right: 32px;
  margin-left: 0;
}
.amela-header-layout-3 .nav__menu > li:first-child {
  padding-left: 0;
}

/* Custom Header Logo
-------------------------------------------------------*/
.amela-logo-container {
  display: inline-block;
  vertical-align: middle;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95) !important;
}
@media (prefers-reduced-motion: reduce) {
  .nav--sticky.offset {
    transition: none;
  }
}
.nav--sticky.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.nav--sticky.sticky {
  position: fixed !important;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(62, 64, 69, 0.1);
}
.nav--sticky.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 15px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 34px;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  #back-to-top {
    transition: none;
  }
}
#back-to-top i {
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  #back-to-top i {
    transition: none;
  }
}
#back-to-top a {
  display: block;
  color: #313131;
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: #ee8d87;
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .nav__wrap {
    margin-left: 0;
    max-height: calc(100vh - 97px);
    overflow-y: auto;
  }
  .nav__header {
    height: 88px;
    display: flex;
    align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }
  .nav__menu > li:not(.nav__dropdown):last-child a {
    border-bottom: 0;
  }
  .nav__dropdown-menu a {
    color: #313131;
  }
  .nav__dropdown-menu a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    min-height: 44px;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }

  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    height: 88px;
  }

  .nav__btn {
    width: 100%;
    margin-bottom: 18px;
  }
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  background-color: #000000;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__widgets {
  padding: 100px 0 40px;
  border-bottom: 1px solid #323232;
}

/* Footer Colors
-------------------------------------------------------*/
.footer .widget-title,
.footer .elementor-widget-wp-widget-recent-posts a,
.footer .widget_recent_entries a,
.footer .elementor-widget-wp-widget-nav_menu a,
.footer .widget_nav_menu a,
.footer .elementor-widget-wp-widget-categories a,
.footer .widget_categories a,
.footer .elementor-widget-wp-widget-pages a,
.footer .widget_pages a,
.footer .elementor-widget-wp-widget-pages-archives a,
.footer .widget_archive a,
.footer .elementor-widget-wp-widget-meta a,
.footer .widget_meta a,
.footer .widget_recent_comments a,
.footer .elementor-widget-wp-widget-recent-comments a,
.footer .widget_rss .rsswidget, .footer__widgets,
.footer .calendar_wrap caption,
.footer #wp-calendar thead th {
  color: #fff;
}
.footer .social svg {
  fill: #fff;
}
.footer .calendar_wrap caption {
  background-color: transparent;
}
.footer .widget_recent_comments,
.footer .rssSummary {
  color: #818181;
}
.footer .social,
.footer .widget_rss li,
.footer .elementor-widget-wp-widget-recent-comments li,
.footer .elementor-widget-wp-widget-recent-posts li,
.footer .widget_recent_comments li,
.footer .widget_recent_entries li,
.footer .calendar_wrap caption,
.footer .calendar_wrap span,
.footer .calendar_wrap td,
.footer .calendar_wrap th {
  border-color: #323232;
}
.footer .widget_product_tag_cloud a,
.footer .widget_tag_cloud .tagcloud a,
.footer .widget_tag_cloud .wp-block-tag-cloud a {
  background-color: #292929;
}

/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets .widget_categories li,
.footer__widgets .widget_pages li,
.footer__widgets .widget_archive li,
.footer__widgets .widget_meta li,
.footer__widgets .widget_nav_menu li {
  padding: 3px 0;
  border: 0 !important;
}
.footer__widgets .widget .sub-menu li:first-child,
.footer__widgets .widget .children li:first-child {
  padding-top: 0;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
  padding: 32px 0;
  font-size: 0.875rem;
  color: #818181;
}
.footer__bottom a {
  color: inherit;
}
.footer__bottom a:hover {
  color: #ee8d87;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky.sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav--sticky.sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .nav--sticky.sticky {
    top: 0;
  }
}

.site-title {
  font-family: "Prata", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}

.site-tagline {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.875rem;
  color: #3e3e3e;
}

img {
  height: auto;
}

/* Accessibility
-------------------------------------------------------*/
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  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. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Skip link focus fix
-------------------------------------------------------*/
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #ee8d87;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 100% !important;
  float: none;
}

@media only screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0.5em 2em 2em 0;
  }

  .alignright {
    float: right;
    margin: 0.5em 0 2em 2em;
  }

  .alignleft,
.alignright {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 575px) {
  .alignleft,
.alignright {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.alignnone {
  margin: 0.5em 0;
}

.aligncenter {
  display: block;
  margin: 0.5em auto;
  text-align: center;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #e7e7e7;
  padding: 2px;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
  padding-left: 0;
}

@media only screen and (min-width: 576px) {
  div[class^=gallery-columns-],
div[class*=" gallery-columns-"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.gallery-item img {
  width: 100%;
}
.gallery-item a {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .gallery-item {
    max-width: 100%;
    padding: 0;
  }
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
  display: block;
}

.gallery-item a img {
  display: block;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item a img {
    transition: none;
  }
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

@media only screen and (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
  margin-bottom: 20px;
}

.post-password-form label + input {
  margin-bottom: 0;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
  content: "\e909";
  font-family: "amela";
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #646464;
  max-height: 20px;
}
.content .post.sticky .entry__title:before {
  margin-right: 10px;
}

/* Meta date updated
/*-------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
  margin: 20px 0;
}
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after {
  display: table;
  content: "";
  clear: both;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-blue-background-color {
  background-color: #ee8d87;
}

:root .has-orange-background-color {
  background-color: #d6763c;
}

:root .has-dark-background-color {
  background-color: #0c0c0c;
}

:root .has-silver-background-color {
  background-color: #fbfbfb;
}

:root .has-blue-color {
  color: #ee8d87;
}

:root .has-orange-color {
  color: #d6763c;
}

:root .has-dark-color {
  color: #0c0c0c;
}

:root .has-sinver-color {
  color: #fbfbfb;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  padding: 24px 36px;
  font-size: 1.125rem;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Prata", serif;
  line-height: 1.1 !important;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):visited {
  background-color: #ee8d87;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}

/* Full-width Images
-------------------------------------------------------*/
.amela-fullwidth .entry__article .alignwide {
  width: auto;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .amela-fullwidth .entry__article .alignwide {
    margin-left: -140px;
    margin-right: -140px;
  }
}
@media only screen and (min-width: 1401px) {
  .amela-fullwidth .entry__article .alignwide {
    margin-left: -220px;
    margin-right: -220px;
  }
}
.amela-fullwidth .entry__article .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  z-index: 1;
}
.amela-fullwidth .entry__article .alignfull img {
  width: 100vw;
}

.page.amela-fullwidth .entry__article .alignwide {
  margin-left: 0;
  margin-right: 0;
}

/* Images
-------------------------------------------------------*/
.wp-block-image .alignleft {
  margin-right: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
}
.wp-block-image .alignright {
  margin-left: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
  margin: 0 0 1.5em;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.wp-block-cover.alignleft {
  margin: 0.5em 2em 1.5em 0;
}
.wp-block-cover.alignright {
  margin: 0.5em 0 1.5em 2em;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2.25em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
  padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
  list-style: none;
  padding-left: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
  color: #686868;
}

.wp-block-image figcaption {
  margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  opacity: 1;
  border-top: 1px solid #e7e7e7;
}

.wp-block-separator {
  border-color: #e7e7e7;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.is-style-default {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
  font-weight: 500;
  color: #313131;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
  overflow: hidden;
}

.wp-block-quote.has-text-align-center {
  border: 0;
}
.wp-block-quote.has-text-align-right {
  border-left: 0;
  border-right-width: 3px;
  border-right-style: solid;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 12px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 2rem;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1rem;
}

.wp-block-pullquote {
  text-align: left;
  position: relative;
  line-height: 1.5;
  padding: 0.1em 1em 0.2em 2.5em;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000000;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  font-size: 1rem;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: normal;
}
.wp-block-pullquote::before {
  content: "“";
  color: #ee8d87;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 5rem;
  line-height: 1;
}
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote cite {
  opacity: 0.7;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: #313131;
}
@media only screen and (min-width: 576px) {
  .wp-block-pullquote.alignleft {
    margin-right: 2em;
  }
  .wp-block-pullquote.alignright {
    margin-left: 2em;
  }
}

.wp-block-pullquote.is-style-solid-color {
  margin-top: 10px;
  padding: 40px 0;
}
.wp-block-pullquote.is-style-solid-color::before {
  left: 10px;
  top: 10px;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
  font-size: 1.25rem;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
  padding: 0;
}
ul.wp-block-social-links .wp-social-link a:focus {
  color: currentColor;
  fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts a {
  display: inline-block;
  line-height: 1.3;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  transition: opacity 1s;
  z-index: 99999;
}

.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: #ee8d87;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transition: opacity 1s;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  display: inline-block;
  float: none;
  width: 38px;
  height: 38px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -moz-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-o-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.img-fullwidth {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

.bg-light {
  background-color: #f5f5f5;
}

.bg-dark {
  background-color: #000000;
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.37);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .bg-overlay:before {
    transition: none;
  }
}

.bottom-gradient {
  position: relative;
}
.bottom-gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  position: relative;
  display: block;
  top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .box-shadow {
    transition: none;
  }
}

/* Title Underline
-------------------------------------------------------*/
.title-underline a {
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.5% 0px;
}
.title-underline:hover a {
  background-size: 100% 2px;
}

/* Link Underline
-------------------------------------------------------*/
.link-underline {
  position: relative;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .link-underline {
    transition: none;
  }
}
.link-underline:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ee8d87;
  height: 2px;
  width: 62px;
  left: 0;
  bottom: -8px;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .link-underline:after {
    transition: none;
  }
}
.link-underline:hover, .link-underline:focus {
  color: #ee8d87;
}
.link-underline:hover:after, .link-underline:focus:after {
  width: 100%;
}

/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .hover-overlay {
    transition: none;
  }
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-zoom {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .hover-zoom {
    transition: none;
  }
}
.hover-zoom img {
  transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .hover-zoom img {
    transition: none;
  }
}
.hover-zoom:hover {
  transform: scale(0.9);
}
.hover-zoom:hover img {
  transform: scale(1.2);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Flexbox
-------------------------------------------------------*/
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

/*-------------------------------------------------------*/
/* Icon Fonts
/*-------------------------------------------------------*/
@font-face {
  font-family: "amela";
  src: url("assets/fonts/amela.ttf?51lz7b") format("truetype"), url("assets/fonts/amela.woff?51lz7b") format("woff"), url("assets/fonts/amela.svg?51lz7b#amela") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=amela-icon-],
[class*=" amela-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "amela" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amela-icon-heart-empty:before {
  content: "\e90a";
}

.amela-icon-heart-solid:before {
  content: "\e90b";
}

.amela-icon-email:before {
  content: "\e90c";
}

.amela-icon-whatsapp:before {
  content: "\e90d";
}

.amela-icon-pinterest:before {
  content: "\e90e";
}

.amela-icon-twitter:before {
  content: "\e90f";
}

.amela-icon-facebook:before {
  content: "\e910";
}

.amela-icon-check:before {
  content: "\e911";
}

.amela-icon-heart:before {
  content: "\e913";
}

.amela-icon-full-size:before {
  content: "\e912";
}

.amela-icon-chevron-down:before {
  content: "\e900";
}

.amela-icon-chevron-left:before {
  content: "\e901";
}

.amela-icon-chevron-right:before {
  content: "\e902";
}

.amela-icon-chevron-up:before {
  content: "\e903";
}

.amela-icon-menu:before {
  content: "\e904";
}

.amela-icon-paperclip:before {
  content: "\e909";
}

.amela-icon-search:before {
  content: "\e905";
}

.amela-icon-cart:before {
  content: "\e906";
}

.amela-icon-user:before {
  content: "\e908";
}

.amela-icon-close:before {
  content: "\e907";
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50px;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  color: #fff;
  background-color: #ee8d87;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
  background-color: #ee8d87;
  border-color: transparent;
}
.btn:focus {
  color: #fff;
}
.btn--lg {
  font-size: 1rem;
  padding: 18px 36px;
}
.btn--md {
  font-size: 0.875rem;
  padding: 11px 24px;
}
.btn--sm {
  font-size: 0.8125rem;
  padding: 9px 24px;
}
.btn--color {
  background-color: #ee8d87;
}
.btn--color:hover {
  opacity: 0.92;
}
.btn--stroke {
  border: 2px solid #ee8d87;
  background-color: transparent;
  color: #000000;
}
.btn--stroke:focus {
  background-color: #ee8d87;
}
.btn.btn--dark {
  background-color: #000000;
}
.btn--white {
  background-color: #fff;
  color: #000000;
}
.btn--white:focus {
  color: #000000;
}
.btn--light {
  background-color: white;
  color: #ee8d87;
}
.btn--light:hover, .btn--light:focus {
  background-color: #ee8d87;
  color: #fff;
}
.btn--icon i {
  margin-left: 14px;
  position: relative;
  bottom: -2px;
}
.btn--wide {
  width: 100% !important;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea,
.select2-container--default .select2-selection--single {
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 12px 16px;
  height: 48px;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  input,
select,
textarea,
.select2-container--default .select2-selection--single {
    transition: none;
  }
}
input:focus,
select:focus,
textarea:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

textarea {
  height: auto;
  display: block;
  padding: 8px 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236E727A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select option {
  font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0;
}

.select2-container--default .select2-selection--single,
.select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}
.btn--button:hover, .btn--button:focus {
  background-color: #ee8d87;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  cursor: pointer;
  white-space: normal;
  height: auto;
  background-color: #ee8d87;
  border-color: transparent;
  padding: 18px 36px;
  font-size: 1rem;
  line-height: 1.15;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
  border-color: transparent;
  background-color: #ee8d87;
  color: #fff;
}

.elementor-button:hover,
.elementor-button:focus,
.wp-block-button__link:hover,
.button:hover,
.button:active,
.button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
  opacity: 0.85;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: #ee8d87;
  background-color: #fff;
  box-shadow: none;
}

.elementor-field-group input,
.elementor-field-group select,
.elementor-field-group textarea {
  margin-bottom: 0;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #313131;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #313131;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #313131;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #313131;
}

label {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
label input {
  float: left;
}

.form-group {
  position: relative;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 8px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}
input[type=checkbox]:hover, input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
  background-color: #f5f5f5;
}

input[type=checkbox]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin-left: -0.5rem;
  height: 1rem;
  width: 1rem;
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  line-height: 20px;
  text-transform: none;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background-color: #000000;
}

.consent-checkbox {
  margin-top: 16px;
  display: flex;
}
.consent-checkbox label {
  display: flex;
  font-weight: 400;
  font-size: 0.9375rem;
}
.consent-checkbox__text {
  line-height: 1.2;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
  font-weight: normal;
}

table caption {
  margin-bottom: 10px;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #e7e7e7;
}

table > thead > tr > th {
  border-bottom: none;
}

table thead tr th,
table tbody tr th {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*-------------------------------------------------------*/
/* Card
/*-------------------------------------------------------*/
.card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
.card-row > div {
  margin-bottom: 30px;
}
.card-row .card {
  height: 100%;
  margin-bottom: 0;
}
.card__img-holder {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.card__body {
  background-color: #fff;
  padding: 40px;
  flex: 1 1 auto;
}
.card--small .card__body {
  padding: 24px 16px;
}
.card--small .entry__title {
  font-size: 16px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Blockquote
/*-------------------------------------------------------*/
blockquote {
  line-height: 1.6;
  padding: 12px 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-left: 3px solid #ee8d87;
}
blockquote p {
  margin-bottom: 0;
  color: #000000;
  font-style: italic;
  font-size: 1.5rem;
}
blockquote cite {
  color: #313131;
  font-style: normal;
  font-size: 0.875rem;
  opacity: 0.7;
  margin-top: 1em;
  line-height: 1.8;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert {
  border-radius: 5px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: transparent;
  border-left: 5px solid #bcdff1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: transparent;
  border-left: 5px solid #cae6be;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: transparent;
  border-left: 5px solid #f9f0c3;
}
.alert-danger {
  background-color: #f2dede;
  border-color: transparent;
  border-left: 5px solid #e8c4c4;
}

.close {
  font-weight: 400;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget a {
  color: #818181;
}
.widget a:hover, .widget a:focus {
  color: #ee8d87;
}
.footer .widget, .sidebar .widget, .elementor-widget-sidebar .widget {
  margin-bottom: 48px;
}
.widget li {
  list-style: none;
}
.widget-title {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget .sub-menu,
.widget .children {
  padding-top: 4px;
}
.widget .sub-menu li:last-child,
.widget .children li:last-child {
  padding-bottom: 0;
}

.menu-item {
  list-style: none;
}

.social svg {
  height: 16px;
}

/* Categories / Archives / Pages / Meta / Nav Menu
----------------------------------------------------------------*/
.elementor-widget-categories li,
.widget_categories li,
.elementor-widget-archive li,
.widget_archive li,
.elementor-widget-pages li,
.widget_pages li,
.elementor-widget-meta li,
.widget_meta li,
.widget_nav_menu li {
  position: relative;
  padding-left: 16px !important;
}
.elementor-widget-categories li::before,
.widget_categories li::before,
.elementor-widget-archive li::before,
.widget_archive li::before,
.elementor-widget-pages li::before,
.widget_pages li::before,
.elementor-widget-meta li::before,
.widget_meta li::before,
.widget_nav_menu li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e7e7e7;
  margin-top: 7px;
}

/* Recent Entries, Comments
----------------------------------------------------------------*/
.elementor-widget-wp-widget-recent-posts li,
.widget_recent_entries li,
.elementor-widget-wp-widget-recent-comments li,
.widget_recent_comments li {
  padding: 10px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #e7e7e7;
}
.elementor-widget-wp-widget-recent-posts li:first-child,
.widget_recent_entries li:first-child,
.elementor-widget-wp-widget-recent-comments li:first-child,
.widget_recent_comments li:first-child {
  padding-top: 0;
}
.elementor-widget-wp-widget-recent-posts li:last-child,
.widget_recent_entries li:last-child,
.elementor-widget-wp-widget-recent-comments li:last-child,
.widget_recent_comments li:last-child {
  border-bottom: 0;
}

.elementor-widget-wp-widget-recent-posts .post-date,
.widget_recent_entries .post-date {
  display: block;
  font-size: 0.8125rem;
  opacity: 0.7;
  color: #7e7e7e;
}

/* Archives / Categories / Pages / Nav Menu / Meta
-------------------------------------------------------*/
.elementor-widget-wp-widget-pages-archives li,
.widget_archive li,
.elementor-widget-categories li,
.widget_categories li,
.elementor-widget-wp-widget-pages li,
.widget_pages li,
.elementor-widget-wp-widget-nav_menu li,
.widget_nav_menu li,
.elementor-widget-wp-widget-meta li,
.widget_meta li {
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 4px;
}

/* Archives
-------------------------------------------------------*/
.elementor-widget-wp-widget-pages-archives li,
.widget_archive li,
.elementor-widget-categories li,
.widget_categories li {
  color: #818181;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
  padding: 16px 0;
  border-bottom: 1px solid #e7e7e7;
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss .rsswidget {
  color: #000000;
}
.widget_rss .rsswidget:hover {
  color: #ee8d87;
}
.widget_rss .rss-date {
  display: block;
  color: #686868;
  font-size: 0.8125rem;
  margin: 6px 0 12px;
}
.widget_rss .rssSummary {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.widget_rss .rssSummary + cite {
  font-size: 0.8125rem;
  color: #686868;
}
.widget_rss .widget-title .rsswidget:last-child {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 2px;
  display: inline-block;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
  margin-bottom: 0;
}

/* Widget Calendar
-------------------------------------------------------*/
.calendar_wrap table {
  width: 100%;
}
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap span {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  font-weight: 500;
}
.calendar_wrap .pad {
  background: none;
}
.calendar_wrap .wp-calendar-nav {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}
.calendar_wrap .wp-calendar-nav span {
  flex: 1;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
  text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
  text-align: right;
}

/* Widget Profile
-------------------------------------------------------*/
.widget-profile {
  background-color: #f5f5f5;
  padding: 32px;
  border-radius: 5px;
}
.widget-profile__img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-profile__author-name {
  font-size: 0.875rem;
}
.widget-profile__description {
  margin-top: 10px;
  margin-bottom: 24px;
  color: #818181;
}

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__list > li {
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}
.widget-popular-posts__list > li:first-child {
  padding-top: 12px;
}
.widget-popular-posts__list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-popular-posts__article {
  display: flex;
}
.widget-popular-posts__img-holder {
  flex: 0 0 48px;
  max-width: 48px;
  position: relative;
  margin-left: auto;
}
.widget-popular-posts__thumb-container {
  border-radius: 5px;
  overflow: hidden;
}
.widget-popular-posts__number {
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 16px;
}
.widget-popular-posts .widget-popular-posts__entry-title {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-right: 15px;
}
.widget-popular-posts .widget-popular-posts__entry-title a {
  color: #000000;
}
.widget-popular-posts .widget-popular-posts__entry-title a:hover {
  color: #ee8d87;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
  border: 1px solid #e7e7e7;
  padding: 28px 24px;
}

.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
  margin-bottom: 8px;
}
.mc4wp-form-fields input[type=submit] {
  margin-bottom: 0;
  width: auto;
}

/* Widget Info
-------------------------------------------------------*/
.widget-info__item:not(:last-child) {
  margin-bottom: 20px;
}
.widget-info__title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

/* Widget Search
-------------------------------------------------------*/
.widget.widget_search,
.widget.widget_product_search {
  padding: 0;
  border: 0;
}

.widget_search .search-input {
  margin: 0;
  background-color: #fff;
}

input.search-input {
  font-weight: normal;
}

.widget-search-button,
.search-form__button,
.search-button,
.woocommerce-product-search button[type=submit] {
  font-family: "amela";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #313131;
  border: 0;
  vertical-align: middle;
}
.widget-search-button:focus,
.search-form__button:focus,
.search-button:focus,
.woocommerce-product-search button[type=submit]:focus {
  background-color: inherit;
  color: inherit;
}

.search-form {
  position: relative;
}
.search-form .widget-search-button,
.search-form .search-form__button,
.search-form .search-button,
.search-form .woocommerce-product-search button[type=submit] {
  border-radius: 0;
  font-size: 1rem;
}

.wp-block-search .wp-block-search__input {
  border-color: #e7e7e7;
  margin-bottom: 0;
  background-color: #fff;
}
.wp-block-search .wp-block-search__button {
  border-color: #e7e7e7;
  font-size: 0.9375rem;
  padding: 0.375em 1em;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .wp-block-tag-cloud a,
.entry__tags a,
.widget_product_tag_cloud a {
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 6px 14px;
  font-size: 0.8125rem !important;
  font-weight: 600;
  border-radius: 26px;
  background-color: #000000;
  color: #fff;
  float: left;
  transition: all 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .widget_tag_cloud .tagcloud a,
.widget_tag_cloud .wp-block-tag-cloud a,
.entry__tags a,
.widget_product_tag_cloud a {
    transition: none;
  }
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover,
.entry__tags a:hover,
.widget_product_tag_cloud a:hover {
  text-decoration: none;
  background-color: #ee8d87;
  border-color: transparent;
  color: #fff;
}

.tagcloud {
  overflow: hidden;
}

/* Widget Blocks
-------------------------------------------------------*/
.widget_block .wp-block-group__inner-container > h2 {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment {
  line-height: 1.5;
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.page-title__title + .woocommerce-breadcrumb {
  margin-top: 8px;
  margin-bottom: 0;
}

.breadcrumbs-wrap {
  padding: 14px 0;
  background-color: #f5f5f5;
}

.breadcrumbs.breadcrumb-trail {
  font-weight: normal;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}

.breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.trail-items li::after,
.woocommerce-breadcrumb__separator {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ee8d87;
  margin: 0.1em 0.7em 0;
  vertical-align: middle;
}

.trail-items a {
  color: #000000;
}
.trail-items a:hover, .trail-items a:focus {
  color: #ee8d87;
}

.trail-items li:last-of-type::after,
.trail-items li:last-of-type::before {
  display: none;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination,
.post-pagination {
  margin-bottom: 24px;
}

.pagination {
  text-align: center;
}

.pagination span,
.pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.post-page-numbers {
  font-size: 0.875rem;
  display: inline-block;
  padding: 0 4px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  margin: 0 2px 8px;
  text-align: center;
  color: #313131;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 50%;
  list-style: none;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
  .pagination span,
.pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.post-page-numbers {
    transition: none;
  }
}
.pagination span:not(span):hover, .pagination span:not(span):focus,
.pagination a:not(span):hover,
.pagination a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li a:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li span:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li span:not(span):focus,
.post-page-numbers:not(span):hover,
.post-page-numbers:not(span):focus {
  background-color: #000000;
  border-color: transparent;
  color: #fff;
}
.pagination span.current,
.pagination a.current,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.post-page-numbers.current {
  background-color: #000000;
  color: #fff;
  border-color: transparent;
}
.pagination span i,
.pagination a i,
.woocommerce nav.woocommerce-pagination ul li a i,
.woocommerce nav.woocommerce-pagination ul li span i,
.post-page-numbers i {
  display: inline-block;
  font-size: 0.9375rem;
  position: relative;
  top: 1px;
}
.rtl .pagination span i,
.rtl .pagination a i,
.rtl .woocommerce nav.woocommerce-pagination ul li a i,
.rtl .woocommerce nav.woocommerce-pagination ul li span i,
.rtl .post-page-numbers i {
  transform: rotateY(180deg);
}

.woocommerce nav.woocommerce-pagination .next,
.woocommerce nav.woocommerce-pagination .prev {
  font-size: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination .next::before, .woocommerce nav.woocommerce-pagination .next::after,
.woocommerce nav.woocommerce-pagination .prev::before,
.woocommerce nav.woocommerce-pagination .prev::after {
  font-family: "amela";
  font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination .next::before {
  content: "\e902" /*!rtl:"\e901"*/;
}

.woocommerce nav.woocommerce-pagination .prev::before {
  content: "\e901" /*!rtl:"\e902"*/;
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  .newsletter__body {
    display: flex;
  }
}
.newsletter__img-holder {
  flex: 1 0 50%;
}
.newsletter__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .newsletter__img {
    height: 260px;
  }
}
.newsletter__content {
  display: flex;
  align-items: center;
  flex: 1 0 50%;
  padding: 90px 70px;
  background-color: #fae1e0;
}
.newsletter__content-inner {
  flex: 1 0 0;
}
.newsletter__title {
  font-size: 2.3125rem;
  margin-bottom: 16px;
}
.newsletter__text {
  color: #818181;
}
.newsletter .form-group {
  flex-wrap: wrap;
  flex: 1 0 0;
}
.newsletter .form-group input {
  margin-bottom: 0;
}
.newsletter .form-group.eversor-field-type-input {
  flex-basis: 100%;
  margin-bottom: 24px;
}
.newsletter .form-group input[type=email] {
  padding-left: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}
.newsletter .form-group input[type=email]:focus,
.newsletter .form-group input[type=text]:focus {
  border-bottom-color: #ee8d87;
}
.newsletter .consent-checkbox {
  margin-top: 20px;
  margin-bottom: 18px;
}

.single-post__newsletter {
  margin-top: 64px;
}

/*-------------------------------------------------------*/
/* Search
/*-------------------------------------------------------*/
.search-form label {
  display: flex;
  margin-bottom: 0;
  font-family: inherit;
}

.amela-menu-search__trigger {
  display: block;
  background-color: transparent;
  color: #313131;
  padding: 0;
  border: 0;
}
.amela-menu-search__trigger:hover, .amela-menu-search__trigger:focus {
  background-color: transparent;
  color: initial;
}
.amela-menu-search__icon {
  display: block;
}
.amela-menu-search-modal {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.amela-menu-search-modal__inner {
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transform: scale(1, 0);
  transform-origin: 100% 0;
  padding: 40px 0;
}
.amela-menu-search-modal__inner .search-input {
  margin-bottom: 0;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
}
.amela-menu-search-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  color: #313131;
}
.amela-menu-search-modal__close:hover, .amela-menu-search-modal__close:focus {
  background-color: transparent;
  color: initial;
}
.amela-menu-search-modal--is-open {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
.amela-menu-search-modal--is-open .amela-menu-search-modal__inner {
  transform: scale(1, 1);
}

/* Offcanvas
-------------------------------------------------------*/
.amela-offcanvas__panel {
  position: fixed;
  padding: 34px;
  padding-top: 56px;
  min-width: 300px;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 9999;
  transform: translateX(100%);
}
@media only screen and (min-width: 1025px) {
  .amela-offcanvas__panel {
    width: 547px;
    padding: 48px;
    padding-top: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .amela-offcanvas__panel {
    width: 100%;
  }
}
.amela-offcanvas__panel--is-open {
  transform: translateX(0);
  visibility: visible;
}
.amela-offcanvas__panel--is-open + .amela-offcanvas__overlay {
  visibility: visible;
  opacity: 1;
}
.admin-bar .amela-offcanvas__panel {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .amela-offcanvas__panel {
    margin-top: 46px;
  }
}
.amela-offcanvas__panel::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}
.amela-offcanvas__panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 16px 34px;
}
@media only screen and (min-width: 1025px) {
  .amela-offcanvas__panel-header {
    padding: 16px 48px;
  }
}
.amela-offcanvas__panel-header-title {
  margin-bottom: 0;
}
.amela-offcanvas__close {
  background-color: transparent !important;
  color: #313131;
  padding: 0;
  border: 0;
  opacity: 0.8;
}
.amela-offcanvas__close-icon {
  transition: transform 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.amela-offcanvas__close:hover, .amela-offcanvas__close:focus {
  color: inherit;
  opacity: 1;
}
.amela-offcanvas__close:hover .amela-offcanvas__close-icon, .amela-offcanvas__close:focus .amela-offcanvas__close-icon {
  transform: rotate(180deg);
}
.amela-offcanvas__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile .amela-offcanvas__overlay {
  cursor: pointer;
}

/* Cookies notication bar
-------------------------------------------------------*/
.cc-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cc-container {
    display: flex;
    justify-content: center;
  }
}

.cc-window {
  background-color: #000000;
}

.cc-message {
  margin-right: 20px;
  flex: 0 1 auto !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .cc-message {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

.cc-link {
  opacity: 1;
}
.cc-link:hover, .cc-link:focus {
  color: #fff;
}

.cc-link,
.cc-link:active,
.cc-link:visited {
  color: #fff;
}

a.cc-btn.cc-dismiss {
  font-size: 0.8125rem !important;
  background-color: #ee8d87;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  border-radius: 3px;
  min-width: auto !important;
}
a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
  opacity: 0.9;
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.page-404-section {
  padding: 80px 0;
}
@media only screen and (min-width: 1025px) {
  .page-404-section {
    padding: 120px 0;
  }
}
.page-404 .container {
  overflow: hidden;
}
.page-404__container {
  background-color: #fff;
}
.page-404__info {
  padding: 40px;
  text-align: center;
}
.page-404__img {
  height: 100%;
  object-fit: cover;
}
.page-404__title {
  font-size: 2rem;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1025px) {
  .page-404__title {
    font-size: 2.3125rem;
  }
}
.page-404__text {
  font-size: 1.5rem;
  color: #818181;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}
.page-404__number {
  font-size: 28rem;
  position: absolute;
  top: 20%;
  right: 0;
  color: #e7e7e7;
  opacity: 0.22;
}
@media only screen and (min-width: 1025px) {
  .page-404__number {
    font-size: 43.75rem;
    top: -30%;
    right: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .page-404__number {
    font-size: 16rem;
    top: 40%;
    right: 50%;
    transform: translateX(50%);
  }
}