/*
 Theme Name: Ridealong
 Theme URI: https://themeforest.net/user/dropletthemes
 Description: Ridealong - Car Rental and Limousine WordPress Theme 
 Author: Ajmal Khan
 Author URI: https://dropletthemes.com
 Text Domain: ridealong
 Version: 1.1
 License: Themeforest Split License
 License URI: https://themeforest.net/licenses
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
 Tested up to: 6.0
*/
/* ================================================== */
/*  00. Table of Content
/* ================================================== */
/*   00. Global Styles and Reset
/*     --- 00.0 Reset
/*     --- 00.0 WordPress Core
/*     --- 00.0 WordPress Gallery
/*     --- 00.0 Typography
/*     --- 00.0 Forms
/*     --- 00.0 Helper Classes
/*   00. Gutenberg
/*   00. Grid System
/*   06. Header
/*   00. Titlebar
/*   00. Footer
/*   00. Sidebar
/*   00. Widgets
/*   00. Blog
/*   00. Comments
/*   00. Pagination
/*   00. Pages
/*     --- 00.0 Page 404
/*     --- 00.0 Page Search
/*     --- 00.0 Page Blank
/*     --- 00.0 Vehicle
/* ================================================== */

/* =========================================================== */
/* 00. Reset
/* =========================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Normalize Css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  text-decoration: none;
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
a img {
  border: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5 !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d0ccbf;
  padding: 30px;
  margin: 25px 0;
}

legend {
  border: 0;
  padding: 0;
  color: #121F23;
  font-size: 16px;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border: medium none;
  vertical-align: middle
}

table th {
  border: 0;
  padding: 16px 10px;
  text-align: center
}

table td {
  padding: 16px 10px;
  text-align: center
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  outline: 0;
  text-decoration: none;
  text-decoration-skip: ink;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

.touch a:hover {
  color: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 5px 6px;
  line-height: 1.42857143;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #D2D6DA ;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #f1f3f4 ;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* =========================================================== */
/* 00. WordPress Core
/* =========================================================== */
html {
  height: 100%;
  scroll-behavior: smooth;
}

p {
  margin: 10px 0;
}

a,
p a {
  position: relative;
  color: #121F23;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

a:hover,
p a:hover {
  color: #121F23;
}

p img {
  margin: 0;
}

p strong {
  font-weight: 500;
}

a strong {
  color: #121F23;
}

p:last-child,
.hentry ul:not([class]):last-child {
  margin-bottom: 0;
}

i,
.italic {
  font-style: italic;
}

del {
  font-weight: 400;
}

.underline {
  text-decoration: underline !important;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
}

address p {
  margin: 0;
}

video {
  max-width: 100%;
  height: auto;
}

img,
.img {
  max-width: 100%;
  height: auto;
}

small,
sub,
sup {
  position: relative;
  vertical-align: baseline;
  height: 0;
  line-height: 0;
  font-size: 80%;
}

sub {
  top: 0.5ex;
}

sup {
  bottom: 0.5ex;
}

mark {
  display: inline;
  padding: 2px 8px;
  background-color: #D2D6DA ;
  font-weight: 400;
  color: #121F23;
}

mark.dark {
  background-color: #000;
  color: #ffffff;
}

/*Body Selection*/
::selection {
  color: #ffffff;
  background-color: #D1B096;
}

::-moz-selection {
  color: #ffffff;
  background-color: #D1B096;
}

/*Table Styles*/
table {
  width: 100%;
  margin: 25px 0;
}

table thead tr,
table tbody tr {
  border: 1px solid #D2D6DA ;
}

table tbody th {
  border-right: 1px solid #D2D6DA ;
}

/*List Styles*/
ul,
ol {
  list-style-position: inside;
  margin: 15px 0;
}

ul ul,
ol ol,
ol ul,
ul ol {
  margin: 0;
  padding: 0 0 0 15px;
}

dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

dd {
  margin-bottom: 15px;
}

/*Blockquote*/
blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0;
  padding: 5px 40px;
  font-size: 22px;
  font-style: normal;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.5em;
  text-align: center;
  quotes: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #121F23;
  background: #f1f3f4;
  font-weight: bold;
  width: auto;
}

blockquote:after,
blockquote:before {
  content: ''
}

blockquote cite,
blockquote .wp-block-quote__citation,
blockquote .wp-block-pullquote__citation,
blockquote footer {
  display: block;
  margin-top: 20px;
  text-align: inherit;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
  text-transform: none
}

blockquote .wp-block-pullquote__citation {
  margin-top: 5px;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
  opacity: 1
}

.wp-caption-text {
  margin-top: 5px;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 20px 0
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 10px
}

.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto
}

.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both
}

@media only screen and (max-width:1024px) {
  .alignwide {
    width: 100%;
    max-width: 100%
  }
}

.alignfull {
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both
}

@media only screen and (max-width:1024px) {
  .alignfull {
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem)
  }
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

/* =========================================================== */
/* 00. WordPress Gallery 
/* =========================================================== */
.gallery {
  margin-bottom: 30px;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.gallery .gallery-item img {
  margin: 0 auto;
}

.gallery .gallery-item .gallery-caption {
  margin: 10px 0;
}

.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-icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-caption {
  color: #121F23;
  font-size: 14px;
  max-width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =========================================================== */
/* 00. Typography
/* =========================================================== */
body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  color: #505050;
  background-color: #ffffff;
  margin: 0;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

body.no-scroll {
  overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Space Grotesk', sans-serif;
  color: #121F23;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1.droplet-heading-tagline,
h2.droplet-heading-tagline,
h3.droplet-heading-tagline,
h4.droplet-heading-tagline,
h5.droplet-heading-tagline,
h6.droplet-heading-tagline,
p.droplet-heading-tagline{
  font-family: inherit;
  color: #D1B096;
  font-weight: 700;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
.h1 {
  font-size: 45px;
  line-height: 1.3em;
  letter-spacing: -0.01em;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.3em;
  letter-spacing: -0.01em;
}

h3,
.h3 {
  font-size: 26px;
  line-height: 1.37em;
  letter-spacing: -0.012em;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: -0.014em;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: -0.012em;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: -0.05em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #121F23;
}

/*Responsive*/
@media only screen and (max-width: 480px) {
    .h1, h1 {
        font-size:36px
    }
    .h2, h2 {
        font-size:26px
    }
}

/* =========================================================== */
/* 00. Forms
/* =========================================================== */
form {
  margin: 0;
}

form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
#respond textarea,
#respond input[type='text'],
select,
textarea,
.post-password-form input[type="password"],
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-quiz {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  margin: 0 0 15px;
  font-family: inherit;
  font-weight: 400;
  color: #121F23;
  background-color: #f1f3f4;
  border: 0;
  border-radius: 0;
  height: auto;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
#respond input[type='text']:focus,
#respond textarea:focus,
select:focus,
textarea:focus,
.post-password-form input[type="password"]:focus {
  outline: 0;
  border-color: none;
  box-shadow: none;
}

select,
.wpcf7-form-control.wpcf7-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #f1f3f4;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  position: relative;
  padding-right: 26px;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181818;
  border-radius: 0;
}

option:not(:checked) {
  color: #505050;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: 0 0;
  background-color: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.wpcf7-date,
input[type="date"]{
  -webkit-appearance: none;
  height: 55px;
  width: 100%;
  text-transform: uppercase;
  font-size: 90%;
  color: currentColor;
  text-align: left;
}

label {
  color: inherit;
  display: block;
  font-size: inherit;
  margin-bottom: 0.5rem;
}

.wpcf7-form label {
  display: inline-block !important;
  margin-bottom: 15px;
}

textarea {
  padding: 20px 25px;
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f1f3f4 inset;
}

.textarea {
  min-height: 20px;
}

.post-password-form input[type=password] {
  margin: 10px 0 5px 0;
}

select {
  border-radius: 0 !important;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

input[type=checkbox],
input[type=radio] {
  clear: none;
  cursor: pointer;
  margin: -.25rem .25rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  transition: .05s border-color ease-in-out;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid #D2D6DA ;
  margin-right: 8px;
  position: relative;
}

input[type=checkbox]:checked {
  background: #D1B096;
  border-color: #D1B096;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 4px;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  content: '';
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #192a30;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
  border-color: #D2D6DA ;
  cursor: not-allowed;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 0;
  background: #121F23;
  cursor: pointer;
  margin-top: -6px;
  box-shadow: none;
}

input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0;
  height: 16px;
  width: 2px;
  border-radius: 0;
  background: #121F23;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 0;
  height: 16px;
  width: 2px;
  border-radius: 0;
  background: #121F23;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*Contact Form 7*/
.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0;
}
 
.wpcf7-form {
  margin: 0;
  padding: 0;
}

.wpcf7 p.message_field {
  clear: both;
  width: 100%;
}

.wpcf7-form textarea {
  clear: both;
}

.wpcf7-list-item-label {
  font-weight: 400;
  vertical-align: middle;
  margin-right: 5px;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.wpcf7-form input[type="radio"] {
  margin-top: 5px;
}

.wpcf7-form p {
  position: relative;
  margin: 0;
}

.wpcf7-form .invalid,
.wpcf7-not-valid {
  color: #bf1515;
}

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: red;
}

.wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px 40px 12px 20px;
  border: none;
  background-color: #f1f3f4;
  color: inherit;
  margin: 0 0 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: 0;
  font-size: 20px;
  text-align: center;
}

.wpcf7-spinner {
  visibility: hidden; 
  display: inline-block;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: -43px 6px 0 0;
  position: relative;
  float: right;
}

.newsletter-form .field + .field{
  padding: 0;
}

/*Button*/
.button,
.droplet-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-password-form input[type='submit'],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  opacity: 1;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  padding: 16px 36px;
  background-color: #D1B096;
  color: #192a30;
  border: 0;
  cursor: pointer;
}

.button:hover,
.droplet-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.post-password-form input[type='submit']:hover,
.wp-block-search .wp-block-search__button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
  background-color: #192a30;
  color: #ffffff;
}

/* =========================================================== */
/* 00. Helper Classes 
/* =========================================================== */
.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-just {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.border-0 {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.prl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.no-margin {
  margin: 0 !important;
}

.mrl-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.fit {
  max-width: 100% !important;
}

.quater-width {
  width: 25% !important;
}

.half-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-small{
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.font-medium{
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}

.font-large{
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
}

.themecolor,
#site-footer .themecolor,
.header-offcanvas-side-menu-content .themecolor {
  color: #D1B096;
}

.themecolorbg {
  background-color: #D1B096;
}

#site-footer .secondrycolor,
.secondrycolor {
  color: #f1f3f4;
}

.secondrycolorbg {
  background-color: #D1B096;
}

.border {
  border: 1px solid #D2D6DA ;
}

.white {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black {
  color: #000 !important;
}

.black-bg {
  background-color: #000 !important;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.bypostauthor {
  border-radius: 1px;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.no-space {
  padding: 0 !important;
  margin: 0 !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.pull-center {
  float: none !important;
  text-align: center !important;
  display: inline-block !important;
}

.nav-right {
  float: right !important;
  margin-right: -15px;
}

.nav-left {
  float: left !important;
  margin-left: -15px;
}

.pull-none {
  float: none !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.widget label.screen-reader-text {
  display: none !important;
}

hr.no_line {
  background: none;
  color: transparent;
}

.mont,
span.mont,
p.mont {
  font-weight: 400;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #D2D6DA ;
}

li.heading-h3 a {
  font-size: 24px !important;
  margin-right: 30px !important;
}

.size-14px {
  font-size: 14px !important;
}

.size-16px {
  font-size: 16px !important;
}

.size-18px {
  font-size: 18px !important;
}

.size-20px {
  font-size: 20px !important;
}

.size-22px {
  font-size: 22px !important;
}

.size-24px {
  font-size: 24px !important;
}

/*Widget Classes*/
.text-left-auto {
  text-align: left !important;
}

.text-right-auto {
  text-align: right !important;
}

.text-center-auto {
  text-align: center !important;
}

@media (max-width: 768px) {
  .text-center-xs {
    text-align: center !important;
    display: block !important;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .text-left-auto {
    text-align: center !important;
  }

  .text-right-auto {
    text-align: center !important;
  }
}

/*Footer Mailchimp Form*/
.mc4wp-newsletter{
  position: relative;
  width: 100%;
  max-width: 100%;
}

.mc4wp-newsletter .field-email{
  padding-right: 0;
}

.mc4wp-newsletter .field-submit{
  padding-left: 0;
}

@media (max-width: 768px) {
  .mc4wp-newsletter{
    width: 100%;
  }

  .mc4wp-newsletter .field-submit{
    padding-left: 15px;
    padding-right: 0;
  }

  .mc4wp-newsletter .field-submit input{
    width: 100%;
  }
}

.footer-widget-area .mc4wp-newsletter input[type="email"]{
  background-color: rgba(255,255,255,0.1);
  color: #8a9da4;
}

.footer-widget-area .mc4wp-newsletter input[type="submit"]{
  width: 100%;
}

/*Social Icons*/
.droplet-social{
  position: relative;
}

.droplet-social a{
  display: inline-block;
}

.droplet-social a i{
  color: #ffffff;
  background-color: #D1B096;
  font-size: 22px;
  padding: 12px;
  margin-right: 12px;
  border-radius: 50px;
}

#menu-quick-links li{
  margin-bottom: 22px;
}

div.line-subtitle {
  width: 65px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #D1B096;
  display: inline-block;
  vertical-align: middle;
}

/*Reservation Form*/
.droplet-booking-form{
  position: relative;
}

.droplet-booking-form .droplet-form-icon,
.rs-layer .droplet-booking-form .droplet-form-icon {
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: 22px;
  color: #D1B096;
}

/*Elementor Parallax*/


/* ================================================== */
/*  00. Gutenberg
/* ================================================== */
p.has-background {
  padding: 20px 30px;
}

.wp-block-audio {
  width: 100%;
}

.wp-block-audio audio {
  width: auto;
}

.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
  max-width: 50%;
}

.wp-block-audio.aligncenter audio {
  display: block;
  margin: 0 auto;
}

.wp-block-video video {
  width: 100%;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  margin: 0;
  padding-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
  padding-left: 0 !important;
}

.wp-block-archives li,
.wp-block-page-list li,
.wp-block-categories li,
.wp-block-latest-posts li {
  margin-bottom: 8px;
  list-style-type: none;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  color: #121F23;
  text-decoration: none;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}

.wp-block-archives select,
.wp-block-categories select,
.wp-block-latest-posts select {
  width: 100%;
  max-width: 100%;
  height: 52px;
  margin: 10px 0 0;
  padding: 14px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #121F23;
  background-color: transparent;
  border: 1px solid #D2D6DA ;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#site-footer .wp-block-archives select,
#site-footer .wp-block-categories select,
#site-footer .wp-block-latest-posts select {
  color: #8a9da4;
  border: 1px solid #8a9da4;
}

.wp-block-categories li ul {
  margin: 4px 0 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

.wp-block-categories li ul li:last-child {
  padding: 4px 0 0;
}

.wp-block-archives-dropdown label {
  display: none;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
}

.wp-block-preformatted {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-verse {
  font-family: inherit;
}

.has-drop-cap:not(:focus):first-letter {
  font-family: inherit;
  font-size: 3.375em;
  line-height: 1;
  font-weight: 700;
  margin: 0 0.25em 0 0;
}

.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
}

.wp-block-rss .wp-block-rss__item {
  margin: 2px 0;
}

.wp-block-button.is-style-outline>.wp-block-button__link{
  padding: 16px 36px;
}

/*Block Widget - Search*/
.wp-block-search .wp-block-search__button {
  padding: 0 14px !important;
  margin-left: 10px !important;
}

.wp-block-search__button svg {
  min-height: 30px;
  min-width: 30px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  margin-left: -1px !important;
}

#site-footer .wp-block-search .wp-block-search__button {
  color: #ffffff;
  border: 0;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin: 0;
}

#site-footer .wp-block-search .wp-block-search__input[type="search"]:focus {
  border-color: #D2D6DA ;
  color: #8a9da4;
}

.wp-block-search .wp-block-search__button svg {
  font-size: 20px;
  transform: rotate(260deg);
  margin-top: 5px;
}

/*Block Widget - Latest Posts*/
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 30px !important;
}

.wp-block-latest-posts__list.wp-block-latest-posts li a {
  font-size: 20px;
  margin: 20px 0 10px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 90%;
  text-transform: capitalize;
}

.wp-block-latest-posts__post-date {
  margin-left: 10px;
}

.wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 90%;
}

/*Block Widget - Calendar*/
.wp-block-calendar caption {
  font-size: 16px;
  font-weight: 600;
  color: #121F23;
  padding: 12px;
  border: 1px solid #D2D6DA ;
  border-bottom: 0 !important;
}

#site-footer .wp-block-calendar table caption,
#site-footer .wp-block-calendar table tbody {
  color: #8a9da4;
  border: 1px solid #8a9da4;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    border: 1px solid #D2D6DA ;
}

#site-footer .wp-block-calendar tbody td,
#site-footer .wp-block-calendar th {
    border: 1px solid #8a9da4;
}

/*Widget Block - Comments*/
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*Widet Block - RSS*/
.wp-block-rss .wp-block-rss__item {
  margin-bottom: 15px;
}

span.wp-block-rss__item-author {
  display: none;
}

.wp-block-rss__item-publish-date {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
  opacity: .8;
}

/*Widet Block - Social*/
.wp-block-social-links .wp-social-link a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding-right: 0.70em;
  color: currentColor;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}

/*Wiget Block - Tags*/
.wp-block-tag-cloud a {
  font-size: inherit !important;
  display: inline-block;
  padding: 5px 2px;
  text-transform: capitalize;
  font-family: inherit;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  color: #505050;
  box-shadow: none;
}

.wp-block-tag-cloud a:not(:last-child):after {
  content: ",";
}

#site-footer .wp-block-tag-cloud a {
  color: #8a9da4;
}

/*Blockquote*/
blockquote.wp-block-pullquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 !important;
  padding: 50px !important;
  font-size: 30px !important;
  font-style: normal !important;
  line-height: 1.5em !important;
  text-align: center;
  quotes: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  color: #121F23;
  background: #f1f3f4;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

blockquote.wp-block-pullquote>* {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  margin: 0
}

blockquote.wp-block-pullquote:before,
blockquote.wp-block-pullquote:after {
  content: '';
}

blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote .wp-block-quote__citation,
blockquote.wp-block-pullquote .wp-block-pullquote__citation,
blockquote.wp-block-pullquote footer {
  display: block !important;
  margin-top: 20px !important;
  text-align: inherit !important;
  font-size: 14px !important;
  line-height: 1.3em !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

blockquote.wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 5px !important;
}

blockquote.wp-block-pullquote.aligncenter {
  width: 100%;
}

blockquote.wp-block-pullquote.alignleft {
  text-align: left;
  max-width: 100%;
}

blockquote.wp-block-pullquote.alignright {
  text-align: right;
  max-width: 100%;
}

blockquote.wp-block-pullquote p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  margin: 0;
}

/*Pullquote*/
.wp-block-pullquote {
  margin: 0;
}

.wp-block-pullquote blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 !important;
  padding: 50px !important;
  font-size: 30px !important;
  font-style: normal !important;
  line-height: 1.5em !important;
  text-align: center;
  quotes: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  color: #121F23;
  background: #f1f3f4;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  text-align: center;
}

.wp-block-pullquote blockquote>* {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  margin: 0
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
  content: '';
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote .wp-block-quote__citation,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote footer {
  display: block !important;
  margin-top: 20px !important;
  text-align: inherit !important;
  font-size: 14px !important;
  line-height: 1.3em !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.wp-block-pullquote blockquote .wp-block-pullquote__citation {
  margin-top: 5px !important;
}

.wp-block-pullquote p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

/*Blockquote*/
.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 !important;
  padding: 50px !important;
  font-size: 30px !important;
  font-style: normal !important;
  line-height: 1.5em !important;
  text-align: center;
  quotes: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: uppercase;
  border: none !important;
  color: #121F23;
  background: #f1f3f4;
}

.wp-block-quote>* {
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  margin: 0
}

.wp-block-quote:before,
.wp-block-quote:after {
  content: '';
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote footer {
  display: block !important;
  margin-top: 20px !important;
  text-align: inherit !important;
  font-size: 20px !important;
  line-height: 1.5em !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.wp-block-quote .wp-block-pullquote__citation {
  margin-top: 5px !important;
}

.wp-block-quote>p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  margin: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1rem 0;
  font-size: 1.6875em !important;
  line-height: 1.6em !important;
}

/*Image*/
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.aligncenter,
.wp-block-image.alignright {
  max-width: 100%;
}

.wp-block-image.alignfull {
  left: auto;
  max-width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

/*Cover*/
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {

  .wp-block-cover-image,
  .wp-block-cover {
    padding: 2rem 10%;
  }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text strong,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text strong,
.wp-block-cover h2 {
  font-family: inherit;
  font-size: 30px;
  line-height: 1.208em;
  letter-spacing: .045em;
  color: #ffffff !important;
  margin-bottom: 0;
}

.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}

.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
  max-width: calc(8 * (100vw / 12) - 28px);
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  line-height: normal;
}

/*Gallery*/
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*Seperator*/
.wp-block-separator {
  box-sizing: content-box;
  overflow: visible;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #D2D6DA ;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}

.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #505050;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator+h1:before,
.wp-block-separator+h2:before,
hr+h1:before,
hr+h2:before {
  display: none;
}

/*Embed*/
.wp-block-embed-twitter {
  overflow: hidden;
}

.wp-block-embed {
  margin: 0;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #D2D6DA ;
}

.wp-block-table thead {
  border-bottom: 0; 
}

.wp-block-table tfoot {
  border-top: 0; 
}

.wp-block-file {
  font-family: inherit;
}

.wp-block-code {
  border-radius: 0;
}

.wp-block-code code {
  white-space: pre-wrap;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .wp-block-columns .wp-block-column>*:first-child {
    margin-top: 0;
  }

  .wp-block-columns .wp-block-column>*:last-child {
    margin-bottom: 0;
  }

  .wp-block-columns[class*='has-']>* {
    margin-right: 1rem;
  }

  .wp-block-columns[class*='has-']>*:last-child {
    margin-right: 0;
  }
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment article {
  width: auto;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 10px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment article {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 500;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin: 10px 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.has-primary-background-color {
  background-color: #D1B096;
}

.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a {
  color: #8a9da4;
}

/* =========================================================== */
/* 00. Grid System
/* =========================================================== */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    width: 88%
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: 90%
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fullwidth {
  width: 100%;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container-fullwidth {
    padding: 0 30px;
  }
}

.container-header {
  width: 100%;
  padding: 0 0 0 45px;
  margin-right: auto;
  margin-left: auto;
}

.container-shop,
.container-vehicle {
  width: 100%;
  padding: 0 10%;
  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;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-2th,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-2th,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-2th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-2th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

.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;
}

.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;
}

.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;
}

/* =========================================================== */
/* 00. Theme Topbar 
/* =========================================================== */
#site-topbar {
  background: #192a30;
  line-height: 50px;
}

#site-topbar .site-topbar-inner {
  position: relative;
  height: 100%;
  vertical-align: middle;
}

#site-topbar .topbar-info {
  font-weight: 400;
  text-decoration: none;
}

#site-topbar .topbar-info.info-text,
#site-topbar .topbar-info.info-text a {
  color: #8a9da4;
}

#site-topbar span.topbar-info.info-text:not(:first-child) {
  margin-left: 25px;
}

#site-topbar .topbar-info.info-text i {
  margin-right: 10px;
  font-size: 18px;
}

#site-topbar .topbar-info.social span a i {
  color: #ffffff;
  -webkit-transition: all 0.2s;
  font-size: 19px;
  transition: all 0.2s;
}

#site-topbar .topbar-info.social span:not(:first-child) {
  margin-left: 25px;
}

#site-topbar .topbar-info.nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-topbar .topbar-info.nav ul.menu li {
  list-style: none;
  display: inline;
}

#site-topbar .topbar-info.nav ul.menu li:not(:first-child) {
  padding-left: 40px;
}

#site-topbar .topbar-info.nav ul.menu li a {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #8a9da4;
}

@media (max-width: 768px) {
  #site-topbar {
    line-height: 50px !important;
    padding: 15px 0;
  }

  #site-topbar span.topbar-info.info-text:not(:first-child) {
    margin-left: 0;
    line-height: 45px;
  }
}

.admin-bar #site-topbar {
  top: 30px;
}

/* =========================================================== 
/* 00. Header Search
/* =========================================================== */
.header-offcanvas-side-menu-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.header-part-search .header-search-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #121F23;
  height: 100%;
  margin-top: -2px;
}

.header-part-search .header-search-icon-text {
  position: relative;
  font-size: 18px;
  color: #121F23;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
}

/* ================================================== */
/*  00. Search - Slide From Window Top
/* ================================================== */
.header-search-slides-from-window-top #site-topbar {
  top: 0;
  -webkit-transition: top 0.25s ease-out;
  -o-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
}

.header-search-slides-from-window-top.header-search-open .header-search-slide-window-top {
  height: 101px;
}

.header-search-slides-from-window-top.header-search-open .header-search-slide-window-top .container,
.header-search-slides-from-window-top.header-search-open .header-search-slide-window-top .row {
  position: relative;
  height: 100%;
  vertical-align: middle;
}

.header-search-slide-window-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  color: #121F23;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
  -o-transition: top 0.25s ease-out, height 0.25s ease-out;
  transition: top 0.25s ease-out, height 0.25s ease-out;
}

body.site-has-topbar .header-search-slide-window-top {
  top: 50px;
}

#site-header.header-centered.is_stuck .header-search-slide-window-top {
  top: 160px;
}

#site-header.header-standard.is_stuck .header-search-slide-window-top,
#site-header.header-divided.is_stuck .header-search-slide-window-top,
#site-header.header-centered.is_stuck .header-search-slide-window-top {
  top: 80px;
}

.admin-bar .header-search-slide-window-top {
  top: 32px;
}

.header-search-slide-window-top .row .header-search-form-inner {
  padding: 0;
}

.header-search-slide-window-top .header-search-form-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search-slide-window-top .header-search-submit {
  color: #121F23;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 40px;
}

.header-search-slide-window-top .header-search-close {
  color: #121F23;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 10px;
  right:-30px;
}

.header-search-slide-window-top .header-search-close {
  font-size: 26px;
  line-height: 1em;
}

.header-search-slide-window-top .header-search-close span {
  line-height: inherit;
  color: #121F23;
}

.header-search-slide-window-top .header-slide-window-top-search-field {
  position: relative;
  padding: 0;
  margin: 0;
  color: #121F23;
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: normal;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  color: #121F23;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search-slide-window-top .header-slide-window-top-search-field:focus {
  color: inherit;
}

/* ================================================== */
/*  00. Search - Fullscreen
/* ================================================== */
.header-search-fullscreen-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}

.header-search-fullscreen-holder .header-search-fullscreen-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header-search-fullscreen-holder .header-search-fullscreen-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.header-search-fullscreen-holder .header-search-form-holder-inner {
  position: relative;
  width: 60%;
  margin: auto;
}

.header-search-fullscreen-holder .header-search-form-holder-inner .header-search-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #D2D6DA ;
  -webkit-transition: all .3s .2s;
  -o-transition: all .3s .2s;
  transition: all .3s .2s;
}

.header-search-fullscreen-opened .header-search-fullscreen-holder .header-search-form-holder-inner .header-search-line {
  width: 100%;
  -webkit-transition: width 0.5s ease .6s;
  -o-transition: width 0.5s ease .6s;
  transition: width 0.5s ease .6s;
}

.header-search-fullscreen-holder .header-search-field-holder {
  display: block;
  position: relative;
}

.header-search-fullscreen-holder .header-search-field {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}

.header-search-fullscreen-holder button[type="submit"].header-search-submit {
  position: absolute;
  right: 0;
  top: 40%;
  width: auto;
  background: transparent !important;
  border: none !important;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s .2s;
  -o-transition: all .3s .2s;
  transition: all .3s .2s;
  padding: 0;
}

.header-search-fullscreen-holder button[type="submit"].header-search-submit:hover {
  color: inherit;
}

.header-search-fullscreen-holder .header-search-close {
  position: absolute;
  top: 50px;
  right: 70px;
  font-size: 36px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.admin-bar .header-search-fullscreen-holder .header-search-close {
  top: 72px;
}

/*Search Fullwidth Fade*/
.header-search-fade .header-search-fullscreen-holder {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 112;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search-fade .header-search-fullscreen-holder .header-search-fullscreen-table {
  background-color: rgba(255, 255, 255, 0.98);
}

.header-search-fade-out.header-search-fade .header-search-fullscreen-holder {
  -webkit-animation: search_fade_out .2s ease-out both;
  animation: search_fade_out .2s ease-out both;
}

.header-search-fade-in.header-search-fade .header-search-fullscreen-holder.header-search-animate {
  -webkit-animation: search_fade_in .3s ease both;
  animation: search_fade_in .3s ease both;
}

.header-search-fade .header-search-fullscreen-holder.header-search-animate .header-search-close {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* ================================================== */
/*  00. Search - Slide From Header Bottom
/* ================================================== */
.header-search-slide-header-bottom-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-search-slide-header-bottom {
  position: relative;
  display: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
  -o-transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
  transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
}

.header-search-slide-header-bottom .header-search-input {
  height: 50px;
  margin: 0px;
  padding-left: 15px;
  border: 1px solid #D2D6DA ;
  border-radius: 0;
  background-color: transparent;
}

.header-search-slide-header-bottom .header-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  padding: 25px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #D2D6DA ;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.09);
}

.header-search-slide-header-bottom .header-search-submit {
  position: absolute !important;
  text-align: center;
  padding: 0 !important;
  right: 25px;
  top: 25px;
  height: 50px;
  width: 50px !important;
  line-height: 1;
  border-radius: 0;
  background: transparent !important;
  border: none !important;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s .2s;
  -o-transition: all .3s .2s;
  transition: all .3s .2s;
  padding: 0;
}

/* ================================================== */
/*  00. Header Hamburger Icon
/* ================================================== */
.header-hamburger-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #121F23;
}

.header-hamburger-icon .header-hamburger-icon-inner {
  position: relative;
  visibility: visible;
}

.header-hamburger-icon .header-hamburger-lines {
  position: relative;
  display: block;
  width: 55px;
  height: 18px;
}

.header-hamburger-icon .hamburger-line {
  position: absolute;
  right: 0;
  height: 1.5px;
  width: 100%;
  background-color: currentColor;
  transition: top .15s ease, transform .3s ease;
}

.header-hamburger-icon .hamburger-line.hamburger-line-1 {
  top: 0;
  width: 100%;
  left: 0;
}

.header-hamburger-icon .hamburger-line.hamburger-line-2 {
  top: 47%;
  left: 0;
  width: 100%;
}

.header-hamburger-icon .hamburger-line.hamburger-line-3 {
  bottom: 0;
  width: 60%;
  right: 0;
}

.header-hamburger-icon.header-hamburger-close .hamburger-line.hamburger-line-1 {
  top: 50%;
  transform: rotate(45deg);
}

.header-hamburger-icon.header-hamburger-close .hamburger-line {
  width: 40px;
}

.header-hamburger-icon.header-hamburger-close .hamburger-line.hamburger-line-2 {
  top: 50%;
  transform: rotate(-45deg);
}

/* =========================================================== */
/* 00. Header Offcanvas Side Menu
/* =========================================================== */
.header-offcanvas-side-menu-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.header-offcanvas-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.header-offcanvas-side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  min-height: 100%;
  padding: 100px 65px 45px;
  background-color: #192a30;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  line-height: 2;
  border-left: 1px solid rgba(0,0,0,0.1);
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-offcanvas-side-menu a.header-offcanvas-close-icon {
  position: absolute;
  top: 45px;
  right: 45px;
  display: block;
  z-index: 1000;
}

.header-offcanvas-side-menu a.header-offcanvas-close-icon.header-hamburger-close {
  color: #ffffff;
}

.admin-bar .header-offcanvas-side-menu a.header-offcanvas-close-icon {
  top: 70px;
}

.header-offcanvas-side-menu-wrapper.offcanvas-side-menu-opened .header-offcanvas-side-menu {
  right: 0;
  visibility: visible;
}

.header-offcanvas-side-menu .header-offcanvas-side-menu-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-offcanvas-side-menu-content h1,
.header-offcanvas-side-menu-content h2,
.header-offcanvas-side-menu-content h3,
.header-offcanvas-side-menu-content h4,
.header-offcanvas-side-menu-content h5,
.header-offcanvas-side-menu-content h6{
  color: #ffffff;
}

.header-offcanvas-side-menu-content .widget p,
.header-offcanvas-side-menu-content .widget span,
.header-offcanvas-side-menu-content .widget strong,
.header-offcanvas-side-menu-content .widget li {
  color: #8a9da4;
  line-height: 1.5;
}

/* ================================================== */
/*  00. Header Custom Text
/* ================================================== */
.header-custom-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 1;
}

.header-custom-text-inner {
  position: relative;
  vertical-align: middle;
  height: 100%;
}

.header-custom-text * {
  margin-top: 0;
  margin-bottom: 0;
}

.header-custom-text a::before {
  content: '';
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  text-align: center;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.header-custom-text a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

@media (max-width:1280px) {
  .header-custom-text {
    display: none;
  }
}

/* ================================================== */
/*  00. Header Logo
/* ================================================== */
.header-logo .text {
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
}

.header-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.header-logo .header-logo-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.header-logo .header-logo-inner a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 140px;
}

.header-logo a img {
  height: auto;
  width: 100%;
}

/* ================================================== */
/*  00. Header Navigation
/* ================================================== */
#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navigation ul {
  margin: 0;
  list-style: none;
}

#navigation ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#navigation>ul>li.current-menu-ancestor:before, 
#navigation>ul>li.current-menu-item:before {
  opacity: 1;
}

#navigation ul li a {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  font-size: 18px;
  padding: 0 32px;
  color: #121F23;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  zoom: 1;
}

#navigation ul>li:hover>a,
#navigation ul li a:hover {
  color: #D1B096;
}

#navigation li.current-menu-item>a,
#navigation li.current-menu-item>a:hover,
#navigation li.current-page-ancestor>a,
#navigation li.current-page-ancestor>a:hover,
#navigation li.current-menu-ancestor>a,
#navigation li.current-menu-ancestor>a:hover,
#navigation li.current-menu-parent>a,
#navigation li.current-menu-parent>a:hover,
#navigation li.current_page_ancestor>a,
#navigation li.current_page_ancestor>a:hover,
#navigation>ul>li.sfHover>a,
#navigation>ul>li.sfHover>a:hover {
  color: #D1B096;
}

#navigation ul li ul li.sfHover>a {
  color: #D1B096;
}

/*Navigation Submenu*/
#navigation .sub-menu {
  position: absolute;
  min-width: 250px;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #ffffff;
  -webkit-transition: top 0.15s ease-out;
  -o-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

#navigation .sub-menu li {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  padding-bottom: 30px;
  position: relative;
  white-space: nowrap;
}

#navigation .sub-menu li:first-child {
  padding-top: 38px;
}

#navigation .sub-menu li:last-child {
  padding-bottom: 38px;
}

#navigation .sub-menu li a {
  display: block;
  position: relative;
  text-align: left;
  color: #121F23;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: normal;
  zoom: 1;
}

#navigation .sub-menu li:hover>a,
#navigation .sub-menu li:focus>a,
#navigation .sub-menu li.sfHover>a,
#navigation .sub-menu li.current-page-ancestor>a:hover,
#navigation .sub-menu li.current-menu-ancestor>a:hover,
#navigation .sub-menu li.current-menu-parent>a:hover,
#navigation .sub-menu li.current_page_ancestor>a:hover {
  color: #D1B096;
}

#navigation .sub-menu li>a:active,
#navigation .sub-menu li.current-menu-item>a,
#navigation .sub-menu li.current-page-ancestor>a,
#navigation .sub-menu li.current-menu-ancestor>a,
#navigation .sub-menu li.current-menu-parent>a,
#navigation .sub-menu li.current_page_ancestor>a {
  color: #D1B096;
}

#navigation ul li ul li.current-menu-item>a {
  color: #D1B096;
}

#navigation .main-menu ul li a.sf-with-ul:after {
  position: absolute;
  vertical-align: middle;
  font-family: "remixicon";
  content: "\ea6e";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  right: 25px;
}

#navigation .sub-menu ul {
  position: absolute;
  top: 0 !important;
  left: 100% !important;
  margin: 0;
}

/* =========================================================== */
/* 00. Sticky Header
/* =========================================================== */
#site-header.header-standard.header-relative.is_stuck,
#site-header.header-divided.header-relative.is_stuck,
#site-header.header-standard.header-absolute.is_stuck,
#site-header.header-divided.header-absolute.is_stuck {
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  transition-delay: .2s;
}

#site-header.header-standard.header-relative.header-shadow.is_stuck,
#site-header.header-divided.header-relative.header-shadow.is_stuck,
#site-header.header-standard.header-absolute.header-shadow.is_stuck,
#site-header.header-divided.header-absolute.header-shadow.is_stuck {
  box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
}

#site-header.header-centered.is_stuck .nav-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.2);
  transition-delay: .2s;
  border: none;
}

#site-header.header-standard.is_stuck #navigation>ul>li>a,
#site-header.header-divided.is_stuck #navigation>ul>li>a {
  color: #121F23;
}

#site-header.header-centered.is_stuck .logo-wrapper {
  display: none;
}

.admin-bar #site-header.header-standard.is_stuck,
.admin-bar #site-header.header-divided.is_stuck,
.admin-bar #site-header.header-centered.is_stuck {
  top: 32px !important;
}

.wrapper-sticky {
  position: absolute;
  top: 0 !important;
  margin: 0 !important;
}

/* =========================================================== */
/* 00. Header
/* =========================================================== */
#site-header {
  position: relative;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  z-index: 110;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -o-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -webkit-transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

#site-header .header-parts-wrapper {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header .header-parts-wrapper .header-parts-wrapper-inner {
  padding-right: 45px;
}

#site-header .header-parts-wrapper .header-parts-wrapper-inner.split-info {
  background-color: #D1B096;
  margin-bottom: 1px;
}

#site-header .header-parts-wrapper .header-part {
  margin-left: 45px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header-minimal .header-part {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* =========================================================== */
/* 00. Header Standard
/* =========================================================== */
#site-header.header-standard {
  height: 100px;
  line-height: 100px;
}

#site-header.header-standard.header-relative {
  position: relative;
  background-color: #ffffff;
}

#site-header.header-standard.header-relative #navigation>ul>li>a,
#site-header.header-standard.header-relative .header-search-opener,
#site-header.header-standard.header-relative .header-search-icon-text,
#site-header.header-standard.header-relative .header-cart-opener,
#site-header.header-standard.header-relative .header-offcanvas-opener,
#site-header.header-standard.header-relative .header-custom-text *:not(.button) {
  color: #121F23;
}

#site-header.header-standard.header-relative.header-border {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

#site-header.header-standard.header-absolute.header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#site-header.header-standard.header-relative.header-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#site-header.header-standard.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

#site-header.header-standard.header-absolute #navigation>ul>li>a,
#site-header.header-standard.header-absolute .header-search-opener,
#site-header.header-standard.header-absolute .header-search-icon-text,
#site-header.header-standard.header-absolute .header-cart-opener,
#site-header.header-standard.header-absolute .header-offcanvas-opener,
#site-header.header-standard.header-absolute .header-custom-text *:not(.button) {
  color: #ffffff;
}

#site-header.header-standard #navigation.justify-content-start{
  margin-left: 50px;
}

#site-header.header-standard.header-absolute.header-has-topbar {
  top: 50px;
}

/* =========================================================== */
/* 00. Header Divided
/* =========================================================== */
#site-header.header-divided {
  height: 100px;
  line-height: 100px;
}

#site-header.header-divided.header-relative {
  position: relative;
  background-color: #ffffff;
}

#site-header.header-divided.header-relative #navigation>ul>li>a,
#site-header.header-divided.header-relative .header-search-opener,
#site-header.header-divided.header-relative .header-search-icon-text,
#site-header.header-divided.header-relative .header-cart-opener,
#site-header.header-divided.header-relative .header-offcanvas-opener,
#site-header.header-divided.header-relative .header-custom-text *:not(.button) {
  color: #121F23;
}

#site-header.header-divided.header-relative.header-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#site-header.header-divided.header-absolute.header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#site-header.header-divided.header-relative.header-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#site-header.header-divided.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

#site-header.header-divided.header-absolute #navigation>ul>li>a,
#site-header.header-divided.header-absolute .header-search-opener,
#site-header.header-divided.header-absolute .header-search-icon-text,
#site-header.header-divided.header-absolute .header-cart-opener,
#site-header.header-divided.header-absolute .header-offcanvas-opener,
#site-header.header-divided.header-absolute .header-custom-text *:not(.button) {
  color: #ffffff;
}

#site-header.header-divided.header-absolute.header-has-topbar {
  top: 50px;
}

/* =========================================================== */
/* 00. Header Centered
/* ========================================================== */
#site-header.header-centered.header-relative {
  position: relative;
}

#site-header.header-centered.header-relative .logo-wrapper {
  background-color: #ffffff;
}

#site-header.header-centered .logo-wrapper .header-logo {
  position: relative;
  display: block;
  text-align: center;
  margin: 60px auto;
  vertical-align: middle;
}

#site-header.header-centered.header-relative .nav-wrapper {
  position: relative;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

#site-header.header-centered.header-relative #navigation>ul>li>a,
#site-header.header-centered.header-relative .header-search-opener,
#site-header.header-centered.header-relative .header-cart-opener,
#site-header.header-centered.header-relative .header-offcanvas-opener,
#site-header.header-centered.header-relative .header-custom-text *:not(.button) {
  color: #121F23;
}

#site-header.header-centered.header-relative .nav-wrapper.header-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#site-header.header-centered.header-absolute .nav-wrapper.header-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#site-header.header-centered.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

#site-header.header-centered.header-absolute .logo-wrapper {
  background-color: transparent;
}

#site-header.header-centered.header-absolute .nav-wrapper {
  background-color: transparent;
  border: 0;
}

#site-header.header-centered.header-absolute #navigation>ul>li>a,
#site-header.header-centered.header-absolute .header-search-opener,
#site-header.header-centered.header-absolute .header-cart-opener,
#site-header.header-centered.header-absolute .header-offcanvas-opener,
#site-header.header-centered.header-absolute .header-custom-text *:not(.button) {
  color: #ffffff;
}

#site-header.header-centered.header-absolute.header-has-topbar {
  top: 50px;
}

/* =========================================================== */
/* 00. Header Vertical 
/* =========================================================== */
#header-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  padding: 100px 40px 60px 40px;
  background-color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  outline: 0;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header-vertical .header-vertical-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
}

#header-vertical .header-vertical-logo .header-logo {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

#header-vertical .header-vertical-logo .header-logo img {
  display: block;
  height: auto;
  max-height: 100%;
}

#header-vertical .header-vertical-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

#header-vertical .header-vertical-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header-vertical .header-vertical-navigation #navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  margin: 100px 0 0;
  padding: 0;
  z-index: 100;
  text-align: center;
}

#header-vertical #navigation ul {
  display: table-cell;
  vertical-align: middle;
}

#header-vertical #navigation>ul>li {
  float: none;
  text-align: center;
}

#header-vertical #navigation>ul>li>a {
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  color: #121F23;
}

#header-vertical #navigation .sub-menu {
  position: absolute;
  min-width: 250px;
  margin: 0;
  padding: 0;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
  margin-left: 40px;
  -webkit-transition: top 0.15s ease-out;
  -o-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

#header-vertical #navigation .sub-menu ul {
  margin: 0;
}

#header-vertical .header-vertical-info {
  position: absolute;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#header-vertical .col-md-auto,
#header-vertical .header-info {
  margin: 0;
}

body.header-vertical-left {
  margin-left: 280px;
}

@media (max-width: 1200px) {
  body.header-vertical-left {
    margin-left: auto !important;
  }
}

body.header-vertical-left .main-content,
body.header-vertical-left #site-footer {
  overflow: hidden;
}

.admin-bar #header-vertical {
  top: 32px;
  height: calc(100% - 32px);
}

/* =========================================================== */
/* 00. Header Minimal
/* =========================================================== */
#header-minimal {
  position: absolute;
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 110;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header-minimal .header-minimal-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header-minimal .header-minimal-wrapper .container-fullwidth {
  padding-right: 60px;
  padding-left: 60px;
}

#header-minimal .header-logo {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  z-index: 999;
}

#header-minimal .header-icon {
  position: relative;
  vertical-align: middle;
  z-index: 1999;
}

#header-minimal .header-icon .toggle-icon {
  vertical-align: middle;
  width: 55px;
  height: auto;
}

#header-minimal .toggle-icon-class.toggle-open .toggle-menu_bar {
  position: relative;
  display: block;
  margin: 8px 0 8px auto;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.6s, background-color 0.5s, opacity 0.5s, transform 0.8s ease;
  transform-origin: right;
}

#header-minimal.light-scheme .toggle-icon-class.toggle-open .toggle-menu_bar {
  background-color: #ffffff;
}

#header-minimal.dark-scheme .toggle-icon-class.toggle-open .toggle-menu_bar {
  background-color: #121F23;
}

#header-minimal .toggle-open .toggle-menu_bar:last-child {
  width: 65%;
}

#header-minimal .toggle-icon:hover .toggle-menu_bar,
#header-minimal .toggle-icon:hover .toggle-menu_bar:last-child {
  width: 85%;
}

#header-minimal .toggle-icon-class.toggle-close .toggle-menu_bar {
  position: relative;
  display: block;
  margin: 8px 0 8px auto;
  width: 100%;
  height: 1px;
  transition: width 0.6s, background-color 0.5s, opacity 0.5s, transform 0.8s ease;
  transform-origin: right;
}

#header-minimal .toggle-close .toggle-menu_bar {
  background-color: #121F23;
}

#header-minimal .toggle-close .toggle-menu_bar:nth-child(2) {
  opacity: 0;
}

#header-minimal .toggle-close .toggle-menu_bar:first-child {
  transform: translate(-5px, 21px) rotate(45deg) !important;
}

#header-minimal .toggle-close .toggle-menu_bar:last-child {
  transform: translate(-5px, -36px) rotate(-45deg) !important;
  opacity: 1;
  width: 100%;
}

#header-minimal .toggle-icon:hover .toggle-close .toggle-menu_bar:first-child,
#header-minimal .toggle-icon:hover .toggle-close .toggle-menu_bar:last-child {
  width: 100%;
}

#header-minimal.header-minimal-content {
  z-index: 9999;
  height: 100%;
}

#header-minimal .header-minimal-navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  text-align: center;
  z-index: 999;
}

#header-minimal .header-minimal-navigation-wrapper-inner {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: none;
  background-color: #ffffff;
}

#header-minimal .header-minimal-nav {
  padding: 10% 0 0 20%;
  justify-content: flex-start;
}

/*Widget Info Area*/
#header-minimal .header-minimal-nav .header-parts-wrapper{
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40%;
  text-align: left;
} 

#header-minimal #navigation .sub-menu {
  left: 110%;
  top: 20px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#header-minimal #navigation ul li {
  float: none;
  text-align: center;
}

#header-minimal #navigation>ul>li>a {
  font-size: 45px;
  line-height: 2.5;
  font-weight: 600;
  letter-spacing: inherit;
  text-align: left;
  color: #121F23;
  font-family: 'Space Grotesk', sans-serif;
  padding: 0;
  -webkit-transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
  -o-transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
  transition: all .6s cubic-bezier(0.25, 0.05, 0.1, 0.94);
}

#header-minimal #navigation>ul>li:hover>a {
  transform: translateX(8px);
}

#header-minimal #navigation>ul>li>a:hover {
  color: #D1B096;
}

#header-minimal #navigation .sub-menu li a {
  color: #121F23;
}

.admin-bar #header-minimal {
  top: 32px;
}

/* =========================================================== */
/* 00. Mobile Header 
/* =========================================================== */
@media (max-width: 1200px) {

  .wrapper-sticky,
  #site-header,
  #header-vertical,
  #header-minimal {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #mobile-header {
    display: inherit !important;
  }
}

#mobile-header {
  display: none;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 70px;
  width: 100%;
  z-index: 9000;
}

#mobile-header .mobile-header-inner {
  position: relative;
  height: 100%;
  vertical-align: middle;
}

.mobile-header-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.mobile-header-logo .mobile-header-logo-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.mobile-header-logo .mobile-header-logo-inner a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  width: 120px;
}

.mobile-header-logo .mobile-header-logo-inner a img {
  width: auto;
}

#mobile-header .mobile-header-navigation-btn.header-hamburger-icon {
  color: #121F23;
}

#mobile-header .mobile-header-navigation-btn.header-hamburger-icon .header-hamburger-lines {
  width: 45px;
  height: 18px;
}

#mobile-header .mobile-header-navigation {
  display: none;
  position: relative;
  background: #ffffff;
  padding: 0;
  margin: 0;
  z-index: 1001;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#mobile-header .mobile-header-navigation-inner {
  position: relative;
  vertical-align: middle;
}

#mobile-header .mobile-header-navigation .container ul {
  list-style: none;
  margin: 20px 0 30px;
}

#mobile-header .mobile-header-navigation .container ul li ul {
  display: none;
}

#mobile-header .mobile-header-navigation ul li a {
  font-family: inherit;
  color: #121F23;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

#mobile-header .mobile-header-navigation ul li a:hover,
#mobile-header .mobile-header-navigation li.open>a,
#mobile-header .mobile-header-navigation ul li.current-menu-item>a,
#mobile-header .mobile-header-navigation ul li.current-menu-ancestor>a {
  color: #D1B096;
}

#mobile-header .mobile-header-navigation ul li i {
  display: block;
  float: right;
  font-size: 22px;
  vertical-align: middle;
  width: 30px;
  margin-top: 2px;
  text-align: right;
}

#mobile-header .mobile-header-custom-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#mobile-header .mobile-header-custom-text .mobile-header-custom-text-inner {
  position: relative;
  vertical-align: middle;
  padding: 30px 0 20px 0;
}

#mobile-header .mobile-header-custom-text.after-nav .mobile-header-custom-text-inner {
  position: relative;
  vertical-align: middle;
  padding-top: 0;
  padding: 15px 0 35px 0;
}

.mobile-header-navigation .mobile-header-custom-text .mobile-header-custom-text-inner * {
  margin: 0;
}

#mobile-header .mobile-header-search {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}

#mobile-header form.search-form input[type="search"] {
  font-size: 16px;
  padding-left: 0;
  color: #121F23;
  font-weight: 500;
  text-transform: uppercase;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#mobile-header form.search-form .search-submit {
  position: absolute;
  width: auto;
  padding: 0 5px 0;
  color: currentColor;
  background: transparent;
  border-color: transparent;
}

/* =========================================================== */
/* 00. Titlebar 
/* =========================================================== */
#site-titlebar {
  position: relative;
  width: 100%;
  padding: 150px 0;
  vertical-align: middle;
  background-color: #f1f3f4;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 101;
}

#site-titlebar .site-titlebar-inner {
  position: relative;
  width: 100%;
  vertical-align: middle;
}

#site-titlebar .titlebar-title {
  margin: 0;
  font-size: 45px;
  line-height: normal;
}

@media (max-width:768px) {
  #site-titlebar .titlebar-title {
    font-size: 36px;
  }
}

#site-titlebar .titlebar-title.titlebar-centered {
  margin: 0 0 10px 0;
}

#site-titlebar .titlebar-title.titlebar-stacked {
  margin: 10px 0 0 0;
}

#site-titlebar .titlebar-subtitle {
  margin-top: 15px;
  line-height: normal;
}

#site-titlebar .titlebar-subtitle h1,
#site-titlebar .titlebar-subtitle h2,
#site-titlebar .titlebar-subtitle h3,
#site-titlebar .titlebar-subtitle h4,
#site-titlebar .titlebar-subtitle h5,
#site-titlebar .titlebar-subtitle h6 {
  margin: 0;
}

#site-titlebar.style2 .breadcrumbs {
  margin-top: 25px;
}

@media (min-width:1200px) {
  #site-titlebar .site-titlebar-inner.titlebar-standard {
    padding-top: 75px;
  }

  #site-titlebar .site-titlebar-inner.titlebar-divided {
    padding-top: 75px;
  }

  #site-titlebar .site-titlebar-inner.titlebar-centered {
    padding-top: 165px;
  }

  #site-titlebar .site-titlebar-inner.titlebar-minimal {
    padding-top: 85px;
  }
}

@media (max-width:1200px) {
  #site-titlebar.style3 .breadcrumbs {
    margin-top: 25px;
  }

  #site-titlebar {
    padding: 75px 0;
  }
}

/* =========================================================== */
/* 00. Breadcrumbs 
/* =========================================================== */
.site-breadcrumbs {
  position: relative;
  margin: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.site-breadcrumbs a {
  opacity: 1;
  color: #8a9da4;
}

.site-breadcrumbs a:hover {
  color: inherit;
  opacity: 0.9;
  color: #D1B096;
}

.site-breadcrumbs a,
.site-breadcrumbs span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.site-breadcrumbs span {
  color: #8a9da4;
}

.site-breadcrumbs span.delimiter {
  color: #8a9da4;
}

/* ================================================== */
/*  00. Footer
/* ================================================== */
#site-footer {
  position: relative;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#site-footer .footer-top-area {
  osition: relative;
  width: 100%;
  padding: 60px 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #192a30;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#site-footer .footer-widget-area {
  position: relative;
  width: 100%;
  padding: 80px 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #192a30;
}

@media only screen and (max-width: 767px){
  #site-footer .footer-widget-area .widget-column:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer-widget-area h1.phone{
    font-size: 32px !important;
  }
}

/*Copyright*/
.footer-copyright {
  position: relative;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #192a30;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-copyright .footer-copyright-inner {
  width: 100%;
  overflow: hidden;
}

.footer-copyright .copyright-info {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .footer-copyright {
    padding: 45px 0 15px;
  }

  .footer-copyright .copyright-info {
    padding: 12px 0 !important;
  }

  .footer-copyright .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer-copyright .copyright-info h1,
.footer-copyright .copyright-info h2,
.footer-copyright .copyright-info h3,
.footer-copyright .copyright-info h4,
.footer-copyright .copyright-info h5,
.footer-copyright .copyright-info h6,
.footer-copyright .copyright-info p {
  color: #8a9da4;
  margin: 0;
}

.footer-copyright .copyright-info a,
.footer-copyright .copyright-info p a,
.footer-copyright .copyright-info span a {
  color: #8a9da4;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.footer-copyright .copyright-info a:hover,
.footer-copyright .copyright-info p a:hover,
.footer-copyright .copyright-info span a:hover {
  color: #ffffff;
}

.footer-copyright .copyright-info.nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer-copyright .copyright-info.nav ul.menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.footer-copyright .copyright-info.nav ul.menu li {
  list-style: none;
  margin: 0;
}

.footer-copyright .copyright-info.nav ul.menu li:not(:first-child) {
  padding-left: 40px;
}

@media (max-width: 768px) {
.footer-copyright .copyright-info.nav ul.menu li:not(:first-child) {
    padding-left: 0;
    padding-top: 5px;
  }
}

.footer-copyright .copyright-info.nav ul.menu li a {
  color: #8a9da4;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-copyright .copyright-info.nav ul.menu li {
    display: block;
  }

  .footer-copyright .copyright-info.nav ul.menu li a {
    display: block;
  }
}

.footer-copyright .copyright-info.nav ul.menu li a:hover {
  color: #ffffff;
}

.topbar-info.nav ul ul,
.copyright-info.nav ul ul {
  display: none;
}

.footer-copyright .copyright-info.social span a i {
  font-size: 20px;
  color: #8a9da4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-copyright .copyright-info.social span:not(:first-child) {
  margin-left: 25px;
}

#back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
  text-align: center;
  opacity: 1;
  display: none;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#back-to-top i {
  position: relative;
  display: block;
  color: #192a30;
  background-color: #D1B096;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
}

#back-to-top:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {

  #back-to-top {
    right: 25px;
    bottom: 25px;
  }

  #back-to-top i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
}

/* =========================================================== */
/* 00. Widgets
/* =========================================================== */
#sidebar.sidebar-right {
  padding-left: 30px;
  padding-right: 0;
}

#sidebar.sidebar-left {
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 768px) {
  #sidebar.sidebar-right,
  #sidebar.sidebar-left {
    padding: 150px 10px 0 10px;
  }
}

.widget:not(:last-child) {
  margin: 0 0 40px;
}

.widget h3.widget-title {
  margin: 0 0 20px;
}

.footer-widget-area h1,
.footer-widget-area h2,
.footer-widget-area h3,
.footer-widget-area h4,
.footer-widget-area h5,
.footer-widget-area h6,
.footer-widget-area h3.widget-title,
.footer-widget-area h3.widget-title a {
  color: #ffffff;
}

.widget a,
.widget a:hover {
  color: #505050;
}

#site-footer .widget a:not(.wp-block-social-link-anchor),
#site-footer .footer-widget-area a:not(.wp-block-social-link-anchor) {
  color: #8a9da4;
}

#site-footer .widget a:hover,
#site-footer .footer-widget-area a:hover {
  color: #D1B096;
}

.widget p,
.widget span,
.widget strong,
.widget li {
  color: #505050;
}

#site-footer .footer-widget-area p,
#site-footer .footer-widget-area span,
#site-footer .footer-widget-area strong,
#site-footer .footer-widget-area li {
  color: #8a9da4;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.widget_archive ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li {
  margin-bottom: 10px;
}

.widget ul li a {
  display: inline-block;
  color: #505050;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#site-footer .widget ul li a:not(.wp-block-social-link-anchor) {
  color: #8a9da4;
}

#site-footer .widget ul li a:hover {
  color: #D1B096;
}

.widget ul ul.children li,
.widget ul ul.sub-menu li {
  margin: 10px 0 10px 10px;
}

.widget ul li ul li ul {
  padding: 0 0 0 20px;
}

.widget ul ul ul ul ul ul,
.widget ul ul ul ul ul ul {
  margin: 10px 10px 10px 10px;
  padding: 0;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 5px 0 0;
}

#site-footer .widget.widget_archive select,
#site-footer .widget.widget_categories select,
#site-footer .widget.widget_text select {
  color: #8a9da4;
  background-color: transparent;
  border: 1px solid #8a9da4;
}

.widget_recent_comments ul li a {
  display: inline-block;
}

.widget_recent_comments ul li a:before {
  display: none;
}

.widget.widget_text img {
  display: block;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_rss ul li {
  margin-bottom: 20px;
}

/*Widget - Search Form*/
form.search-form {
  position: relative;
}

form.search-form input[type="search"] {
  height: 55px;
}

form.search-form .search-submit {
  position: absolute !important;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 16px;
  width: 55px;
  height: 55px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  line-height: 1.5px;
}

#site-footer .widget_search input[type="search"] {
  background-color: transparent;
  border: 1px solid #8a9da4;
  color: #8a9da4;
}

#site-footer form.search-form .search-submit {
  background-color: transparent;
  border-color: transparent;
}

/*Wide - Search*/
.widget.widget_search button span {
  color: #ffffff;
}

/*Widget - Tag Cloud*/
.widget.widget_tag_cloud a {
  font-size: inherit !important;
  display: inline-block;
  padding: 5px 2px;
  text-transform: capitalize;
  font-family: inherit;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  color: #505050;
  box-shadow: none;
}

.widget.widget_tag_cloud a:not(:last-child):after {
  content: ",";
}

#site-footer .widget.widget_tag_cloud a {
  color: #8a9da4;
}

/*Widget - Calendar*/
.calendar_wrap {
  position: relative;
  box-shadow: none;
  outline: none;
}

.widget.widget_calendar,
.widget.widget_calendar table {
  width: 100%;
}

#wp-calendar table {
  width: 100%;
  border-radius: 0;
  border-spacing: 0;
  border-color: transparent;
  border-collapse: collapse;
}

.widget.widget_calendar caption {
  font-size: 16px;
  font-weight: 600;
  color: #121F23;
  padding: 12px;
  border: 1px solid #D2D6DA ;
  border-bottom: 0 !important;
}

#site-footer .widget.widget_calendar caption {
  color: #8a9da4;
  border: 1px solid #8a9da4;
}

#site-footer .widget_calendar thead tr,
#site-footer .widget_calendar tbody tr {
  border: 1px solid #8a9da4;
}

#wp-calendar th {
  color: #505050;
}

#site-footer #wp-calendar th,
#site-footer #wp-calendar td {
  color: #8a9da4;
}

#wp-calendar td,
#wp-calendar th {
  text-align: center;
  padding: 8px 0;
  background-color: transparent;
}

#wp-calendar td {
  text-align: center;
  padding: 5px 10px;
  color: #505050;
}

/* =========================================================== */
/* 00. Theme Layout 
/* =========================================================== */
.site-wrapper {
  position: relative;
  left: 0;
  z-index: 1000;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.site-wrapper .site-wrapper-inner {
  width: 100%;
  overflow: hidden;
}

/*Layout Boxed*/
.layout-boxed .site-wrapper {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  overflow: hidden !important;
}

@media (min-width: 992px) {
  .layout-boxed .site-wrapper {
    width: 970px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .layout-boxed .site-wrapper {
    width: 1170px;
  }
}

@media (min-width: 1280px) {
  .layout-boxed .site-wrapper {
    width: 1200px;
  }

  .container {
    width: 1200px;
  }
}

@media (min-width: 1300px) {
  .layout-boxed .site-wrapper {
    width: 1280px;
  }
}

/*Layout Paspartu*/
.layout-paspartu .site-wrapper {
  padding: 2%;
  background-color: #ffffff;
}

/* ================================================== */
/*  00. Main Content
/* ================================================== */
.main-content {
  position: relative;
  margin: 0;
  padding: 150px 0;
  z-index: 100;
  min-height: 500px;
}

@media (max-width: 768px) {
  .main-content {
    padding: 100px 0;
  }
}

.main-content.page-fullwidth {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.main-content.page-fullwidth .main-content-inner {
  width: 100%;
  overflow: hidden;
}

.main-content.page-post .main-content-inner.titlebar-standard {
  padding-top: 100px;
}

.main-content.page-post .main-content-inner.titlebar-divided {
  padding-top: 100px;
}

.main-content.page-post .main-content-inner.titlebar-centered {
  padding-top: 220px;
}

.main-content.page-post .main-content-inner.titlebar-minimal {
  padding-top: 120px;
}

/* ================================================== */
/*  00. Blog 
/* ================================================== */
.blog-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-wrapper article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-wrapper article.sticky .entry-post-title a:after {
  font-size: 16px;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #D1B096;
  vertical-align: top;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 50px;
}

.blog-wrapper.blog-posts-wrapper article {
  margin-bottom: 80px;
}

.blog-wrapper article .entry-post-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.blog-wrapper article .entry-post-wrapper .entry-post-media,
.blog-wrapper article .entry-post-wrapper .entry-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-wrapper article .entry-post-wrapper .entry-post-media {
  margin-bottom: 35px;
}

.blog-wrapper.blog-centered article .entry-post-wrapper .entry-post-media {
  margin: 30px 0 45px 0;
}

/*Post Thumbnail*/
.blog-wrapper article .entry-post-media .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.blog-wrapper article .entry-post-media .post-thumbnail img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 3.5s cubic-bezier(.17, .05, .13, .85);
}

.blog-wrapper article .entry-post-media .post-thumbnail a:hover img {
  transform: scale(1.05);
}

/*Post Gallery*/
.blog-wrapper article .entry-post-media .post-slider {
  position: relative;
  visibility: hidden;
  width: 100%;
  margin: 0;
  z-index: 1;
}

/*Post Media*/
.blog-wrapper article .entry-post-media .post-video {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
}

/*Post Audio*/
.blog-wrapper article .entry-post-media .post-audio-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}

.post-audio-wrapper .mejs-container,
.post-audio-wrapper .mejs-embed,
.post-audio-wrapper .mejs-embed body,
.post-audio-wrapper .mejs-container .mejs-controls {
  background: none;
}

.post-audio-wrapper .mejs-container,
.post-audio-wrapper .mejs-container .mejs-controls {
  height: 50px !important;
}

.post-audio-wrapper .mejs-container .mejs-controls {
  background: #121F23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
}

.post-audio-wrapper .mejs-container .mejs-controls .mejs-button {
  height: 50px;
  width: 50px;
}

.post-audio-wrapper .mejs-container .mejs-controls button {
  background-color: transparent;
  background-image: none;
  border: 0;
  height: 50px;
  margin: 0;
  outline: none;
  position: relative;
  top: 0;
  width: 50px;
}

.post-audio-wrapper .mejs-container .mejs-controls button:before {
  color: #ffffff;
  display: block;
  font-family: "remixicon";
  font-size: 15px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button:before,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button:before {
  content: "\f013";
  font-size: 25px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button:before {
  content: "\efd9";
  font-size: 25px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button:before {
  content: "\f1a3";
  font-size: 25px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button:before {
  content: "\f29e";
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button:before {
  content: "\f29c";
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider {
  background: rgba(0, 0, 0, 0.7);
  height: 130px;
  width: 36px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-total {
  background: #ffffff;
  top: 15px;
  width: 6px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-current {
  background-color: #4f4e4e;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-handle {
  display: none;
}

.post-audio-wrapper .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider {
  height: 50px;
  margin-right: 20px;
  width: 100px;
}

.post-audio-wrapper .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.post-audio-wrapper .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 6px;
}

.post-audio-wrapper .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ffffff;
  top: 20px;
  width: 100px;
}

.post-audio-wrapper .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #D1B096;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time {
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  height: 100%;
  line-height: 48px;
  padding: 0 20px;
  width: 50px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time>* {
  font-family: inherit;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail {
  font-family: inherit;
  height: 6px;
  margin: 0;
  padding: 0;
  top: 21px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-broadcast {
  display: none;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total {
  display: block !important;
  background: rgba(255, 255, 255, 0.9);
  height: 6px;
  margin: 0;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total span {
  height: 5.5px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-marker {
  background: transparent;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: #ffffff;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #D1B096;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: rgba(79, 78, 78, 0.7);
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-current {
  background: none;
  border: 0;
  color: #ffffff;
  top: -20px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle,
.post-audio-wrapper .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle-content {
  border: none;
  height: 6px;
  left: 0;
  top: 0;
  width: 6px;
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-fullscreen-button button:before {
  content: "\30";
}

.post-audio-wrapper .mejs-container .mejs-controls>.mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\2f";
}

/*Post Quote*/
.blog-wrapper article .entry-post-quote {
  padding: 0;
  background-color: #f1f3f4;
}

.blog-wrapper article .entry-post-quote .post-quote-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .blog-wrapper article .entry-post-quote .post-quote-inner {
    padding: 30px;
  }
}

.blog-wrapper article .entry-post-quote .post-quote-mark {
  position: relative;
  padding-bottom: 20px;
  color: #121F23;
}

.blog-wrapper article .entry-post-quote .post-quote-mark svg {
  width: 45px;
}

.blog-wrapper article .entry-post-quote .quote-post-author {
  margin: 15px 0 0 0;
  font-weight: 400;
}

.blog-wrapper article .entry-post-quote .post-quote-inner .quote-post-title {
  margin: 0;
}

.blog-wrapper article .entry-post-quote .post-quote-inner .quote-post-title a {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 25px;
  line-height: 36px;
}

/*Post Link*/
.blog-wrapper article .entry-post-link {
  padding: 0;
  background-color: #f1f3f4;
}

.blog-wrapper article .entry-post-link .post-link-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .blog-wrapper article .entry-post-link .post-link-inner {
    padding: 30px;
  }
}

.blog-wrapper article .entry-post-link .post-link-mark {
  position: relative;
  padding-bottom: 20px;
  color: #121F23;
}

.blog-wrapper article .entry-post-link .post-link-mark svg {
  width: 40px;
}

.blog-wrapper article .entry-post-link .post-link-inner .link-post-title a {
  font-size: 26px;
  line-height: normal;
  margin: 0;
  line-height: 36px;
}

/*Post Title*/
.blog-wrapper article .entry-post-title,
.blog-wrapper article .entry-post-title a {
  margin: 0;
}

/*Post Meta*/
.blog-wrapper article .entry-post-meta.before-title {
  margin: 0 0 10px;
}

.blog-wrapper article .entry-post-meta.after-title {
  margin: 5px 0 0;
}

.blog-wrapper article .entry-post-meta span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}

.blog-wrapper article .entry-post-meta span+span:before {
  margin: 0 3px;
  vertical-align: middle;
  text-align: center;
}

.blog-wrapper article .entry-post-meta span a {
  color: inherit;
}

.blog-wrapper article .post-content {
  margin: 15px 0 0;
}

.blog-wrapper article .post-read-more {
  display: block;
  margin-top: 25px;
}

/* ================================================== */
/*  00. Blog Centered 
/* ================================================== */
.blog-wrapper.blog-posts-wrapper.blog-centered article {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-wrapper.blog-posts-wrapper.blog-centered article .post-content {
  margin-right: 15%;
  margin-left: 15%;
}

@media (max-width: 768px) {
  .blog-wrapper.blog-posts-wrapper.blog-centered article .post-content {
    margin-right: 1%;
    margin-left: 1%;
  }
}

/* ================================================== */
/*  00. Blog List 
/* ================================================== */
@media (min-width: 768px) {
  .blog-wrapper.blog-posts-wrapper.blog-list article .entry-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-wrapper.blog-posts-wrapper.blog-list article .entry-post-wrapper .entry-post-media {
    margin: 0;
    padding-right: 50px;
  }
}

/* ================================================== */
/*  00. Blog Single 
/* ================================================== */
.blog-single-wrapper article {
  position: relative;
  overflow: hidden;
}

.blog-single-wrapper article .entry-post-wrapper .entry-post-quote,
.blog-single-wrapper article .entry-post-wrapper .entry-post-link {
  margin-bottom: 30px;
}

.blog-single-wrapper.hide-featured-content article .entry-post-media,
.blog-single-wrapper.hide-featured-content article .entry-post-quote,
.blog-single-wrapper.hide-featured-content article .entry-post-link,
.blog-single-wrapper.hide-post-title article .entry-post-title,
.blog-single-wrapper.hide-post-meta article .entry-post-meta {
  display: none;
}

.blog-single-tags-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .blog-single-tags-social {
    margin-top: 50px;
  }
}

.blog-single-tags-social .blog-single-tags {
  position: relative;
  vertical-align: middle;
  margin-top: 60px;
}

.blog-single-tags-social .blog-single-tags a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  transition: all 0.2s;
  color: #121F23;
}

.blog-single-tags-social .blog-single-tags span.blog-single-tags-seperator {
  padding-right: 6px;
}

@media (max-width: 768px) {
  .blog-single-tags-social .blog-single-tags {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

/*Post Share*/
.blog-single-social {
  position: relative;
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .blog-single-social {
    margin-top: 30px;
  }
}

.droplet-social-share-icons {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.droplet-social-share-icons ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.droplet-social-share-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.droplet-social-share-icons li a {
  display: block;
  display: inline-block;
  margin: 0 6px;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #121F23;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
}

.droplet-social-share-icons li.droplet-share {
  padding: 0 10px 0 0;
  font-size: inherit;
}

@media (max-width: 768px) {
  .blog-single-wrapper .droplet-social-share-icons {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}

/*Blog Single Author*/
.blog-single-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .blog-single-author {
    flex-direction: column;
  }
}

.blog-single-author .blog-single-author-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  margin: 0 20px 0 0;
}

.blog-single-author .blog-single-author-image img {
  display: block;
  max-width: 100%;
}

.blog-single-author .blog-single-author-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .blog-single-author .blog-single-author-content {
    margin-top: 30px;
  }
}

.blog-single-author .blog-single-author-name {
  text-transform: capitalize;
}

.blog-single-author .blog-single-author-name{
  margin: 0 0 10px;
}

.blog-single-author .blog-single-author-social-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
}

.blog-single-author .blog-single-author-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 12px 0 0;
  font-size: 14px;
  color: inherit;
}

.blog-single-author .blog-single-author-desc {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
}

/*Related Posts*/
.blog-single-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .blog-single-related-posts .related-post {
    margin: 0 0 40px 0;
  }
}

.blog-single-related-posts .related-posts-title {
  margin: 0 0 35px 0;
}

/*Post Thumbnail*/
.blog-single-related-posts .related-post .related-post-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  max-width: 100%;
}

.blog-single-related-posts .related-post .related-post-image img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 2.5s cubic-bezier(.17, .05, .13, .85);
}

.blog-single-related-posts .related-post .related-post-image a:hover img {
  transform: scale(1.05);
}

.blog-single-related-posts .related-post .entry-post-meta {
  position: relative;
}

.blog-single-related-posts .related-post .entry-post-meta span.post-meta-comment,
.blog-single-related-posts .related-post .entry-post-meta span.post-meta-category {
  display: none;
}

.blog-single-related-posts .related-post .entry-post-meta span+span:before {
  margin: 0 5px;
  vertical-align: middle;
  text-align: center;
}

.blog-single-related-posts .related-post .entry-post-meta span a {
  color: inherit;
  vertical-align: middle;
}

.blog-single-related-posts .related-post .related-post-title {
  margin: 5px 0 0 0;
}

/* ================================================== */
/*  00. Comments 
/* ================================================== */
.site-comment {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-comment .site-comment-inner {
  position: relative;
  margin-top: 80px;
}

.site-comment .site-comments-title {
  margin: 0 0 35px 0;
}

.site-comment .site-comment-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 150;
}

.site-comment .site-comment-list li.comment {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 0;
  padding: 1px 0 0;
}

.site-comment .site-comment-list>li.comment:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-comment .site-comment-list .pingback {
  margin-left: 45px;
}

.site-comment .site-comment-list .children {
  padding: 0 0 0 80px;
  margin: 0;
}

.site-comment .site-comment-list .commentmetadata {
  position: relative;
  margin: 3px 0 3px 100px;
}

.site-comment .site-comment-list .commentmetadata a {
  color: inherit;
}

.site-comment .site-comment-list .commentmetadata a.comment-edit-link {
  color: #121F23;
}

.site-comment .site-comment-list .comment-body p {
  position: relative;
  color: inherit;
  margin: 0 0 0 100px;
}

.site-comment .site-comment-list .reply {
  position: absolute;
  top: 30px;
  right: 40px;
}

.site-comment .site-comment-list .reply a {
  color: #121F23;
}

.site-comment .site-comment-list a#cancel-comment-reply-link {
  font-size: 16px;
  margin-left: 20px;
  color: #121F23;
  font-size: 100%;
}

.site-comment .comment-awaiting-moderation {
  color: #121F23;
}

.site-comment .site-comment-list img {
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-right: 20px;
  border-radius: 0;
}

.site-comment .site-comment-list li cite a {
  font-size: 20px;
  position: relative;
  color: #121F23;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.site-comment .site-comment-list li span {
  display: none;
}

.site-comment .site-comment-list .comment-respond {
  margin: 25px 0 20px;
}

.site-comment .site-comment-list .comment-respond .comment-reply-title {
  margin: 0 0 15px;
  font-size: 16px;
}

.site-comment .site-comment-list .comment-respond .comment-reply-title small {
  font-size: 100%;
}

.site-comment .site-comment-list .comment-respond .logged-in-as {
  margin: 0 0 8px;
}

@media (max-width: 768px) {
  .site-comment .site-comment-list .children {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 680px) {
  .site-comment .site-comment-list .children {
    padding: 0;
  }

  .site-comment .site-comment-list img {
    display: none;
  }

  .site-comment .site-comment-list .comment-body p {
    margin-left: 0
  }

  .site-comment .site-comment-list .commentmetadata {
    margin-left: 0
  }
}

/*Comment Form*/
.site-comment-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 70px 0 0 0;
  clear: both;
}

.site-comment-form .comment-reply-title {
  margin: 0 0 25px 0;
}

.site-comment-form .logged-in-as {
  margin: 0 0 10px;
}

.site-comment-form .logged-in-as a {
  color: inherit;
}

.site-comment-form .comments-nav {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.site-comment-form .user-email {
  padding: 0;
}

@media (max-width: 992px) {
  .site-comment-form .user-email {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#respond textarea,
.wpcf7-form textarea {
  display: block;
}

.comment-form-cookies-consent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0 15px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  top: 3px;
  margin: 0 5px 0 0;
}

.comment-form-cookies-consent label {
  margin-left: 25px;
  vertical-align: middle;
  line-height: 1;
}

.site-comment-form p.form-submit {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0;
}

/* =========================================================== */
/* 00. Pagination 
/* =========================================================== */
.pagination {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  clear: both;
  width: 100%;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
  background: transparent;
  line-height: normal;
  text-align: center;
}

.pagination ul li:not(:first-child) {
  margin-left: 30px;
}

.pagination ul li a {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  opacity: .8;
}

.pagination ul li.active a {
  background-color: #D1B096;
  color: #192a30;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 8px;
}

.pagination ul>li.previous>a:before {
  font-family: 'ElegantIcons';
  content: "\34";
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.pagination ul>li.next>a:before {
  font-family: 'ElegantIcons';
  content: "\35";
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

/*Page Links*/
.page-links {
  position: relative;
  width: 100%;
  display: inline-block;
}

.page-links a,
.page-links>span {
  display: inline-block;
  font-size: 19px;
  margin-left: 5px;
  text-align: center;
  margin-right: 6px;
}

/* =========================================================== */
/* 00. Page 404
/* =========================================================== */
.error404 .main-content.page-error {
  height: 90vh;
}

.main-content.page-error {
  padding: 0;
  background-color: #f1f3f4;
}

.main-content.page-error .main-content-inner {
  position: relative;
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.main-content.page-error .main-content-inner .container,
.main-content.page-error .main-content-inner .row {
  position: relative;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.main-content.page-error h1 {
  font-size: 10vw;
  margin: 0;
}

.main-content.page-error h2 {
  margin: 0 0 15px 0;
}

.main-content.page-error .error-home-button {
  margin-top: 30px;
}

.main-content.page-error.titlebar-trans {
  padding-top: 100px;
}

.main-content.page-error.titlebar-modern {
  padding-top: 150px;
}

.main-content.page-error.titlebar-stack {
  padding-top: 200px;
}

.main-content.page-error.titlebar-hamburger {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .main-content.page-error h1 {
    margin-bottom: 10px;
    font-size: 24vw;
  }

  .main-content.page-error h2 {
    font-size: 18px;
  }
}

/* =========================================================== */
/* 00. Page Search
/* =========================================================== */
.main-content.page-search {
  min-height: 100vh;
}

.main-content.page-search .page-search-header {
  margin-bottom: 60px;
}

.main-content.page-search .page-search-header p {
  margin: 0;
}

.main-content.page-search .page-search-content article {
  border-bottom: 1px solid #D2D6DA ;
}

.main-content.page-search .page-search-content article .search-post-wrapper {
  margin: 50px 0;
}

.main-content.page-search article .search-post-wrapper .search-post-media {
  display: block;
  width: 150px;
  padding: 0;
}

@media (max-width: 768px) {
  .main-content.page-search article .search-post-wrapper .search-post-media {
    display: none;
  }
}

.main-content.page-search article .search-post-wrapper .search-post-media .post-thumbnail {
  padding-right: 10px;
}

.main-content.page-search article .search-post-wrapper .search-post-content {
  position: relative;
  overflow: hidden;
}

.main-content.page-search article .search-post-wrapper .search-post-content h3 {
  margin: 0;
}

.main-content.page-search article .search-post-wrapper .search-post-content .post-content p {
  margin-top: 12px;
}

/* ================================================== */
/*  00. Page Blank
/* ================================================== */
body .page-blank-wrapper {
  position: relative;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

body .page-blank-wrapper .page-blank-wrapper-inner {
  width: 100%;
  overflow: hidden;
}

/* ================================================== */
/*  00. Vehicle
/* ================================================== */
.main-content.page-vehicle {
  padding-bottom: 0 !important;
}

.vehicle-single-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vehicle-single-wrapper .entry-vehicle-media {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

/*.vehicle-single-wrapper .vehicle-thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.vehicle-single-wrapper .vehicle-thumbnail img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 3.5s cubic-bezier(.17, .05, .13, .85);
}

.vehicle-single-wrapper .vehicle-thumbnail:hover img {
  transform: scale(1.05);
}*/

/*Vehicle Nav*/
.vehicle_post_nav {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid #D2D6DA;
  margin-top: 150px;
}

.vehicle_post_nav .row {
  margin: 0;
}

.vehicle_post_nav .post_nav_link {
  width: 100%;
  padding: 50px 40px;
  min-height: 140px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.vehicle_post_nav .nav-item {
  padding: 0;
}

.vehicle_post_nav .post_nav_link.prev {
  text-align: right;
  justify-content: flex-end;
}

.vehicle_post_nav .col-12 .post_nav_link {
  text-align: center;
  justify-content: center;
}

.vehicle_post_nav .post_nav_link i {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 20px;
  font-size: 32px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -moz-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vehicle_post_nav .post_nav_link.next i {
  left: auto;
  right: 6%;
}

.vehicle_post_nav .post_nav_link i {
  -moz-transform: translate3d(-10px, -50%, 0);
  -webkit-transform: translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0);
}

.vehicle_post_nav .post_nav_link.prev i {
  -moz-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0);
}

.vehicle_post_nav .post_nav_link:hover i {
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.vehicle_post_nav .post_nav_link.simple .nav_post_bg {
  display: none;
}

.vehicle_post_nav .post_nav_link .text {
  max-width: 340px;
  z-index: 3;
}

.vehicle_post_nav .post_nav_link strong {
  font-weight: inherit;
  opacity: 0.4;
  color: inherit;
}

.vehicle_post_nav .post_nav_link h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin: 5px 0 0;
}

@media only screen and (max-width: 767px) {
  .vehicle_post_nav .post_nav_link i {
    display: none;
  }
  .vehicle_post_nav .post_nav_link.prev,
  .vehicle_post_nav .post_nav_link.next {
    text-align: center;
    padding: 25px 35px;
    min-height: 0;
    justify-content: center;
  }
}

/* ================================================== */
/*  00. Slick Slider
/* ================================================== */
.slick-initialized {
  visibility: visible !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.blog-wrapper article .entry-post-media .post-slider {
  position: relative;
  visibility: hidden;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: #ffffff;
  background-color: #192a30;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow:hover {
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

.slick-arrow.ri-arrow-left-s-line {
  left: 20px;
}

.slick-arrow.ri-arrow-right-s-line {
  right: 20px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "remixicon";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\ea64";
}

[dir='rtl'] .slick-prev:before {
  content: "\ea64";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\ea6e";
}

[dir='rtl'] .slick-next:before {
  content: "\ea6e";
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  padding-top: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 2px;
  border-radius: 24px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #121F23;
  box-shadow: none;
}

.slick-dots li.slick-active button {
  background-color: #D1B096;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}