@charset "UTF-8";
/*!
Theme Name: Andaaz
Theme URI: https://www.energeticthemes.com/themes/Andaaz/
Author: EnergeticThemes
Author URI: https://www.energeticthemes.com/
Description: A Theme for Lifestyle blog website
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: andaaz
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
	## Main
	## Header
	## Page main title
	## Footer
	## Posts
	## Shop
	## Components
	## Search
# Elements
	## Accordion
	## Quote
	## Countdown
# Blocks
	## Member content - Team member
	## Pricing table
	## Quote
	## Testimonials
# Modules
	## Slider
# Comments
# 404
# Widgets
# Utilities
*/
/* Variables */
:root {
  /* Font Family */
  --global--font-primary: Cormorant Garamond, sans-serif;
  --global--font-secondary: Open Sans, sans-serif;
  /* Font Size */
  --global--font-size-base: 1rem;
  --global--font-size-xs: 0.875rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: 3.25rem;
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.813;
  --global--line-height-heading: 1.25;
  --global--line-height-page-title: 1.25;
  /* Headings */
  --heading--font-family: Cormorant Garamond, sans-serif;
  --heading--font-size-h6: 1rem;
  --heading--font-size-h5: 1.25rem;
  --heading--font-size-h4: 1.5rem;
  --heading--font-size-h3: 1.75rem;
  --heading--font-size-h2: 2rem;
  --heading--font-size-h1: 3.25rem;
  --heading--letter-spacing-h6: var(--global--letter-spacing);
  --heading--letter-spacing-h5: var(--global--letter-spacing);
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-heading);
  --heading--font-weight: 700;
  --heading--font-weight-page-title: 700;
  --heading--font-weight-strong: 700;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: #54595F;
  /* Body text color, site title, footer text color. */
  --global--color-secondary: #212806;
  /* Headings */
  --global--color-primary-hover: var(--global--color-primary);
  --global--color-background: var(--global--color-green);
  /* Mint, default body background */
  --global--color-border: var(--global--color-primary);
  /* Used for borders (separators) */
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--color-text: #fcf8f3;
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: #212806;
  --button--color-background-active: var(--global--color-background);
  --button--font-family: Open Sans, sans-serif;
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 600;
  --button--line-height: 1.5;
  --button--border-width: 1px;
  --button--border-radius: 28px;
  --button--padding-vertical: 16px;
  --button--padding-horizontal: 40px;
  /* entry */
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);
  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
  /* Main navigation */
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: normal;
  --primary-nav--font-weight-button: 500;
  --primary-nav--color-link: var(--global--color-primary);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-primary);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
  /* Pagination */
  --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
  /* Footer */
  --footer--color-text: var(--global--color-primary);
  --footer--color-link: var(--global--color-primary);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
  }
}

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  }
}

/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.wide-max-width, .alignwide {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.full-max-width, .wp-block-group .wp-block-group__inner-container > *.alignfull, .alignfull {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .full-max-width, .alignfull {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.alignwide [class*="inner-container"] > .alignwide, .alignfull [class*="inner-container"] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/* Nested sub-menu padding: 10 levels deep */
img {
  max-width: 100%;
  height: auto;
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #ffffff;
}

.entry-content > ol:not(.wp-block),
.entry-content > ul:not(.wp-block) {
  margin: 0 0 1.5em;
}

.entry-content p {
  margin-top: 10px;
}

table {
  caption-side: initial;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.error-404-page {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 767.98px) {
  .error-404-page {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.error-404-page .error-404 .title-error-404 {
  font-size: calc(2.6875rem + 17.25vw);
  margin-top: -308px;
  line-height: 250px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .error-404-page .error-404 .title-error-404 {
    font-size: 15.625rem;
  }
}

.error-404-page .section-title-container {
  margin-top: 130px;
}

@media (max-width: 767.98px) {
  .error-404-page .section-title-container {
    margin-top: 80px;
  }
}

.error-404-page .section-title-container .section-divider {
  height: 1px;
  background: #F5EEE6;
  margin-bottom: 40px;
  max-width: 408px;
}

.error-404-page .section-title-container .section-text {
  font-size: 1.25rem;
  line-height: 35px;
}

.site-header .navbar .navbar-brand.site-title {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .site-header .navbar .navbar-brand.site-title {
    font-size: 2.5rem;
  }
}

.site-header .navbar .nav-item {
  position: relative;
  font-weight: 600;
}

.site-header .navbar .nav-item.active .nav-link::before,
.site-header .navbar .nav-item .nav-link:hover::before {
  content: "";
  border-bottom: solid 1px #b48d62;
  width: calc(100% - 48px);
  display: block;
  position: absolute;
  bottom: 2px;
  z-index: 1;
}

.dropdown-menu .active {
  background: #F5EEE6;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
  .dropdown .dropdown-menu[class*="-md"] {
    min-width: 25vw;
    -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
  }
  .dropdown .dropdown-menu[class*="-custom"] {
    min-width: 30vw;
    padding: 0;
  }
  .dropdown-hover .dropdown-hover .dropdown-menu {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 93%;
    top: -1.25rem;
  }
  .dropdown-hover .dropdown-hover > .dropdown-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    margin-top: -2px;
    border-width: 0.25rem 0 0.25rem 0.25rem;
    border-style: solid;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    color: #ddd;
  }
  .dropdown-hover > .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    pointer-events: none;
    opacity: 0;
    margin: 0.625rem 0 0 0;
  }
  .dropdown-hover:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0;
  }
  .dropdown-hover > .dropdown-toggle::after {
    display: none;
  }
  .dropend-hover:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0;
  }
  .dropend-hover > .dropdown-menu {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    display: block;
    pointer-events: none;
    margin: 0 0 0 0.625rem;
    opacity: 0;
  }
}

.dropdown-menu .menu-item-has-children > a:not(.dropdown-toggle)::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.21em solid;
  border-right: 0.21em solid transparent;
  border-bottom: 0;
  border-left: 0.21em solid transparent;
}

.dropdown-menu .menu-item-has-children > ul.dropdown-menu.show {
  background-color: #f8f9f9;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}

header.site-header .site-header-container button.navbar-toggler {
  background-color: #F5EEE6;
  border-color: #b48d62;
}

header.site-header .site-header-container button.navbar-toggler:hover {
  background-color: #F5EEE6;
  border-color: #b48d62;
}

header.site-header .site-header-container button.navbar-toggler:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

@media (max-width: 767.98px) {
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
    bottom: 23px;
    left: 16px;
    width: 7px;
    height: 7px;
    background: #b48d62;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.2rem;
    margin-bottom: 1px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    width: 0;
    height: 0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header-modules > .nav-item {
  font-size: 1.0625rem;
}

.modal-header .btn-close {
  background-color: transparent !important;
}

.modal-nav-search .modal-header {
  border: none;
  padding-bottom: 0;
}

.modal-nav-search .btn-close {
  margin: 1rem 2em 0rem auto;
  background-color: transparent !important;
}

.btn-close:hover {
  background-color: transparent;
}

.modal-halfscreen {
  width: 100vw;
  max-width: none;
  height: 50%;
  margin: 0;
}

.modal-halfscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-halfscreen .modal-body {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-halfscreen .modal-body form {
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.modal-halfscreen .modal-body form .search-field {
  font-size: 21px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.modal-halfscreen .modal-body form input[type="submit"].button {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-right: 10px;
  height: 60px;
  background-color: transparent;
}

.modal-halfscreen .modal-body form input[type="submit"].button input[type="submit"].button:hover {
  background-color: transparent;
  color: #b48d62;
}

.offcanvas-header-widget .modal-content {
  border-radius: 0;
  border: none;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 40px 30px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -350px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -350px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.navbar .nav-module {
  list-style: none;
}

.navbar .nav-module.social-nav {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar .nav-module.social-nav li {
  margin-left: 0;
  margin-right: 0;
}

.navbar .nav-module.social-nav li:not(:last-child) {
  margin-right: 5px;
}

.navbar .nav-module.social-nav li .nav-link {
  color: #fcf8f3;
  padding-right: 0;
  padding-left: 0;
}

.navbar .nav-module.social-nav li .nav-link:hover::before {
  border-bottom: solid 2px #dc5711;
  width: 100%;
}

@media (max-width: 767.98px) {
  .navbar .nav-module.social-nav a:first-child {
    padding-left: 0;
  }
}

.navbar .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #ffffff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-item-search .navbar-search-bar input {
    width: 350px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #adb5bd;
  padding: 15px 30px 15px 0;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

.navbar-cart-contents .navbar-cart-count {
  position: absolute;
  top: -3px;
  right: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #343a40;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}

.dropstart .site-header-cart.dropdown-menu[data-bs-popper] {
  padding: 20px 20px;
  margin-right: initial;
  top: 100%;
  right: 0;
}

ul.product_list_widget {
  padding: 0;
  -webkit-padding-start: 0 !important;
     -moz-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  margin: 0;
  list-style: none;
  width: 350px;
  max-width: 100%;
}

ul.product_list_widget li.mini_cart_item {
  margin-bottom: 2.5rem;
}

ul.product_list_widget li.mini_cart_item img {
  max-width: 60px;
  float: left;
  margin-right: 20px;
}

ul.product_list_widget li.mini_cart_item a {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.25rem;
  color: #212806;
  line-height: 1.2;
  display: block;
}

ul.product_list_widget li.mini_cart_item .quantity {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  padding: 0;
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button {
  float: right !important;
  margin-left: 10px;
  margin-right: 0 !important;
  height: 15px;
  width: 15px;
  font-size: 0;
  position: relative;
  background-color: transparent;
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.product_list_widget li.mini_cart_item a.remove_from_cart_button:hover:after, ul.product_list_widget li.mini_cart_item a.remove_from_cart_button:hover:before {
  background-color: firebrick;
}

ul.product_list_widget li.mini_cart_item::after {
  display: block;
  clear: both;
  content: "";
}

.woocommerce-mini-cart__total {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.woocommerce-mini-cart__buttons.buttons a.button {
  display: block;
  margin: 0 0 10px 0 !important;
}

.site-footer ol,
.site-footer ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer a,
.site-footer table {
  color: #fcf8f3;
}

.site-footer a:hover {
  color: #b48d62;
}

.site-footer .wp-block-columns {
  margin-bottom: 0;
}

.site-footer .widget.widget_block {
  margin-bottom: 0;
}

.site-footer .footer-widgets {
  background-color: #212806;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .site-footer .footer-widgets {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.site-footer .footer-widgets .widget-title,
.site-footer .footer-widgets .widgettitle {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .site-footer .footer-widgets .widget-title,
  .site-footer .footer-widgets .widgettitle {
    font-size: 1.75rem;
  }
}

.site-footer .footer-widgets h1,
.site-footer .footer-widgets h2,
.site-footer .footer-widgets h3,
.site-footer .footer-widgets h4,
.site-footer .footer-widgets h5,
.site-footer .footer-widgets h6 {
  margin-bottom: 25px;
}

.site-footer .footer-widgets ul {
  list-style: none;
  padding: 0;
}

.site-footer .footer-widgets ul ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer .footer-widgets ul li {
  padding: 3px  0;
}

.site-footer .footer-widgets a {
  font-size: 1rem;
  line-height: 2.5em;
  margin-bottom: -12px;
}

.site-footer hr.wp-block-separator {
  max-width: 100% !important;
}

.site-footer .footer-bottom-area {
  border-top: solid 1px #373713;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #212806;
}

@media (max-width: 991.98px) {
  .site-footer .footer-bottom-area {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .site-footer .footer-bottom-area .has-text-align-right, .site-footer .footer-bottom-area .has-text-align-left {
    text-align: center;
  }
}

.site-footer .footer-bottom-area .widget_block {
  margin-bottom: 0;
}

.site-footer .footer-bottom-area .widget_block p {
  margin-bottom: 0;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

.archive .page-main-title {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f4f4f4;
}

.archive .page-main-title .entry-description p {
  margin-bottom: 0;
}

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

.pagination li:not(:last-child),
.woocommerce-pagination li:not(:last-child) {
  margin-right: 0.8333333333rem;
}

.pagination .nav-links,
.woocommerce-pagination .nav-links {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .pagination .nav-links,
  .woocommerce-pagination .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagination .nav-links .page-numbers,
.woocommerce-pagination .nav-links .page-numbers {
  position: relative;
  display: block;
  color: #212806;
  background-color: #fcf8f3;
  border: 1px solid #646464;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .pagination .nav-links .page-numbers,
  .woocommerce-pagination .nav-links .page-numbers {
    -webkit-transition: none;
    transition: none;
  }
}

.pagination .nav-links .page-numbers:hover,
.woocommerce-pagination .nav-links .page-numbers:hover {
  z-index: 2;
  color: #fcf8f3;
  background-color: #b48d62;
  border-color: #b48d62;
}

.pagination .nav-links .page-numbers:focus,
.woocommerce-pagination .nav-links .page-numbers:focus {
  z-index: 3;
  color: #fcf8f3;
  background-color: #b48d62;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .nav-links .page-numbers:not(:first-child),
.woocommerce-pagination .nav-links .page-numbers:not(:first-child) {
  margin-left: 12px;
}

.pagination .nav-links .page-numbers.current,
.woocommerce-pagination .nav-links .page-numbers.current {
  z-index: 3;
  color: #fcf8f3;
  background-color: #b48d62;
  border-color: #b48d62;
}

.pagination .nav-links .page-numbers.disabled,
.woocommerce-pagination .nav-links .page-numbers.disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-numbers {
  margin: 0;
  padding: 0;
}

.page-numbers li > *,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination > li > a,
.nav-links > span,
.nav-links > a,
.page-links > * {
  position: relative;
  display: block;
  padding: 0.125rem 0.746rem;
  color: #212806;
  background-color: #fcf8f3;
  border: 1px solid #646464;
  border-radius: 100px;
}

.page-numbers li > *:not(:first-child),
.page-item:first-child .page-link:not(:first-child),
.page-item:last-child .page-link:not(:first-child),
.pagination > li > a:not(:first-child),
.nav-links > span:not(:first-child),
.nav-links > a:not(:first-child),
.page-links > *:not(:first-child) {
  margin-left: 12px;
}

.page-numbers li > *:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover,
.pagination > li > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > *:hover {
  z-index: 2;
  color: #fcf8f3;
  text-decoration: none;
  background-color: #b48d62;
  border-color: #b48d62;
}

.page-numbers li > *:focus,
.page-item:first-child .page-link:focus,
.page-item:last-child .page-link:focus,
.pagination > li > a:focus,
.nav-links > span:focus,
.nav-links > a:focus,
.page-links > *:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.entry .entry-content > .page-links {
  margin-top: 0;
}

.page-links {
  clear: both;
}

.page-links > * {
  margin-top: 32px;
  display: inline-block;
}

.page-links > .current,
.page-numbers .current,
.page-item.active .page-link,
.nav-links > .current {
  z-index: 1;
  color: #fcf8f3;
  background-color: #b48d62;
  border-color: #b48d62;
}

.page-links > .current:hover,
.page-numbers .current:hover,
.page-item.active .page-link:hover,
.nav-links > .current:hover {
  border-color: #b48d62;
}

.breadcrumb {
  background: transparent;
  font-size: 0.875rem;
}

table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
  background-image: -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

table > tbody {
  vertical-align: inherit;
}

table > thead {
  vertical-align: bottom;
}

table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

table p {
  margin-bottom: 0;
}

.arrow-btn-icon-right {
  background: none;
}

.arrow-btn-icon-right svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.arrow-btn-icon-right svg:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.arrow-btn-icon-right svg:hover path,
.arrow-btn-icon-right svg:hover g {
  stroke: #b48d62;
}

.arrow-btn-icon-right .nav-subtitle {
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: 2.1px;
  font-weight: 600;
  color: #b48d62;
  margin-bottom: -44px;
  margin-right: 85px;
}

.arrow-btn-icon-left {
  background: none;
}

.arrow-btn-icon-left svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.arrow-btn-icon-left svg:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.arrow-btn-icon-left svg:hover path,
.arrow-btn-icon-left svg:hover g {
  stroke: #b48d62;
}

.arrow-btn-icon-left .nav-subtitle {
  margin-bottom: -44px;
  margin-left: 85px;
}

.site-main {
  overflow: hidden;
}

.search-result-wrapper {
  padding-bottom: 100px;
}

.search-result-wrapper .page-header {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #F5EEE6;
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Entries - Posts, pages etc
--------------------------------------------------------------*/
.page-title-container {
  padding-top: 70px;
  padding-bottom: 30px;
}

.page-title-container .page-title {
  margin-bottom: 17px;
}

.page .page-wrapper .page-entry-header h1.entry-title {
  padding-top: 48px;
  padding-bottom: 48px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page.page-template-page-sidebar-right .page-wrapper .page-entry-header, .page.page-template-page-sidebar-left .page-wrapper .page-entry-header {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.page.page-template-page-sidebar-right .page-wrapper .page-entry-header .container, .page.page-template-page-sidebar-left .page-wrapper .page-entry-header .container {
  padding-right: 0;
  padding-left: 0;
}

.page.page-template-page-sidebar-right .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated, .page.page-template-page-sidebar-left .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .entry-content-wrapper .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-post .entry-content-wrapper .entry-title a {
  display: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 89%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-size 0.6s ease-out;
  transition: background-size 0.6s ease-out;
  background-position: 0 94%;
}

.blog-post .entry-content-wrapper .entry-title a:hover {
  background-size: 100% 2px;
}

.blog-post .sticky {
  position: relative;
  padding: 40px 30px;
  background-color: #F5EEE6;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #b48d62;
  position: absolute;
  top: -20px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.6;
}

.blog-post .sticky .entry-meta-top {
  color: #674F32;
}

.blog-post .sticky .entry-meta-top a {
  color: #674F32;
}

.entry-meta-top {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b48d62;
  letter-spacing: 0.05rem;
}

.entry-meta-top a {
  color: #b48d62;
  display: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 89%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-size 0.6s ease-out;
  transition: background-size 0.6s ease-out;
  background-position: 0 100%;
}

.entry-meta-top a:hover {
  background-size: 100% 2px;
}

.entry-meta-top span {
  display: inline-block;
}

.entry-meta-top span i {
  margin-right: 0.2rem;
}

.entry-meta-top span:not(:last-child):after {
  content: "-";
  padding-left: 10px;
  padding-right: 10px;
}

.entry-footer .entry-meta-bottom {
  margin-top: 4rem;
}

.entry-footer .entry-author-container {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='855.72' height='295.245' viewBox='0 0 855.72 295.245'%3E%3Cpath id='bg' d='M164,2l253.026,9.135C463.839,12.825,523.715,4.365,569,6c88.121,3.181,162,5.135,162,5.135C782.948,4.4,808.829,30.688,827,53c19.407,23.829,29,45.444,29,85,0,41.461-10.392,65.536-29,87-15.251,17.595-16.667,37.334-66,46.666S659,287,528.333,286.334s-116-10.668-193.333,0S271,280,198,291s-133-8-133-8c-76.215,0-64-80.785-64-157C1,89.645,16.6,48.113,47,25,80.017-.1,129.482-4.8,164,2Z' transform='translate(-0.28 0.818)' fill='%23f5eee6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-top: 2.5rem;
  padding-top: 3.3rem;
  padding-left: 2.5rem;
  padding-bottom: 4.2rem;
}

.entry-footer .entry-author-container .entry-author-image {
  margin-right: 30px;
  min-width: 150px;
}

.entry-footer .entry-author-container .entry-author-image img {
  width: 150px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
}

.entry-footer .entry-author-container .entry-author-details {
  margin: auto 0;
}

.entry-footer .entry-author-container .entry-author-details h5 {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.4285714285714286em;
  font-weight: 600;
  font-family: "Cormorant Garamond", sans-serif;
}

@media (min-width: 1200px) {
  .entry-footer .entry-author-container .entry-author-details h5 {
    font-size: 1.75rem;
  }
}

.entry-footer .entry-author-container .caps {
  display: none;
  color: #adb5bd;
}

.entry-footer .navigation.post-navigation {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.entry-footer .navigation.post-navigation .nav-subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.entry-footer .navigation.post-navigation .nav-title {
  margin-top: 5px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b48d62;
  letter-spacing: 0.05rem;
}

.entry-tags li {
  display: inline-block;
  text-transform: uppercase;
  color: #856b39;
}

.entry-tags li.tags-icon {
  margin-right: 2px;
}

.entry-tags li a {
  margin: 5px 0.4545454545rem 5px 0;
  line-height: 1.1;
  display: inline-block;
  color: #b48d62;
}

a.entry-read-more {
  display: block;
  color: #adb5bd;
  font-size: 0.875rem;
}

.post-list.stander-post-style article {
  margin-bottom: 80px;
}

.post-list.stander-post-style article .entry-media {
  margin-bottom: 40px;
}

.post-list.stander-post-style article .entry-media img {
  width: 100%;
  display: block;
}

.post-list.stander-post-style article .entry-content-wrapper .post-entry-header .entry-meta-top {
  margin-bottom: 7px;
}

.post-list.stander-post-style article .entry-content-wrapper .post-entry-header .entry-title {
  margin-bottom: 27px;
  display: block;
}

.post-list.stander-post-style article .entry-content-wrapper .entry-footer {
  margin-top: 29px;
}

.has-item-ratio .entry-media {
  display: block;
}

.has-item-ratio .entry-media .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
}

.has-item-ratio .entry-media .post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.wave-layout div:nth-child(odd) .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 133.108108108%;
}

.wave-layout div:nth-child(odd) .post-thumbnail > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.wave-layout div:nth-child(even) .post-thumbnail {
  display: block;
  width: 100%;
  padding-top: 87.1621621622%;
}

.wave-layout div:nth-child(even) .post-thumbnail > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.post-list.card-post-style {
  margin-bottom: 50px;
}

.post-list.card-post-style .entry-media {
  position: relative;
}

.post-list.card-post-style .entry-content-wrapper {
  padding: 40px 30px;
  background-color: #646464;
  color: #b48d62;
}

.post-list.card-post-style .entry-content-wrapper .entry-title {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .post-list.card-post-style .entry-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
}

.post-list.card-post-style .entry-content-wrapper .entry-content > p {
  margin-bottom: 0;
}

.post-list.card-post-style .sticky .entry-content-wrapper {
  padding-top: 60px;
  border: solid 10px #fde9ae;
}

.post-list.card-post-style .sticky::after {
  top: 20px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.single.single-post .post-entry-header {
  padding-top: 70px;
  padding-bottom: 74px;
}

.single.single-post .post-entry-header .entry-meta-top {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4285714285714286em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.1px;
  color: #b48d62;
  margin-bottom: 11px;
}

.single.single-post .post-entry-header .entry-title {
  margin-bottom: 0px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single.single-post .entry-media {
  margin-bottom: 80px;
}

.single.single-post article {
  padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .single.single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
}

.single.single-post article .entry-content-wrapper .entry-media {
  position: relative;
}

.single.single-post article .entry-content-wrapper .entry-media img {
  z-index: 1;
  position: relative;
}

.single.single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
  bottom: 40px;
}

.single-post .entry-footer,
.container-small {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .single-post .entry-footer,
  .container-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.text-center.align-items-center .btn.btn-light {
  color: #666666;
  background: #646464;
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(1.5rem + 3vw);
  font-weight: 700;
  line-height: 0.9;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1200px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
  }
}

.andaaz_widget_recent_entries .post-list.stander-post-style {
  margin-top: 30px;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article {
  margin-bottom: 45px;
  padding-bottom: 0;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article .entry-content-wrapper .post-entry-header {
  padding-top: 0;
  padding-bottom: 0;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article .entry-content-wrapper .post-entry-header .entry-title {
  margin-bottom: 12px;
  text-align: left;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article .entry-content-wrapper .post-entry-header .entry-meta-top {
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  text-align: left;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article .entry-media {
  margin-bottom: 0;
}

.andaaz_widget_recent_entries .post-list.stander-post-style article .entry-media .post-thumbnail img {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcf8f3;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.swiper-loading.hide {
  z-index: 0;
}

.swiper-loading .swiper-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-button {
  width: 79.71px;
  height: 48.49px;
  margin-top: -45px;
  top: initial;
  bottom: 0;
  opacity: 0.4;
}

.swiper-button:hover {
  opacity: 0.8;
}

.swiper-button.swiper-button-disabled {
  opacity: 0;
}

.swiper-button.swiper-button-prev {
  left: calc(50% - 150px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80.21' height='48.487' viewBox='0 0 80.21 48.487'%3E%3Cg id='arrow_left' data-name='arrow left' transform='translate(-415.001 -1727.001)'%3E%3Cg id='Ellipse' transform='translate(443.285 1775.488) rotate(-135)' fill='%23b48d62' stroke='%23b48d62' stroke-width='1'%3E%3Cellipse cx='20' cy='14.286' rx='20' ry='14.286' stroke='none'/%3E%3Cellipse cx='20' cy='14.286' rx='19.5' ry='13.786' fill='none'/%3E%3C/g%3E%3Cpath id='arrow' d='M1.5,4.5h0l3.9-3m-3.9,3,3.9,3m56.1-3H1.5' transform='translate(433.211 1746.488)' fill='none' stroke='%23212806' stroke-linecap='square' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button.swiper-button-next {
  right: calc(50% - 150px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80.21' height='48.487' viewBox='0 0 80.21 48.487'%3E%3Cg id='arrow_right' data-name='arrow right' transform='translate(-414.5 -1727)'%3E%3Cg id='Ellipse' transform='translate(466.426 1727) rotate(45)' fill='%23b48d62' stroke='%23b48d62' stroke-width='1'%3E%3Cellipse cx='20' cy='14.286' rx='20' ry='14.286' stroke='none'/%3E%3Cellipse cx='20' cy='14.286' rx='19.5' ry='13.786' fill='none'/%3E%3C/g%3E%3Cpath id='arrow' d='M1.5,4.5h0l3.9-3m-3.9,3,3.9,3m56.1-3H1.5' transform='translate(476.5 1756) rotate(180)' fill='none' stroke='%23212806' stroke-linecap='square' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .swiper-pagination {
    font-size: 2rem;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #b48d62;
}

.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.posts-hero-carousel.post-list.stander-post-style {
  margin: 0 0;
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item {
  max-width: 1080px;
  opacity: 0.3;
}

@media (max-width: 1199.98px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item {
    max-width: 960px;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item.swiper-slide-active {
  opacity: 1;
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry {
  min-height: 652px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry {
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
    margin-bottom: 0;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .post-counter {
  font-family: "Cormorant Garamond", sans-serif;
  color: #b48d62;
  font-size: 300px;
  line-height: 56px;
  font-weight: bold;
  position: absolute;
  right: 20px;
}

@media (max-width: 767.98px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .post-counter {
    top: 20px;
    right: 40px;
    z-index: 11;
    font-size: 150px;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media {
  position: absolute;
  top: 106px;
  right: 0;
  width: 632px;
  height: 560px;
  z-index: 1;
  overflow: hidden;
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media img {
  width: 632px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199.98px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media {
    width: 500px;
    height: 443px;
  }
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media img {
    width: 500px;
    height: 443px;
  }
}

@media (max-width: 767.98px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media {
    position: static;
    width: 100%;
    height: auto;
  }
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-media img {
    width: 100%;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper {
  z-index: 2;
  position: relative;
  max-width: 642px;
}

@media (min-width: 768px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper {
    padding-top: 10px;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper .entry-title {
  font-size: calc(1.45rem + 2.4vw);
  color: #212806;
}

@media (min-width: 1200px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper .entry-title {
    font-size: 3.25rem;
  }
}

@media (min-width: 768px) {
  .posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper .entry-title {
    margin-bottom: 30px;
  }
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper .entry-title a {
  background-color: #fcf8f3d4;
  padding-right: 15px;
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper > .clearfix {
  max-width: 408px;
}

.posts-hero-carousel.post-list.stander-post-style .posts-hero-carousel-item .entry .entry-content-wrapper .entry-footer {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .posts-hero-carousel.post-list.stander-post-style .swiper-button {
    top: 40%;
  }
  .posts-hero-carousel.post-list.stander-post-style .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .posts-hero-carousel.post-list.stander-post-style .swiper-button.swiper-button-next {
    right: 40px;
  }
  .posts-hero-carousel.post-list.stander-post-style .swiper-pagination {
    display: none;
  }
}

.posts-carousel.post-list.stander-post-style {
  position: initial;
}

.posts-carousel.post-list.stander-post-style article {
  margin-bottom: 0;
}

.posts-carousel.post-list.stander-post-style .carousel-more-post {
  margin-top: 185px;
}

.posts-carousel.post-list.stander-post-style .carousel-more-post img {
  width: 236px;
  height: 208.5px;
  margin-left: auto;
  display: block;
  margin-right: 13px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.posts-carousel.post-list.stander-post-style .carousel-more-post img:active, .posts-carousel.post-list.stander-post-style .carousel-more-post img:focus, .posts-carousel.post-list.stander-post-style .carousel-more-post img:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.posts-carousel.post-list.stander-post-style .swiper-button {
  width: 101.39px;
  height: 91.669px;
  top: -100px;
  margin-top: 0;
  opacity: 0.4;
}

.posts-carousel.post-list.stander-post-style .swiper-button:hover {
  opacity: 0.8;
}

.posts-carousel.post-list.stander-post-style .swiper-button.swiper-button-disabled {
  opacity: 0;
}

.posts-carousel.post-list.stander-post-style .swiper-button.swiper-button-prev {
  left: -7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101.39' height='91.669' viewBox='0 0 101.39 91.669'%3E%3Cg id='arrow_left' data-name='arrow left' transform='translate(-415.001 -1727.001)'%3E%3Cg id='Ellipse' transform='translate(468.475 1818.67) rotate(-135)' fill='%23b48d62' stroke='%23b48d62' stroke-width='1'%3E%3Cellipse cx='37.812' cy='27.008' rx='37.812' ry='27.008' stroke='none'/%3E%3Cellipse cx='37.812' cy='27.008' rx='37.312' ry='26.508' fill='none'/%3E%3C/g%3E%3Cpath id='arrow' d='M1.5,7.172h0L8.866,1.5M1.5,7.172l7.366,5.672M65.127,7.172H1.5' transform='translate(450.764 1765.179)' fill='none' stroke='%23212806' stroke-linecap='square' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.posts-carousel.post-list.stander-post-style .swiper-button.swiper-button-next {
  right: -7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101.402' height='91.699' viewBox='0 0 101.402 91.699'%3E%3Cg id='arrow_right' data-name='arrow right' transform='translate(-464.346 -1727)'%3E%3Cg id='Ellipse' transform='translate(512.256 1727) rotate(45)' fill='%23b48d62' stroke='%23b48d62' stroke-width='1'%3E%3Cellipse cx='37.824' cy='27.017' rx='37.824' ry='27.017' stroke='none'/%3E%3Cellipse cx='37.824' cy='27.017' rx='37.324' ry='26.517' fill='none'/%3E%3C/g%3E%3Cpath id='arrow' d='M1.5,7.172h0L8.866,1.5M1.5,7.172l7.366,5.672M65.127,7.172H1.5' transform='translate(529.973 1780.504) rotate(180)' fill='none' stroke='%23212806' stroke-linecap='square' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.posts-carousel.post-list.stander-post-style .swiper-pagination {
  bottom: 20px;
}

@media (min-width: 1620px) {
  .posts-carousel.post-list.stander-post-style .swiper-button {
    margin-top: -110px;
    top: 50%;
  }
  .posts-carousel.post-list.stander-post-style .swiper-button.swiper-button-prev {
    left: -151px;
  }
  .posts-carousel.post-list.stander-post-style .swiper-button.swiper-button-next {
    right: -151px;
  }
}

.archive_post_blockquote {
  padding-top: 62px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.4285714285714286em;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #212806;
}

@media (min-width: 768px) {
  .archive_post_blockquote {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='856.003' height='329.996' viewBox='0 0 856.003 329.996'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M4662.607,23244c-2.639,0-5.274-.039-7.831-.115-17.521-.521-36.989-2.629-57.6-4.857l-.024,0-.067-.006c-13.081-1.416-26.607-2.879-40.637-4.059-15.931-1.334-30.132-2.088-43.414-2.3-37.514,2.188-75.021,3.252-114.665,3.252-24.895,0-47.76-.408-69.046-.826l-2.982-.059q-1.135-.023-2.262-.043l-.179,0c-18.669-.369-36.3-.717-52.5-.717-24.121,0-42.083.764-58.24,2.473-29.462-2.471-52.375-3.3-69.105-3.9h-.038c-14.437-.521-24.868-.9-32.669-2-8.121-1.15-12.872-3.035-15.888-6.309a15.07,15.07,0,0,1-3.213-5.727,35.11,35.11,0,0,1-1.413-8.2c-.462-6.4-.076-14.947.412-25.771v-.012c.456-10.105,1.023-22.684,1.112-37.947a156.68,156.68,0,0,1-11.384-39.162,235.347,235.347,0,0,1-2.918-42.957c.144-7.064.583-14.166,1.3-21.107.709-6.828,1.695-13.523,2.928-19.9a182.4,182.4,0,0,1,4.387-17.977,122.935,122.935,0,0,1,5.682-15.338,116.45,116.45,0,0,1,7.462-13.893,97.887,97.887,0,0,1,8.816-11.889,91.32,91.32,0,0,1,10.237-10.053,96.18,96.18,0,0,1,11.724-8.385c15.785-9.613,35.842-16.041,63.123-20.225,21.176-3.248,40.083-5.762,57.8-7.686,26.24-2.846,49.147-4.287,68.085-4.287a265.581,265.581,0,0,1,27.564,1.277,109.585,109.585,0,0,1,22.112,4.324c4.817,1.578,32.355,3.678,70.156,5.352,28.322,1.25,56.44,1.969,77.145,1.969,13.982,0,24.192-.32,30.346-.949,11.5-1.176,21.827-2.66,30.938-3.969l.05-.008c15.012-2.154,27.977-4.018,41.6-4.018a139.476,139.476,0,0,1,21.366,1.623c.566.084,14.888,2.066,33.021,4.572l11.641,1.609c31.359,4.336,70.387,9.732,71.426,9.9,23.118,3.715,44.938,6.248,64.188,8.484l.1.01c27.055,3.139,50.421,5.85,68.649,10.732,9.619,2.576,17.276,5.615,23.411,9.291a41.354,41.354,0,0,1,14.979,14.537c5.016,8.533,6.7,19.3,5.155,32.93-1.6,14.094-6.653,31.27-15.446,52.508-2.319,1.02-4.47,4.164-6.394,9.346a108.733,108.733,0,0,0-4.469,17.689c-2.418,13.3-3.826,28.6-4.667,37.748l0,.035c-.372,4.047-.64,6.969-.854,8.273-1.055,6.395.68,13.393,2.357,20.16,1.292,5.211,2.628,10.6,2.661,15.629a22.452,22.452,0,0,1-1.071,7.324,19,19,0,0,1-3.947,6.756c-.332,3.586-.592,6.857-.843,10.023-1.143,14.4-1.9,23.918-7.087,30.154-2.652,3.189-6.373,5.432-11.709,7.059s-12.309,2.648-21.966,3.221a106.044,106.044,0,0,0,9.583-14.967,72.7,72.7,0,0,0,6.224-16.539,75.847,75.847,0,0,0,2.075-17.807,67.711,67.711,0,0,0-1.96-17.113,36.024,36.024,0,0,0-5.877-12.623,25.5,25.5,0,0,0-9.336-7.777,28.376,28.376,0,0,0-12.334-2.59,33.647,33.647,0,0,0-9.276,1.15,17.327,17.327,0,0,0-6.626,3.457,14.335,14.335,0,0,0-3.976,5.762,22.6,22.6,0,0,0-1.325,8.07,20.314,20.314,0,0,0,1.209,7.145,16.882,16.882,0,0,0,3.63,5.76,15.556,15.556,0,0,0,5.707,3.8,20.675,20.675,0,0,0,7.436,1.268,19.8,19.8,0,0,0,8.641-1.729,13.2,13.2,0,0,0,5.646-5.184,20.542,20.542,0,0,1,3.459,7.721,47.882,47.882,0,0,1,1.152,11.178,77.905,77.905,0,0,1-3.013,21.791,73.458,73.458,0,0,1-9.038,19.576c-4.878.152-10.355.227-16.746.227-12.751,0-28.193-.3-42.981-.631a105.723,105.723,0,0,0,9.541-14.916,72.7,72.7,0,0,0,6.224-16.539,75.871,75.871,0,0,0,2.075-17.807,67.741,67.741,0,0,0-1.958-17.113,35.977,35.977,0,0,0-5.879-12.623,25.518,25.518,0,0,0-9.333-7.777,28.358,28.358,0,0,0-12.331-2.59,33.651,33.651,0,0,0-9.277,1.15,17.338,17.338,0,0,0-6.628,3.457,14.34,14.34,0,0,0-3.978,5.762,22.584,22.584,0,0,0-1.326,8.07,20.286,20.286,0,0,0,1.212,7.145,16.9,16.9,0,0,0,3.633,5.76,15.545,15.545,0,0,0,5.7,3.8,20.653,20.653,0,0,0,7.433,1.268,19.811,19.811,0,0,0,8.643-1.729,13.2,13.2,0,0,0,5.649-5.184,20.612,20.612,0,0,1,3.457,7.721,47.779,47.779,0,0,1,1.154,11.178,77.97,77.97,0,0,1-2.921,21.467,73.285,73.285,0,0,1-8.76,19.322l-5.714-.131-5.846-.135-5.34-.125-10.743-.248c-1-.021-2.009-.033-2.991-.033-11.9,0-24.6,1.547-38.035,3.186l-.03,0q-.827.1-1.659.2l-2.125.258c-6.984.846-15.145,1.8-23.625,2.51C4679.271,23243.623,4670.8,23244,4662.607,23244Z' transform='translate(-4078.001 -22914.002)' fill='%23f5eee6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    width: 856px;
  }
}

@media (min-width: 1200px) {
  .archive_post_blockquote {
    font-size: 1.75rem;
  }
}

.archive_post_blockquote cite {
  font-size: 1.25rem;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b48d62;
}

.post_format-post-format-video .entry-media {
  position: relative;
}

.post_format-post-format-video .entry-media a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  color: #F5EEE6;
  cursor: pointer;
}

.post_format-post-format-video .entry-media a:hover:after {
  color: #b48d62;
}

.team-list-container .team-member {
  margin-bottom: 78px;
}

.team-list-container .team-member .member-image {
  margin-bottom: 30px;
}

.team-list-container .team-member .member-name {
  margin-bottom: 14px;
}

.team-list-container .team-member .member-role {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  color: #b48d62;
}

.team-list-container .team-member .member-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}

.team-list-container .team-member .member-social-list li:not(:last-child) {
  margin-right: 22px;
}

.team-list-container .team-member .member-social-list li a {
  color: #54595F;
}

.team-list-container .row > div:first-child .team-member .member-image {
  border-top-right-radius: 204px;
  border-top-left-radius: 204px;
}

.team-list-container .row > div:first-child .team-member .member-image > img {
  border-top-right-radius: 204px;
  border-top-left-radius: 204px;
}

.team-list-container div:nth-child(odd) .member-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 112.745098039%;
}

.team-list-container div:nth-child(odd) .member-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.team-list-container div:nth-child(even) .member-image {
  display: block;
  width: 100%;
  padding-top: 85.7843137255%;
}

.team-list-container div:nth-child(even) .member-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.terms-list {
  padding: 0 20px;
  padding-top: 17px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
}

.terms-list::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
  display: none;
}

.terms-list::-webkit-scrollbar-thumb:horizontal {
  display: none;
}

.terms-list-item {
  margin: 0 50px 50px;
  padding-right: 6px;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  color: #212806;
  will-change: transform;
}

.terms-list-item .count-post {
  position: absolute;
  right: -28px;
  top: -15px;
  color: #b48d62;
  font-size: calc(1.325rem + 0.9vw);
  padding: 4px 9px;
  z-index: -1;
  line-height: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSI3Mi45NzQiIHZpZXdCb3g9IjAgMCA3MCA3Mi45NzQiPg0KICA8ZyBpZD0iYm9yZGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDIuNTQ5KSIgZmlsbD0ibm9uZSIgb3BhY2l0eT0iMC42Ij4NCiAgICA8cGF0aCBkPSJNNDAuMzQ4LTIuNTQ5QzU5LjY3OC0yLjU0OSw3MCwxNi4wOTUsNzAsMzUuNDI1LDcwLDQ2LDY2LjEzNyw1Ni41NjMsNTguNDc3LDYzLjE5NWMtNS44ODksNS4xLTE0LjcyLDcuMjMtMjMuNDc3LDcuMjNhMzUsMzUsMCwwLDEtMzUtMzVDMCwxNi4wOTUsMjEuMDE4LTIuNTQ5LDQwLjM0OC0yLjU0OVoiIHN0cm9rZT0ibm9uZSIvPg0KICAgIDxwYXRoIGQ9Ik0gNDAuMzQ3OTc2Njg0NTcwMzEgLTAuNTQ4ODM1NzU0Mzk0NTMxMiBDIDM4LjEyNzgyMjg3NTk3NjU2IC0wLjU0ODgzNTc1NDM5NDUzMTIgMzUuODI1NTExOTMyMzczMDUgLTAuMjgzMTM0NDYwNDQ5MjE4OCAzMy41MDUwMTI1MTIyMDcwMyAwLjI0MDg5MDUwMjkyOTY4NzUgQyAzMS4yMzk3MDAzMTczODI4MSAwLjc1MjQ1NjY2NTAzOTA2MjUgMjguOTQ2Nzc3MzQzNzUgMS41MTIxMjMxMDc5MTAxNTYgMjYuNjg5OTQ1MjIwOTQ3MjcgMi40OTg3ODY5MjYyNjk1MzEgQyAyMi4yNTg4NTM5MTIzNTM1MiA0LjQzNjAzMTM0MTU1MjczNCAxNy45NjgwNjcxNjkxODk0NSA3LjI1Nzg1NDQ2MTY2OTkyMiAxNC4yODE0NDQ1NDk1NjA1NSAxMC42NTkxODczMTY4OTQ1MyBDIDEwLjU1OTUyMDcyMTQzNTU1IDE0LjA5MzA5NzY4Njc2NzU4IDcuNDc3NTIzODAzNzEwOTM4IDE4LjA5ODkxMTI4NTQwMDM5IDUuMzY4NjE0MTk2Nzc3MzQ0IDIyLjI0MzU3NjA0OTgwNDY5IEMgMy4xMzMzNjk0NDU4MDA3ODEgMjYuNjM2NTQzMjczOTI1NzggMiAzMS4wNzEzNTM5MTIzNTM1MiAyIDM1LjQyNDgwMDg3MjgwMjczIEMgMiAzOS44ODA2NTMzODEzNDc2NiAyLjg3MjIzMDUyOTc4NTE1NiA0NC4yMDIxNTYwNjY4OTQ1MyA0LjU5MjQ3NTg5MTExMzI4MSA0OC4yNjkyNjQyMjExOTE0MSBDIDYuMjU0NDY3MDEwNDk4MDQ3IDUyLjE5ODY0MjczMDcxMjg5IDguNjM0MTY2NzE3NTI5Mjk3IDU1LjcyODAxMjA4NDk2MDk0IDExLjY2NTQ3Nzc1MjY4NTU1IDU4Ljc1OTMyMzEyMDExNzE5IEMgMTQuNjk2Nzg4Nzg3ODQxOCA2MS43OTA2MzQxNTUyNzM0NCAxOC4yMjYxNDI4ODMzMDA3OCA2NC4xNzAzMzM4NjIzMDQ2OSAyMi4xNTU1MjEzOTI4MjIyNyA2NS44MzIzMTM1Mzc1OTc2NiBDIDI2LjIyMjY0NDgwNTkwODIgNjcuNTUyNTY2NTI4MzIwMzEgMzAuNTQ0MTQzNjc2NzU3ODEgNjguNDI0Nzk3MDU4MTA1NDcgMzUgNjguNDI0Nzk3MDU4MTA1NDcgQyAzOS40MTUzMjEzNTAwOTc2NiA2OC40MjQ3OTcwNTgxMDU0NyA0My41MzkyNjg0OTM2NTIzNCA2Ny44Nzg3MDAyNTYzNDc2NiA0Ny4yNTczMDEzMzA1NjY0MSA2Ni44MDE2NjYyNTk3NjU2MiBDIDUxLjI0NjAzMjcxNDg0Mzc1IDY1LjY0NjIwOTcxNjc5Njg4IDU0LjU4MDI3NjQ4OTI1NzgxIDYzLjkyNDAyMjY3NDU2MDU1IDU3LjE2NzkyMjk3MzYzMjgxIDYxLjY4MjQ5ODkzMTg4NDc3IEMgNTguOTEyMTQzNzA3Mjc1MzkgNjAuMTcyNjQ1NTY4ODQ3NjYgNjAuNDkxNjIyOTI0ODA0NjkgNTguMzk4Njc3ODI1OTI3NzMgNjEuODYyNDY0OTA0Nzg1MTYgNTYuNDA5OTAwNjY1MjgzMiBDIDYzLjE5MjQ4OTYyNDAyMzQ0IDU0LjQ4MDM0Mjg2NDk5MDIzIDY0LjMzMzkyMzMzOTg0Mzc1IDUyLjMzODI1NjgzNTkzNzUgNjUuMjU1MDY1OTE3OTY4NzUgNTAuMDQzMTMyNzgxOTgyNDIgQyA2Ny4wNTA4MTE3Njc1NzgxMiA0NS41Njg4MzIzOTc0NjA5NCA2OCA0MC41MTM4ODU0OTgwNDY4OCA2OCAzNS40MjQ4MDA4NzI4MDI3MyBDIDY4IDMwLjczMDc0MzQwODIwMzEyIDY3LjM4MTQwMTA2MjAxMTcyIDI2LjE3NDgwMDg3MjgwMjczIDY2LjE2MTM5MjIxMTkxNDA2IDIxLjg4MzUyMjAzMzY5MTQxIEMgNjQuOTE5NzU0MDI4MzIwMzEgMTcuNTE2MjMxNTM2ODY1MjMgNjMuMTEyMTk3ODc1OTc2NTYgMTMuNjMzMzc3MDc1MTk1MzEgNjAuNzg4OTA5OTEyMTA5MzggMTAuMzQyNzg4Njk2Mjg5MDYgQyA1Ny4yODA4MTEzMDk4MTQ0NSA1LjM3NDA3Njg0MzI2MTcxOSA1MC44ODY4MTAzMDI3MzQzOCAtMC41NDg4MzU3NTQzOTQ1MzEyIDQwLjM0Nzk3NjY4NDU3MDMxIC0wLjU0ODgzNTc1NDM5NDUzMTIgTSA0MC4zNDc5NzY2ODQ1NzAzMSAtMi41NDg4MzU3NTQzOTQ1MzEgQyA1OS42Nzc5NDQxODMzNDk2MSAtMi41NDg4MzU3NTQzOTQ1MzEgNzAgMTYuMDk0ODMzMzc0MDIzNDQgNzAgMzUuNDI0ODAwODcyODAyNzMgQyA3MCA0NS45OTgyOTEwMTU2MjUgNjYuMTM3NDQzNTQyNDgwNDcgNTYuNTYzNDExNzEyNjQ2NDggNTguNDc2ODkwNTYzOTY0ODQgNjMuMTk0NjU2MzcyMDcwMzEgQyA1Mi41ODc5NjY5MTg5NDUzMSA2OC4yOTU4NzU1NDkzMTY0MSA0My43NTY0NzczNTU5NTcwMyA3MC40MjQ3OTcwNTgxMDU0NyAzNSA3MC40MjQ3OTcwNTgxMDU0NyBDIDE1LjY3MDAzMjUwMTIyMDcgNzAuNDI0Nzk3MDU4MTA1NDcgMCA1NC43NTQ3NTMxMTI3OTI5NyAwIDM1LjQyNDgwMDg3MjgwMjczIEMgMCAxNi4wOTQ4MzMzNzQwMjM0NCAyMS4wMTgwMTMwMDA0ODgyOCAtMi41NDg4MzU3NTQzOTQ1MzEgNDAuMzQ3OTc2Njg0NTcwMzEgLTIuNTQ4ODM1NzU0Mzk0NTMxIFoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI2I0OGQ2MiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-size: cover;
  width: 40px;
  height: 41.7px;
}

@media (min-width: 1200px) {
  .terms-list-item .count-post {
    font-size: 2rem;
  }
}

.terms-list-item-text {
  pointer-events: none;
  display: block;
  line-height: 1;
  position: relative;
  z-index: -1;
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 500;
  font-style: italic;
}

@media (min-width: 1200px) {
  .terms-list-item-text {
    font-size: 5rem;
  }
}

.terms-list-item-text .word {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: -150% 50%;
          perspective-origin: -150% 50%;
}

.whitespace {
  width: 0;
}

.terms-list-item-text .word--clone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.terms-list-item-text .word--clone .char {
  opacity: 0;
}

.terms-list-item-text .char {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  will-change: transform;
}

.hover-reveal {
  position: absolute;
  z-index: -1;
  width: 350px;
  height: 450px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: transform, filter;
}

.hover-reveal__inner {
  overflow: hidden;
  will-change: transform, opacity;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
  will-change: transform;
}

@media (min-width: 992px) {
  .terms-list-item {
    margin: 0 60px 70px 60px;
  }
  .terms-list-item .count-post {
    width: 70px;
    height: 73px;
    padding: 17px 17px 17px 25px;
    right: -61px;
    top: -15px;
  }
  .terms-list-item-text {
    font-size: calc(1.80625rem + 6.675vw);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .terms-list-item-text {
    font-size: 6.8125rem;
  }
}

@media (max-width: 767.98px) {
  .terms-list-item {
    margin: 0 60px 40px 0;
  }
  .terms-list-item .count-post {
    width: 40px;
    height: 41.7px;
    padding: 7px 9px;
    right: -36px;
    top: -15px;
  }
  .terms-list-item-text {
    font-size: calc(1.45rem + 2.4vw);
  }
}

@media (max-width: 767.98px) and (min-width: 1200px) {
  .terms-list-item-text {
    font-size: 3.25rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.round-icon-list {
  padding-left: 0;
  list-style: none;
}

.round-icon-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 50px;
  text-align: center;
}

.round-icon-list li a i {
  color: #212806;
}

.round-icon-list li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-audio audio:focus {
  outline-offset: 5px;
  outline: 2px solid var(--global--color-primary);
}

/**
 * Button
 */
.site .button,
button,
input[type="submit"],
input[type="reset"],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  border: var(--button--border-width) solid transparent;
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
}

.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type="submit"]:not(:hover):not(:active):not(.has-text-color),
input[type="reset"]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--color-text);
}

.has-background .site .button:not(:hover):not(:active):not(.has-text-color), .has-background
button:not(:hover):not(:active):not(.has-text-color), .has-background
input[type="submit"]:not(:hover):not(:active):not(.has-text-color), .has-background
input[type="reset"]:not(:hover):not(:active):not(.has-text-color), .has-background
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), .has-background
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .has-background
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--button--color-text));
}

.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
button:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
input[type="submit"]:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
input[type="reset"]:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background, .has-background
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button--color-text);
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--color-background);
}

.has-background .site .button:not(:hover):not(:active):not(.has-background), .has-background
button:not(:hover):not(:active):not(.has-background), .has-background
input[type="submit"]:not(:hover):not(:active):not(.has-background), .has-background
input[type="reset"]:not(:hover):not(:active):not(.has-background), .has-background
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .has-background
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .has-background
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--button--color-background));
}

.site .button:hover, .site .button:active,
button:hover,
button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
  background-color: transparent;
  border-color: currentColor;
  color: inherit;
}

.site .button:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
.wp-block-search .wp-block-search__button:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-file a.wp-block-file__button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

/**
 * Block Options
 */
.wp-block-button {
  margin: 1em 0;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--color-text);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--button--color-text));
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button--color-text);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--color-background);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--button--color-background));
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
  border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--color-background);
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-primary, var(--button--color-background));
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
  color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: transparent !important;
  background-color: var(--button--color-background) !important;
  color: var(--button--color-text) !important;
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-background
.wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--local--color-primary, var(--button--color-background)) !important;
  color: var(--local--color-background, var(--button--color-text)) !important;
}

.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-text-color
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: var(--local--color-background, var(--button--color-text)) !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*="radius"]:focus,
.wp-block-button a.wp-block-button__link[style*="radius"]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background);
}

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}

.wp-block-code code {
  color: var(--global--color-primary);
  white-space: pre;
  overflow-x: auto;
  display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}

@media only screen and (min-width: 822px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}

.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
  color: var(--cover--color-foreground);
}

.wp-block-cover h2,
.wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - calc(2 * var(--global--spacing-vertical)));
}

.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-cover .wp-block-cover__inner-container > *,
  .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}

.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}

.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-cover[class*="-background-color"][class] .wp-block-cover__inner-container,
.wp-block-cover-image[class*="-background-color"][class] .wp-block-cover__inner-container {
  background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}

.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-gallery {
  margin: 0 auto 2em;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}

.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}

.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
  text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}

.wp-block-group:before, .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}

.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull, .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
  width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
  margin-left: calc(-1 * var(--global--spacing-vertical));
}

.wp-block-image {
  text-align: center;
}

.wp-block-image figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}

.wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}

.wp-block-image a:focus img {
  outline-offset: 2px;
}

.entry-content > *[class="wp-block-image"],
.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content > *[class="wp-block-image"] + *,
.entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
  margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 482px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}

@media only screen and (max-width: 481px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}

.wp-block-latest-posts {
  padding-left: 0;
}

.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}

.wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}

.wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull,
.entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  -webkit-box-shadow: inset 0 -1px 0 0 var(--global--color-border);
          box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc((100% / 2));
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc((100% / 3));
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc((100% / 4));
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc((100% / 5));
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc((100% / 6));
  }
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item a {
  display: block;
}

.gallery-item a:focus img {
  outline-offset: -2px;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

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

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

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

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

figure.wp-caption a:focus img {
  outline-offset: 2px;
}

ul,
ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}

ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ul {
  list-style-type: circle;
}

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {
  /**
	 * Block Options
	 */
}

.wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-media-text a:focus img {
  outline-offset: -1px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 592px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

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

@media only screen and (min-width: 482px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-navigation .wp-block-navigation-link {
  padding: 0;
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding);
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
  display: inline-block;
  padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding);
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}

.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before, .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}

p {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}

p.has-background {
  padding: var(--global--spacing-unit);
}

p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  /**
	 * Block Options
	 */
}

.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "\201C";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}

.wp-block-pullquote a {
  color: currentColor;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}

.wp-block-pullquote.alignwide > p,
.wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}

.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p,
.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}

.wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}

@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}

.wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}

.wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}

.wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-quote {
  border-left: none;
  position: relative;
  /**
	 * Block Options
	 */
}

.wp-block-quote:before {
  content: "\201C";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
  position: absolute;
}

.has-background .wp-block-quote .wp-block-quote__citation,
[class*="background-color"] .wp-block-quote .wp-block-quote__citation,
[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background
.wp-block-quote cite,
[class*="background-color"]
.wp-block-quote cite,
[style*="background-color"]
.wp-block-quote cite,
.wp-block-cover[style*="background-image"]
.wp-block-quote cite, .has-background
.wp-block-quote footer,
[class*="background-color"]
.wp-block-quote footer,
[style*="background-color"]
.wp-block-quote footer,
.wp-block-cover[style*="background-image"]
.wp-block-quote footer {
  color: currentColor;
}

.wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}

.wp-block-quote.has-text-align-right:before {
  display: none;
}

.wp-block-quote.has-text-align-right p:before {
  content: "\201D";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}

.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}

.wp-block-quote.has-text-align-center:before {
  display: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}

.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}

.wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}

.wp-block-quote.is-large.has-text-align-right p:before, .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "\201D";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}

.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}

@media only screen and (max-width: 481px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
    left: 0;
  }
  .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 481px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }
  .wp-block-quote.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-rss {
  padding-left: 0;
}

.wp-block-rss > li {
  list-style: none;
}

.wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
  margin-bottom: 0;
}

.wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss > li > *:first-child {
  margin-top: 0;
}

.wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*="inner-container"] .wp-block-rss .wp-block-rss__item-publish-date,
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}

.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*="inner-container"] .wp-block-rss.alignfull,
.entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

.wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}

.wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}

.has-background .wp-block-search .wp-block-search__input {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
  border-radius: 0;
  border-width: 3px;
}

.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.has-background .wp-block-search button.wp-block-search__button:hover, .has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(--local--color-background, var(--global--color-background)) !important;
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.has-text-color .wp-block-search button.wp-block-search__button:hover, .has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}

.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  color: var(--global--color-dark-gray);
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  background-color: var(--global--color-dark-gray);
  color: var(--global--color-white);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;
  /**
		 * Block Options
		 */
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}

hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}

hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}

hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}

hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}

.has-background hr.wp-block-separator,
[class*="background-color"] hr.wp-block-separator,
[style*="background-color"] hr.wp-block-separator,
.wp-block-cover[style*="background-image"] hr.wp-block-separator {
  border-color: currentColor;
}

.wp-block-social-links a:focus {
  color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link,
.wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 481px) {
  .wp-block-spacer[style] {
    height: var(--global--spacing-unit) !important;
  }
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}

table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
  border: 1px solid;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}

table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}

table.is-style-regular .has-background,
table.is-style-stripes .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}

table.wp-calendar-table th {
  font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}

table.wp-calendar-table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(var(--global--spacing-unit) / 2);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}

.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}

.wp-calendar-nav svg path {
  fill: currentColor;
}

.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
  font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}

:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}

:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}

:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

@media only screen and (min-width: 482px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 482px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }
}

[class*="inner-container"] > .alignleft + *,
[class*="inner-container"] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
  clear: both;
}

/**
 * .alignfull
 */
.alignfull {
  clear: both;
}

.has-left-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.has-right-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 482px) {
  .desktop-only {
    display: block;
  }
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
.elementor-heading-title {
  line-height: 1.25;
}

.countdown-container .countdown_value {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183.667' height='191.469' viewBox='0 0 183.667 191.469'%3E%3Cg id='Border_circle_' data-name='Border circle ' transform='translate(-241 -562)' opacity='0.5'%3E%3Cg id='bg' transform='translate(241 564.549)' fill='none' opacity='0.8'%3E%3Cpath d='M105.866-2.549c50.718,0,77.8,48.917,77.8,99.636,0,27.743-10.135,55.464-30.234,72.863-15.451,13.385-38.624,18.971-61.6,18.971A91.833,91.833,0,0,1,0,97.087C0,46.369,55.147-2.549,105.866-2.549Z' stroke='none'/%3E%3Cpath d='M 105.8655166625977 -0.5488128662109375 C 99.79994201660156 -0.5488128662109375 93.51844787597656 0.1751861572265625 87.19549560546875 1.60302734375 C 81.05136871337891 2.990524291992188 74.83817291259766 5.04840087890625 68.72844696044922 7.719528198242188 C 62.73281860351562 10.34077453613281 56.82884216308594 13.55537414550781 51.18052673339844 17.27403259277344 C 45.57066345214844 20.96736145019531 40.21749877929688 25.15464782714844 35.26962280273438 29.71963500976562 C 30.29156494140625 34.31248474121094 25.72842407226562 39.28366088867188 21.70692443847656 44.49508666992188 C 17.61149597167969 49.80232238769531 14.07366943359375 55.36515808105469 11.19174194335938 61.02902984619141 C 8.227264404296875 66.85517883300781 5.9437255859375 72.81617736816406 4.404525756835938 78.74640655517578 C 2.808990478515625 84.89370727539062 2 91.0643310546875 2 97.08685302734375 C 2 103.1832580566406 2.614044189453125 109.2752304077148 3.825119018554688 115.1935577392578 C 5.00518798828125 120.9604568481445 6.76605224609375 126.6329498291016 9.0587158203125 132.0534820556641 C 11.30999755859375 137.3760528564453 14.09652709960938 142.5098266601562 17.3409423828125 147.3122100830078 C 20.55490112304688 152.0694580078125 24.24594116210938 156.5430603027344 28.31159973144531 160.6086730957031 C 32.37724304199219 164.6743316650391 36.85081481933594 168.3653869628906 41.60809326171875 171.5793304443359 C 46.41047668457031 174.8237609863281 51.54425048828125 177.6103057861328 56.8668212890625 179.8615570068359 C 62.28734588623047 182.1542358398438 67.95984649658203 183.9150848388672 73.72672271728516 185.0951538085938 C 79.64507293701172 186.3062286376953 85.73702239990234 186.9202728271484 91.83341979980469 186.9202728271484 C 97.59404754638672 186.9202728271484 103.2757186889648 186.5618591308594 108.7206420898438 185.85498046875 C 114.3843460083008 185.1197052001953 119.8271484375 184.0021057128906 124.8978958129883 182.5332336425781 C 135.8176422119141 179.3700103759766 144.9774475097656 174.627685546875 152.1233673095703 168.4375762939453 C 156.9077758789062 164.2960510253906 161.2365417480469 159.4354858398438 164.9894256591797 153.9909362792969 C 168.6153717041016 148.7305297851562 171.7246704101562 142.89697265625 174.2309722900391 136.6522521972656 C 176.6763763427734 130.5592803955078 178.5511474609375 124.0690765380859 179.80322265625 117.361930847168 C 181.0398254394531 110.7375793457031 181.6668395996094 103.9160537719727 181.6668395996094 97.08685302734375 C 181.6668395996094 90.85222625732422 181.2480926513672 84.60298156738281 180.4221954345703 78.51273345947266 C 179.5933227539062 72.40048217773438 178.3473510742188 66.39698028564453 176.7188720703125 60.66898345947266 C 175.0706176757812 54.87142944335938 173.0148620605469 49.30183410644531 170.6086883544922 44.11485290527344 C 168.1553497314453 38.82620239257812 165.3099975585938 33.87651062011719 162.1517028808594 29.40322875976562 C 155.5292510986328 20.02352905273438 147.5537109375 12.69960021972656 138.4466705322266 7.634902954101562 C 128.6821899414062 2.204574584960938 117.7202911376953 -0.5488128662109375 105.8655166625977 -0.5488128662109375 M 105.8655166625977 -2.548812866210938 C 156.583740234375 -2.548812866210938 183.6668395996094 46.36865234375 183.6668395996094 97.08685302734375 C 183.6668395996094 124.8297271728516 173.5322418212891 152.5505981445312 153.4323425292969 169.9497375488281 C 137.9809417724609 183.3343811035156 114.8087692260742 188.9202728271484 91.83341979980469 188.9202728271484 C 41.11521911621094 188.9202728271484 0 147.8050842285156 0 97.08685302734375 C 0 46.36865234375 55.14732360839844 -2.548812866210938 105.8655166625977 -2.548812866210938 Z' stroke='none' fill='%23b48d62'/%3E%3C/g%3E%3Cg id='bg-2' data-name='bg' transform='translate(250.183 573.732)' fill='none' opacity='0.8'%3E%3Cpath d='M95.279-2.549c45.646,0,70.021,44.026,70.021,89.672,0,24.969-9.121,49.917-27.211,65.577-13.906,12.046-34.761,17.074-55.439,17.074A82.65,82.65,0,0,1,0,87.123C0,41.477,49.633-2.549,95.279-2.549Z' stroke='none'/%3E%3Cpath d='M 95.27895355224609 -0.548828125 C 89.83475494384766 -0.548828125 84.19620513916016 0.101104736328125 78.52000427246094 1.382919311523438 C 73.00263977050781 2.628875732421875 67.42286682128906 4.47698974609375 61.93572998046875 6.875946044921875 C 56.55002593994141 9.23052978515625 51.24650573730469 12.11820983886719 46.17243194580078 15.45878601074219 C 41.13263702392578 18.77682495117188 36.32339477539062 22.53865051269531 31.8782958984375 26.63978576660156 C 27.40628051757812 30.76573181152344 23.30709838867188 35.2314453125 19.69456481933594 39.91287231445312 C 16.01625061035156 44.67958068847656 12.83892822265625 49.67550659179688 10.25083923339844 54.76194000244141 C 7.589340209960938 59.99259948730469 5.539291381835938 65.3438720703125 4.15765380859375 70.66712188720703 C 2.725936889648438 76.18330383300781 2 81.71994018554688 2 87.12328338623047 C 2 92.59660339355469 2.551300048828125 98.06587219238281 3.6385498046875 103.3791961669922 C 4.697982788085938 108.5564651489258 6.278778076171875 113.6489868164062 8.337066650390625 118.5153045654297 C 10.358154296875 123.2937316894531 12.85981750488281 127.9026641845703 15.77256774902344 132.2140960693359 C 18.65800476074219 136.485107421875 21.97177124023438 140.5014190673828 25.62187194824219 144.1514892578125 C 29.27192687988281 147.8015747070312 33.28825378417969 151.1153564453125 37.55922698974609 154.0007629394531 C 41.87068176269531 156.9135131835938 46.4796142578125 159.4151916503906 51.25802612304688 161.436279296875 C 56.12434387207031 163.4945831298828 61.21686553955078 165.0753784179688 66.39414215087891 166.1348114013672 C 71.70748138427734 167.2220611572266 77.17675018310547 167.7733459472656 82.65007019042969 167.7733459472656 C 87.8260498046875 167.7733459472656 92.930908203125 167.4513244628906 97.82282257080078 166.8162536621094 C 102.9100646972656 166.1558074951172 107.7985458374023 165.1520538330078 112.3524322509766 163.8329010009766 C 122.1522521972656 160.9940795898438 130.3707580566406 156.7397766113281 136.7801361083984 151.1876678466797 C 141.0733184814453 147.4713745117188 144.9578399658203 143.1095733642578 148.3258209228516 138.2234191894531 C 151.5807800292969 133.5012359619141 154.3721008300781 128.2641448974609 156.6222534179688 122.6576232910156 C 158.8182220458984 117.1861267089844 160.5018157958984 111.357666015625 161.6262817382812 105.3341445922852 C 162.7369842529297 99.38428497314453 163.3001403808594 93.25727844238281 163.3001403808594 87.12328338623047 C 163.3001403808594 81.52108001708984 162.9238586425781 75.90578460693359 162.1817779541016 70.43344116210938 C 161.4370727539062 64.94178009033203 160.3176422119141 59.54798889160156 158.8545989990234 54.40187072753906 C 157.3740234375 49.19414520263672 155.5275268554688 44.19142150878906 153.3663635253906 39.53264617919922 C 151.1634063720703 34.78373718261719 148.6086883544922 30.33950805664062 145.7731323242188 26.32337951660156 C 139.8303833007812 17.90635681152344 132.6746826171875 11.33482360839844 124.5047760009766 6.791305541992188 C 115.7468185424805 1.920730590820312 105.9138412475586 -0.548828125 95.27895355224609 -0.548828125 M 95.27895355224609 -2.548828125 C 140.9253387451172 -2.548828125 165.3001403808594 41.47689819335938 165.3001403808594 87.12328338623047 C 165.3001403808594 112.0918502807617 156.1790313720703 137.0406188964844 138.089111328125 152.6998291015625 C 124.1828460693359 164.7460327148438 103.3278884887695 169.7733459472656 82.65007019042969 169.7733459472656 C 37.00367736816406 169.7733459472656 0 132.7696533203125 0 87.12328338623047 C 0 41.47689819335938 49.63259124755859 -2.548828125 95.27895355224609 -2.548828125 Z' stroke='none' fill='%23b48d62'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  width: 183.67px;
  height: 191.47px;
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 700;
  color: #212806;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .countdown-container .countdown_value {
    font-size: 5rem;
  }
}

.countdown-container .countdown_value:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 991.98px) {
  .countdown-container .countdown_value:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .countdown-container .countdown_value {
    font-size: calc(1.325rem + 0.9vw);
    width: 65.61px;
    height: 68.4px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  .countdown-container .countdown_value {
    font-size: 2rem;
  }
}

.countdown-container .countdown_value .countdown_lable {
  display: block;
  font-weight: 600;
  color: #b48d62;
  font-size: 1rem;
  margin-top: -14px;
}

@media (max-width: 991.98px) {
  .countdown-container .countdown_value .countdown_lable {
    font-size: 0.875rem;
  }
}

.newsletter .btn {
  border: 0;
  border-bottom: 1px solid #646464;
  border-radius: 0;
  padding-right: 0;
}

.newsletter .btn svg {
  margin-left: 12px;
  margin-right: 5px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.newsletter .btn:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #646464;
  color: #b48d62;
}

.newsletter .btn:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.newsletter .btn:hover svg path {
  stroke: #b48d62;
}

.elementor-button-icon svg {
  width: auto;
}

@media (min-width: 576px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 576px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
}

.marquee-container .marquee {
  font-family: "Cormorant Garamond", sans-serif;
  color: #b48d62;
  font-size: calc(1.625rem + 4.5vw);
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .marquee-container .marquee {
    font-size: 5rem;
  }
}

.section-title-container .section-tagline {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #b48d62;
  letter-spacing: 0.05rem;
  margin-bottom: 5px;
}

.section-title-container .section-title {
  margin-bottom: 16px;
}

.testimonial-et-container {
  overflow: hidden;
}

.testimonial-et-container article {
  width: 100%;
}

.testimonial-et-container .testimonial-item {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1304' height='723.338' viewBox='0 0 1304 723.338'%3E%3Cpath id='bg' d='M482.483-89.311c81.65,1.534,321.673,57.5,383.029,64.33C1094.144.469,1066.648,87.256,1093.348,165.213c33.82,98.746,44.593,230.7,18.161,307.666C1082.821,556.41,1032.466,591.4,951.363,607.9,883.522,621.7,736.624,648.446,674,621.248c-8.141-3.535-55.971-8-110.844-11.212-65.989-3.864-142.215-5.883-169.824-2.135-62.064,8.425-98.359,23.513-148.44,13.347-2.56-.52-180.633-33.1-183.408-33.693C-147.83,542.955-249.6,487.811-120.513,311.79c19.148-11.156,40.125-42.2,42.049-57.7,4.237-34.085-8.8-77.254,20.536-109.524C-46.923-13.039-142.719-101.058,482.483-89.311Z' transform='translate(177.698 90.354)' fill='%23f5eee6'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 88px;
  padding-bottom: 87px;
}

.testimonial-et-container .testimonial-item .testimonial-author-image {
  min-width: 408px;
  width: 408px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407.04' height='548.003' viewBox='0 0 407.04 548.003'%3E%3Cpath id='img' d='M276.994-4C389.384-4,407,91.11,407,203.5V544H0V203.5C0,171.469-1.881,119.614,19.994,92,74.333,23.394,196.635-4,276.994-4Z' transform='translate(0.04 4.003)' fill='%23ddd'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407.04' height='548.003' viewBox='0 0 407.04 548.003'%3E%3Cpath id='img' d='M276.994-4C389.384-4,407,91.11,407,203.5V544H0V203.5C0,171.469-1.881,119.614,19.994,92,74.333,23.394,196.635-4,276.994-4Z' transform='translate(0.04 4.003)' fill='%23ddd'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.testimonial-et-container .testimonial-item .testimonial-author-image img {
  width: 408px;
  height: 548px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .testimonial-et-container .testimonial-item .testimonial-author-image {
    width: 100%;
    -webkit-mask-image: initial;
            mask-image: initial;
  }
  .testimonial-et-container .testimonial-item .testimonial-author-image img {
    width: 100%;
  }
}

.testimonial-et-container .testimonial-item .testimonial-author-content {
  padding-left: 70px;
}

@media (max-width: 991.98px) {
  .testimonial-et-container .testimonial-item .testimonial-author-content {
    padding-left: 0;
    margin-top: 35px;
  }
}

.testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-text {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 500;
  font-style: italic;
  line-height: 40px;
  color: #212806;
  opacity: 0.9;
  margin-bottom: 29px;
}

@media (min-width: 1200px) {
  .testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-text {
    font-size: 1.75rem;
  }
}

.testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-text::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: calc(1.40625rem + 1.875vw);
  color: #b48d62;
  line-height: 42px;
  margin-bottom: 30px;
  display: block;
}

@media (min-width: 1200px) {
  .testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-text::before {
    font-size: 2.8125rem;
  }
}

.testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-author-name {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-et-container .testimonial-item .testimonial-author-content .testimonial-author-role {
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 20px;
  color: #b48d62;
  letter-spacing: 0.5px;
}

.testimonial-et-container .swiper-pagination {
  bottom: 120px;
}

@media (max-width: 991.98px) {
  .testimonial-et-container .swiper-pagination {
    bottom: 70px;
  }
}

.testimonial-et-container .swiper-button {
  margin-top: -168px;
  top: 100%;
}

@media (max-width: 991.98px) {
  .testimonial-et-container .swiper-button {
    margin-top: -118px;
  }
}

.pricing-table {
  padding: 60px 40px;
  border: solid 1px #b48d62;
}

@media (max-width: 767.98px) {
  .pricing-table {
    padding: 40px 20px;
  }
}

.pricing-table .subtitle {
  font-size: 0.875rem;
  color: #b48d62;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.pricing-table .price-container {
  margin-top: -10px;
  margin-bottom: 29px;
}

.pricing-table .price-container .price {
  font-size: calc(1.45625rem + 2.475vw);
  font-weight: 600;
  color: #212806;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1200px) {
  .pricing-table .price-container .price {
    font-size: 3.3125rem;
  }
}

.pricing-table .price-container .duration {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  color: #b48d62;
}

@media (min-width: 1200px) {
  .pricing-table .price-container .duration {
    font-size: 1.5rem;
  }
}

.pricing-table .pricing-table-description {
  margin-bottom: 30px;
}

.pricing-table .featurs_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .featurs_list li {
  margin-bottom: 10px;
}

.pricing-table .featurs_list li .featur_icon {
  color: #b48d62;
  margin-right: 12px;
}

.pricing-table .pricing-table-button {
  margin-top: 50px;
  display: block;
  text-transform: uppercase;
}

.pricing-table .pricing-table-button svg {
  margin-left: 10px;
}

.pricing-table .pricing-table-button:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.pricing-table .pricing-table-button:hover svg path,
.pricing-table .pricing-table-button:hover svg g {
  stroke: #b48d62;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #fff;
  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: #fff;
  display: block;
  font-size: 0.875;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
  font-family: "Cormorant Garamond", sans-serif;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

#disqus_thread {
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  font-size: calc(1.325rem + 0.9vw);
  line-height: 45px;
  font-weight: 600;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: capitalize;
  padding-top: 34px;
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  .comments-title {
    font-size: 2rem;
  }
}

.comments {
  padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment, .comment_container {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar, .comment_container .avatar {
  border-radius: 100px;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 2rem;
}

.comment-author, .comment_container-author {
  font-size: 1.0625rem;
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author, .comment_container-author {
    font-size: 1.125rem;
  }
}

.comment-author .says, .comment_container-author .says {
  display: none;
}

.comment-author span, .comment-author cite, .comment-author a, .comment_container-author span, .comment_container-author cite, .comment_container-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a, .comment_container-author .fn a {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 34px;
  font-weight: 600;
  font-family: "Cormorant Garamond", sans-serif;
}

@media (min-width: 1200px) {
  .comment-author .fn a, .comment_container-author .fn a {
    font-size: 1.5rem;
  }
}

.comment-notes, .comment_container-notes {
  display: none;
}

.comment .reply, .comment-content, .comment .comment-text, .comment_container .reply, .comment_container-content, .comment_container .comment-text {
  margin-left: 135px;
}

.comment .reply, .comment_container .reply {
  display: block;
  margin-top: 10px;
}

.comment .reply a, .comment_container .reply a {
  font-size: 0.75rem;
  background: var(--button--color-background);
  border: solid 1px var(--button--color-background);
  border-radius: 50px;
  color: var(--button--color-text);
  display: inline-block;
  font-weight: 500;
  padding: .25em .7em 0.3em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a, .comment_container .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover, .comment_container .reply a:hover {
  color: var(--button--color-background);
  background: var(--button--color-text);
  border-color: var(--button--color-background);
}

.comment-content a, .comment_container-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover, .comment_container-content a:hover {
  text-decoration: none;
}

.comment-body, .comment_container-body {
  clear: both;
}

.comment .comment-respond, .comment_container .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

.comment-metadata {
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
  text-align: right;
  text-transform: uppercase;
  margin-top: -43px;
  padding-bottom: 13px;
  letter-spacing: 0.5px;
}

.comment-metadata a {
  color: #b48d62;
  margin-left: 10px;
}

.comment-metadata a:hover {
  color: #000;
}

.comments__inner .children {
  padding: 0;
}

.comments .comments__inner .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .comments__inner .children .comments__inner .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .comments__inner .children {
    margin-top: 30px;
    margin-left: 60px;
  }
  .comments .comments__inner .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000;
}

article.comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  top: 2px;
  position: relative;
  height: 104px;
  width: 104px;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .comment-reply-title {
    font-size: 1.5rem;
  }
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #adb5bd;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000;
}

.logged-in-as {
  margin-top: -15px;
  font-size: 0.875rem;
}

.logged-in-as:hover {
  text-decoration: underline;
}

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

.comment-form-comment label {
  display: none;
  margin-bottom: 15px;
}

.required {
  color: #dc3545;
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #54595F;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 16px 40px;
  font-size: 1rem;
  border-radius: 28px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .elementor-button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-transition: none;
    transition: none;
  }
}

.button:hover,
.elementor-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #54595F;
}

.btn-check:focus + .button, .button:focus, .btn-check:focus +
.elementor-button,
.elementor-button:focus, .btn-check:focus +
button,
button:focus, .btn-check:focus +
input[type="button"],
input[type="button"]:focus, .btn-check:focus +
input[type="reset"],
input[type="reset"]:focus, .btn-check:focus +
input[type="submit"],
input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.btn-check:checked + .button,
.btn-check:active + .button, .button:active, .button.active, .btn-check:checked +
.elementor-button,
.btn-check:active +
.elementor-button,
.elementor-button:active,
.elementor-button.active, .btn-check:checked +
button,
.btn-check:active +
button,
button:active,
button.active, .btn-check:checked +
input[type="button"],
.btn-check:active +
input[type="button"],
input[type="button"]:active,
input[type="button"].active, .btn-check:checked +
input[type="reset"],
.btn-check:active +
input[type="reset"],
input[type="reset"]:active,
input[type="reset"].active, .btn-check:checked +
input[type="submit"],
.btn-check:active +
input[type="submit"],
input[type="submit"]:active,
input[type="submit"].active {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.btn-check:checked + .button:focus,
.btn-check:active + .button:focus, .button:active:focus, .button.active:focus, .btn-check:checked +
.elementor-button:focus,
.btn-check:active +
.elementor-button:focus,
.elementor-button:active:focus,
.elementor-button.active:focus, .btn-check:checked +
button:focus,
.btn-check:active +
button:focus,
button:active:focus,
button.active:focus, .btn-check:checked +
input[type="button"]:focus,
.btn-check:active +
input[type="button"]:focus,
input[type="button"]:active:focus,
input[type="button"].active:focus, .btn-check:checked +
input[type="reset"]:focus,
.btn-check:active +
input[type="reset"]:focus,
input[type="reset"]:active:focus,
input[type="reset"].active:focus, .btn-check:checked +
input[type="submit"]:focus,
.btn-check:active +
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus {
  -webkit-box-shadow: initial, initial;
          box-shadow: initial, initial;
}

.button:disabled, .button.disabled,
fieldset:disabled .button,
.elementor-button:disabled,
.elementor-button.disabled,
fieldset:disabled
.elementor-button,
button:disabled,
button.disabled,
fieldset:disabled
button,
input[type="button"]:disabled,
input[type="button"].disabled,
fieldset:disabled
input[type="button"],
input[type="reset"]:disabled,
input[type="reset"].disabled,
fieldset:disabled
input[type="reset"],
input[type="submit"]:disabled,
input[type="submit"].disabled,
fieldset:disabled
input[type="submit"] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn svg,
.button svg {
  margin-left: 12px;
  margin-right: 5px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn:hover,
.button:hover {
  background-color: #212806;
  border: 1px solid #212806;
  color: #ffffff;
}

.btn:hover svg,
.button:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.btn:hover svg path,
.button:hover svg path {
  stroke: #ffffff;
}

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 {
  display: block;
  width: 100%;
  min-height: calc(1.5em + (0.75rem + 2px));
  padding: 14px 7px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #747474;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #646464;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  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 {
    -webkit-transition: none;
    transition: none;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #212529;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

input[type="text"]:disabled, input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid #646464;
  padding: 25px 20px;
  border-radius: 5px;
  margin-top: 50px;
}

input[type="submit"] {
  margin-top: 24px;
}

form p {
  margin: 1rem 0;
}

.post-password-form input {
  border: 1px solid #646464;
  margin-top: 0;
  border-radius: 0;
  min-height: 58px;
}

.post-password-form input[type="submit"] {
  margin-top: -2px;
  margin-left: -5px;
}

select {
  display: block;
  width: 100%;
  padding: 0.375rem 3rem 0.375rem 0.75rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.65;
  color: #212529;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--global--color-secondary);
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select[multiple], select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

select:disabled {
  background-color: #e9ecef;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 47px;
}

.widget .widget-title {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  color: #212806;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 1200px) {
  .widget .widget-title {
    font-size: 1.5rem;
  }
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1.25rem;
     -moz-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li {
  width: 100%;
}

.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_layered_nav ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_layered_nav > ul {
  list-style: none;
}

.widget_pages > ul > li,
.widget_recent_comments > ul > li,
.widget_meta > ul > li,
.widget_recent_entries > ul > li,
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_product_categories > ul > li,
.widget_layered_nav > ul > li {
  position: relative;
  padding-left: 8px;
}

.widget_pages > ul > li::before,
.widget_recent_comments > ul > li::before,
.widget_meta > ul > li::before,
.widget_recent_entries > ul > li::before,
.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
.widget_product_categories > ul > li::before,
.widget_layered_nav > ul > li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: solid 1px #b48d62;
  border-radius: 50px;
  left: -20px;
  top: 15px;
}

.wp-block-archives-list {
  -webkit-padding-start: 1.25rem;
  -moz-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
  list-style: none;
}

.wp-block-archives-list > li {
  width: 100%;
  position: relative;
  padding-left: 8px;
}

.wp-block-archives-list > li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.wp-block-archives-list > li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: solid 1px #b48d62;
  border-radius: 50px;
  left: -20px;
  top: 15px;
}

.widget_recent_comments > ul li {
  margin-bottom: 1rem;
}

.widget_recent_comments > ul li::before {
  top: 8px;
}

.widget_nav_menu ul:first-child {
  padding-left: 0;
}

.widget_nav_menu ul li {
  width: 100%;
  list-style: none;
  padding: 0.6rem 0;
}

.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_nav_menu ul .current-menu-item a {
  padding: 0.4rem 2rem;
  margin-left: -2rem;
  border-radius: 50px;
  min-width: 130px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}

.widget_rss ul li a.rsswidget {
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  display: block;
}

.widget_rss ul li .rss-date {
  color: #b48d62;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.widget.widget_search .search-form .form-control {
  border: 0;
  padding-left: 20px;
}

.widget.widget_search .search-form .btn {
  border: 0;
}

.widget.widget_search .search-form .btn:hover {
  background: transparent;
  color: #b48d62;
}

.widget.widget_search .search-form .input-group {
  border: solid 1px #646464;
  border-radius: 50px !important;
}

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

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border-width: 1px;
}

.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.wp-caption-text {
  font-family: "Cormorant Garamond", sans-serif;
}

figure {
  max-width: 100%;
}

blockquote {
  position: relative;
  padding: 20px 52px 10px;
}

blockquote:before {
  position: absolute;
  top: 25px;
  left: 0;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: calc(1.40625rem + 1.875vw);
  color: #b48d62;
  line-height: 42px;
  margin-bottom: 30px;
  display: block;
  opacity: 0.15;
  z-index: -1;
}

blockquote p {
  z-index: 2;
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.4285714285714286em;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #212806;
}

@media (min-width: 1200px) {
  blockquote p {
    font-size: 1.75rem;
  }
}

blockquote cite {
  font-size: 1.25rem;
  line-height: 1.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b48d62;
}

dd {
  padding-left: 20px;
}

pre {
  background-color: #f4f4f4;
  padding: 5px;
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/* Nested sub-menu padding: 10 levels deep */
/**
 * Fonts
 */
@font-face {
  font-family: 'star';
  src: url(../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}

.woocommerce form .form-row .required {
  color: firebrick;
  text-decoration: none;
}

.woocommerce form .form-row .required[title] {
  border: 0 !important;
}

.woocommerce form .form-row .optional {
  visibility: visible;
}

.woocommerce .comment-text {
  margin-left: 80px;
}

.onsale {
  display: inline-block;
  background: #F5EEE6;
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 22px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 55px;
  height: 55px;
  border-radius: 100px;
}

.price del {
  opacity: 0.5;
  display: inline-block;
}

.price ins {
  display: inline-block;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  width: 5.4em;
  font-family: "star";
}

.star-rating::before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

a.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  text-decoration: none !important;
  background: firebrick;
  color: #fff;
}

a.remove:hover {
  background: #000;
  color: #fff !important;
}

dl.variation,
.wc-item-meta {
  list-style: none outside;
}

dl.variation dt,
dl.variation .wc-item-meta-label,
.wc-item-meta dt,
.wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25rem;
  list-style: none outside;
}

dl.variation dd,
.wc-item-meta dd {
  margin: 0;
}

dl.variation p, dl.variation:last-child,
.wc-item-meta p,
.wc-item-meta:last-child {
  margin-bottom: 0;
}

table.variations label {
  margin: 0;
}

table.variations select {
  margin-right: 0.5rem;
}

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

/**
 * Account section
 */
.woocommerce-account .entry-content > .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin: 0 0 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  padding: 0.7rem 1rem;
  background-color: transparent;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #b48d62;
  color: #fcf8f3;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f15c";
  float: right;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021";
}

.woocommerce-account table.account-orders-table .button {
  margin: 0 .35rem .35rem 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 40px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
  margin-top: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses h3 {
    font-size: 1.5rem;
  }
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  text-decoration: underline;
}

ul.order_details {
  margin-top: 3rem;
  margin-bottom: 4.5rem;
  background: #d7d6d4;
  list-style: none;
  position: relative;
}

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

ul.order_details::before, ul.order_details::after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #d7d6d4 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #d7d6d4 33.33%, transparent 33.33%);
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

ul.order_details::after {
  top: auto;
  bottom: -16px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul.order_details li {
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}

ul.order_details li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}

ul.order_details li strong {
  display: block;
  text-transform: none;
}

.woocommerce-form-login__rememberme {
  margin-right: 20px;
  margin-top: 16px !important;
}

.woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.woocommerce-customer-details .woocommerce-column__title {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 1.5rem;
  }
}

.wp-custom-logo .entry-content .woocommerce > h2 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .wp-custom-logo .entry-content .woocommerce > h2 {
    font-size: 1.75rem;
  }
}

.woocommerce-form.woocommerce-form-login .woocommerce-Button {
  margin-right: 1.5rem;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: 6px;
  margin-bottom: 0;
}

.woocommerce-message,
.woocommerce-Message {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: -webkit-linear-gradient(#f4f4f4, #f4f4f4);
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #54595F;
}

.woocommerce-message .button,
.woocommerce-Message .button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.5rem 1.5rem;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #d7d6d4;
  list-style: none;
  overflow: hidden;
  padding: 1.2rem 2rem;
}

.woocommerce-error {
  background: firebrick;
  color: #fff;
}

.woocommerce-store-notice {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .woocommerce-store-notice {
  top: 32px;
}

.woocommerce-store-notice__dismiss-link {
  float: right;
  color: #fff;
}

.woocommerce-store-notice__dismiss-link:hover {
  text-decoration: underline;
  color: #fff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  text-align: left;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 0;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  color: #54595F;
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0.5rem;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price.price {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #adb5bd;
  background: #ffffff;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  display: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button .add_to_cart_button {
  margin: auto;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart {
  margin: auto;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .add_to_cart_button {
  opacity: 1;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #fff;
  color: #fff;
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 0.6rem 0.6rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}

/**
 * Cart
 */
.woocommerce-cart-form img {
  max-width: 100px;
  height: auto;
  display: block;
}

.woocommerce-cart-form dl.variation {
  margin-top: 0;
}

.woocommerce-cart-form dl.variation p, .woocommerce-cart-form dl.variation:last-child {
  margin-bottom: 0;
}

.woocommerce-cart-form .product-remove {
  text-align: center;
}

.woocommerce-cart-form .quantity {
  float: left;
}

.woocommerce-cart-form .quantity input {
  width: 80px;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px;
  border: solid 1px #212806;
  border-radius: 27px;
  font-family: "Open Sans", sans-serif;
}

.woocommerce-cart-form .cart td.actions {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.woocommerce-cart-form .cart td.actions .coupon .input-text {
  width: 250px !important;
  float: left;
  height: 58px;
  margin-right: -1px;
  border: solid 1px #212806;
  padding-left: 20px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.woocommerce-cart-form .cart td.actions .coupon .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.woocommerce-page .woocommerce .cart_totals > h2 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .woocommerce-page .woocommerce .cart_totals > h2 {
    font-size: 1.5rem;
  }
}

.woocommerce-page .woocommerce .cart_totals th,
.woocommerce-page .woocommerce .cart_totals td {
  vertical-align: top;
}

.woocommerce-page .woocommerce .cart_totals th {
  padding-right: 1rem;
}

.woocommerce-page .woocommerce .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}

.woocommerce-page .woocommerce .cart_totals .wc-proceed-to-checkout {
  margin-top: 40px;
}

.cart-collaterals {
  margin-top: 3rem;
}

.cart-collaterals .cart_totals.calculated_shipping {
  background-color: #F5EEE6;
  padding: 3rem 2.5rem 4rem;
  position: relative;
}

.cart-collaterals .cart_totals.calculated_shipping:before, .cart-collaterals .cart_totals.calculated_shipping:after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #F5EEE6 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #F5EEE6 33.33%, transparent 33.33%);
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

.cart-collaterals .cart_totals.calculated_shipping h2 {
  margin-bottom: 2rem;
}

.navbar-nav .nav-item-cart > a {
  position: relative;
}

.navbar-nav .nav-item-cart > a i {
  margin-right: 10px;
  color: #212529;
}

.navbar-nav .nav-item-cart .site-header-cart {
  min-width: 320px;
  padding: 1rem 0;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget {
  padding: 0;
  margin: 0;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li {
  padding: 1rem 31px;
  list-style: none;
  position: relative;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li:not(:first-child) {
  border-top: solid 1px #f2f2f2;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li::after {
  display: block;
  clear: both;
  content: "";
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li img {
  width: 60px;
  float: right;
  margin-left: 1rem;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li a,
.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li .quantity {
  display: block;
  margin-left: 32px;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li .quantity {
  font-size: 0.875rem;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget li a.remove {
  position: absolute;
  top: 1.45rem;
  margin: 0;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5EEE6;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar {
  width: 8px;
  background-color: #F5EEE6;
}

.navbar-nav .nav-item-cart .site-header-cart .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-thumb {
  background-color: #F5EEE6;
  border: 2px solid #F5EEE6;
}

.navbar-nav .nav-item-cart .site-header-cart p {
  padding-right: 31px;
  padding-left: 31px;
}

.navbar-nav .nav-item-cart .site-header-cart .woocommerce-mini-cart__total {
  border-top: solid 1px #f2f2f2;
  padding-top: 1rem;
}

.navbar-nav .nav-item-cart .site-header-cart .woocommerce-mini-cart__buttons a {
  display: block;
}

.navbar-nav .nav-item-cart .site-header-cart .woocommerce-mini-cart__buttons a:first-child {
  margin-bottom: 0.6rem;
  background-color: #f2f4f6;
  color: #54595F;
}

.navbar-nav .nav-item-cart .site-header-cart .woocommerce-mini-cart__buttons a:first-child:hover {
  background-color: #e9ecef;
}

.navbar-nav .nav-item-cart .site-header-cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

/**
 * Checkout
 */
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #F5EEE6;
  color: #54595F;
  font-weight: bold;
  padding: 1.2rem 2rem;
}

@media (min-width: 992px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    max-width: calc(58.3333333333% - 25px);
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
  margin: 0 0.3333333333rem;
  color: #b48d62;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #886641;
}

form.checkout_coupon.woocommerce-form-coupon {
  margin-top: 25px;
  margin-bottom: 4rem;
  background-color: #F5EEE6;
  padding: 3rem 2.5rem 1.5rem;
  position: relative;
}

@media (min-width: 992px) {
  form.checkout_coupon.woocommerce-form-coupon {
    max-width: calc(58.3333333333% - 25px);
  }
}

form.checkout_coupon.woocommerce-form-coupon:before, form.checkout_coupon.woocommerce-form-coupon:after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #F5EEE6 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #F5EEE6 33.33%, transparent 33.33%);
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

form.checkout_coupon.woocommerce-form-coupon input[type="text"] {
  padding-left: 20px;
  border-radius: 28px;
}

.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="url"],
.woocommerce form input[type="password"],
.woocommerce form input[type="search"],
.woocommerce form input[type="number"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="range"],
.woocommerce form input[type="date"],
.woocommerce form input[type="month"],
.woocommerce form input[type="week"],
.woocommerce form input[type="time"],
.woocommerce form input[type="datetime"],
.woocommerce form input[type="datetime-local"],
.woocommerce form input[type="color"],
.woocommerce form textarea,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="range"],
body.woocommerce-checkout input[type="date"],
body.woocommerce-checkout input[type="month"],
body.woocommerce-checkout input[type="week"],
body.woocommerce-checkout input[type="time"],
body.woocommerce-checkout input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
body.woocommerce-checkout input[type="color"],
body.woocommerce-checkout textarea {
  border: solid 1px #212806;
  font-family: "Open Sans", sans-serif;
}

.woocommerce form label,
body.woocommerce-checkout label {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}

form.woocommerce-checkout {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  form.woocommerce-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 40px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  form.woocommerce-checkout .woocommerce-NoticeGroup {
    max-width: calc(58.3333333333% - 50px);
  }
}

form.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  padding: 1.2rem 2rem;
}

form.woocommerce-checkout .col2-set {
  position: relative;
  width: 100%;
}

form.woocommerce-checkout .col2-set .col-1,
form.woocommerce-checkout .col2-set .col-2 {
  padding: 0;
  max-width: 100%;
  width: 100%;
  float: none;
}

@media (min-width: 992px) {
  form.woocommerce-checkout .col2-set {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

form.woocommerce-checkout .order_review_container {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  form.woocommerce-checkout .order_review_container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 25px;
    padding-left: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

form.woocommerce-checkout .order_review_container .woocommerce-checkout-review-order {
  background-color: #F5EEE6;
  padding: 3rem 2.5rem;
  position: relative;
}

form.woocommerce-checkout .order_review_container .woocommerce-checkout-review-order:before, form.woocommerce-checkout .order_review_container .woocommerce-checkout-review-order:after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #F5EEE6 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #F5EEE6 33.33%, transparent 33.33%);
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

form.woocommerce-checkout .order_review_container .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-top: 2rem;
}

form.woocommerce-checkout h3#order_review_heading {
  display: none;
}

form.woocommerce-checkout h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  form.woocommerce-checkout h3 {
    font-size: 1.5rem;
  }
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-top: 3rem;
}

form.woocommerce-checkout .form-row {
  margin-bottom: 2rem;
  margin-right: 0;
  margin-left: 0;
}

form.woocommerce-checkout .form-row > span {
  display: block;
  width: 100%;
}

form.woocommerce-checkout #payment #place_order,
form.woocommerce-checkout #payment #place_order {
  display: block;
  float: none;
  width: 100%;
  margin-top: 20px;
}

#ship-to-different-address {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

#ship-to-different-address label {
  font-weight: 300;
  cursor: pointer;
}

#ship-to-different-address label span {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 45px;
}

#ship-to-different-address label span:before {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  border: 2px solid #bbb;
  background: #bbb;
  border-radius: 13rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 4px;
  right: 0;
}

#ship-to-different-address label span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  top: 7px;
  right: 17px;
  border-radius: 13rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#ship-to-different-address label input[type="checkbox"] {
  display: none;
}

#ship-to-different-address label input[type="checkbox"]:checked + span:after {
  right: 3px;
}

#ship-to-different-address label input[type="checkbox"]:checked + span:before {
  border-color: #000;
  background: #000;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-terms-and-conditions-link {
  display: inline-block;
}

.woocommerce-terms-and-conditions-link:after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-bottom: 2px;
  margin-left: 0.25rem;
  border-width: 6px 6px 0 6px;
  border-color: #54595F transparent transparent transparent;
}

.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #54595F transparent;
}

.woocommerce-checkout .woocommerce-input-wrapper .description {
  background: royalblue;
  color: #fff;
  border-radius: 3px;
  padding: 1rem;
  margin: 0.5rem 0 0;
  clear: both;
  display: none;
  position: relative;
}

.woocommerce-checkout .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-checkout .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-transform: translatex(-50%) rotate(180deg);
      -ms-transform: translatex(-50%) rotate(180deg);
          transform: translatex(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: royalblue transparent transparent transparent;
  z-index: 100;
  display: block;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 58px;
  line-height: 58px;
  background-color: transparent;
  border-color: #212806;
}

.woocommerce-checkout .woocommerce-page .woocommerce .cross-sells > h2 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .woocommerce-checkout .woocommerce-page .woocommerce .cross-sells > h2 {
    font-size: 1.5rem;
  }
}

.woocommerce-checkout .select2-choice,
.woocommerce-checkout .select2-choice:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce-checkout .select2-choice {
  padding: 0.7rem 0 0.7rem 0.7rem;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 58px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding-left: 20px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
}

.woocommerce-checkout .select2-container--focus .select2-selection {
  border-color: black;
}

.woocommerce-checkout-review-order-table td {
  padding: 1rem 0.5rem;
}

.woocommerce-checkout-review-order-table dl.variation {
  margin: 0;
}

.woocommerce-checkout-review-order-table dl.variation p {
  margin: 0;
}

.woocommerce-checkout-review-order .woocommerce-info {
  background-color: transparent;
}

.woocommerce-checkout-review-order ul {
  margin: 2rem 0 1rem;
  padding-left: 0;
}

.woocommerce-checkout-review-order .order-total {
  border-top: solid 1px #212806;
}

.wc_payment_method {
  list-style: none;
}

.wc_payment_method .payment_box {
  padding: 1rem;
  background: #ddd;
}

.wc_payment_method .payment_box ul:last-of-type,
.wc_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0;
}

.wc_payment_method .payment_box fieldset {
  padding: 1.5rem;
  padding-bottom: 0;
  border: 0;
  background: #f6f6f6;
}

.wc_payment_method .payment_box li {
  list-style: none;
}

.wc_payment_method .payment_box p:first-child {
  margin-top: 0;
}

.wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}

.wc_payment_method > label:first-of-type {
  display: block;
  margin: 1rem 0;
}

.wc_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right;
}

.wc_payment_method label {
  cursor: pointer;
}

.wc_payment_method input.input-radio[name="payment_method"] {
  display: none;
}

.wc_payment_method input.input-radio[name="payment_method"] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 0 2px black;
          box-shadow: 0 0 0 2px black;
  background: white;
  margin-left: 4px;
  margin-right: 0.5rem;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.wc_payment_method input.input-radio[name="payment_method"]:checked + label:before {
  background: black;
}

.woocommerce-order-overview {
  margin-bottom: 2rem;
}

.woocommerce-table--order-details {
  margin-bottom: 2rem;
}

.shipping-calculator-button {
  margin-top: 0.5rem;
  display: inline-block;
}

.shipping-calculator-form {
  margin: 1rem 0 0 0;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

#shipping_method li {
  margin-bottom: 0.5rem;
}

#shipping_method li input {
  float: left;
  margin-top: 0.17rem;
}

#shipping_method li label {
  line-height: 1.5rem;
}

.checkout-button {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #212806;
  text-align: center;
  font-weight: 800;
}

.checkout-button:hover {
  border-color: #999;
}

.checkout-button:after {
  content: "→";
  margin-left: 0.5rem;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  width: 100%;
}

.payment_method_stripe .form-row label {
  font-size: 16px;
}

.payment_method_stripe .form-row label .required {
  display: inline;
}

.wc_payment_method .payment_box fieldset {
  padding: 0;
}

.wc-credit-card-form.wc-payment-form .form-row {
  margin-bottom: 1rem;
}

.payment_method_stripe > #stripe-payment-data > p {
  font-size: 16px;
}

body .select2-container--default .select2-dropdown {
  display: block;
  width: 100%;
  background-color: #F5EEE6;
  border: 1px solid transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 0;
  list-style: none;
}

body .select2-container--default .select2-results {
  display: block;
}

body .select2-container--default .select2-results__option {
  padding: 4px 18px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #fafafa;
  color: #b48d62;
}

/**
 * Layout stuff
 */
.woocommerce-page .page-wrapper .page-entry-header h1.entry-title {
  border-bottom: solid 1px #F5EEE6;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.woocommerce-page .entry-content {
  margin-bottom: 80px;
}

.woocommerce-page .form-row {
  margin-bottom: 2rem;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-page .woocommerce h1,
.woocommerce-page .woocommerce h2,
.woocommerce-page .woocommerce h3,
.woocommerce-page .woocommerce h4,
.woocommerce-page .woocommerce h5,
.woocommerce-page .woocommerce h6 {
  margin-bottom: 1rem;
}

.woocommerce-page .woocommerce p a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin: 0 0 1.5rem;
  }
  .woocommerce table.shop_table_responsive tr:first-child,
  .woocommerce-page table.shop_table_responsive tr:first-child {
    border-top: 1px solid;
  }
  .woocommerce table.shop_table_responsive tr:last-child,
  .woocommerce-page table.shop_table_responsive tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    border-bottom-width: 0;
  }
  .woocommerce table.shop_table_responsive tr td:last-child,
  .woocommerce-page table.shop_table_responsive tr td:last-child {
    border-bottom-width: 1px;
  }
}

nav.woocommerce-pagination {
  margin-top: 20px;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .breadcrumb-container {
  background-color: #F5EEE6;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.woocommerce .breadcrumb {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .breadcrumb,
.woocommerce .breadcrumb a {
  color: #b48d62;
}

/**
 * Products
 */
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce .woocommerce-page ul.products.columns-3 li.product,
.woocommerce .woocommerce-page ul.products.columns-4 li.product,
.woocommerce .woocommerce-page ul.products.columns-5 li.product,
.woocommerce .woocommerce-page ul.products.columns-6 li.product {
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce .woocommerce-page ul.products.columns-3 li.product,
  .woocommerce .woocommerce-page ul.products.columns-4 li.product,
  .woocommerce .woocommerce-page ul.products.columns-5 li.product,
  .woocommerce .woocommerce-page ul.products.columns-6 li.product {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .woocommerce ul.products li.product,
  .woocommerce .woocommerce-page.columns-2 ul.products li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce .woocommerce-page ul.products.columns-3 li.product {
    width: 33.3333333%;
  }
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce .woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce .woocommerce-page ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products li.product,
  .woocommerce .woocommerce-page.columns-6 ul.products li.product {
    width: 16.6666667%;
  }
}

.woocommerce ul.products {
  margin: 0 -1.25rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.woocommerce ul.products li.product {
  list-style: none;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 75px;
}

.woocommerce ul.products li.product .product-img-wrapper {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .product-content-wrapper {
  padding-top: 28px;
}

.woocommerce ul.products li.product .product-content-wrapper .woocommerce-loop-product__link {
  width: 100%;
}

.woocommerce ul.products li.product .product-content-wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .woocommerce ul.products li.product .product-content-wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}

.woocommerce ul.products li.product .product-content-wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
  color: #b48d62;
}

.woocommerce ul.products li.product .product-content-wrapper .price {
  font-weight: 600;
  display: block;
  padding-top: 8px;
  color: #b48d62;
  margin-bottom: 2px;
}

.woocommerce ul.products li.product .product-content-wrapper .button {
  margin-left: auto;
}

.woocommerce ul.products li.product .product-content-wrapper .button,
.woocommerce ul.products li.product .product-content-wrapper .added_to_cart {
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.9;
  padding: 0.6rem 0 0.45rem;
  color: #54595F;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-position: 500px calc(100% - 0.3em);
  background-repeat: no-repeat;
  border-radius: 0;
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0.3em);
  -webkit-transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce ul.products li.product .product-content-wrapper .button:hover,
.woocommerce ul.products li.product .product-content-wrapper .added_to_cart:hover {
  color: #b48d62;
  background-size: 0 1px;
  background-position: 500px calc(100% - 0.3em);
  -webkit-transition: background-size 0.1s 1s, background-position 1.2s cubic-bezier(0.84, 0.04, 0.43, 0.65) 0s;
  transition: background-size 0.1s 1s, background-position 1.2s cubic-bezier(0.84, 0.04, 0.43, 0.65) 0s;
  text-decoration: none;
}

.woocommerce ul.products li.product .product-content-wrapper .button.added,
.woocommerce ul.products li.product .product-content-wrapper .added_to_cart.added {
  color: #6c757d;
  margin-right: 15px;
  display: none;
}

.woocommerce ul.products li.product .product-content-wrapper .added_to_cart {
  display: inline-block;
}

.woocommerce ul.products li.product .star-rating {
  margin-bottom: 0.8rem;
  color: #54595F;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}

/**
 * Shop page
 */
.woocommerce-products-header {
  border-bottom: solid 1px #F5EEE6;
  padding-bottom: 1.8rem;
  margin-bottom: 2.5rem;
}

.woocommerce-result-count {
  margin-top: 14px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 2rem;
}

.woocommerce-ordering select {
  background-color: #fcf8f3;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product .single-featured-image-header {
  display: none;
}

.single-product .entry .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.single-product .entry .entry-title:before {
  margin-top: 0;
}

.single-product .onsale {
  top: 30px;
  left: 50px;
}

.single-product .summary {
  margin-bottom: 40px;
  padding-right: 40px;
}

@media (min-width: 992px) {
  .single-product .summary {
    padding-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .single-product .summary {
    margin-bottom: 2.5rem;
  }
}

.single-product .summary p.price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: calc(1.3rem + 0.6vw);
  color: #b48d62;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .single-product .summary p.price {
    font-size: 1.75rem;
  }
}

.single-product .summary .woocommerce-product-details__short-description {
  margin-top: 25px;
  margin-bottom: 45px;
}

.single-product .woocommerce-product-rating {
  line-height: 1;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 10px;
}

.single-product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 0.25rem;
}

.single-product .woocommerce-product-rating .star-rating span::before {
  color: #b48d62;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  margin-top: 4px;
  margin-left: 3px;
}

.single-product form.cart .quantity {
  float: left;
}

.single-product form.cart .quantity input {
  width: 80px;
  padding-right: 20px;
  padding-left: 20px;
  height: 58px;
  border: solid 1px #212806;
  border-radius: 27px;
  font-family: "Open Sans", sans-serif;
}

.single-product form.cart .single_add_to_cart_button {
  min-width: 170px;
  margin-left: 10px;
}

.single-product .woocommerce-variation-add-to-cart .button {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.single-product .woocommerce-variation-add-to-cart .button.disabled {
  opacity: 0.2;
}

.single-product .product_meta {
  margin-top: 46px;
  font-size: 0.875rem;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
  color: #856b39;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 700;
}

.single-product .product_meta a {
  color: #856b39;
  font-weight: 400;
}

.single-product .product_meta > span {
  display: block;
}

.gallery-summary-container {
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  overflow: hidden;
}

.gallery-summary-container::after {
  display: block;
  clear: both;
  content: "";
}

.product-single-image {
  position: relative;
}

@media (min-width: 992px) {
  .product-single-image::before {
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;
    width: 747.15px;
    height: 778.89px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='747.149' height='778.889' viewBox='0 0 747.149 778.889'%3E%3Cg id='Cricle_bg_border' data-name='Cricle bg border' transform='translate(-741 -2280)'%3E%3Cg id='bg' transform='translate(741 2282.549)' fill='none' opacity='0.4'%3E%3Cpath d='M430.657-2.549c206.32,0,316.493,198.994,316.493,405.314,0,112.857-41.227,225.624-122.993,296.4C561.3,753.617,467.038,776.34,373.575,776.34,167.255,776.34,0,609.085,0,402.765S224.337-2.549,430.657-2.549Z' stroke='none'/%3E%3Cpath d='M 430.6567077636719 -0.54876708984375 C 405.5281982421875 -0.54876708984375 379.5205078125 2.44708251953125 353.356201171875 8.3555908203125 C 327.9836120605469 14.0853271484375 302.3363037109375 22.57879638671875 277.126708984375 33.60028076171875 C 252.418701171875 44.40252685546875 228.0933227539062 57.6466064453125 204.8262329101562 72.96490478515625 C 181.72802734375 88.17193603515625 159.6867065429688 105.4127197265625 139.314697265625 124.2083129882812 C 118.8115844726562 143.1246948242188 100.014404296875 163.6033935546875 83.4451904296875 185.0753173828125 C 66.55242919921875 206.9666137695312 51.9552001953125 229.9208984375 40.05889892578125 253.30078125 C 27.798583984375 277.3961181640625 18.35101318359375 302.0627136230469 11.97833251953125 326.6155090332031 C 8.70953369140625 339.2095947265625 6.21112060546875 351.947509765625 4.552490234375 364.4754028320312 C 2.85882568359375 377.2680969238281 2 390.1506958007812 2 402.7651977539062 C 2 415.4407958984375 2.6455078125 428.2238159179688 3.91851806640625 440.7590026855469 C 5.17303466796875 453.1122131347656 7.0673828125 465.5249938964844 9.54913330078125 477.6526184082031 C 14.4307861328125 501.5089111328125 21.71502685546875 524.9747314453125 31.19940185546875 547.398193359375 C 40.51171875 569.4151000976562 52.03802490234375 590.650634765625 65.4578857421875 610.5147094726562 C 78.75079345703125 630.190673828125 94.0167236328125 648.693115234375 110.8317260742188 665.5081176757812 C 127.646728515625 682.3231201171875 146.1492309570312 697.589111328125 165.8251953125 710.8818969726562 C 185.6893310546875 724.3018798828125 206.9248046875 735.828125 228.9417114257812 745.1405029296875 C 251.3652038574219 754.6248168945312 274.8309936523438 761.9089965820312 298.6873168945312 766.7907104492188 C 310.8149108886719 769.2723999023438 323.2277221679688 771.1668090820312 335.5809020996094 772.4213256835938 C 348.1161193847656 773.6943359375 360.8991088867188 774.3397827148438 373.57470703125 774.3397827148438 C 397.2719116210938 774.3397827148438 420.6505126953125 772.8646240234375 443.0612182617188 769.9552001953125 C 466.4100952148438 766.9240112304688 488.8598937988281 762.3132934570312 509.7869262695312 756.251220703125 C 531.7125854492188 749.8997192382812 552.212890625 741.8804931640625 570.718505859375 732.4161376953125 C 580.3035278320312 727.5140991210938 589.5057373046875 722.1427001953125 598.0695190429688 716.4512939453125 C 606.8521728515625 710.6143188476562 615.1885986328125 704.2908935546875 622.8477172851562 697.6561889648438 C 632.8524169921875 688.9959106445312 642.4661865234375 679.4930419921875 651.4219970703125 669.41162109375 C 660.197021484375 659.5338134765625 668.541015625 648.8748779296875 676.2225341796875 637.7308959960938 C 691.22998046875 615.95849609375 704.0946044921875 591.8250732421875 714.4591064453125 566.0009765625 C 724.5568237304688 540.8414306640625 732.2968139648438 514.0494384765625 737.4639892578125 486.3694152832031 C 742.563720703125 459.0513000488281 745.1494140625 430.9228210449219 745.1494140625 402.7651977539062 C 745.1494140625 377.1281127929688 743.4271850585938 351.4291076660156 740.0305786132812 326.3818054199219 C 736.6198120117188 301.2301025390625 731.4913330078125 276.52099609375 724.7874145507812 252.9407348632812 C 717.99462890625 229.0477905273438 709.518798828125 206.0867309570312 699.5955200195312 184.6951293945312 C 689.4603881835938 162.846923828125 677.6994018554688 142.3898315429688 664.6390991210938 123.8919067382812 C 657.9888916015625 114.4727783203125 650.8963012695312 105.418212890625 643.5582885742188 96.97943115234375 C 636.1071166992188 88.4105224609375 628.2169189453125 80.26287841796875 620.10693359375 72.7626953125 C 611.8621215820312 65.13800048828125 603.1818237304688 57.98992919921875 594.3068237304688 51.51690673828125 C 585.275390625 44.9296875 575.8114013671875 38.87322998046875 566.1777954101562 33.51568603515625 C 556.365478515625 28.058837890625 546.1234130859375 23.18603515625 535.7360229492188 19.03253173828125 C 525.1480102539062 14.798828125 514.13232421875 11.201904296875 502.9949035644531 8.3419189453125 C 491.6353149414062 5.4246826171875 479.8495178222656 3.19720458984375 467.9649963378906 1.72113037109375 C 455.8377990722656 0.21490478515625 443.2854919433594 -0.54876708984375 430.6567077636719 -0.54876708984375 M 430.6567077636719 -2.54876708984375 C 636.9764404296875 -2.54876708984375 747.1494140625 196.4454956054688 747.1494140625 402.7651977539062 C 747.1494140625 515.6220092773438 705.9223022460938 628.389404296875 624.15673828125 699.1683959960938 C 561.301025390625 753.6165771484375 467.0375061035156 776.3397827148438 373.57470703125 776.3397827148438 C 167.255126953125 776.3397827148438 0 609.0848388671875 0 402.7651977539062 C 0 196.4454956054688 224.3370971679688 -2.54876708984375 430.6567077636719 -2.54876708984375 Z' stroke='none' fill='%23b48d62'/%3E%3C/g%3E%3Cg id='bg-2' data-name='bg' transform='translate(778.357 2319.906)' fill='none' opacity='0.4'%3E%3Cpath d='M387.591-2.549c185.688,0,284.843,179.095,284.843,364.783C672.434,463.8,635.33,565.3,561.741,629c-56.57,49-141.407,69.454-225.524,69.454C150.53,698.451,0,547.921,0,362.234S201.9-2.549,387.591-2.549Z' stroke='none'/%3E%3Cpath d='M 387.5910339355469 -0.54888916015625 C 364.990234375 -0.54888916015625 341.59814453125 2.145751953125 318.0645751953125 7.46014404296875 C 295.2416687011719 12.6141357421875 272.1712341308594 20.25433349609375 249.494140625 30.1685791015625 C 227.2673034667969 39.88604736328125 205.3844909667969 51.80029296875 184.4535827636719 65.58050537109375 C 163.6742248535156 79.2608642578125 143.845703125 94.7708740234375 125.5188598632812 111.6795043945312 C 107.0743408203125 128.69677734375 90.1644287109375 147.119140625 75.25897216796875 166.43505859375 C 60.06304931640625 186.1273193359375 46.9322509765625 206.7756958007812 36.231201171875 227.8065185546875 C 25.2034912109375 249.4794006347656 16.70574951171875 271.665771484375 10.97406005859375 293.7493286132812 C 8.03411865234375 305.0760498046875 5.787109375 316.5321350097656 4.29547119140625 327.7992248535156 C 2.7723388671875 339.303955078125 1.99993896484375 350.8894958496094 1.99993896484375 362.2337646484375 C 1.99993896484375 384.9113159179688 4.28448486328125 407.5739440917969 8.7901611328125 429.5923156738281 C 13.18096923828125 451.050048828125 19.7327880859375 472.1566162109375 28.26361083984375 492.3255920410156 C 36.6396484375 512.1288452148438 47.00714111328125 531.2293090820312 59.077880859375 549.096435546875 C 71.03424072265625 566.7942504882812 84.765380859375 583.4365234375 99.88995361328125 598.56103515625 C 115.0145263671875 613.6854858398438 131.6567993164062 627.4166870117188 149.3546142578125 639.3731689453125 C 167.2215881347656 651.44384765625 186.3221435546875 661.8112182617188 206.1253967285156 670.1873168945312 C 226.2944030761719 678.7181396484375 247.4009399414062 685.2699584960938 268.8586730957031 689.660888671875 C 290.8770446777344 694.1664428710938 313.5396728515625 696.4509887695312 336.2172241210938 696.4509887695312 C 357.5360412597656 696.4509887695312 378.5681457519531 695.1238403320312 398.7293090820312 692.5065307617188 C 419.7332153320312 689.7796630859375 439.9279479980469 685.6321411132812 458.7525024414062 680.1790771484375 C 478.473388671875 674.46630859375 496.911865234375 667.253662109375 513.5556030273438 658.7415161132812 C 522.17529296875 654.3331298828125 530.45068359375 649.5028076171875 538.1517333984375 644.3845825195312 C 546.0491943359375 639.1360473632812 553.5452270507812 633.4501342773438 560.4320678710938 627.4844360351562 C 578.2892456054688 612.0266723632812 594.43994140625 593.893798828125 608.4354858398438 573.5894165039062 C 621.933837890625 554.0064086914062 633.5050659179688 532.2994384765625 642.8275146484375 509.0715026855469 C 651.9105834960938 486.4400634765625 658.8728637695312 462.3399658203125 663.5209350585938 437.4407653808594 C 668.1083984375 412.86669921875 670.4343872070312 387.5633239746094 670.4343872070312 362.2337646484375 C 670.4343872070312 339.1694030761719 668.8850708007812 316.0492248535156 665.829345703125 293.5155944824219 C 662.7608642578125 270.888427734375 658.1471557617188 248.6596069335938 652.1162109375 227.4464111328125 C 646.005615234375 205.952880859375 638.3810424804688 185.2977905273438 629.4544677734375 166.0548706054688 C 620.3379516601562 146.4024047851562 609.7591552734375 128.0014038085938 598.0117797851562 111.3631591796875 C 585.9364013671875 94.2601318359375 572.4612426757812 78.7886962890625 557.9603881835938 65.3782958984375 C 550.5457763671875 58.52142333984375 542.739501953125 52.09307861328125 534.75830078125 46.2718505859375 C 526.6365966796875 40.34820556640625 518.1258544921875 34.90179443359375 509.4627685546875 30.083984375 C 472.912841796875 9.75750732421875 431.9093017578125 -0.54888916015625 387.5910339355469 -0.54888916015625 M 387.5910339355469 -2.54888916015625 C 573.2787475585938 -2.54888916015625 672.4343872070312 176.5460205078125 672.4343872070312 362.2337646484375 C 672.4343872070312 463.8048706054688 635.3300170898438 565.2955322265625 561.7410278320312 628.99658203125 C 505.1708679199219 678.0000610351562 420.3336791992188 698.4509887695312 336.2172241210938 698.4509887695312 C 150.5296020507812 698.4509887695312 -6.103515625e-05 547.92138671875 -6.103515625e-05 362.2337646484375 C -6.103515625e-05 176.5460205078125 201.9034118652344 -2.54888916015625 387.5910339355469 -2.54888916015625 Z' stroke='none' fill='%23b48d62'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 40px;
}

.woocommerce-product-gallery figure {
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
  max-width: initial;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 99;
  padding: 10px 17px;
  background-color: #F5EEE6;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: baseline;
  content: "";
  display: block;
  line-height: 2;
  text-indent: 0px;
  font-variant: normal;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs {
  padding: 0;
  margin-top: 0.5rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  padding: 0.5rem 0.5rem;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
  height: auto;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
  clear: left;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
  clear: left;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
  clear: left;
}

.woocommerce-product-tabs-wrappe {
  border-top: solid 1px #d9d6c3;
  border-bottom: solid 1px #d9d6c3;
  padding-top: 90px;
  padding-bottom: 74px;
}

.woocommerce-tabs .tabs {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 1.25rem;
}

.woocommerce-tabs .tabs li {
  margin-right: 45px;
}

.woocommerce-tabs .tabs li a {
  position: relative;
  z-index: 1;
}

.woocommerce-tabs .tabs li.active a, .woocommerce-tabs .tabs li:hover a {
  color: #b48d62;
}

.woocommerce-tabs .tabs li.active a::after, .woocommerce-tabs .tabs li:hover a::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #b48d62;
  position: absolute;
  bottom: -13px;
  left: 0;
  z-index: -1;
}

.woocommerce-tabs .tabs li.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.woocommerce-tabs .panel {
  position: relative;
  width: 100%;
}

.woocommerce-tabs .panel > * {
  margin-top: 0;
  max-width: 100%;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel {
  margin-bottom: 0;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #6c757d;
}

.woocommerce-tabs .panel h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .woocommerce-tabs .panel h2 {
    font-size: 1.5rem;
  }
}

.woocommerce-tabs .panel .woocommerce-Reviews {
  margin-top: 0;
}

.woocommerce-tabs .panel .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .woocommerce-tabs .panel .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.5rem;
  }
}

.woocommerce-tabs #reviews ol.commentlist {
  padding: 0;
}

.woocommerce-tabs #reviews ol.commentlist .comment_container .avatar {
  float: left;
}

.woocommerce-tabs #reviews li.review,
.woocommerce-tabs #reviews li.comment {
  list-style: none;
  margin-bottom: 0;
}

.woocommerce-tabs #reviews li.review .comment-text,
.woocommerce-tabs #reviews li.comment .comment-text {
  margin-left: 135px;
}

.woocommerce-tabs #reviews li.review .comment-text .star-rating,
.woocommerce-tabs #reviews li.comment .comment-text .star-rating {
  float: right;
  font-size: 0.875rem;
  line-height: 1;
  height: 1em;
}

.woocommerce-tabs #reviews li.review .comment-text .woocommerce-review__author,
.woocommerce-tabs #reviews li.comment .comment-text .woocommerce-review__author {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Cormorant Garamond", sans-serif;
}

@media (min-width: 1200px) {
  .woocommerce-tabs #reviews li.review .comment-text .woocommerce-review__author,
  .woocommerce-tabs #reviews li.comment .comment-text .woocommerce-review__author {
    font-size: 1.5rem;
  }
}

.woocommerce-tabs #reviews li.review .comment-text .woocommerce-review__dash,
.woocommerce-tabs #reviews li.comment .comment-text .woocommerce-review__dash {
  margin-left: 10px;
}

.woocommerce-tabs #reviews li.review .comment-text p.meta time,
.woocommerce-tabs #reviews li.comment .comment-text p.meta time {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  padding-bottom: 13px;
  letter-spacing: 0.5px;
  color: #b48d62;
  margin-left: 10px;
}

.woocommerce-tabs #reviews .comment-form-rating {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.woocommerce-tabs #reviews .comment-form-rating label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars {
  display: block;
  margin: 0;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #212806;
  text-indent: 0;
  opacity: 0.25;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars a:hover ~ a::before {
  content: "\53";
  color: #212806;
  opacity: 0.25;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars:hover a::before {
  content: "\53";
  color: #b48d62;
  opacity: 1;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars.selected a.active::before {
  content: "\53";
  color: #b48d62;
  opacity: 1;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #212806;
  opacity: 0.25;
}

.woocommerce-tabs #reviews .comment-form-rating p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #b48d62;
  opacity: 1;
}

.related.products {
  margin-top: 80px;
  margin-bottom: 20px;
}

.related.products > h2 {
  text-align: center;
  margin-bottom: 50px;
}

.reset_variations {
  margin-top: 15px;
  display: block;
}

.up-sells.products > h2 {
  font-size: calc(1.275rem + 0.3vw);
  color: #adb5bd;
  text-align: center;
  margin-bottom: 2.3rem;
}

@media (min-width: 1200px) {
  .up-sells.products > h2 {
    font-size: 1.5rem;
  }
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: "star";
  font-weight: 400;
}

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #2c2d33;
}

p.stars {
  display: inline-block;
  margin: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: 0.25;
}

p.stars:hover a:before {
  content: "\53";
  color: #96588a;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\53";
  color: #96588a;
  opacity: 1;
}

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: 0.25;
}

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #96588a;
  opacity: 1;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none;
}

/**
* Tables
*/
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table:not(.order_details) tfoot td,
.woocommerce table.shop_table:not(.order_details) tfoot th,
.woocommerce-page table.shop_table thead td,
.woocommerce-page table.shop_table thead th,
.woocommerce-page table.shop_table:not(.order_details) tfoot td,
.woocommerce-page table.shop_table:not(.order_details) tfoot th {
  border: none;
}

.woocommerce table.shop_table thead td,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table thead td,
.woocommerce-page table.shop_table thead th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  font-size: 1.25rem;
  border-bottom: 1px solid;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  word-break: normal;
  padding: 1rem;
  vertical-align: middle;
}

.woocommerce .variations td,
.woocommerce-page .variations td {
  border-top: none;
  padding-right: 0;
  padding-left: 0;
}

.single-product.woocommerce table.variations td {
  border: none;
  vertical-align: unset;
}

/**
 * Widgets
 */
.widget.woocommerce ul li {
  list-style: none;
}

.widget.woocommerce.widget_rating_filter ul, .widget.woocommerce.widget_top_rated_products ul, .widget.woocommerce.widget_recent_reviews ul, .widget.woocommerce.widget_products ul {
  padding-left: 0;
}

.widget .product_list_widget,
.site-footer .widget .product_list_widget {
  margin-bottom: 1.5rem;
}

.widget .product_list_widget a,
.site-footer .widget .product_list_widget a {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget .product_list_widget a:hover,
.site-footer .widget .product_list_widget a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget .product_list_widget li,
.site-footer .widget .product_list_widget li {
  margin-bottom: 2.5rem;
}

.widget .product_list_widget li:first-child,
.site-footer .widget .product_list_widget li:first-child {
  padding-top: 0;
}

.widget .product_list_widget li a.remove,
.site-footer .widget .product_list_widget li a.remove {
  float: left;
  margin-top: 7px;
  line-height: 20px;
  color: #fff;
  margin-right: 0.5rem;
}

.widget .product_list_widget li .product-title,
.site-footer .widget .product_list_widget li .product-title {
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
}

.widget .product_list_widget li .woocommerce-Price-amount,
.site-footer .widget .product_list_widget li .woocommerce-Price-amount {
  font-size: 0.875rem;
}

.widget .product_list_widget li .star-rating,
.site-footer .widget .product_list_widget li .star-rating {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.widget .product_list_widget img,
.site-footer .widget .product_list_widget img {
  margin-bottom: 1rem;
}

.widget_shopping_cart .buttons a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.widget_layered_nav .chosen:before {
  content: "×";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid black;
  margin-right: 0.25rem;
}

.widget_price_filter .price_slider {
  margin-top: 25px;
  margin-bottom: 20px;
}

.widget_price_filter .price_slider_amount {
  margin-top: 30px;
}

.widget_price_filter .price_slider_amount .price_label {
  font-weight: 700;
  display: inline-block;
}

.widget_price_filter .price_slider_amount .button {
  background: transparent;
  padding: 0 32px;
  border: 0;
  position: relative;
  float: right;
}

.widget_price_filter .price_slider_amount .button:hover {
  color: #b48d62;
}

.widget_price_filter .price_slider_amount .button::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.201' height='5.859' viewBox='0 0 26.201 5.859'%3E%3Cpath id='arrow' d='M1.5,3.729h0L4.394,1.5M1.5,3.729,4.394,5.957M26.5,3.729H1.5' transform='translate(27 6.658) rotate(180)' fill='none' stroke='%23212806' stroke-linecap='square' stroke-width='1' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  width: 26.201px;
  height: 5.859px;
  position: absolute;
  top: 10px;
  right: 0;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: #212806;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.256em;
  margin-left: -0.5em;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.875rem;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #212806;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #b48d62;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_rating_filter li {
  text-align: right;
}

.widget_rating_filter li .star-rating {
  float: left;
  margin-top: 0.3rem;
}

.woocommerce.widget_product_search .woocommerce-product-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border: solid 1px #646464;
  border-radius: 50px;
}

.woocommerce.widget_product_search .woocommerce-product-search input.search-field {
  border: 0;
  padding-left: 20px;
}

.woocommerce.widget_product_search .woocommerce-product-search button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  border: 0;
  margin-left: -1px;
  width: 50.44px;
  position: relative;
  font-size: 0px;
  visibility: hidden;
}

.woocommerce.widget_product_search .woocommerce-product-search button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  visibility: visible;
  width: 50.44px;
  padding: 14.5px 15px 14px;
  margin-left: -4px;
  color: #54595F;
  font-size: 1rem;
}

.widget_product_categories .product-categories li .count,
.widget_product_categories .woocommerce-widget-layered-nav-list li .count,
.woocommerce-widget-layered-nav .product-categories li .count,
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li .count {
  font-size: 0.875rem;
  border-radius: 50px;
  margin: 0.5rem 0;
  padding: 0 3px;
}
