/*!
Theme Name: Carni Rosso
Theme URI: https://motopress.com/products/carni-rosso
Author: MotoPress
Author URI: https://motopress.com/
Description: Carni Rosso is a WordPress food delivery theme completely optimized for selling groceries with WooCommerce.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carni-rosso
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, flexible-header, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carni Rosso is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
@font-face {
  font-family: 'Blatant';
  src:  url('./assets/fonts/Blatant/TTF/Blatant.ttf') format('ttf'),
  url('./assets/fonts/Blatant/Blatant.otf') format('otf'),
  url('./assets/fonts/Blatant/Blatant.woff') format('woff');
}

*/
@font-face {
  font-family: 'Blatant';
  src: url("./assets/fonts/Blatant/Blatant.otf");
}

@font-face {
  font-family: 'Blatant Bold';
  src: url("./assets/fonts/Blatant/Blatant-Bold.otf");
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 5em;
  line-height: 1em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2.8em;
  line-height: 1em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  color: #C4A265;
  line-height: 28px;
  font-size: 16px;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

button {
  font-family: "Blatant", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Blatant", sans-serif;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #1D1E21;
  letter-spacing: 0.03em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  /*font-size: 80px;
	line-height: 80px;
	margin: 0.67em 0;
	@include respond-to(smmax){
		font-size: 60px;
		line-height: 60px;
	}*/
  font-size: 45px;
  line-height: 45px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

h2 {
  font-size: 45px;
  line-height: 45px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

h3 {
  font-size: 26px;
  line-height: 33px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

h4 {
  font-size: 21px;
  line-height: 21px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

h5 {
  font-size: 16px;
  line-height: 16px;
}

h6 {
  font-size: 14px;
  line-height: 28px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

dfn,
em,
i {
  font-style: italic;
}

blockquote {
  background: #F6F4F2;
  padding: 34px 44px;
  font-size: 16px;
  line-height: 28px;
  color: #1D1E21;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

blockquote cite {
  display: inline-block;
  margin-top: 10px;
  color: #C4A265;
  font-weight: 500;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #F6F4F2;
  font-family: "Blatant", sans-serif;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 51px 44px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #C4A265;
  color: #fff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 20px;
}

ul li,
ol li {
  margin: 0 0 .875em;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

.entry-content ul li:not([class]) {
  list-style-type: none;
  position: relative;
}

.entry-content ul li:not([class])::before {
  color: #C4A265;
  content: "\2022";
  padding-right: 10px;
  font-size: 28px;
  line-height: 0;
  position: absolute;
  left: -20px;
  top: 13px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: .875em;
  margin-left: 1.25em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-product-attributes.shop_attributes td {
  font-family: "Open Sans", sans-serif;
  color: #C4A265;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
}

th {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #1D1E21;
  text-transform: capitalize;
}

th, td {
  padding: 5px 10px;
  border: 0;
  border-bottom: 2px solid #E1E1E1;
  border-top: 2px solid #E1E1E1;
}

@media (min-width: 768px) {
  th, td {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  th, td {
    padding: 15px 20px;
  }
}

th:first-child, td:first-child {
  border-left: 2px solid #E1E1E1;
}

th:last-child, td:last-child {
  border-right: 2px solid #E1E1E1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  text-align: center;
  border: 2px solid #C4A265;
  border-radius: 4px;
  background: #C4A265;
  color: #fff;
  font-family: "Blatant", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 15px 44px;
  display: inline-block;
  outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  background: #B89352;
  border-color: #B89352;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  cursor: pointer;
  text-decoration: none;
  background: #B89352;
  border-color: #B89352;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.more-link {
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  background: #fff;
  color: #666;
  font-size: 21px;
  line-height: 21px;
  padding: 19px 26px;
  font-family: "Blatant", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}

.more-link:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #C4A265;
  border-color: #C4A265;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 12px 20px;
  display: block;
  width: 100%;
}

fieldset {
  border: 2px solid #e1e1e1;
  padding: 20px;
}

fieldset legend {
  padding: 0 10px;
}

select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(img/angle-down-solid.svg) top 1em right 0.5em no-repeat;
}

textarea {
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  margin-bottom: 0;
}

label {
  margin-bottom: 5px;
  display: inline-block;
}

.post-password-form input[type="submit"] {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #C4A265;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  font-family: "Blatant", sans-serif;
  font-size: 21px;
}

.primary-menu-container .primary-menu,
.primary-menu-more .primary-menu {
  color: #fff;
}

@media (max-width: 992px) {
  .primary-menu-container .primary-menu .menu-item-has-children .sub-menu li a,
  .primary-menu-more .primary-menu .menu-item-has-children .sub-menu li a {
    color: #fff;
  }
}

.primary-menu-container .primary-menu .menu-item-has-children .sub-menu li a:hover,
.primary-menu-more .primary-menu .menu-item-has-children .sub-menu li a:hover {
  color: #C4A265;
}

.primary-menu-container ul,
.primary-menu-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.primary-menu-container ul ul,
.primary-menu-more ul ul {
  font-size: 18px;
  line-height: 1;
  color: #1D1E21;
  display: none;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .primary-menu-container ul ul,
  .primary-menu-more ul ul {
    display: block;
    position: absolute;
    top: 120%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
  .primary-menu-container ul ul:before,
  .primary-menu-more ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #fff;
  }
}

@media (min-width: 992px) {
  .primary-menu-container ul ul.toleft,
  .primary-menu-more ul ul.toleft {
    left: auto;
    right: 0;
  }
}

.primary-menu-container ul ul.toggled-on,
.primary-menu-more ul ul.toggled-on {
  display: block;
}

@media (min-width: 992px) {
  .primary-menu-container ul ul ul,
  .primary-menu-more ul ul ul {
    padding-left: 7px;
    left: 100%;
  }
}

.primary-menu-container ul ul ul:before,
.primary-menu-more ul ul ul:before {
  left: 7px;
}

@media (min-width: 992px) {
  .primary-menu-container ul ul ul.toleft,
  .primary-menu-more ul ul ul.toleft {
    padding-left: 0;
    padding-right: 7px;
    left: auto;
    right: 100%;
  }
}

.primary-menu-container ul ul ul.toleft:before,
.primary-menu-more ul ul ul.toleft:before {
  left: 0;
  right: 7px;
}

@media (min-width: 992px) {
  .primary-menu-container ul ul li:hover > ul,
  .primary-menu-container ul ul li.focus > ul,
  .primary-menu-more ul ul li:hover > ul,
  .primary-menu-more ul ul li.focus > ul {
    display: block;
    top: 0;
  }
}

.primary-menu-container ul ul a,
.primary-menu-more ul ul a {
  width: 100%;
  padding: 10px 10px 10px 0;
}

@media (min-width: 992px) {
  .primary-menu-container ul ul a,
  .primary-menu-more ul ul a {
    padding: 10px 18px;
    width: 180px;
  }
}

.primary-menu-container ul ul :hover > a:after,
.primary-menu-container ul ul .focus > a:after,
.primary-menu-more ul ul :hover > a:after,
.primary-menu-more ul ul .focus > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.primary-menu-container ul li:hover > ul,
.primary-menu-container ul li.focus > ul,
.primary-menu-more ul li:hover > ul,
.primary-menu-more ul li.focus > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.primary-menu-container li,
.primary-menu-more li {
  position: relative;
  margin: 0;
}

.primary-menu-container li:hover > a,
.primary-menu-container li.focus > a,
.primary-menu-more li:hover > a,
.primary-menu-more li.focus > a {
  color: #C4A265;
}

.primary-menu-container a,
.primary-menu-more a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .primary-menu-container a,
  .primary-menu-more a {
    padding: 10px 30px;
  }
}

.primary-menu-container .current_page_item > a,
.primary-menu-container .current-menu-item > a,
.primary-menu-container .current_page_ancestor > a,
.primary-menu-container .current-menu-ancestor > a,
.primary-menu-more .current_page_item > a,
.primary-menu-more .current-menu-item > a,
.primary-menu-more .current_page_ancestor > a,
.primary-menu-more .current-menu-ancestor > a {
  color: #C4A265;
}

@media (min-width: 992px) {
  .primary-menu-container .dropdown-toggle,
  .primary-menu-more .dropdown-toggle {
    display: none;
  }
}

.primary-menu-container .menu-item-has-children > a,
.primary-menu-more .menu-item-has-children > a {
  position: relative;
  padding-right: 35px;
}

.primary-menu-container .menu-item-has-children > a:after,
.primary-menu-more .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 992px) {
  .primary-menu-container .menu-item-has-children > a:after,
  .primary-menu-more .menu-item-has-children > a:after {
    content: "\f0d7";
  }
}

.primary-menu-container .menu-item-has-children .menu-item-has-children > a:after,
.primary-menu-more .menu-item-has-children .menu-item-has-children > a:after {
  top: 10px;
  right: 18px;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item,
.primary-menu-container li.wpml-ls-menu-item,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item,
.primary-menu-more li.wpml-ls-menu-item {
  background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item:hover,
.primary-menu-container li.wpml-ls-menu-item:hover,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item:hover,
.primary-menu-more li.wpml-ls-menu-item:hover {
  background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item:hover a,
.primary-menu-container li.wpml-ls-menu-item:hover a,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item:hover a,
.primary-menu-more li.wpml-ls-menu-item:hover a {
  background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item a,
.primary-menu-container li.wpml-ls-menu-item a,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item a,
.primary-menu-more li.wpml-ls-menu-item a {
  background: transparent;
  color: inherit;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item a:hover,
.primary-menu-container li.wpml-ls-menu-item a:hover,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item a:hover,
.primary-menu-more li.wpml-ls-menu-item a:hover {
  background: transparent;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 7px 14px;
  font-size: 24px;
}

@media screen and (min-width: 480px) {
  .menu-toggle {
    margin-right: 30px;
  }
}

.menu-toggle:hover {
  background: transparent;
}

.menu-toggle .text {
  margin-left: 5px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-right: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-left: 10px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-menu {
    margin-left: 25px;
  }
}

.footer-menu li {
  margin: 0;
  padding: 0;
}

.footer-menu li:after {
  content: '|';
}

.footer-menu li:last-child a {
  padding-right: 0;
}

.footer-menu li:last-child:after {
  display: none;
}

.footer-menu a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.7;
  padding: 5px 10px;
}

.footer-menu a:hover {
  text-decoration: none;
  color: #C4A265;
}

.post-navigation {
  max-width: 770px;
  margin: 10px auto 70px;
}

.post-navigation a {
  display: block;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation a:hover .nav-title {
  color: inherit;
}

.post-navigation a:focus, .post-navigation a:active {
  text-decoration: none;
}

.post-navigation .nav-subtitle {
  display: block;
  position: relative;
  font-family: "Blatant", sans-serif;
  font-size: 26px;
  line-height: 33px;
  padding-top: 5px;
  margin-bottom: 3px;
}

.post-navigation .nav-subtitle:before {
  position: absolute;
  font-family: Linearicons-Free;
  top: 6px;
  font-size: 16px;
  font-weight: bold;
}

.post-navigation .nav-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1D1E21;
}

@media (max-width: 767px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 40px;
  }
  .post-navigation .nav-previous:last-child,
  .post-navigation .nav-next:last-child {
    margin-bottom: 0;
  }
}

.post-navigation .nav-previous .nav-subtitle {
  padding-left: 30px;
}

.post-navigation .nav-previous .nav-subtitle:before {
  left: 5px;
  content: '\e879';
}

.post-navigation .nav-next .nav-subtitle {
  padding-right: 30px;
}

.post-navigation .nav-next .nav-subtitle:before {
  right: 5px;
  content: '\e87a';
}

.navigation.pagination {
  margin-bottom: 70px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-pagination,
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Blatant", sans-serif;
}

.woocommerce-pagination .page-numbers,
.pagination .nav-links .page-numbers {
  margin: 0 10px 10px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #666;
  padding-left: 1px;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover,
.pagination .nav-links .current,
.pagination .nav-links a:hover {
  color: #fff;
  background: #C4A265;
  text-decoration: none;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.pagination .nav-links .next,
.pagination .nav-links .prev {
  color: #1D1E21;
  font-size: 16px;
}

.woocommerce-pagination .next > span,
.woocommerce-pagination .prev > span,
.pagination .nav-links .next > span,
.pagination .nav-links .prev > span {
  display: inline-block;
  margin-top: 16px;
}

.woocommerce-pagination .next > span,
.pagination .nav-links .next > span {
  margin-left: 2px;
}

.woocommerce-pagination .prev > span,
.pagination .nav-links .prev > span {
  margin-right: 2px;
}

.wpml-ls-statics-shortcode_actions {
  width: auto;
  font-size: 14px;
  border: 0;
  padding: 0;
  margin-bottom: 5px;
}

.wpml-ls-statics-shortcode_actions ul li:hover {
  color: #fff;
  background: transparent;
}

.wpml-ls-statics-shortcode_actions ul li:hover a {
  color: inherit;
  background: transparent;
}

.wpml-ls-statics-shortcode_actions ul a.wpml-ls-link {
  color: #fff;
  background: transparent;
  border: 0;
}

.wpml-ls-statics-shortcode_actions ul a.wpml-ls-link:hover {
  color: #C4A265;
  text-decoration: none;
  background: transparent;
}

.wpml-ls-statics-shortcode_actions ul a.wpml-ls-item-toggle {
  padding-right: 35px;
  border: 0;
  background: transparent;
  color: #fff;
}

.wpml-ls-statics-shortcode_actions ul a.wpml-ls-item-toggle:hover {
  color: #C4A265;
  text-decoration: none;
  background: transparent;
}

.wpml-ls-statics-shortcode_actions ul a.wpml-ls-item-toggle:after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 14px;
}

.wpml-ls-statics-shortcode_actions ul .wpml-ls-sub-menu {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent;
}

.social-menu a[href*="twitter.com"]:before, .social-menu a[href*="facebook.com"]:before, .social-menu a[href*="plus.google.com"]:before, .social-menu a[href*="pinterest.com"]:before, .social-menu a[href*="foursquare.com"]:before, .social-menu a[href*="yahoo.com"]:before, .social-menu a[href*="skype:"]:before, .social-menu a[href*="yelp.com"]:before, .social-menu a[href*="linkedin.com"]:before, .social-menu a[href*="viadeo.com"]:before, .social-menu a[href*="xing.com"]:before, .social-menu a[href*="soundcloud.com"]:before, .social-menu a[href*="spotify.com"]:before, .social-menu a[href*="last.fm"]:before, .social-menu a[href*="youtube.com"]:before, .social-menu a[href*="vimeo.com"]:before, .social-menu a[href*="vine.com"]:before, .social-menu a[href*="flickr.com"]:before, .social-menu a[href*="500px.com"]:before, .social-menu a[href*="instagram.com"]:before, .social-menu a[href*="tumblr.com"]:before, .social-menu a[href*="reddit.com"]:before, .social-menu a[href*="dribbble.com"]:before, .social-menu a[href*="stumbleupon.com"]:before, .social-menu a[href*="digg.com"]:before, .social-menu a[href*="behance.net"]:before, .social-menu a[href*="delicious.com"]:before, .social-menu a[href*="deviantart.com"]:before, .social-menu a[href*="play.com"]:before, .social-menu a[href*="wikipedia.com"]:before, .social-menu a[href*="apple.com"]:before, .social-menu a[href*="github.com"]:before, .social-menu a[href*="github.io"]:before, .social-menu a[href*="windows.com"]:before, .social-menu a[href*="tripadvisor."]:before, .social-menu a[href*="slideshare.net"]:before, .social-menu a[href*=".rss"]:before, .social-menu a[href*="vk.com"]:before {
  font-weight: normal;
}

.social-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .social-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.social-menu li {
  margin: 0;
  padding: 0;
}

.social-menu a {
  text-align: center;
  position: relative;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
}

.social-menu a:hover {
  text-decoration: none;
  color: #C4A265;
}

.social-menu a .menu-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.social-menu a:before {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block;
  content: "\f129";
  font-weight: 700;
}

.social-menu a:empty {
  width: 1em;
}

.social-menu a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-menu a[href*="facebook.com"]:before {
  content: "\f39e";
}

.social-menu a[href*="google.com"]:before {
  content: "\f2b3";
}

.social-menu a[href*="/map"]:before {
  content: "\f3c5";
}

.social-menu a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-menu a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-menu a[href*="yahoo.com"]:before {
  content: "\f19e";
}

.social-menu a[href*="skype:"]:before {
  content: "\f17e";
}

.social-menu a[href*="yelp.com"]:before {
  content: "\f1e9";
}

.social-menu a[href*="linkedin.com"]:before {
  content: "\f08c";
}

.social-menu a[href*="viadeo.com"]:before {
  content: "\f2a9";
}

.social-menu a[href*="xing.com"]:before {
  content: "\f168";
}

.social-menu a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.social-menu a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-menu a[href*="last.fm"]:before {
  content: "\f202";
}

.social-menu a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-menu a[href*="vimeo.com"]:before {
  content: "\f40a";
}

.social-menu a[href*="vine.com"]:before {
  content: "\f1ca";
}

.social-menu a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-menu a[href*="500px.com"]:before {
  content: "\f26e";
}

.social-menu a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-menu a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-menu a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-menu a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-menu a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-menu a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-menu a[href*="behance.net"]:before {
  content: "\f1b4";
}

.social-menu a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-menu a[href*="deviantart.com"]:before {
  content: "\f1bd";
}

.social-menu a[href*="play.com"]:before {
  content: "\f04b";
}

.social-menu a[href*="wikipedia.com"]:before {
  content: "\f266";
}

.social-menu a[href*="apple.com"]:before {
  content: "\f179";
}

.social-menu a[href*="github.com"]:before {
  content: "\f09b";
}

.social-menu a[href*="github.io"]:before {
  content: "\f09b";
}

.social-menu a[href*="windows.com"]:before {
  content: "\f17a";
}

.social-menu a[href*="tripadvisor."]:before {
  content: "\f262";
}

.social-menu a[href*="slideshare.net"]:before {
  content: "\f1e7";
}

.social-menu a[href*=".rss"]:before {
  content: "\f09e";
}

.social-menu a[href*="vk.com"]:before {
  content: "\f189";
}

.social-menu a[href*="tel:"]:before {
  content: '\f879';
}

.social-menu a[href*="mailto:"]:before {
  content: "\f0e0";
}

.icon-menu a {
  font-size: 14px;
}

.icon-menu a:before {
  margin-right: 5px;
  color: #C4A265;
}

.icon-menu a .menu-text {
  clip: unset;
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
}

.circle-icons.social-menu li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.circle-icons.social-menu li:last-child {
  margin-right: 0;
}

.circle-icons.social-menu a {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  display: block;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0.5;
}

.circle-icons.social-menu a:hover {
  color: #C4A265;
  opacity: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget_calendar {
  font-size: 12px;
}

.widget_calendar table {
  text-align: center;
}

.widget_calendar td, .widget_calendar th {
  padding: 5px;
}

.widget_calendar th {
  text-align: center;
}

.widget_calendar caption {
  margin-bottom: 5px;
}

.widget_calendar .wp-calendar-nav {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget_pages ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  padding-right: 50px;
}

.search-form button {
  background: transparent;
  padding: 4px 0 0;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  outline: none;
}

.search-form button:hover {
  color: #C4A265;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.widget_nav_menu a {
  color: #fff;
}

.widget_nav_menu a:hover {
  color: #C4A265;
  text-decoration: none;
}

.widget_an_mailchimp label {
  width: 100%;
}

.widget_an_mailchimp form > * {
  margin-bottom: 10px;
}

.widget_an_mailchimp form > *:last-child {
  margin-bottom: 0;
}

.header-sidebar {
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  background: #2A2C2F;
}

.site-header:after {
  content: '';
  display: table;
  clear: both;
}

.site-header .top-navigation {
  background: #2A2C2F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .site-header .top-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-header .top-navigation {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-header .top-navigation-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .site-header .top-navigation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-header .top-navigation-wrapper > * {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .site-header .top-navigation-wrapper > * {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
  }
}

.site-header .top-navigation-wrapper > *:last-child {
  margin-bottom: 0;
}

.site-header .top-navigation-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .site-header .top-navigation-column {
    /*padding-left: 10px;
				padding-right: 10px;*/
  }
}

.site-header .top-navigation-column.last {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .site-header .top-navigation-column.last {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.site-header .top-navigation-column h4 {
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.site-header .top-navigation-column .icon-menu-container .icon-menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

.site-header .bottom-navigation {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .site-header .bottom-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-header .bottom-navigation {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-header .bottom-navigation-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .site-header .bottom-navigation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .site-header .bottom-navigation-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.site-header .default-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .site-header .default-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .site-header .default-navigation {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .site-header .default-navigation {
    max-width: 60%;
  }
}

.site-header .default-navigation > * {
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-header .default-navigation:last-child {
  padding-right: 0;
  max-width: 100%;
}

.site-header .woo-header-actions input[type="search"] {
  background: #222427;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #a9aaab;
  font-weight: normal;
  font-family: "Blatant", sans-serif;
  padding: 20px 0 19px 53px;
}

.site-header .woo-header-actions input[type="search"]::-webkit-input-placeholder {
  color: #a9aaab;
}

.site-header .woo-header-actions input[type="search"]::-moz-placeholder {
  color: #a9aaab;
}

.site-header .woo-header-actions input[type="search"]:-ms-input-placeholder {
  color: #a9aaab;
}

.site-header .woo-header-actions input[type="search"]::-ms-input-placeholder {
  color: #a9aaab;
}

.site-header .woo-header-actions input[type="search"]::placeholder {
  color: #a9aaab;
}

@media screen and (min-width: 480px) {
  .site-header .woo-header-actions {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .site-header .woo-header-actions {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 40%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .site-header .woo-header-actions {
    padding-left: 40px;
  }
}

.site-header .woo-header-actions > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .icon-menu-container + * {
    margin-left: auto;
  }
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}

@media screen and (min-width: 480px) {
  .site-branding {
    margin-right: 10px;
  }
}

.site-branding .site-title {
  margin: 0;
  font-size: 28px;
  font-family: "Blatant", sans-serif;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: bold;
}

.site-branding .site-title a {
  color: inherit;
}

.site-branding .site-title a:hover, .site-branding .site-title a:focus, .site-branding .site-title a:active {
  text-decoration: none;
}

.site-branding .site-description {
  margin: 0;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Blatant", sans-serif;
}

.site-branding .custom-logo-link {
  margin-right: 15px;
}

.site-branding img {
  display: block;
}

.main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

@media (min-width: 992px) {
  .main-navigation {
    width: 100%;
  }
}

.main-navigation .main-navigation-wrapper {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: #2A2C2F;
  border-bottom: 2px solid #F6F4F2;
  padding: 15px;
  z-index: 50;
}

@media (min-width: 768px) {
  .main-navigation .main-navigation-wrapper {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .main-navigation .main-navigation-wrapper {
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    position: static;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-navigation .main-navigation-wrapper button {
  border: none;
}

.main-navigation .primary-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.main-navigation .primary-menu li {
  position: relative;
}

.main-navigation .primary-menu-more {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu-more {
    display: block;
  }
}

.main-navigation .primary-menu-more-toggle.is-empty {
  display: none;
}

.main-navigation .primary-menu-container {
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu-container {
    max-width: none;
    margin: 0;
  }
}

.main-navigation.toggled .main-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation .dropdown-toggle {
  padding: 5px;
  background: transparent;
  color: #fff;
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 16px;
}

.main-navigation .dropdown-toggle.toggled-on {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-navigation .dropdown-toggle:hover {
  color: #C4A265;
  background: transparent;
}

.main-navigation .dropdown-toggle:focus {
  outline: none;
}

.primary-menu-more-toggle {
  background: transparent;
  padding: 12px 10px 10px;
  color: #fff;
}

.primary-menu-more-toggle:hover {
  color: #C4A265;
  background: transparent;
}

.primary-menu-more-toggle svg {
  display: block;
}

@media screen and (max-width: 991px) {
  .main-navigation-wrapper .primary-menu-container {
    width: 100%;
  }
}

.site-footer {
  background: #2A2C2F;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .site-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-footer h2, .site-footer h3, .site-footer h3 {
  color: #fff;
}

.footer-widgets {
  max-width: 1410px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 50px;
}

.footer-widgets .circle-icons.social-menu a {
  color: #a9aaab;
  border: 1px solid #a9aaab;
}

.footer-widgets .circle-icons.social-menu a:hover {
  color: #C4A265;
  border: 1px solid #C4A265;
}

.footer-widgets-wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-widgets .widget.widget_an_mailchimp .widget-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.footer-widgets .widget_nav_menu a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.7;
}

.footer-widgets .widget_nav_menu a:hover {
  color: #C4A265;
}

.footer-widgets .widget-area {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer-widgets .widget-area {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media (min-width: 992px) {
  .footer-widgets .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 15%;
  }
  .footer-widgets .widget-area:first-child {
    max-width: 40%;
  }
}

.footer-widgets .widget-area .widget_an_mailchimp form {
  max-width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-widgets .widget-area .widget_an_mailchimp form p:first-child {
  width: 100%;
}

.footer-widgets .widget-area .widget_an_mailchimp form input {
  background: transparent;
  border: none;
  font-size: 21px;
  line-height: 21px;
  padding: 0;
  outline: none;
  font-family: "Blatant", sans-serif;
}

.footer-widgets .widget-area .widget_an_mailchimp form input[type="submit"] {
  text-align: right;
  color: #C4A265;
}

.footer-widgets .widget-area .widget_an_mailchimp form input[type="submit"]:hover {
  border: none;
  color: #fff;
}

.footer-widgets .social-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-info-container {
  background-color: #2A2C2F;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .site-info-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .site-info-container {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 768px) {
  .site-info-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-info-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-info-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .site-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.site-info-wrapper .site-info {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.7;
}

.site-info-wrapper .site-info + .footer-menu-container {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .site-info-wrapper .site-info + .footer-menu-container {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .site-info-wrapper > * {
    margin-top: 20px;
  }
  .site-info-wrapper > *:last-child {
    margin-top: 0;
  }
}

.home-top-section .wp-block-image .aligncenter {
  margin-top: 0;
}

.home-top-section p {
  letter-spacing: 0.01em;
  line-height: 33px;
}

.home-top-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
  max-width: 1440px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-thumbnail,
.entry-footer,
.entry-header,
.page-header {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.post-thumbnail {
  max-width: 709px;
}

.post-thumbnail img {
  border-radius: 4px;
}

.blog .entry-header {
  max-width: 709px;
  margin-bottom: 20px;
}

.blog .entry-content > * {
  max-width: 709px;
}

.blog h2 {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .blog h2 {
    font-size: 20px;
    line-height: 27px;
  }
}

.blog .hentry .entry-meta .posted-on a {
  color: #C4A265;
}

.single-post .entry-header h1 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: inherit;
}

@media (max-width: 768px) {
  .single-post .entry-header h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

.single-post .entry-header, .single-post .entry-footer, .single-post .comments-area {
  max-width: 709px;
}

.single-post .entry-content > * {
  max-width: 709px;
}

.single-post .post-tags .tags-title {
  font-size: 26px;
  line-height: 33px;
  font-family: "Blatant", sans-serif;
  color: #1D1E21;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-bottom: 20px;
}

.single-post .post-tags .tags-links a {
  font-size: 16px;
  color: #666;
}

.single-post .post-tags .post-navigation .nav-next a {
  background: none;
}

.single-post .post-tags .post-navigation .nav-next .nav-subtitle:before {
  font-weight: bold;
}

.post-thumbnail {
  margin-bottom: 30px;
  display: block;
}

.post-thumbnail img {
  display: block;
}

.site-main {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .site-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-main > .hentry {
  padding-top: 60px;
  padding-bottom: 60px;
}

.entry-header,
.page-header {
  margin-bottom: 30px;
  text-align: center;
}

.page-header {
  margin-top: 60px;
}

.entry-footer {
  margin-top: 40px;
}

.entry-title {
  word-wrap: break-word;
}

.entry-title a {
  color: inherit;
}

.entry-title a:hover {
  text-decoration: none;
  color: #C4A265;
}

.entry-title a:focus, .entry-title a:active {
  text-decoration: none;
}

.posted-by-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.posted-by-on .avatar {
  border-radius: 50%;
  margin-right: 20px;
}

.posted-by-on .posted-on a {
  color: #C4A265;
}

.posted-by-on + .post-tags {
  margin-top: 30px;
}

.post-tags .tags-title {
  font-size: 24px;
  font-family: "Blatant", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.post-tags .tags-links a {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 14px;
  line-height: 1.2;
  padding: 6px 10px;
  border: 1px solid #E1E1E1;
  color: #fff;
}

.post-tags .tags-links a:hover {
  text-decoration: none;
  background: #E1E1E1;
}

.related-posts {
  margin-bottom: 70px;
}

.related-posts > h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 37px;
}

.related-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.related-posts .post {
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .related-posts .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .related-posts .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media (min-width: 992px) {
  .related-posts .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 25%;
    margin-bottom: 0;
  }
}

.related-posts .post .post-thumbnail {
  margin-bottom: 15px;
}

.related-posts .post .post-thumbnail img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.related-posts .post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 7px;
}

.related-posts .post .posted-on {
  padding-right: 20px;
}

.related-posts .post .entry-header {
  text-align: left;
  margin: 0;
}

.related-posts .post .entry-title a {
  color: inherit;
}

.related-posts .post .entry-title a:hover {
  text-decoration: none;
  color: #C4A265;
}

.theme-image-divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  display: block;
}

.blog .hentry,
.archive .hentry,
.search .hentry {
  margin-bottom: 90px;
  padding: 0;
}

.blog .hentry:first-of-type,
.archive .hentry:first-of-type,
.search .hentry:first-of-type {
  margin-top: 80px;
}

.blog .hentry .entry-header,
.archive .hentry .entry-header,
.search .hentry .entry-header {
  text-align: left;
}

.blog .hentry .entry-title,
.archive .hentry .entry-title,
.search .hentry .entry-title {
  margin-bottom: 15px;
}

.blog .hentry .post-thumbnail,
.archive .hentry .post-thumbnail,
.search .hentry .post-thumbnail {
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 4px;
}

.blog .hentry .post-thumbnail img,
.archive .hentry .post-thumbnail img,
.search .hentry .post-thumbnail img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.blog .hentry .post-thumbnail:hover img,
.archive .hentry .post-thumbnail:hover img,
.search .hentry .post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .hentry .entry-meta,
.archive .hentry .entry-meta,
.search .hentry .entry-meta {
  font-size: 14px;
}

.blog .hentry .entry-meta > *,
.archive .hentry .entry-meta > *,
.search .hentry .entry-meta > * {
  margin-right: 5px;
}

.blog .hentry .entry-meta > *:last-child,
.archive .hentry .entry-meta > *:last-child,
.search .hentry .entry-meta > *:last-child {
  margin-right: 0;
}

.blog .hentry .entry-meta .posted-on a,
.archive .hentry .entry-meta .posted-on a,
.search .hentry .entry-meta .posted-on a {
  color: #C4A265;
}

.more-link-wrapper {
  margin-top: 33px;
}

.site-main > .not-found {
  max-width: 540px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.site-main > .not-found .page-title {
  margin-top: 30px;
}

.site-main > .not-found .page-header {
  margin-top: 0;
}

.template-wide .post-thumbnail {
  max-width: 1170px;
}

.template-canvas > .hentry {
  padding: 0;
}

.template-canvas > .hentry > .post-thumbnail,
.template-canvas > .hentry > .entry-header {
  display: none;
}

.about-top-section p {
  max-width: 760px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .about-top-section p {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .about-top-section h2 {
    text-align: center !important;
  }
}

.about-quality-section .wp-block-column {
  margin-bottom: 0;
}

.about-quality-section h2 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .about-quality-section h2 {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .about-quality-section .wp-block-buttons.alignleft .wp-block-button {
    float: none;
  }
}

@media (max-width: 768px) {
  .about-quality-section .wp-block-buttons.alignleft {
    float: none;
    text-align: center;
  }
}

.contact-top-section p {
  color: #fff;
}

@media (max-width: 1470px) {
  .about-team-section .wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .about-team-section .wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__image {
    margin-right: 0;
  }
}

@media (max-width: 1470px) {
  .about-team-section .wp-block-getwid-person.is-style-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1470px) {
  .about-team-section .wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__subtitle, .about-team-section .wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__title, .about-team-section .wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__content {
    text-align: center;
  }
}

@media (max-width: 1470px) {
  .about-team-section .getwid-justify-content-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.contact-us-map-section .wp-block-column {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-delivery-section .wp-block-columns, .about-delivery-section .wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .home-delivery-section .wp-block-columns .wp-block-column, .about-delivery-section .wp-block-columns .wp-block-column {
    margin-left: 0;
    width: 49% !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 49% !important;
    flex-basis: 49% !important;
  }
}

@media (max-width: 767px) {
  .home-delivery-section .wp-block-columns .wp-block-column, .about-delivery-section .wp-block-columns .wp-block-column {
    width: 100% !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

.template-image-header > .hentry {
  padding-top: 0;
  padding-bottom: 0;
}

.template-image-header .image-page-header {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .template-image-header .image-page-header {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .template-image-header .image-page-header {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.template-image-header .image-page-header .entry-title {
  text-align: left;
}

.template-image-header .image-page-header .entry-header {
  margin-left: 0;
}

.image-page-header,
.woo-archive-header {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  background-color: #E1E1E1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .image-page-header,
  .woo-archive-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .image-page-header,
  .woo-archive-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.image-page-header.has-image,
.woo-archive-header.has-image {
  background-color: #2A2C2F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .image-page-header.has-image,
  .woo-archive-header.has-image {
    min-height: 420px;
  }
}

.image-page-header.has-image .page-title,
.woo-archive-header.has-image .page-title {
  color: #fff;
}

.image-page-header.has-image p,
.woo-archive-header.has-image p {
  color: #FFFFFF;
  opacity: 0.7;
}

.image-page-header.has-image .first-letter,
.woo-archive-header.has-image .first-letter {
  color: #FFFFFF;
}

.image-page-header-wrapper,
.woo-archive-header-wrapper {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
}

.image-page-header-wrapper > *,
.woo-archive-header-wrapper > * {
  max-width: 750px;
}

.image-page-header .page-title,
.woo-archive-header .page-title {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
  color: #1D1E21;
}

@media (min-width: 768px) {
  .image-page-header .page-title,
  .woo-archive-header .page-title {
    margin-bottom: 25px;
  }
}

.image-page-header .page-title:last-child,
.woo-archive-header .page-title:last-child {
  margin-bottom: 0;
}

.image-page-header p,
.woo-archive-header p {
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #1D1E21;
}

.image-page-header .first-letter,
.woo-archive-header .first-letter {
  margin-right: 15px;
  font-size: 80px;
  line-height: 55px;
  color: #1D1E21;
}

.image-page-header .page-description,
.image-page-header .term-description,
.woo-archive-header .page-description,
.woo-archive-header .term-description {
  font-size: 16px;
  font-family: "Blatant", sans-serif;
  display: none;
}

@media (min-width: 768px) {
  .image-page-header .page-description,
  .image-page-header .term-description,
  .woo-archive-header .page-description,
  .woo-archive-header .term-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.image-page-header .page-description > div,
.image-page-header .term-description > div,
.woo-archive-header .page-description > div,
.woo-archive-header .term-description > div {
  opacity: .7;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 770px;
  margin: 70px auto 80px;
}

.comments-area:before {
  content: '';
  display: table;
  clear: both;
}

.comments-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 26px;
  line-height: 33px;
}

@media (max-width: 768px) {
  .comments-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.comment-list .comment {
  margin-bottom: 40px;
}

.comment-list .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment-body {
  position: relative;
  padding: 31px 42px;
  background: #fff;
  border: 1px solid #E1E1E1;
  margin-top: 120px;
}

@media (min-width: 768px) {
  .comment-list .comment-body {
    margin-top: 0;
    margin-left: 100px;
  }
}

.comment-list .comment-body:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: inherit;
  background: #fff;
  left: 35px;
  top: 0;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateY(-12px) translateX(-50%) rotate(45deg);
  transform: translateY(-12px) translateX(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .comment-list .comment-body:before {
    left: 0;
    top: 35px;
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-12px) translateY(-50%) rotate(-45deg);
    transform: translateX(-12px) translateY(-50%) rotate(-45deg);
  }
}

.comment-list .trackback .comment-body,
.comment-list .pingback .comment-body {
  margin-top: 0;
  margin-left: 0;
}

.comment-list .trackback .comment-body:before,
.comment-list .pingback .comment-body:before {
  display: none;
}

.comment-list .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -100px;
}

@media (min-width: 768px) {
  .comment-list .avatar {
    left: -100px;
    top: 0;
  }
}

.comment-list .fn {
  color: #C4A265;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  font-family: "Blatant", sans-serif;
}

.comment-list .fn a {
  color: inherit;
}

.comment-list .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.comment-list .comment-metadata {
  font-size: 14px;
}

.comment-list .comment-metadata a {
  color: inherit;
}

.comment-list .comment-metadata > * {
  margin-right: 10px;
}

.comment-list .comment-metadata > *:last-child {
  margin-right: 0;
}

.comment-respond {
  margin-top: 60px;
  padding: 40px 30px;
  background: #F6F4F2;
  border: 1px solid #E1E1E1;
}

.comment-respond .comment-form > * {
  margin-bottom: 28px;
}

.comment-respond .comment-form > *:last-child {
  margin-bottom: 0;
}

.comment-respond .comment-form label {
  display: none;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline;
}

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-bottom: 4px;
}

.comment-respond .comment-form textarea[name="comment"] {
  height: 90px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
.woocommerce-cart .entry-content > * {
  max-width: 709px;
}

.entry-summary > *,
.entry-content > * {
  max-width: 709px;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.entry-summary > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-summary > *.alignwide,
.entry-content > *.alignwide {
  max-width: 1350px;
}

.entry-summary > *.alignfull,
.entry-content > *.alignfull {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .entry-summary > *.alignfull,
  .entry-content > *.alignfull {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .entry-summary > *.alignfull,
  .entry-content > *.alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.entry-summary > h1,
.entry-summary > h2,
.entry-summary > h3,
.entry-summary > h4,
.entry-summary > h5,
.entry-summary > h6,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  margin-bottom: .5em;
}

.template-wide .entry-content > * {
  max-width: 1170px;
}

.template-wide .entry-content > *.alignwide {
  max-width: 1350px;
}

.template-wide .entry-content > *.alignfull {
  max-width: none;
}

.template-canvas .entry-content > * {
  max-width: 1410px;
}

.template-canvas .entry-content > *.alignwide {
  max-width: 100%;
}

.template-canvas .entry-content > *.alignfull {
  max-width: none;
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image {
  margin-bottom: 25px;
}

.wp-block-image .alignleft {
  margin-right: 30px;
  max-width: 50%;
  margin-top: 8px;
}

.wp-block-image .alignright {
  margin-left: 30px;
  max-width: 50%;
  margin-top: 8px;
}

.wp-block-image .aligncenter {
  margin-top: 35px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image figcaption {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

/* wp-block-gallery styles */
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 100%;
}

@media (min-width: 768px) {
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 50%;
  }
}

.wp-block-gallery.alignleft {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.alignleft {
    margin-right: 30px;
  }
}

.wp-block-gallery.alignright {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.alignright {
    margin-left: 30px;
  }
}

.wp-block-gallery .blocks-gallery-caption {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc((100% - 30px * 0) / 1);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc((100% - 30px * 1) / 2);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 30px * 2) / 3);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 30px * 3) / 4);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 30px * 4) / 5);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 30px * 5) / 6);
    margin-right: 30px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

/* wp-block-quote styles */
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote.is-style-large {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: normal;
}

.wp-block-quote.is-style-large cite {
  font-size: 16px;
}

/* wp-block-file styles */
.wp-block-file {
  color: #fff;
}

.wp-block-file a.wp-block-file__button {
  border: 0;
  border-radius: 0;
  background: #C4A265;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
}

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:visited {
  cursor: pointer;
  text-decoration: none;
  background: #E1E1E1;
  color: #fff;
}

/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
  padding: 60px 30px;
  border-top: 4px solid #C4A265;
  border-bottom: 4px solid #C4A265;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote cite {
  margin-top: 20px;
}

.wp-block-pullquote blockquote {
  max-width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 50%;
}

.wp-block-pullquote.alignleft {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-pullquote.alignleft {
    margin-right: 30px;
  }
}

.wp-block-pullquote.alignright {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-pullquote.alignright {
    margin-left: 30px;
  }
}

.wp-block-pullquote.is-style-solid-color {
  background: #E1E1E1;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
  color: inherit;
}

/* wp-block-table styles */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #E1E1E1;
}

.wp-block-table figcaption {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

/* wp-block-verse styles */
pre.wp-block-verse {
  white-space: pre-wrap;
}

/* wp-block-group styles */
.wp-block-group.has-background {
  padding: 20px 30px;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-bottom: 28px;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

/* wp-block-button styles */
.wp-block-button {
  color: #fff;
}

.wp-block-button__link {
  border: 2px solid #C4A265;
  border-radius: 4px;
  background: #C4A265;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 19px 26px;
  text-transform: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Blatant", sans-serif;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  cursor: pointer;
  text-decoration: none;
  border-color: #B89352;
  background: #B89352;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.is-style-outline .wp-block-button__link {
  color: #C4A265;
  border: 2px solid currentColor;
  border-radius: 4px;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 19px 26px;
  text-transform: none;
  display: inline-block;
  background: transparent;
  font-family: "Blatant", sans-serif;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #B89352;
  border-color: #B89352;
}

.is-style-outline .wp-block-button__link.has-text-color {
  border-color: currentColor;
}

.is-style-outline .wp-block-button__link.has-text-color:hover, .is-style-outline .wp-block-button__link.has-background-color:hover {
  color: #fff;
  background: #B89352;
  border-color: #B89352;
}

.wp-block-buttons.alignleft {
  float: none;
}

.wp-block-buttons.alignleft .wp-block-button {
  float: left;
}

.wp-block-buttons.alignright {
  float: none;
}

.wp-block-buttons.alignright .wp-block-button {
  float: right;
}

/* wp-block-columns styles */
.wp-block-columns {
  margin-bottom: 0;
  /*@include respond-to(smmax) {
        flex-wrap: wrap;
    }*/
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  /*flex-basis: 100% ;*/
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (min-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
.wp-block-separator {
  height: 1px;
  background: #E1E1E1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 400px;
  max-width: 100%;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: 0;
  color: #E1E1E1;
}

/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
  padding-left: 20px;
}

/* wp-block-calendar styles */
/* wp-block-categories styles */
.wp-block-categories ul {
  padding-left: 20px;
}

/* wp-block-latest-comments styles */
.wp-block-latest-comments {
  padding-left: 0;
}

/* wp-block-latest-posts styles */
.wp-block-latest-posts {
  padding-left: 0;
}

@media (min-width: 768px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 30px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 30px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 30px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 30px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 30px);
  }
}

/* wp-block-search styles */
/* wp-block-rss styles */
.wp-block-rss.is-grid li {
  margin: 0 30px 30px 0;
}

@media (min-width: 768px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 30px);
  }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 30px);
  }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 30px);
  }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 30px);
  }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 30px);
  }
}

/* wp-block-video styles */
.wp-block-video figcaption {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

/* wp-block-cover styles */
.wp-block-cover {
  width: auto;
}

.wp-block-cover.alignright {
  margin-left: 30px;
}

.wp-block-cover.alignleft {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .wp-block-cover.alignright, .wp-block-cover.alignleft {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .wp-block-cover.alignright, .wp-block-cover.alignleft {
    max-width: 50%;
  }
}

/* wp-block-audio styles */
/* common getwid block styles */
.getwid-columns {
  margin-right: -15px;
  margin-left: -15px;
}

.getwid-columns.getwid-columns-1 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.getwid-columns.getwid-columns-2 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .getwid-columns.getwid-columns-2 > * {
    width: 50%;
  }
}

.getwid-columns.getwid-columns-3 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .getwid-columns.getwid-columns-3 > * {
    width: 50%;
  }
}

.getwid-columns.getwid-columns-4 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .getwid-columns.getwid-columns-4 > * {
    width: 50%;
  }
}

.getwid-columns.getwid-columns-5 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .getwid-columns.getwid-columns-5 > * {
    width: 50%;
  }
}

.getwid-columns.getwid-columns-6 > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .getwid-columns.getwid-columns-6 > * {
    width: 50%;
  }
}

.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list,
.wp-block-getwid-images-slider.has-slides-gap-normal .slick-list {
  margin: 0 -15px;
}

.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide,
.wp-block-getwid-images-slider.has-slides-gap-normal .slick-slide {
  margin: 0 15px;
}

.wp-block-getwid-images-slider .slick-arrow,
.wp-block-getwid-media-text-slider .slick-arrow,
.wp-block-getwid-post-slider .slick-arrow,
.wp-block-getwid-post-carousel .slick-arrow {
  width: 46px;
  height: 46px;
  color: #fff;
  background: #C4A265;
}

.wp-block-getwid-images-slider .slick-arrow:before,
.wp-block-getwid-media-text-slider .slick-arrow:before,
.wp-block-getwid-post-slider .slick-arrow:before,
.wp-block-getwid-post-carousel .slick-arrow:before {
  opacity: 1;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wp-block-getwid-images-slider .slick-arrow:hover,
.wp-block-getwid-media-text-slider .slick-arrow:hover,
.wp-block-getwid-post-slider .slick-arrow:hover,
.wp-block-getwid-post-carousel .slick-arrow:hover {
  background: #fff;
  color: #C4A265;
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    left: -20px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    left: -85px;
  }
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  content: "\f053";
  margin-right: 2px;
}

.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-next {
  right: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    right: -20px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    right: -85px;
  }
}

.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-next:before {
  content: "\f054";
  margin-left: 2px;
}

.wp-block-getwid-images-slider .slick-dots li,
.wp-block-getwid-media-text-slider .slick-dots li,
.wp-block-getwid-post-slider .slick-dots li,
.wp-block-getwid-post-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 12px;
}

.wp-block-getwid-images-slider .slick-dots li:before,
.wp-block-getwid-media-text-slider .slick-dots li:before,
.wp-block-getwid-post-slider .slick-dots li:before,
.wp-block-getwid-post-carousel .slick-dots li:before {
  content: "";
  display: none;
}

.wp-block-getwid-images-slider .slick-dots .slick-active button:before,
.wp-block-getwid-media-text-slider .slick-dots .slick-active button:before,
.wp-block-getwid-post-slider .slick-dots .slick-active button:before,
.wp-block-getwid-post-carousel .slick-dots .slick-active button:before {
  -webkit-transform: none;
  transform: none;
}

.wp-block-getwid-images-slider .slick-dots button,
.wp-block-getwid-media-text-slider .slick-dots button,
.wp-block-getwid-post-slider .slick-dots button,
.wp-block-getwid-post-carousel .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C4A265;
  padding: 0;
  position: relative;
}

.wp-block-getwid-images-slider .slick-dots button:before,
.wp-block-getwid-media-text-slider .slick-dots button:before,
.wp-block-getwid-post-slider .slick-dots button:before,
.wp-block-getwid-post-carousel .slick-dots button:before {
  content: '';
  border: 1px solid #C4A265;
  border-radius: 50%;
  position: absolute;
  width: auto;
  height: auto;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.wp-block-getwid-images-slider .slick-dots button:hover:before,
.wp-block-getwid-media-text-slider .slick-dots button:hover:before,
.wp-block-getwid-post-slider .slick-dots button:hover:before,
.wp-block-getwid-post-carousel .slick-dots button:hover:before {
  -webkit-transform: none;
  transform: none;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-arrow:before,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-arrow:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-arrow:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-arrow:before {
  text-shadow: none;
  color: inherit;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
  .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
  .wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
  .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
    left: 27px;
  }
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-arrows-inside .slick-next,
  .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
  .wp-block-getwid-post-slider.has-arrows-inside .slick-next,
  .wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
    right: 27px;
  }
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-fixed-height .slick-prev,
  .wp-block-getwid-media-text-slider.has-fixed-height .slick-prev,
  .wp-block-getwid-post-slider.has-fixed-height .slick-prev,
  .wp-block-getwid-post-carousel.has-fixed-height .slick-prev {
    left: 0;
  }
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-fixed-height .slick-next,
  .wp-block-getwid-media-text-slider.has-fixed-height .slick-next,
  .wp-block-getwid-post-slider.has-fixed-height .slick-next,
  .wp-block-getwid-post-carousel.has-fixed-height .slick-next {
    right: 0;
  }
}

.wp-block-getwid-images-slider.has-1images-center .slick-next,
.wp-block-getwid-media-text-slider.has-1images-center .slick-next,
.wp-block-getwid-post-slider.has-1images-center .slick-next,
.wp-block-getwid-post-carousel.has-1images-center .slick-next {
  right: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-1images-center .slick-next,
  .wp-block-getwid-media-text-slider.has-1images-center .slick-next,
  .wp-block-getwid-post-slider.has-1images-center .slick-next,
  .wp-block-getwid-post-carousel.has-1images-center .slick-next {
    right: -20px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.has-1images-center .slick-next,
  .wp-block-getwid-media-text-slider.has-1images-center .slick-next,
  .wp-block-getwid-post-slider.has-1images-center .slick-next,
  .wp-block-getwid-post-carousel.has-1images-center .slick-next {
    right: -85px;
  }
}

.wp-block-getwid-images-slider.has-1images-center .slick-prev,
.wp-block-getwid-media-text-slider.has-1images-center .slick-prev,
.wp-block-getwid-post-slider.has-1images-center .slick-prev,
.wp-block-getwid-post-carousel.has-1images-center .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-1images-center .slick-prev,
  .wp-block-getwid-media-text-slider.has-1images-center .slick-prev,
  .wp-block-getwid-post-slider.has-1images-center .slick-prev,
  .wp-block-getwid-post-carousel.has-1images-center .slick-prev {
    left: -20px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.has-1images-center .slick-prev,
  .wp-block-getwid-media-text-slider.has-1images-center .slick-prev,
  .wp-block-getwid-post-slider.has-1images-center .slick-prev,
  .wp-block-getwid-post-carousel.has-1images-center .slick-prev {
    left: -85px;
  }
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-custom-links .slick-prev,
  .wp-block-getwid-media-text-slider.has-custom-links .slick-prev,
  .wp-block-getwid-post-slider.has-custom-links .slick-prev,
  .wp-block-getwid-post-carousel.has-custom-links .slick-prev {
    left: -23px;
  }
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider.has-custom-links .slick-next,
  .wp-block-getwid-media-text-slider.has-custom-links .slick-next,
  .wp-block-getwid-post-slider.has-custom-links .slick-next,
  .wp-block-getwid-post-carousel.has-custom-links .slick-next {
    right: -23px;
  }
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dots li:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dots li:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li:before {
  content: "";
  display: none;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button,
.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button {
  background: #fff;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dots li button:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dots li button:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button:before {
  border-color: #fff;
}

.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev {
  left: 10px;
}

.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next {
  right: 10px;
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.alignfull.has-arrows-inside .slick-prev,
  .wp-block-getwid-media-text-slider.alignfull.has-arrows-inside .slick-prev,
  .wp-block-getwid-post-slider.alignfull.has-arrows-inside .slick-prev,
  .wp-block-getwid-post-carousel.alignfull.has-arrows-inside .slick-prev {
    left: 60px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.alignfull.has-arrows-inside .slick-next,
  .wp-block-getwid-media-text-slider.alignfull.has-arrows-inside .slick-next,
  .wp-block-getwid-post-slider.alignfull.has-arrows-inside .slick-next,
  .wp-block-getwid-post-carousel.alignfull.has-arrows-inside .slick-next {
    right: 60px;
  }
}

.wp-block-getwid-images-slider.alignfull.has-dots-inside .slick-dots li:before,
.wp-block-getwid-media-text-slider.alignfull.has-dots-inside .slick-dots li:before,
.wp-block-getwid-post-slider.alignfull.has-dots-inside .slick-dots li:before,
.wp-block-getwid-post-carousel.alignfull.has-dots-inside .slick-dots li:before {
  content: '';
  display: none;
}

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.alignfull.has-dots-inside .slick-dots,
  .wp-block-getwid-media-text-slider.alignfull.has-dots-inside .slick-dots,
  .wp-block-getwid-post-slider.alignfull.has-dots-inside .slick-dots,
  .wp-block-getwid-post-carousel.alignfull.has-dots-inside .slick-dots {
    bottom: 50px;
  }
}

.getwid-padding-top-small {
  padding-top: 10px;
}

.getwid-padding-top-medium {
  padding-top: 25px;
}

.getwid-padding-top-normal {
  padding-top: 40px;
}

.getwid-padding-top-large {
  padding-top: 60px;
}

.getwid-padding-bottom-small {
  padding-bottom: 10px;
}

.getwid-padding-bottom-medium {
  padding-bottom: 25px;
}

.getwid-padding-bottom-normal {
  padding-bottom: 40px;
}

.getwid-padding-bottom-large {
  padding-bottom: 60px;
}

.getwid-padding-left-small {
  padding-left: 10px;
}

.getwid-padding-left-medium {
  padding-left: 25px;
}

.getwid-padding-left-normal {
  padding-left: 40px;
}

.getwid-padding-left-large {
  padding-left: 60px;
}

.getwid-padding-right-small {
  padding-right: 10px;
}

.getwid-padding-right-medium {
  padding-right: 25px;
}

.getwid-padding-right-normal {
  padding-right: 40px;
}

.getwid-padding-right-large {
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-small {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-medium {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-normal {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-large {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-small {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-medium {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-normal {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-large {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-small {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-medium {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-normal {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-large {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-small {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-medium {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-normal {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-large {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-small {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-medium {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-normal {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-large {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-small {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-medium {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-normal {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-large {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-small {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-medium {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-normal {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-large {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-small {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-medium {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-normal {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-large {
    padding-right: 60px !important;
  }
}

.getwid-margin-top-small {
  margin-top: 10px !important;
}

.getwid-margin-top-medium {
  margin-top: 25px !important;
}

.getwid-margin-top-normal {
  margin-top: 40px !important;
}

.getwid-margin-top-large {
  margin-top: 60px !important;
}

.getwid-margin-bottom-small {
  margin-bottom: 10px !important;
}

.getwid-margin-bottom-medium {
  margin-bottom: 25px !important;
}

.getwid-margin-bottom-normal {
  margin-bottom: 40px !important;
}

.getwid-margin-bottom-large {
  margin-bottom: 60px !important;
}

.getwid-margin-left-small {
  margin-left: 10px;
}

.getwid-margin-left-medium {
  margin-left: 25px;
}

.getwid-margin-left-normal {
  margin-left: 40px;
}

.getwid-margin-left-large {
  margin-left: 60px;
}

.getwid-margin-right-small {
  margin-right: 10px;
}

.getwid-margin-right-medium {
  margin-right: 25px;
}

.getwid-margin-right-normal {
  margin-right: 40px;
}

.getwid-margin-right-large {
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-small {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-medium {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-normal {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-large {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-small {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-medium {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-normal {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-large {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-small {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-medium {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-normal {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-large {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-small {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-medium {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-normal {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-large {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-small {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-medium {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-normal {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-large {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-small {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-medium {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-normal {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-large {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-small {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-medium {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-normal {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-large {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-small {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-medium {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-normal {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-large {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-small {
    font-size: 0.5em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-normal {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-large {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-huge {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-small {
    font-size: 0.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-normal {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-large {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-huge {
    font-size: 2em !important;
  }
}

/* wp-block-getwid-accordion styles */
.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 10px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: #1D1E21;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  font-family: "Blatant", sans-serif;
}

@media (max-width: 768px) {
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
    font-size: 20px;
    line-height: 27px;
  }
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 0;
  margin-top: 0;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
  color: #C4A265;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
    font-size: 20px;
    line-height: 27px;
  }
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 23px 35px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content:before {
  content: '';
  background: #F6F4F2;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}

/* wp-block-getwid-advanced-heading styles */
.wp-block-getwid-advanced-heading .wp-block-getwid-advanced-heading__content {
  font-style: normal;
  font-weight: normal;
}

.wp-block-getwid-advanced-heading.is-style-highlight > * {
  font-family: "Blatant", sans-serif;
  color: #1D1E21;
}

.wp-block-getwid-advanced-heading.is-style-highlight.has-custom-font-size > * {
  font-size: inherit;
}

/* wp-block-getwid-banner styles */
.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "Blatant", sans-serif;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.01em;
  font-weight: normal;
}

.wp-block-getwid-banner.has-animation-style4 .wp-block-getwid-banner__caption:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #fff;
  opacity: 0.4;
}

/* wp-block-getwid-button-group styles */
/* wp-block-getwid-circle-progress-bar styles */
/* wp-block-getwid-contact-form styles */
.wp-block-getwid-contact-form input {
  border-radius: 4px;
}

/* wp-block-getwid-content-timeline styles */
/* wp-block-getwid-countdown styles */
/* wp-block-getwid-counter styles */
/* wp-block-getwid-custom-post-type styles */
.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title {
  font-size: 20px;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a {
  color: inherit;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #C4A265;
  text-decoration: none;
}

/* wp-block-getwid-icon styles */
/* wp-block-getwid-icon-box styles */
/* wp-block-getwid-image-box styles */
.wp-block-getwid-image-box .wp-block-getwid-image-box__content .wp-block-getwid-advanced-heading {
  font-family: "Blatant", sans-serif;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 35px;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content a {
  text-decoration: none;
  font-weight: normal;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content .wp-block-getwid-advanced-heading__content.has-background {
  width: 145px;
  padding: 11px 20px;
  margin: auto;
  border-radius: 4px;
  font-family: "Blatant", sans-serif;
}

.wp-block-getwid-image-box.is-style-with-background {
  background: #fff;
}

.wp-block-getwid-image-box.is-style-with-background .wp-block-getwid-image-box__content {
  padding: 0 30px 40px;
}

.wp-block-getwid-image-box.is-style-with-background.has-image-right .wp-block-getwid-image-box__content, .wp-block-getwid-image-box.is-style-with-background.has-image-left .wp-block-getwid-image-box__content {
  padding: 10px;
}

.wp-block-getwid-image-box.is-style-with-background .wp-block-getwid-image-box__image-wrapper {
  overflow: hidden;
}

.wp-block-getwid-image-box.is-style-with-background .wp-block-getwid-image-box__image-wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wp-block-getwid-image-box.is-style-with-background .wp-block-getwid-image-box__image-wrapper img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.wp-block-getwid-image-box.is-style-with-border {
  padding: 30px;
  border: 2px dashed #E1E1E1;
}

/* wp-block-getwid-image-hotspot styles */
/* wp-block-getwid-image-slider styles */
/* wp-block-getwid-image-stack styles */
/* wp-block-getwid-instagram styles */
/* wp-block-getwid-mailchimp styles */
/* wp-block-getwid-map styles */
/* wp-block-getwid-media-text-slider styles */
.wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-arrow {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-arrow:before {
  text-shadow: none;
  color: #fff;
}

.wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-arrow:hover {
  background: #C4A265;
  border-color: #C4A265;
}

.wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-prev {
    left: 35px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-prev {
    left: 105px;
  }
}

.wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-next {
  right: 10px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-next {
    right: 35px;
  }
}

@media (min-width: 992px) {
  .wp-block-getwid-media-text-slider.is-style-light-controls.has-arrows-inside .slick-next {
    right: 105px;
  }
}

/* wp-block-getwid-person styles */
.wp-block-getwid-person .wp-block-getwid-person__title {
  font-size: 21px;
  font-weight: normal;
  font-family: "Blatant", sans-serif;
  color: #C4A265;
}

.wp-block-getwid-person .wp-block-getwid-person__subtitle {
  font-size: inherit;
}

.wp-block-getwid-person .wp-block-getwid-person__content {
  font-size: 16px;
}

.wp-block-getwid-person .wp-block-getwid-social-links {
  margin-top: 5px;
}

.wp-block-getwid-person .wp-block-getwid-social-links a {
  color: #a9aaab;
}

.wp-block-getwid-person.is-image-cropped .wp-block-getwid-person__image {
  padding: 0;
}

.wp-block-getwid-person.is-image-cropped .wp-block-getwid-person__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.wp-block-getwid-person.is-image-cropped .wp-block-getwid-person__image img {
  border-radius: 50%;
}

.wp-block-getwid-person.is-style-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__image {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 140px;
}

.wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__subtitle,
.wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__title,
.wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__content {
  text-align: left;
}

.wp-block-getwid-person.is-style-horizontal .wp-block-getwid-person__content-wrapper {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* wp-block-getwid-posts-carousel styles */
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title {
  font-size: 20px;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a {
  color: inherit;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a:hover {
  text-decoration: none;
  color: #C4A265;
}

.wp-block-getwid-post-carousel .product {
  list-style: none;
}

.wp-block-getwid-post-carousel .product .star-rating {
  margin: 0 5px 0 0;
}

.wp-block-getwid-post-carousel .product .woo-product-thumbnail-wrapper img {
  width: 100%;
}

.wp-block-getwid-post-carousel .slick-dotted.slick-slider {
  padding-bottom: 45px;
}

/* wp-block-getwid-posts-slider styles */
/* wp-block-getwid-price-box styles */
.wp-block-getwid-price-box {
  padding: 30px;
  border: 2px dashed #E1E1E1;
}

/* wp-block-getwid-price-list styles */
/* wp-block-getwid-progress-bar styles */
/* wp-block-getwid-recent-posts styles */
.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a {
  color: #1D1E21;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.03em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:hover {
  color: #C4A265;
  text-decoration: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-categories {
  margin-left: 12px;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-date {
  color: #666666;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-date time {
  margin-right: 10px;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-date:after {
  content: '|';
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-date:last-child:after {
  display: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__content-wrapper {
  width: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__content-wrapper:first-child {
  margin-top: 0;
}

.wp-block-getwid-recent-posts .updated:not(.published) {
  display: none;
}

/* wp-block-getwid-section styles */
/* wp-block-getwid-social-links styles */
/* wp-block-getwid-tabs styles */
.wp-block-getwid-tabs .wp-block-getwid-tabs__title {
  font-family: "Blatant", sans-serif;
  font-size: 21px;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin: 0 0 8px 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: 0;
  background: transparent;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #C4A265;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: inherit;
  padding-left: 0 !important;
  padding-bottom: 5px !important;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a:hover {
  color: #C4A265;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: 0;
  background: #F6F4F2;
}

.wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__tab-content {
  margin-right: 50px;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__tab-content {
  margin-left: 50px;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:first-child a, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:first-child a {
  padding-top: 0 !important;
  margin-top: -8px;
}

/* wp-block-getwid-testimonial styles */
.about-testomonials {
  margin-top: 47px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-size: 21px;
  color: #C4A265;
  font-family: "Blatant", sans-serif;
  font-weight: normal;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  font-size: inherit;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 4%;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  padding: 45px 40px;
  border: 1px solid #E1E1E1;
  background: #fff;
  text-align: left;
  font-size: 16px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper + .wp-block-getwid-testimonial__header {
  margin-top: 40px;
}

.wp-block-getwid-testimonial.has-image .wp-block-getwid-testimonial__content-wrapper {
  position: relative;
}

.wp-block-getwid-testimonial.has-image .wp-block-getwid-testimonial__content-wrapper:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: inherit;
  background: #fff;
  left: 9%;
  bottom: -12px;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}

/* wp-block-getwid-toggle styles */
.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 10px 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a:hover {
  color: #C4A265;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
  border: 0;
  padding: 40px 30px;
  position: relative;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content:before {
  content: '';
  background: #F6F4F2;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}

/* wp-block-getwid-video-popup styles */
/* wp-block-getwid-video-popup styles */
:root .has-color-1-color {
  color: #222427;
}

:root .has-color-1-background-color {
  background-color: #222427;
}

:root .has-color-2-color {
  color: #C4A265;
}

:root .has-color-2-background-color {
  background-color: #C4A265;
}

:root .has-color-3-color {
  color: #B89352;
}

:root .has-color-3-background-color {
  background-color: #B89352;
}

:root .has-color-4-color {
  color: #E1E1E1;
}

:root .has-color-4-background-color {
  background-color: #E1E1E1;
}

:root .has-color-5-color {
  color: #fff;
}

:root .has-color-5-background-color {
  background-color: #fff;
}

:root .has-color-6-color {
  color: #FF6767;
}

:root .has-color-6-background-color {
  background-color: #FF6767;
}

:root .has-color-7-color {
  color: #666;
}

:root .has-color-7-background-color {
  background-color: #666;
}

:root .has-color-8-color {
  color: #F6F4F2;
}

:root .has-color-8-background-color {
  background-color: #F6F4F2;
}
