@charset "UTF-8";
/*
Theme Name: zoli
Theme URI: http://demo2.themelexus.com/zoli
Author: ThemeLexus
Author URI: http://www.themelexus.com/
Description:  Fashion WooCommerce WordPress Theme with minimal design but significant & elegant is perfect for any kinds of fashion shop for any range of age, fashion website, clothing stores, and online accessories. The theme is built with the powerful page builder Elementor, WooCommerce and other outstanding features needed for the best online fashion theme Zoli - Fashion WooCommerce WordPress Theme with minimal design but significant & elegant is perfect for any kinds of fashion shop for any range of age, fashion website, clothing stores, and online accessories. The theme is built with the powerful page builder Elementor, WooCommerce and other outstanding features needed for the best online fashion theme
Version: 1.2.0

License: zoli WordPress Theme, Copyright 2018 WpOpal
zoli is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zoli
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap4
2.0 Font-awesome
3.0 Underscores
4.0 Forms
5.0 Base
6.0 Contact form 7
7.0 Widget
8.0 Pages
9.0 Post
10.0 3rd
11.0 Elementor
12.0 Offcanvas
13.0 Theme
14.0 Animation
15.0 Custom icon font
16.0 Nav
17.0 Hint
18.0 Isotype
--------------------------------------------------------------*/
:root {
  --blue: #008cba;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f04124;
  --orange: #f4900a;
  --yellow: #e99002;
  --green: #43ac6a;
  --teal: #20c997;
  --cyan: #5bc0de;
  --white: #ffffff;
  --gray: #888888;
  --gray-dark: #333333;
  --primary: #ceb06a;
  --secondary: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.846;
  color: #777777;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ceb06a;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888888;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
}

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 300;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 15px;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888888;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #888888;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.wp-col-1,
.wp-col-2,
.wp-col-3,
.wp-col-4,
.wp-col-5,
.wp-col-6,
.wp-col-7,
.wp-col-8,
.wp-col-9,
.wp-col-10,
.wp-col-11,
.wp-col-12,
.wp-col,
.wp-col-auto,
.wp-col-sm-1,
.wp-col-sm-2,
.wp-col-sm-3,
.wp-col-sm-4,
.wp-col-sm-5,
.wp-col-sm-6,
.wp-col-sm-7,
.wp-col-sm-8,
.wp-col-sm-9,
.wp-col-sm-10,
.wp-col-sm-11,
.wp-col-sm-12,
.wp-col-sm,
.wp-col-sm-auto,
.wp-col-md-1,
.wp-col-md-2,
.wp-col-md-3,
.wp-col-md-4,
.wp-col-md-5,
.wp-col-md-6,
.wp-col-md-7,
.wp-col-md-8,
.wp-col-md-9,
.wp-col-md-10,
.wp-col-md-11,
.wp-col-md-12,
.wp-col-md,
.wp-col-md-auto,
.wp-col-lg-1,
.wp-col-lg-2,
.wp-col-lg-3,
.wp-col-lg-4,
.wp-col-lg-5,
.wp-col-lg-6,
.wp-col-lg-7,
.wp-col-lg-8,
.wp-col-lg-9,
.wp-col-lg-10,
.wp-col-lg-11,
.wp-col-lg-12,
.wp-col-lg,
.wp-col-lg-auto,
.wp-col-xl-1,
.wp-col-xl-2,
.wp-col-xl-3,
.wp-col-xl-4,
.wp-col-xl-5,
.wp-col-xl-6,
.wp-col-xl-7,
.wp-col-xl-8,
.wp-col-xl-9,
.wp-col-xl-10,
.wp-col-xl-11,
.wp-col-xl-12,
.wp-col-xl,
.wp-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.wp-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.wp-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.wp-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.wp-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.wp-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.wp-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.wp-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.wp-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.wp-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.wp-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.wp-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.wp-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.wp-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.wp-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .wp-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wp-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .wp-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .wp-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .wp-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wp-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wp-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wp-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .wp-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .wp-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .wp-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .wp-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wp-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .wp-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .wp-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .wp-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wp-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wp-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wp-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .wp-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .wp-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .wp-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .wp-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wp-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .wp-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .wp-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .wp-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wp-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wp-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wp-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .wp-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .wp-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .wp-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .wp-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wp-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .wp-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .wp-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .wp-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wp-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .wp-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .wp-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wp-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .wp-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .wp-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wp-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .wp-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .wp-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}
table tbody + tbody {
  border-top: 2px solid #eeeeee;
}
table .table {
  background-color: #ffffff;
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #222222;
  border-color: #353535;
}

.table .thead-light th {
  color: #495057;
  background-color: #464646;
  border-color: #eeeeee;
}

.form-control,
input[type="text"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="email"],
input[type="file"],
input[type="password"],
select,
textarea,
.wpcf7 .wpcf7-validation-errors {
  display: block;
  width: 100%;
  height: calc(2.91525rem + 2px);
  padding: 0.65rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.846;
  color: #999999;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control,
  input[type="text"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  input[type="email"],
  input[type="file"],
  input[type="password"],
  select,
  textarea,
  .wpcf7 .wpcf7-validation-errors {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand,
input[type="text"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="file"]::-ms-expand,
input[type="password"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
.wpcf7 .wpcf7-validation-errors::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus,
input:focus[type="text"],
input:focus[type="search"],
input:focus[type="url"],
input:focus[type="tel"],
input:focus[type="number"],
input:focus[type="range"],
input:focus[type="date"],
input:focus[type="month"],
input:focus[type="week"],
input:focus[type="time"],
input:focus[type="datetime"],
input:focus[type="datetime-local"],
input:focus[type="color"],
input:focus[type="email"],
input:focus[type="file"],
input:focus[type="password"],
select:focus,
textarea:focus,
.wpcf7 .wpcf7-validation-errors:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #ceb06a;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="file"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.form-control::placeholder,
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
input[type="email"]::placeholder,
input[type="file"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder,
.wpcf7 .wpcf7-validation-errors::placeholder {
  color: #888888;
  opacity: 1;
}
.form-control:disabled,
input:disabled[type="text"],
input:disabled[type="search"],
input:disabled[type="url"],
input:disabled[type="tel"],
input:disabled[type="number"],
input:disabled[type="range"],
input:disabled[type="date"],
input:disabled[type="month"],
input:disabled[type="week"],
input:disabled[type="time"],
input:disabled[type="datetime"],
input:disabled[type="datetime-local"],
input:disabled[type="color"],
input:disabled[type="email"],
input:disabled[type="file"],
input:disabled[type="password"],
select:disabled,
textarea:disabled,
.wpcf7 .wpcf7-validation-errors:disabled,
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="search"],
input[readonly][type="url"],
input[readonly][type="tel"],
input[readonly][type="number"],
input[readonly][type="range"],
input[readonly][type="date"],
input[readonly][type="month"],
input[readonly][type="week"],
input[readonly][type="time"],
input[readonly][type="datetime"],
input[readonly][type="datetime-local"],
input[readonly][type="color"],
input[readonly][type="email"],
input[readonly][type="file"],
input[readonly][type="password"],
select[readonly],
textarea[readonly],
.wpcf7 .wpcf7-validation-errors[readonly] {
  background-color: #464646;
  opacity: 1;
}

select.form-control:focus::-ms-value,
select:focus::-ms-value,
.wpcf7 select.wpcf7-validation-errors:focus::-ms-value {
  color: #999999;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.846;
}

select.form-control[size],
select[size],
.wpcf7 select.wpcf7-validation-errors[size],
select.form-control[multiple],
select[multiple],
.wpcf7 select.wpcf7-validation-errors[multiple] {
  height: auto;
}

textarea.form-control,
textarea,
.wpcf7 textarea.wpcf7-validation-errors {
  height: auto;
}

.form-group,
.wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn,
button[type="submit"],
a.button,
.wpcf7 .wpcf7-form input[type="submit"] {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.846;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  button[type="submit"],
  a.button,
  .wpcf7 .wpcf7-form input[type="submit"] {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover,
button:hover[type="submit"],
a.button:hover,
.wpcf7 .wpcf7-form input:hover[type="submit"],
.btn:focus,
button:focus[type="submit"],
a.button:focus,
.wpcf7 .wpcf7-form input:focus[type="submit"] {
  text-decoration: none;
}
.btn:focus,
button:focus[type="submit"],
a.button:focus,
.wpcf7 .wpcf7-form input:focus[type="submit"],
.btn.focus,
button.focus[type="submit"],
a.focus.button,
.wpcf7 .wpcf7-form input.focus[type="submit"] {
  outline: 0;
  -webkit-box-shadow: #333333;
  box-shadow: #333333;
}
.btn.disabled,
button.disabled[type="submit"],
a.disabled.button,
.wpcf7 .wpcf7-form input.disabled[type="submit"],
.btn:disabled,
button:disabled[type="submit"],
a.button:disabled,
.wpcf7 .wpcf7-form input:disabled[type="submit"] {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled)[type="submit"],
a.button:not(:disabled):not(.disabled),
.wpcf7 .wpcf7-form input:not(:disabled):not(.disabled)[type="submit"] {
  cursor: pointer;
}

a.btn.disabled,
a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary,
button[type="submit"],
a.button {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-primary:hover,
button:hover[type="submit"],
a.button:hover {
  color: #ffffff;
  background-color: #c5a14d;
  border-color: #c19c44;
}
.btn-primary:focus,
button:focus[type="submit"],
a.button:focus,
.btn-primary.focus,
button.focus[type="submit"],
a.focus.button {
  -webkit-box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
  box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
}
.btn-primary.disabled,
button.disabled[type="submit"],
a.disabled.button,
.btn-primary:disabled,
button:disabled[type="submit"],
a.button:disabled {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-primary:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled):active[type="submit"],
a.button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled).active[type="submit"],
a.button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > button.dropdown-toggle[type="submit"],
.show > a.dropdown-toggle.button {
  color: #ffffff;
  background-color: #c19c44;
  border-color: #bb953d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
button:not(:disabled):not(.disabled):active:focus[type="submit"],
a.button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
button:not(:disabled):not(.disabled).active:focus[type="submit"],
a.button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > button.dropdown-toggle:focus[type="submit"],
.show > a.dropdown-toggle.button:focus {
  -webkit-box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
  box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
}

.btn-secondary,
.wpcf7 .wpcf7-form input[type="submit"] {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-secondary:hover,
.wpcf7 .wpcf7-form input:hover[type="submit"] {
  color: #ffffff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-secondary:focus,
.wpcf7 .wpcf7-form input:focus[type="submit"],
.btn-secondary.focus,
.wpcf7 .wpcf7-form input.focus[type="submit"] {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}
.btn-secondary.disabled,
.wpcf7 .wpcf7-form input.disabled[type="submit"],
.btn-secondary:disabled,
.wpcf7 .wpcf7-form input:disabled[type="submit"] {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.wpcf7 .wpcf7-form input:not(:disabled):not(.disabled):active[type="submit"],
.btn-secondary:not(:disabled):not(.disabled).active,
.wpcf7 .wpcf7-form input:not(:disabled):not(.disabled).active[type="submit"],
.show > .btn-secondary.dropdown-toggle,
.wpcf7 .wpcf7-form .show > input.dropdown-toggle[type="submit"] {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.wpcf7 .wpcf7-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.wpcf7 .wpcf7-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.show > .btn-secondary.dropdown-toggle:focus,
.wpcf7 .wpcf7-form .show > input.dropdown-toggle:focus[type="submit"] {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}

.btn-outline-primary {
  color: #ceb06a;
  background-color: transparent;
  background-image: none;
  border-color: #ceb06a;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
  box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ceb06a;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
  box-shadow: 0 0 0 none rgba(206, 176, 106, 0.5);
}

.btn-outline-secondary {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #777777;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #151515;
  text-decoration: none;
  background-color: #f9f9f9;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ceb06a;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #888888;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #888888;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #222222;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #cccccc;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link.disabled {
  color: #cccccc;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ceb06a;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777777;
  background-color: transparent;
  border: 1px solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ceb06a;
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #464646;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f6f6f6;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ceb06a;
  text-align: center;
  white-space: nowrap;
  background-color: #ceb06a;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #ceb06a !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c19c44 !important;
}

.bg-secondary {
  background-color: #333333 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #eeeeee !important;
}

.border-top {
  border-top: 1px solid #eeeeee !important;
}

.border-right {
  border-right: 1px solid #eeeeee !important;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}

.border-left {
  border-left: 1px solid #eeeeee !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ceb06a !important;
}

.border-secondary {
  border-color: #333333 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle,
.entry-footer .meta-author .avatar {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #ceb06a !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #c19c44 !important;
}

.text-secondary {
  color: #333333 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #1a1a1a !important;
}

.text-body {
  color: #777777 !important;
}

.text-muted {
  color: #888888 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button[type="submit"]):not(a.button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eeeeee;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #eeeeee;
  }
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.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-caption {
  display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.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-caption {
  display: block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
  }
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes opal-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes opal-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes opal-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes opal-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip;
}

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix;
}

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.opal-am-popup {
  -webkit-animation: opalPopup;
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup;
}

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.isotope-display-style.grid-modern-style {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-mode {
  display: grid;
}

.grid-cols-2 {
  grid-column: span 2;
}

.grid-cols-3 {
  grid-column: span 3;
}

.grid-cols-4 {
  grid-column: span 4;
}

.grid-rows-2 {
  grid-row: span 2;
}

.grid-rows-3 {
  grid-row: span 3;
}

[class*="lexus-icon-"]:before {
  font-family: "zoli";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.lexus-icon-Ico_Chat-Support:before {
  content: "";
}

.lexus-icon-Ico_Forum:before {
  content: "";
}

.lexus-icon-Ico_Phone-Support:before {
  content: "";
}

.lexus-icon-Ico_Sort:before {
  content: "";
}

.lexus-icon-Ico_Tweet-Support:before {
  content: "";
}

.lexus-icon-Icon_360:before {
  content: "";
}

.lexus-icon-Icon_4-Circle:before {
  content: "";
}

.lexus-icon-Icon_9-Circle:before {
  content: "";
}

.lexus-icon-Icon_Baby:before {
  content: "";
}

.lexus-icon-Icon_Back:before {
  content: "";
}

.lexus-icon-Icon_Cart:before,
.elementor-widget-opal-offcanvas-sb .elementor-button-others .fa-shopping-cart:before,
.offcanvas-bottom .fa-shopping-cart:before {
  content: "";
}

.lexus-icon-Icon_Certificate:before {
  content: "";
}

.lexus-icon-Icon_Check:before {
  content: "";
}

.lexus-icon-Icon_Circle:before {
  content: "";
}

.lexus-icon-Icon_Close:before {
  content: "";
}

.lexus-icon-Icon_Comment:before {
  content: "";
}

.lexus-icon-Icon_Diamond:before {
  content: "";
}

.lexus-icon-Icon_Dress:before {
  content: "";
}

.lexus-icon-Icon_Dropdown:before {
  content: "";
}

.lexus-icon-Icon_Empty-Bag:before {
  content: "";
}

.lexus-icon-Icon_Expand:before {
  content: "";
}

.lexus-icon-Icon_Filter:before {
  content: "";
}

.lexus-icon-Icon_Left-2:before {
  content: "";
}

.lexus-icon-Icon_Left:before {
  content: "";
}

.lexus-icon-Icon_Longdown:before {
  content: "";
}

.lexus-icon-Icon_Menu:before {
  content: "";
}

.lexus-icon-Icon_Next:before {
  content: "";
}

.lexus-icon-Icon_Other:before {
  content: "";
}

.lexus-icon-Icon_Return:before {
  content: "";
}

.lexus-icon-Icon_Right-2:before {
  content: "";
}

.lexus-icon-Icon_Right:before {
  content: "";
}

.lexus-icon-Icon_Sale:before {
  content: "";
}

.lexus-icon-Icon_Search:before,
.elementor-widget-opal-navbarsearch .elementor-search-form__submit .fa-search:before {
  content: "";
}

.lexus-icon-Icon_Security:before {
  content: "";
}

.lexus-icon-Icon_Share:before {
  content: "";
}

.lexus-icon-Icon_Shipping:before {
  content: "";
}

.lexus-icon-Icon_Shoes:before {
  content: "";
}

.lexus-icon-Icon_Short:before {
  content: "";
}

.lexus-icon-Icon_Snapback:before {
  content: "";
}

.lexus-icon-Icon_Star:before {
  content: "";
}

.lexus-icon-Icon_Support:before {
  content: "";
}

.lexus-icon-Icon_T-shirt:before {
  content: "";
}

.lexus-icon-Icon_Top:before {
  content: "";
}

.lexus-icon-Icon_Trophy:before {
  content: "";
}

.lexus-icon-Icon_Up:before {
  content: "";
}

.lexus-icon-Icon_User:before,
.elementor-widget-opal-offcanvas-sb .elementor-button-others .fa-user:before,
.offcanvas-bottom .fa-user:before {
  content: "";
}

.lexus-icon-Icon_Video:before {
  content: "";
}

.lexus-icon-Icon_Warranty:before {
  content: "";
}

.lexus-icon-Icon_Wishlist:before {
  content: "";
}

.lexus-icon-Icon_Wishlist_Fill:before {
  content: "";
}

.lexus-icon-Icon_Zoom-In:before {
  content: "";
}

.lexus-icon-Icon_Zoom-Out:before {
  content: "";
}

.lexus-icon-noun_List_1379920:before {
  content: "";
}

input[type="text"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="email"],
input[type="file"],
input[type="password"],
select,
textarea {
  display: inline-block;
}

input:-internal-autofill-selected {
  background-color: #ffffff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #ffffff !important;
}

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  word-break: normal;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-word;
  letter-spacing: 0.13px;
}

body.layout-boxed {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
body.layout-boxed .body-inner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
body.layout-boxed #page {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.75em;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333333;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

a {
  word-wrap: break-word;
}

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

a:focus {
  outline: none;
}

.img-responsive,
.wp-post-image {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
}

caption {
  padding: 0 0 0.75rem;
  caption-side: top;
}

address {
  font-style: italic;
}

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

code,
kbd,
tt,
var {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  border-bottom-color: #f9f9f9;
  cursor: help;
}

mark {
  background-color: #f9f9f9;
  text-decoration: none;
}

pre {
  margin: 30px 0;
  padding: 30px;
  color: #000000;
  background: #f9f9f9;
}

:focus {
  outline: none;
}

.btn-primary,
button[type="submit"],
a.button {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  font-size: 16px;
  font-size: 1rem;
}
.btn-primary:hover,
button:hover[type="submit"],
a.button:hover {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-primary:focus,
button:focus[type="submit"],
a.button:focus,
.btn-primary.focus,
button.focus[type="submit"],
a.focus.button {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}
.btn-primary.disabled,
button.disabled[type="submit"],
a.disabled.button,
.btn-primary:disabled,
button:disabled[type="submit"],
a.button:disabled {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-primary:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled):active[type="submit"],
a.button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled).active[type="submit"],
a.button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > button.dropdown-toggle[type="submit"],
.show > a.dropdown-toggle.button {
  color: #ffffff;
  background-color: #ceb06a;
  border-color: #ceb06a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
button:not(:disabled):not(.disabled):active:focus[type="submit"],
a.button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
button:not(:disabled):not(.disabled).active:focus[type="submit"],
a.button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > button.dropdown-toggle:focus[type="submit"],
.show > a.dropdown-toggle.button:focus {
  -webkit-box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 none rgba(51, 51, 51, 0.5);
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading,
.added_to_cart.loading {
  position: relative;
}
button.loading:before,
input[type="button"].loading:before,
input[type="reset"].loading:before,
input[type="submit"].loading:before,
.button.loading:before,
.added_to_cart.loading:before {
  opacity: 0;
}
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after,
.added_to_cart.loading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  -webkit-animation: fa-spin 0.75s linear infinite;
  animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.button-quickview-action .blockOverlay {
  background: #474747 !important;
  opacity: 1 !important;
  border-radius: 100%;
  z-index: 99999;
  position: relative;
}
.button-quickview-action .blockOverlay:before {
  opacity: 0;
}
.button-quickview-action .blockOverlay:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  -webkit-animation: fa-spin 0.75s linear infinite;
  animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: calc(2.91525rem + 2px);
  padding: 0.65rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.846;
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  background-clip: padding-box;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.91525rem + 2px);
}

.c-primary {
  color: #ceb06a;
}

@media (max-width: 768px) {
  #index-wrapper #primary,
  #index-wrapper .column-sidebar,
  #single-wrapper #primary,
  #single-wrapper .column-sidebar,
  .single-opalservice-container #primary,
  .single-opalservice-container .column-sidebar {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  z-index: 350;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #333333;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
#back-to-top i {
  display: inline-block;
  font-size: 15px;
  width: 100%;
}
#back-to-top.show {
  pointer-events: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: none;
}
#back-to-top:hover {
  background: #ceb06a;
}

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

.sticky .entry-title::before {
  margin-right: 15px;
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08d";
}

.opal-dropdown {
  position: relative;
}
.opal-dropdown:hover .opal-dropdown-menu {
  top: 90%;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
}

.opal-dropdown-menu {
  text-align: left;
  right: 0;
  border-radius: 5px;
  top: calc(100% + 15px);
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  color: #000000;
  padding: 20px 30px;
  min-width: 250px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
}
@media screen and (prefers-reduced-motion: reduce) {
  .opal-dropdown-menu {
    -webkit-transition: none;
    transition: none;
  }
}
.opal-dropdown-menu .login-form-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.opal-dropdown-menu .login-form-head .login-form-title {
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
}
.opal-dropdown-menu .login-form-head .register-link {
  color: #ceb06a;
  text-transform: capitalize;
}
.opal-dropdown-menu ul,
.opal-dropdown-menu li {
  padding: 0;
  margin: 0;
  border-style: none;
  list-style: none;
}

/* Media & Text  */
.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
  margin-bottom: 0;
}

.wp-block-code {
  background: transparent;
  border: 0;
  padding: 0;
}

pre {
  background: #eee;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.pagination {
  float: right;
  margin-top: 30px;
  margin-bottom: 60px;
}
.pagination li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.pagination li .page-link.current {
  color: #333333;
  border-color: transparent;
  background-color: transparent;
  border-bottom: 1px solid #ceb06a;
}
.pagination li a {
  color: #777777;
}
.pagination li a:hover {
  color: #333333;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

#wrapper-footer {
  background: #ffffff;
  color: #777777;
  text-align: center;
  padding: 1.618em 0;
  margin-top: 60px;
  border-top: 1px solid #eeeeee;
}
#wrapper-footer .site-info a {
  color: #333333;
}
#wrapper-footer .site-info a:hover {
  color: #ceb06a;
}

.bypostauthor {
  display: block;
}

/** Account */
#site-header-account {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#site-header-account .label-name {
  max-width: 83px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}
#site-header-account .label {
  padding-left: 5px;
}
#site-header-account > a {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #333333;
}
#site-header-account > a:hover {
  color: #ceb06a;
}
#site-header-account li {
  padding: 5px;
}

footer .elementor-widget ul.menu li a {
  padding: 0px;
  margin-bottom: 6px;
}

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 770px;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
  margin-bottom: 13px;
}
.wpcf7 .wpcf7-form input[type="submit"] {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 15px 45px;
}
.wpcf7 .wpcf7-form input[type="submit"]:focus,
.wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: #ceb06a;
  border-color: #ceb06a;
}
.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea {
  border-width: 0 0 2px 0;
  border-color: #eeeeee;
  border-style: solid;
  font-weight: 300;
  padding: 0;
  height: auto;
}
.wpcf7 .wpcf7-form input[type="text"]:focus,
.wpcf7 .wpcf7-form input[type="text"]:hover,
.wpcf7 .wpcf7-form input[type="email"]:focus,
.wpcf7 .wpcf7-form input[type="email"]:hover,
.wpcf7 .wpcf7-form textarea:focus,
.wpcf7 .wpcf7-form textarea:hover {
  border-bottom-color: #ceb06a;
}
.wpcf7 .wpcf7-form p,
.wpcf7 .wpcf7-form label {
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7 span.wpcf7-list-item {
  margin: 0px;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #000000;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #eeeeee;
}
.wpcf7 .btn-submit input[type="submit"] {
  padding: 15px 50px;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
}

/**
 * Widgets
 */
.widget {
  margin: 0 0 1.618em;
}
.widget select {
  max-width: 100%;
}
.widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #333333;
}
.widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget ul li ul {
  position: relative;
  margin-left: 1em;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  padding-bottom: 0 !important;
}

.column-sidebar .widget {
  margin-bottom: 60px;
  font-weight: 400;
}
.column-sidebar .widget.widget_search {
  border: 0;
}
.column-sidebar .widget ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.column-sidebar .widget ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #eeeeee;
}
.column-sidebar .widget ul li:last-child::before {
  border-bottom: 0 !important;
}
.column-sidebar .widget ul .children {
  margin-top: 1.1rem;
}
.column-sidebar .widget ul .children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #eeeeee;
}
.column-sidebar .widget ul .children li {
  padding-bottom: 20px;
}

.widget_search .form-control,
.widget_search input[type="text"],
.widget_search input[type="search"],
.widget_search input[type="url"],
.widget_search input[type="tel"],
.widget_search input[type="number"],
.widget_search input[type="range"],
.widget_search input[type="date"],
.widget_search input[type="month"],
.widget_search input[type="week"],
.widget_search input[type="time"],
.widget_search input[type="datetime"],
.widget_search input[type="datetime-local"],
.widget_search input[type="color"],
.widget_search input[type="email"],
.widget_search input[type="file"],
.widget_search input[type="password"],
.widget_search select,
.widget_search textarea,
.widget_search .wpcf7 .wpcf7-validation-errors,
.wpcf7 .widget_search .wpcf7-validation-errors,
.widget_search input[type="text"] {
  height: 60px;
}
.widget_search .form-control:focus,
.widget_search input:focus[type="text"],
.widget_search input:focus[type="search"],
.widget_search input:focus[type="url"],
.widget_search input:focus[type="tel"],
.widget_search input:focus[type="number"],
.widget_search input:focus[type="range"],
.widget_search input:focus[type="date"],
.widget_search input:focus[type="month"],
.widget_search input:focus[type="week"],
.widget_search input:focus[type="time"],
.widget_search input:focus[type="datetime"],
.widget_search input:focus[type="datetime-local"],
.widget_search input:focus[type="color"],
.widget_search input:focus[type="email"],
.widget_search input:focus[type="file"],
.widget_search input:focus[type="password"],
.widget_search select:focus,
.widget_search textarea:focus,
.widget_search .wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 .widget_search .wpcf7-validation-errors:focus,
.widget_search input[type="text"]:focus {
  border-color: #ceb06a;
}

.widget_search .btn,
.widget_search button[type="submit"],
.widget_search a.button,
.widget_search .wpcf7 .wpcf7-form input[type="submit"],
.wpcf7 .wpcf7-form .widget_search input[type="submit"] {
  padding: 1.1rem 1.5rem;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.61805em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

.widget_nav_menu li {
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}
.widget_nav_menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #eeeeee;
}
.widget_nav_menu li:last-child::before {
  border-bottom: 0 !important;
}
.widget_nav_menu li .sub-menu {
  margin-top: 20px;
  border-top: 1px dotted #eeeeee;
}
.widget_nav_menu li.current-cat a {
  color: #000000;
}
.widget_nav_menu li.current-cat a span {
  color: #000000;
}

.tagcloud .tag-cloud-link {
  padding: 5px 20px;
  background: #f9f9f9;
  margin: 5px 5px 0 0;
  font-size: 12px !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}

.site-main header.page-header {
  display: none;
}

/*** widget opal mail chmip ***/
.form-style.style1 input[type="email"] {
  font-weight: 300;
  border-color: transparent;
  background-color: #ffffff;
  width: calc(100% - 115px);
  padding: 12px 0;
}

.form-style.style1 button[type="submit"] {
  background-color: transparent;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 15px;
}
.form-style.style1 button[type="submit"].active,
.form-style.style1 button[type="submit"]:active,
.form-style.style1 button[type="submit"]:hover {
  color: #ceb06a;
  background-color: transparent;
}

.form-style.style1 input[type="email"],
.form-style.style1 button[type="submit"] {
  border-bottom: 2px solid #dddddd;
}
.form-style.style1 input[type="email"]:hover,
.form-style.style1 input[type="email"]:focus,
.form-style.style1 button[type="submit"]:hover,
.form-style.style1 button[type="submit"]:focus {
  border-bottom-color: #ceb06a;
}

.form-style.style2 input[type="email"] {
  font-weight: 300;
  border-color: transparent;
  background-color: transparent;
  padding: 12px 0;
}

.form-style.style2 button[type="submit"] {
  background-color: transparent;
  color: #ceb06a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 15px;
}
.form-style.style2 button[type="submit"].active,
.form-style.style2 button[type="submit"]:active,
.form-style.style2 button[type="submit"]:hover {
  color: #ceb06a;
  background-color: transparent;
}

.form-style.style2 input[type="email"],
.form-style.style2 button[type="submit"] {
  border-bottom: 2px solid #454646;
}

.elementor-widget-html .menu-footer-3 li {
  display: inline-block;
  padding-right: 20px;
  text-transform: capitalize;
}
.elementor-widget-html .menu-footer-3 li:last-child {
  padding-right: 0px;
}
.elementor-widget-html .menu-footer-3 li a {
  color: #777777;
}
.elementor-widget-html .menu-footer-3 li a:hover {
  color: #ceb06a;
}

/**********************************************
*
*  style testimonials
*
*****************************************************/
@media (min-width: 992px) {
  .elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-item,
  .elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-details {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-meta-inner {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-content {
    font-size: 25px !important;
  }
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .column-item {
  margin-bottom: 0px;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-content {
  margin-bottom: 0px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #333333;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-name {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  max-width: 150px;
  margin: auto;
  color: #333333;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-name::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #333333;
  bottom: 45%;
  left: 0;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_2 .elementor-testimonial-job {
  margin-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777;
  text-transform: lowercase;
  font-style: italic;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-content {
  margin-bottom: 0px;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper:before {
  color: #ffcc00;
  font-family: "Poppins", sans-serif;
  font-size: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}

/* Page 404 */
#error-404-wrapper {
  text-align: center;
  margin-top: 100px;
}
@media (min-width: 768px) {
  #error-404-wrapper {
    background-image: url("assets/images/404.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding: 400px 0 120px;
  }
}
#error-404-wrapper .page-content h2 {
  font-size: 74px;
  font-size: 4.625rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
#error-404-wrapper .page-content p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  #error-404-wrapper .page-content:before {
    content: "404";
    font-size: 300px;
    font-size: 18.75rem;
    line-height: 180px;
    font-weight: bold;
    color: #333333;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 768px) {
  #error-404-wrapper .page-content {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #error-404-wrapper .page-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #error-404-wrapper .page-content:before {
    font-size: 145px;
    font-size: 9.0625rem;
  }
  #error-404-wrapper .page-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  #error-404-wrapper .page-content .page-content-bottom a {
    margin-bottom: 15px;
  }
  #error-404-wrapper .page-content #error-404-wrapper {
    margin-top: 50px;
  }
}

#searchform .input-group {
  background: transparent;
  position: relative;
  overflow: hidden;
}
#searchform .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
}
#searchform .input-group button {
  background: transparent;
}

/*--------------------------------------------------------------
### page-loading
--------------------------------------------------------------*/
.page-loading {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  visibility: visible;
  opacity: 1;
}
.page-loading .preloader-content {
  text-align: center;
}
.page-loading .preloader-img {
  padding-bottom: 15px;
}
.page-loading .preloader-icon {
  font-size: 0.875em;
  margin: 0 auto;
}
.page-loading .preloader-icon svg {
  font-size: 0.875em;
  max-width: 3em;
}

.loaded .page-loading {
  opacity: 0;
  visibility: hidden;
}

.elementor-editor-active .page-loading {
  display: none;
}

.post-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}

.entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #ceb06a;
}

.entry-meta-list,
.entry-meta {
  list-style: none;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.entry-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry-meta-list .meta-date {
  padding-right: 10px;
}

.meta-post-categories {
  margin-bottom: 10px;
}
.meta-post-categories a {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #777777;
  letter-spacing: 1.1px;
  font-weight: 400;
}

.meta-featured-post {
  display: none;
}

.wpopal-blog--style .hentry {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.wpopal-blog--style .hentry .entry-meta a {
  color: #999999;
}

.wpopal-blog--style [class*="wp-col-"]:last-child .hentry {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * Content
 */
.hentry .entry-header {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px;
  width: 100%;
}

.hentry .entry-header + img {
  max-width: 100%;
  height: auto;
}

.hentry .entry-content {
  position: relative;
}
.hentry .entry-content:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.hentry .more-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}

.zoli-read-more-link {
  text-transform: capitalize;
  border: 0;
  background: none;
  color: #333333;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.zoli-read-more-link:hover,
.zoli-read-more-link:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ceb06a;
}
.zoli-read-more-link .lexus-icon-Icon_Next {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 10px;
  vertical-align: top;
}

blockquote {
  quotes: "" "";
  overflow: hidden;
  border-left: 2px solid;
  border-left-color: #ceb06a;
  margin: 30px 0;
  padding: 0 30px;
  color: #333333;
  font-size: 15px;
  position: relative;
  font-style: italic;
}
blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888888;
  content: "\f10d";
}

.post-password-form input[type="submit"] {
  background: #333333;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  padding: 7px 40px 10px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
  background: #ceb06a;
  color: #333333;
  cursor: pointer;
}

.page-links {
  clear: both;
  padding: 30px 0 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.page-links a {
  background-color: transparent;
  padding: 5px 10px;
  color: #777777;
}
.page-links a:hover {
  color: #333333;
}
.page-links .current {
  padding: 5px 10px;
  background-color: transparent;
  color: #333333;
}

.post-navigation {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.post-navigation .nav-links .nav-links-inner {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767.98px) {
  .post-navigation .nav-links .nav-links-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.post-navigation .nav-links .nav-links-inner a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.post-navigation .nav-links .nav-links-inner a .nav-content {
  display: inline-block;
  max-width: 420px;
}
.post-navigation .nav-links .nav-links-inner .meta-nav {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #777777;
  letter-spacing: 0.5px;
}
.post-navigation .nav-links .nav-links-inner .meta-nav-item {
  letter-spacing: 0.16px;
}
.post-navigation .nav-links .nav-links-inner .post-title {
  color: #333333;
}
@media (min-width: 576px) {
  .post-navigation .nav-links .nav-links-inner.prev {
    padding-right: 15px;
  }
}
.post-navigation .nav-links .nav-links-inner.prev .thumbnail-nav {
  float: left;
  display: inline-block;
  padding-right: 20px;
  max-width: 120px;
}
.post-navigation .nav-links .nav-links-inner.next {
  padding-left: 15px;
}
.post-navigation .nav-links .nav-links-inner.next .thumbnail-nav {
  float: right;
  display: inline-block;
  padding-left: 20px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .meta-nav-item {
    display: none;
  }
}

.post-related-block {
  position: relative;
  margin: 30px 0;
}
.post-related-block > h3 {
  text-align: center;
  margin-bottom: 15px;
}
.post-related-block .hentry .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
}
.post-related-block .swiper-pagination-bullets {
  display: none;
}

#comments {
  padding-top: 75px;
}
#comments .comments-title {
  margin-bottom: 50px;
}
#comments .reply-title {
  margin-bottom: 15px;
}
#comments .comments-title,
#comments .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: left;
}
#comments .comment-list {
  list-style: none;
  background-color: #ffffff;
  margin-bottom: 80px;
  padding: 0;
}
#comments .comment-list li > div {
  border-bottom: 1px solid #eeeeee;
}
#comments .comment-list > li:first-child {
  border-top: 0;
}
#comments .comment-list .children {
  list-style: none;
  margin: 0;
}
#comments .comment-list li.comment {
  clear: both;
}
#comments .logged-in-as {
  margin-bottom: 50px;
}
#comments .comment-form-comment {
  margin-bottom: 30px;
}
#comments .comment-form-comment label {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 400;
}

@media screen and (min-width: 48em) {
  ol.children .children {
    padding-left: 2em;
  }
}

.the-comment {
  list-style: none;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.the-comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.the-comment .wrap-avatar {
  margin-right: 30px;
}
.the-comment .wrap-avatar .avatar {
  border-radius: 100%;
}
.the-comment .comment-text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .the-comment .comment-text {
    margin-top: 0;
  }
}

.comment-box .comment-header,
.comment-box h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.comment-box .comment-header a,
.comment-box h6 a {
  color: inherit;
}
.comment-box .comment-header a:hover,
.comment-box h6 a:hover {
  color: #ceb06a;
}

.comment-box .comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
  margin-bottom: 30px;
}

#respond {
  clear: both;
  padding: 0 0 60px;
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.54079em;
  right: 0.54079em;
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: ease, 0.3s, -webkit-transform;
  transition: ease, 0.3s, -webkit-transform;
  transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s, -webkit-transform;
}

.entry-footer {
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
  display: block;
  padding-top: 15px;
  padding-bottom: 30px;
  clear: both;
  background: #ffffff;
  margin-top: 40px;
}
.entry-footer .meta-author .avatar {
  margin: 0 3px;
}

.single_tags a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #777777;
  padding: 5px 10px;
}
.single_tags a:hover {
  color: #ceb06a;
}

.cat-links,
.tags-links,
.edit-link,
.comments-link {
  font-family: "Poppins", sans-serif;
  color: #777777;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.4px;
  padding-right: 20px;
}
.cat-links a,
.tags-links a,
.edit-link a,
.comments-link a {
  color: #777777;
}
.cat-links a:hover,
.tags-links a:hover,
.edit-link a:hover,
.comments-link a:hover {
  color: #ceb06a;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.search .hentry {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.single-post .post-thumbnail {
  margin-bottom: 50px;
}

.single-post .meta-post-categories {
  margin-bottom: 30px;
}
.single-post .meta-post-categories .inner a {
  position: relative;
  padding-left: 45px;
}
.single-post .meta-post-categories .inner a::before {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ceb06a;
}

.single-post .entry-title {
  margin-bottom: 45px;
}

.single-post .entry-meta-list {
  margin-bottom: 45px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  text-transform: capitalize;
}
.single-post .entry-meta-list a {
  color: #999999;
}

.single-post .entry-title {
  font-size: 48px;
  font-size: 3rem;
}

.single-post .social-share-block {
  padding-top: 30px;
}
.single-post .social-share-block > h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  display: none;
}
.single-post .social-share-block a {
  line-height: 1px;
  padding: 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transform: perspective(300px) rotateY(0deg);
  transform: perspective(300px) rotateY(0deg);
}
.single-post .social-share-block a.wpopal-social-facebook {
  background-color: #3b5999;
}
.single-post .social-share-block a.wpopal-social-twitter {
  background-color: #55acee;
}
.single-post .social-share-block a.wpopal-social-linkedin {
  background-color: #3399cc;
}
.single-post .social-share-block a.wpopal-social-tumblr {
  background-color: #2c4762;
}
.single-post .social-share-block a.wpopal-social-google {
  background-color: #dd4b39;
}
.single-post .social-share-block a.wpopal-social-pinterest {
  background-color: #bd081c;
}
.single-post .social-share-block a.wpopal-social-envelope {
  background-color: #55acee;
}
.single-post .social-share-block a:hover {
  background-color: #333333;
}

.media-post-layout ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-post-layout ul li .entry-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.media-post-layout ul li .entry-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 23px;
}
.media-post-layout ul li a.image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 15px;
  margin-left: 0px;
}
.media-post-layout ul li .media-body .entry-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 23px;
}
.media-post-layout ul li .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.media-post-layout ul li .post-date .fa {
  display: none;
}

.blog-home .entry-header,
.blog-grid-flip-item .entry-header,
.blog-mark-hover-item .entry-header,
.blog-list-item .entry-header,
.blog-grid-item .entry-header,
.post-related-block .post .entry-header {
  overflow: hidden;
}
.blog-home .entry-header img,
.blog-grid-flip-item .entry-header img,
.blog-mark-hover-item .entry-header img,
.blog-list-item .entry-header img,
.blog-grid-item .entry-header img,
.post-related-block .post .entry-header img {
  width: 100%;
  max-width: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  height: auto;
}
.blog-home .entry-header .meta-post-categories,
.blog-grid-flip-item .entry-header .meta-post-categories,
.blog-mark-hover-item .entry-header .meta-post-categories,
.blog-list-item .entry-header .meta-post-categories,
.blog-grid-item .entry-header .meta-post-categories,
.post-related-block .post .entry-header .meta-post-categories {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
}

.blog-grid-item {
  margin-bottom: 75px;
}
.blog-grid-item .post-thumbnail {
  margin-bottom: 12px;
}
.blog-grid-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 13px;
}
.blog-grid-item .entry-excerpt p {
  margin-bottom: 25px;
}

.display_description-no .blog-grid-item .entry-excerpt {
  display: none;
}

.display_description-yes .blog-grid-item .entry-excerpt {
  display: block;
}

.single-post .sub-menu .meta-post-categories {
  margin-bottom: 10px !important;
}

.blog-list-item.hentry {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.wpopal-blog-list-style [class*="wp-col-"]:last-child .blog-list-item {
  border-bottom: 0;
}

.wpopal-blog-grid-flip-style [class*="wp-col-"]:nth-child(2n) .blog-grid-flip-item,
.wpopal-blog-grid-flip-style .column-item:nth-child(2n) .blog-grid-flip-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wpopal-blog-grid-flip-style [class*="wp-col-"]:nth-child(2n) .blog-grid-flip-item .entry-header,
.wpopal-blog-grid-flip-style .column-item:nth-child(2n) .blog-grid-flip-item .entry-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wpopal-blog-grid-flip-style [class*="wp-col-"]:nth-child(2n) .blog-grid-flip-item .entry-content,
.wpopal-blog-grid-flip-style .column-item:nth-child(2n) .blog-grid-flip-item .entry-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.blog-grid-flip-item {
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.blog-grid-flip-item .post-thumbnail {
  margin-bottom: 0;
}
.blog-grid-flip-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 13px;
}
.blog-grid-flip-item .entry-content {
  padding: 25px 30px !important;
}

.blog-mark-hover-item {
  margin-bottom: 40px;
}
.blog-mark-hover-item .entry-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.95)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.95));
  z-index: 1;
}
.blog-mark-hover-item .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-mark-hover-item .entry-content .entry-block {
  border-bottom: 0;
}
.blog-mark-hover-item .entry-content .meta-post-categories a {
  color: #ceb06a;
  display: inline-block;
}
.blog-mark-hover-item .entry-content .inpost-img-wrapner {
  background: #ceb06a;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 3px 15px;
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .inpost-img-wrapner a {
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.blog-mark-hover-item .entry-content .entry-title a {
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .blog-posted-on .post-date-day {
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .entry-meta-list li {
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .entry-meta-list li a {
  color: #ffffff;
}
.blog-mark-hover-item .entry-content .entry-meta-list li a:hover {
  color: #ceb06a;
}
.blog-mark-hover-item .entry-content .entry-meta + p {
  display: none;
}

@media (min-width: 991px) {
  .blog-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-home .entry-content,
  .blog-home .entry-header {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .blog-home .entry-content {
    margin-right: 15px;
  }
  .blog-home .entry-header {
    margin-left: 15px;
  }
}

.blog-home .entry-content {
  background-color: #fafbfb;
  border: 1px solid #eeeeee;
  padding: 40px 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.blog-home .entry-content .meta-post-categories {
  margin-bottom: 25px;
}
.blog-home .entry-content .meta-post-categories a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ceb06a;
}
.blog-home .entry-content .entry-title {
  padding-bottom: 20px;
  margin-bottom: 37px;
  position: relative;
}
.blog-home .entry-content .entry-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333333;
}
.blog-home .entry-content .entry-excerpt p {
  margin-bottom: 40px;
}

.blog-home .entry-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.blog-home .entry-header .post-thumbnail {
  margin-bottom: 0;
}

.video-preivew {
  position: relative;
  margin-bottom: 20px;
}
.video-preivew .magnific-popup-iframe {
  width: 56px;
  height: 56px;
  font-size: 19px;
  text-align: center;
  line-height: 59px;
  padding-left: 3px;
  border-radius: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #ffffff;
}
.video-preivew .magnific-popup-iframe:hover {
  background-color: #ceb06a;
}

.single-post .hentry .entry-title {
  font-size: 36px;
  font-size: 2.25rem;
}

.single-post .format-audio iframe {
  width: 100%;
  border: 0;
}

.single-post .format-quote {
  width: 100%;
  border: 0;
}

.post-quote-preview {
  background: #ceb06a;
  font-size: 1.53125rem;
  color: #fff;
  position: relative;
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.post-quote-preview > span {
  position: absolute;
  left: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
}
.post-quote-preview .quote-content {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
.post-quote-preview .quote-author {
  color: #ffffff;
  font-size: 1.09375rem;
}

.single-blog-v1 .site-main .hentry {
  position: relative;
  display: block;
}
.single-blog-v1 .site-main .hentry .entry-content,
.single-blog-v1 .site-main .hentry .entry-footer {
  margin: 0px auto;
  max-width: 770px;
  background: #ffffff;
}

.single-blog-v1 .single-blog-nextprev {
  background: #f9f9f9;
  padding: 100px 0;
}
.single-blog-v1 .single-blog-nextprev .blog-title {
  display: block;
  font-size: 1.41575em;
}

.single-blog-v1 #comments {
  margin: 0 auto 2.61792em;
  max-width: 770px;
}
@media (max-width: 768px) {
  .single-blog-v1 #comments {
    max-width: 100%;
  }
}
.single-blog-v1 #comments input[type="submit"] {
  width: 100%;
}

.breadcrumbs {
  color: #333333;
}
.breadcrumbs.breadcrumb-simple-style {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs.breadcrumb-simple-style > .container span {
  padding-left: 0;
  padding-right: 5px;
}
.breadcrumbs:not(.breadcrumb-simple-style) {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  max-width: 770px;
  margin: auto;
}
.breadcrumbs .breadcrumbs_title h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #333333;
  margin-bottom: 14px;
}
.breadcrumbs .breadcrumbs-inner {
  line-height: 1;
}
.breadcrumbs a {
  text-decoration: none;
  color: #888888;
}
.breadcrumbs a:hover {
  color: #333333;
}
.breadcrumbs i {
  margin: 0 6px;
}
.breadcrumbs .current {
  color: #333333;
}
.breadcrumbs span {
  position: relative;
  padding: 0 5px;
}
.breadcrumbs span span {
  margin-right: 0;
  padding: 0;
}
.breadcrumbs span.current-item {
  color: #333333;
}

.entry-summary .breadcrumbs.breadcrumb-simple-style > .container {
  padding-left: 0;
}

.page-header .page-title {
  padding: 30px 0;
}

.wpopal-demo {
  position: fixed;
  top: 0;
  left: 100%;
  background: #ffffff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 100000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wpopal-demo.open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}
.wpopal-demo .wpopal-demo-toolbar {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 40px;
  line-height: 60px;
  border: 1px solid #eeeeee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.wpopal-demo .wpopal-demo-toolbar a {
  display: block;
  color: #000000;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.wpopal-demo .wpopal-demo-toolbar a:hover {
  color: #ceb06a;
}

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 4's default CSS.
 These are theme independent and should work with any Bootstrap 4 theme mod.
*/
/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
  content: "+";
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: "-";
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, 0.1);
}

/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}

/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}

/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2em;
}

/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}

.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: 0.5em;
}

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}

.opalelementor-nav-menu .menu-badge {
  right: 3px;
  font-size: 10px;
  left: auto;
}

.elementor-editor-preview #page-preloader {
  display: none;
}

/** keep header */
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

.elementor-top-section.she-header {
  left: 0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-animation: headerSlideDown 0.95s ease forwards;
  animation: headerSlideDown 0.95s ease forwards;
  will-change: transform;
}

/***/
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup-animation-show {
  /* start state */
  /* animate in */
  /* animate out */
}
.popup-animation-show .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.popup-animation-show.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-animation-show.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.popup-animation-show.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.popup-animation-show.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.popup-animation-show.mfp-removing.mfp-bg {
  opacity: 0;
}

.elementor-widget-opal-button .elementor-button {
  background: #333333;
  color: #ffffff;
  padding: 22px 45px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
}
.elementor-widget-opal-button .elementor-button:hover {
  background: #ceb06a;
}

.elementor-button-primary .elementor-button {
  background: #333333;
  color: #ffffff;
  padding: 20px 45px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
}
.elementor-button-primary .elementor-button:hover {
  background: #ceb06a;
}

.elementor-button-outline-pirmary .elementor-button {
  border: 2px solid #ffffff;
  background: transparent !important;
  color: #ffffff;
  padding: 20px 45px;
  font-weight: 500;
}
.elementor-button-outline-pirmary .elementor-button:hover {
  background: transparent !important;
  border-color: #333333;
  color: #333333;
}

.elementor-button-btn-line .elementor-button {
  border-bottom: 2px solid #ffffff;
  background: transparent !important;
  color: #ffffff;
  font-weight: 500;
}
.elementor-button-btn-line .elementor-button:hover {
  background: transparent !important;
  border-color: #333333;
  color: #333333;
}

.elementor-button-btn-secondary .elementor-button {
  background: #bdc5d1;
  color: #ffffff;
  padding: 20px 45px;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.elementor-button-btn-secondary .elementor-button:hover {
  background: #ceb06a;
}

.elementor-button[class*="elementor-size-"] {
  border-radius: 0px;
}

.elementor-opal-slick-slider.elementor-slick-slider {
  overflow: hidden;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-next,
.elementor-opal-slick-slider.elementor-slick-slider .slick-prev {
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.175);
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-next:hover,
.elementor-opal-slick-slider.elementor-slick-slider .slick-prev:hover {
  background: #ceb06a;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-next:hover::before,
.elementor-opal-slick-slider.elementor-slick-slider .slick-prev:hover::before {
  color: #ffffff;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-next::before,
.elementor-opal-slick-slider.elementor-slick-slider .slick-prev::before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #777777;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-next {
  right: -40px;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-prev {
  left: -40px;
}
.elementor-opal-slick-slider.elementor-slick-slider:hover .slick-next {
  right: 15px;
}
.elementor-opal-slick-slider.elementor-slick-slider:hover .slick-prev {
  left: 15px;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-dots li button:before {
  opacity: 1;
  color: #999 !important;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-dots li.slick-active button:before {
  color: #ceb06a !important;
}

.elementor-widget-opal-countdown .elementor-opal-countdown {
  max-width: 270px !important;
  color: #333333;
  line-height: 30px;
}

.elementor-widget-opal-countdown .elementor-countdown-item {
  position: relative;
}
.elementor-widget-opal-countdown .elementor-countdown-item::after {
  position: absolute;
  content: ":";
  font-size: 24px;
  font-size: 1.5rem;
  top: 0;
  right: -7px;
  color: #333333;
}
.elementor-widget-opal-countdown .elementor-countdown-item:last-child::after {
  content: "";
}

.elementor-widget-opal-countdown .elementor-countdown-digits {
  font-size: 40px;
  font-size: 2.5rem;
}

.elementor-widget-opal-countdown .elementor-countdown-label {
  font-size: 16px;
  font-size: 1rem;
}

.elementor-widget-opal-social-share.elementor-share-buttons--align-left .elementor-grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.elementor-widget-opal-social-share.elementor-share-buttons--align-center .elementor-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-opal-social-share.elementor-share-buttons--align-right .elementor-grid {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .elementor-widget-opal-social-share.elementor-share-buttons--align-right .elementor-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.elementor-widget-opal-social-share.elementor-share-buttons--align-justify .elementor-grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.elementor-widget-opal-social-share a {
  color: #888888;
}
.elementor-widget-opal-social-share a:hover {
  color: #ceb06a;
}

.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-select-trigger {
  padding: 13px 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777777;
}
.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-select-trigger::after {
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}

.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-options {
  border: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-options::before {
  border-top: 0;
  border-left: 0;
  background: transparent;
}

.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-option {
  border-bottom: 0;
  color: #777777;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
}
.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-option.selection,
.elementor-widget-opal-navbarsearch .elementor-search-form__container .custom-option:hover {
  background: transparent;
  color: #ceb06a;
}

.elementor-widget-opal-navbarsearch .elementor-search-form__container .elementor-search-form__submit {
  padding: 0px;
  border-color: transparent;
}

.elementor-widget-opal-search-form input[type="search"].elementor-search-form__input {
  background-color: transparent !important;
}

.elementor-widget-opal-search-form button[type="submit"] {
  border-color: transparent;
  padding: 0px;
}
.elementor-widget-opal-search-form button[type="submit"]:hover {
  border-color: transparent;
}

.elementor-widget-opal-navbarsearch .elementor-search-form__submit .fa-search {
  font-family: "zoli";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.elementor-widget-opal-navbarsearch .elementor-search-form__submit .fa-search::before {
  font-size: 28px;
  font-size: 1.75rem;
}

.elementor-social-icon {
  margin-right: 0;
}

[class*="elementor-social-icon-"] {
  background-color: transparent;
}
[class*="elementor-social-icon-"] i {
  color: #777777;
}
[class*="elementor-social-icon-"] i:hover {
  color: #ceb06a;
}

/***************
* Edit Woo Category Product Tab
***************/
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  margin-bottom: 60px;
}

.elementor-widget-tabs .elementor-tab-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .elementor-widget-tabs .elementor-tab-title {
    margin-right: 35px !important;
    padding: 0px;
  }
  .elementor-widget-tabs .elementor-tab-title.elementor-active {
    border-bottom: 2px solid #ceb06a !important;
    padding-bottom: 7px;
  }
  .elementor-widget-tabs .elementor-tab-title:last-child {
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-tabs .elementor-tab-title {
    padding: 0px 0px 20px 0px !important;
  }
  .elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: #ceb06a !important;
  }
}

@media (min-width: 1140px) {
  .elementor-widget-tabs .elementor-tab-content {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 0px;
}

.elementor-widget-call-to-action .elementor-cta__content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.elementor-widget-call-to-action .elementor-cta__content .elementor-button {
  color: #333333;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #333333;
  padding: 10px 0px;
}
.elementor-widget-call-to-action .elementor-cta__content .elementor-button:hover {
  color: #ceb06a;
  border-color: #ceb06a;
}

.tooltipster-sidetip div.opal-image-hotspots-tooltips-text {
  overflow: hidden;
  padding: 0px;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text > h4 {
  padding: 5px 20px 20px 20px;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #888888;
  margin-bottom: 5px;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text .star-rating {
  font-size: 10px;
  font-size: 0.625rem;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text .star-rating span {
  padding-top: 2.5em !important;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text .woocommerce-Price-amount {
  font-size: 15px;
  font-size: 0.9375rem;
}
.tooltipster-sidetip div.opal-image-hotspots-tooltips-text ins {
  text-decoration: none;
}

.instagram-widget .wrapp-picture {
  position: relative;
}
.instagram-widget .wrapp-picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  pointer-events: none;
}
.instagram-widget .wrapp-picture:before {
  content: "\f16d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 2;
  pointer-events: none;
}
.instagram-widget .wrapp-picture:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.instagram-widget .wrapp-picture:hover:after {
  opacity: 1;
}

.elementor-widget-opal-offcanvas-sb .elementor-button {
  padding: 12px 0;
  color: #333333;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
}

.elementor-widget-opal-offcanvas-sb .elementor-button-others .fa-shopping-cart,
.elementor-widget-opal-offcanvas-sb .elementor-button-others .fa-user {
  font-family: "zoli";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
}

#navbar-toggler-mobile:focus,
#navbar-toggler-mobile:hover {
  outline: none;
}

.offcanvas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
}
.offcanvas-inner .js-offcanvas-close {
  display: block !important;
  font-size: 25px;
  cursor: pointer;
  right: 20px;
  top: 10px;
  position: absolute;
  z-index: 9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}
.offcanvas-inner .offcanvas-logo {
  max-width: 178px;
}
.offcanvas-inner .offcanvas-logo a {
  padding: 0;
}
.offcanvas-inner .offcanvas-logo img {
  height: auto;
}

.offcanvas-top {
  padding: 30px 0 30px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.offcanvas-top #searchform .widget-title {
  display: none;
}

.offcanvas-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.offcanvas-bottom {
  margin-top: 30px;
  width: 100%;
  border-top: 0px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.offcanvas-bottom a {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0px;
  font-size: 0rem;
}
.offcanvas-bottom .fa-shopping-cart,
.offcanvas-bottom .fa-user {
  font-family: "zoli";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  font-size: 1.5rem;
}

.js-offcanvas {
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
}
.js-offcanvas.is-open {
  opacity: 1;
  visibility: visible;
}

.c-offcanvas--left {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(-25em, 0, 0);
  transform: translate3d(-25em, 0, 0);
  width: 25em;
}

@media (max-width: 767px) {
  .c-offcanvas--left {
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#main-navigation-offcanvas > li {
  display: block;
  border-bottom: 1px solid #eeeeee;
}
#main-navigation-offcanvas > li > a {
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
  padding: 15px 0;
  display: block;
  font-family: "Poppins", sans-serif;
}
#main-navigation-offcanvas > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #eeeeee;
}
#main-navigation-offcanvas > li > a.highlighted,
#main-navigation-offcanvas > li > a:hover {
  color: #ceb06a;
}
#main-navigation-offcanvas > li > a.highlighted:after,
#main-navigation-offcanvas > li > a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: #ceb06a;
}
#main-navigation-offcanvas > li .dropdown-menu {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 20px !important;
  border: 0;
}
#main-navigation-offcanvas > li .dropdown-menu li a {
  padding: 10px 0px;
  border-left: 0px;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  background: transparent;
}

#main-navigation-offcanvas .sub-arrow {
  margin-right: -0.7em;
  border: 0;
  font-weight: 400;
}

.offcanvas-content .opalelementor-nav-menu > li {
  display: block;
  border-bottom: 1px solid #eeeeee;
}
.offcanvas-content .opalelementor-nav-menu > li > a {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0;
  display: block;
  font-family: "Poppins", sans-serif;
}
.offcanvas-content .opalelementor-nav-menu > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ceb06a;
}
.offcanvas-content .opalelementor-nav-menu > li > a.highlighted,
.offcanvas-content .opalelementor-nav-menu > li > a:hover {
  color: #333333;
}
.offcanvas-content .opalelementor-nav-menu > li > a.highlighted:after,
.offcanvas-content .opalelementor-nav-menu > li > a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: #333333;
}
.offcanvas-content .opalelementor-nav-menu > li .opalelementor-nav-menu--dropdown {
  padding: 20px;
  border: 0 !important;
}
.offcanvas-content .opalelementor-nav-menu > li .opalelementor-nav-menu--dropdown a {
  border-bottom: 0;
}

.offcanvas-content .opalelementor-sub-item {
  padding: 10px 0px;
  color: #888888;
  border-left: 0px;
  font-size: 14px;
  font-size: 0.875rem;
}

#wrapper-navbar .navbar-expand-lg {
  border-bottom: 1px solid #eeeeee;
}
#wrapper-navbar .navbar-expand-lg > .container {
  text-align: center;
}
#wrapper-navbar .navbar-expand-lg .navbar-brand {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3;
}
#wrapper-navbar .navbar-expand-lg #site-header-account > a {
  font-size: 20px;
  font-size: 1.25rem;
}
#wrapper-navbar .navbar-expand-lg .custom-logo {
  padding: 9px 0;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li {
  position: relative;
  margin-right: 25px;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li > a {
  position: relative;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li > a:hover {
  color: #333333;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  left: 0;
  background-color: #333;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li.current-menu-parent:after {
  width: 100%;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li.current-menu-parent > a {
  color: #333333;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li:hover:after {
  width: 100%;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav > li.current-menu-item .nav-link {
  color: #333333;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #777;
  padding: 35px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #333333;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 25px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  min-width: 250px;
  top: calc(100% + 15px);
  pointer-events: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  border: 0;
  opacity: 0;
  visibility: hidden;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #777777;
  padding: 0 30px;
  line-height: 31px;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ceb06a;
  background-color: transparent;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .nav-item.show .dropdown-menu {
  top: 100%;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .sub-arrow {
  right: 2em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  padding-left: 6px;
  color: #bababa;
}
#wrapper-navbar .navbar-expand-lg .navbar-nav .sub-arrow::before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  vertical-align: middle;
}

.opalelementor-nav-menu .menu-item-type-custom ul {
  padding: 25px 35px;
}

.opalelementor-nav-menu .opalelementor-item::after {
  height: 3px;
}

.opalelementor-nav-menu .sub-menu a.opalelementor-sub-item {
  line-height: 1.9rem;
}
.opalelementor-nav-menu .sub-menu a.opalelementor-sub-item:hover,
.opalelementor-nav-menu .sub-menu a.opalelementor-sub-item:focus {
  color: #ceb06a;
}

.opalelementor-nav-menu .sub-menu a.opalelementor-item-active {
  color: #ceb06a !important;
  background-color: transparent;
}

@font-face {
  font-family: "zoli";
  src: url("./assets/fonts/zoli.eot");
  src: url("./assets/fonts/zoli.eot?#iefix") format("eot"), url("./assets/fonts/zoli.woff2") format("woff2"), url("./assets/fonts/zoli.woff") format("woff"),
    url("./assets/fonts/zoli.ttf") format("truetype"), url("./assets/fonts/zoli.svg#zoli") format("svg");
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ceb06a;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.entry-block1 {
  padding-right: 25px;
}

.account-dashboard a:after,
.widget_categories a:after,
.product-categories a:after,
.widget_archive a:after {
  background: transparent;
}

/*** POPULAR TAGS ***/
.tagcloud .tag-cloud-link {
  background: transparent;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

/**** Edit Woo Mini Cart ****/
.elementor-widget-opal-cart .header-button {
  padding-right: 15px;
}
.elementor-widget-opal-cart .header-button .count {
  top: 3px;
  right: 0;
  left: auto;
  padding: 0px;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
}

/**** Edit Woo Mini Cart ****/
.elementor-widget-opal-account .site-header-account .login-form-head {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.elementor-widget-opal-account .site-header-account .login-form-head .register-link {
  color: #ceb06a;
  text-transform: capitalize;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  min-width: 500px;
  max-width: 1000px;
  margin: 20px auto;
}

.wp-block-button .wp-block-button__link {
  border-radius: 3px;
  background: #333333;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: #ceb06a;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: transparent;
  border-color: #ceb06a;
  color: #ceb06a;
}

/**** Opal icons ****/
.lexus-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lexus-icon-list .glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

.lexus-icon-list .class-name {
  color: #223645;
  padding: 10px;
}

.lexus-icon-list [class*="lexus-icon"] {
  padding: 20px;
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #223645;
  background: #fff;
}

body.custom-background.page-id-2084 {
  background: #f0f5fb;
}

.woocommerce-message a.button.wc-forward:hover,
.woocommerce-message a.button.wc-forward:focus {
  color: #000000;
}

.topbar {
  background-color: #f1f1f1;
  padding: 10px 0;
}

/*! Hint.css - v2.6.0 - 2019-04-27
* http://kushagragour.in/lab/hint/
* Copyright (c) 2019 Kushagra Gour */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #ceb06a;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 12px;
  white-space: nowrap;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #ceb06a;
}

.hint--top-right:before {
  border-top-color: #ceb06a;
}

.hint--top:before {
  border-top-color: #ceb06a;
}

.hint--bottom-left:before {
  border-bottom-color: #ceb06a;
}

.hint--bottom-right:before {
  border-bottom-color: #ceb06a;
}

.hint--bottom:before {
  border-bottom-color: #ceb06a;
}

.hint--left:before {
  border-left-color: #ceb06a;
}

.hint--right:before {
  border-right-color: #ceb06a;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.hint--no-shadow:before,
.hint--no-shadow:after {
  text-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
