/*!
Theme Name: pb-22
Theme URI: http://underscores.me/
Author: Pixel Boutique
Author URI: http://www.pixelboutique.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pb-22
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pb-22 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* NOT USED YET
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 20px;
}

/* HEADINGS
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 !important;
  clear: both;
  margin-bottom: 32px !important;
}
h1 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.15em;
}
@media (min-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-size: 20px;
  line-height: 40px;
}
@media (min-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 42px;
  }
}

h3 {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 991px) {
  h3 {
    line-height: 26px;
  }
}

h4 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 991px) {
  h4 {
    line-height: 26px;
  }
}

.subheading {
  position: relative;
  margin-bottom: 32px !important;
}
.subheading:after {
  content: "";
  background-color: #807C64;
  display: block;
  height: 1px;
  width: 100%;
  max-width: 191px;
  position: relative;
  bottom: -16px;
}

@media (max-width: 991px) {
  .entry-header {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .entry-header .entry-title {
    text-align: center;
  }
}

/* COPY
--------------------------------------------- */
body {
  color: #222222;
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  font-size: 18px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media (min-width: 991px) {
  p {
    font-size: 18px;
    line-height: 40px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}

p a:not(.button), ul a:not(.button), ol a:not(.button) {
  color: #807C64 !important;
  transition: ease 0.7s;
  border-bottom: 1px solid transparent;
}
p a:not(.button):hover, ul a:not(.button):hover, ol a:not(.button):hover {
  border-bottom: 1px solid;
}

strong {
  font-weight: bold !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* LINKS
--------------------------------------------- */
a {
  color: #222222;
  transition: ease 0.7s;
  text-decoration: none;
}
a:visited {
  color: #222222;
}
a:hover, a:focus, a:active {
  color: #807C64;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* LISTS
--------------------------------------------- */
ul,
ol {
  margin-left: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}

ul {
  list-style: disc;
}
ul ::marker {
  color: #E8E7E1 !important;
}

ol {
  list-style: decimal;
}
ol ::marker {
  color: inherit !important;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*
    Theme Name: pb-22
    WooCommerce styles override
*/
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    float: left;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
}
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  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: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #222222;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  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: "S";
  color: #222222;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #222222;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #222222;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #222222;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #222222;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #222222;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #222222;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #222222;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* ----------------------------------------------------------------------------------
  SITE HEADER
---------------------------------------------------------------------------------- */
.site-header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: background-color ease 2s;
  z-index: 9999;
}
.site-header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all ease 1s;
  height: 3em;
}
@media (min-width: 767px) {
  .site-header .container {
    height: 6em;
  }
}
@media (min-width: 1199px) {
  .site-header .container {
    height: 7.5em;
  }
}
.site-header .container .site-branding .site-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0 !important;
}
@media (min-width: 1199px) {
  .site-header .container .site-branding .site-title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 991px) {
  .site-header .container .main-navigation {
    flex-grow: 1;
  }
}
@media (min-width: 767px) {
  .site-header.header-shrink .container {
    height: 4em;
  }
}
@media (min-width: 1199px) {
  .site-header.header-shrink .container {
    height: 5em;
  }
}

/* ----------------------------------------------------------------------------------
  SITE FOOTER
---------------------------------------------------------------------------------- */
.site-footer {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 32px;
  padding: 32px 0;
}
.site-footer .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .site-footer .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer .copyright {
  font-size: 14px;
}
@media (max-width: 767px) {
  .site-footer .menu-footer-menu-container {
    margin-bottom: 24px;
    order: -1;
  }
}
.site-footer .menu-footer-menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer .menu-footer-menu-container ul li {
    margin-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .site-footer .menu-footer-menu-container ul li {
    display: inline-block;
  }
  .site-footer .menu-footer-menu-container ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 16px;
  }
  .site-footer .menu-footer-menu-container ul li:last-child:after {
    display: none;
  }
}
.site-footer .menu-footer-menu-container ul li a {
  font-size: 14px;
}

.container {
  max-width: 1199px;
  margin: 0 auto;
  padding: 0 16px !important;
}
@media (min-width: 767px) {
  .container {
    padding: 0 32px !important;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 1592px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0 !important;
  }
}

.inner-container {
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .inner-container {
    max-width: 1300px;
  }
}

/* ----------------------------------------------------------------------------------
  NO SIDEBAR
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
  SIDEBAR | CONTENT
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
  CONTENT | SIDEBAR
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
  DEFAULT PAGES
---------------------------------------------------------------------------------- */
.search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 500px !important;
  margin: 0 auto;
}
.search-form input {
  height: 44px;
}
.search-form label {
  flex-grow: 1;
}
.search-form label input {
  margin-right: 32px;
  width: calc(100% - 32px);
}

@media (min-width: 1199px) {
  .error404 .site-main .container,
.search .site-main .container {
    max-width: 1300px;
  }
}
.error404 .posts-grid,
.search .posts-grid {
  margin-left: auto;
  margin-right: auto;
}
.error404 .posts-grid .post,
.search .posts-grid .post {
  text-align: left;
  margin-bottom: 42px;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .error404 .posts-grid .post,
.search .posts-grid .post {
    margin-bottom: 64px;
    margin-right: 32px !important;
    width: calc(33.333% - 22px) !important;
  }
  .error404 .posts-grid .post:nth-child(3n),
.search .posts-grid .post:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1199px) {
  .error404 .posts-grid .post,
.search .posts-grid .post {
    margin-right: 64px !important;
    width: calc(33.333% - 43px) !important;
  }
  .error404 .posts-grid .post:nth-child(3n),
.search .posts-grid .post:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.error404 .posts-grid.projects,
.search .posts-grid.projects {
  padding-bottom: 0 !important;
}
@media (min-width: 767px) {
  .error404 .posts-grid.products .product,
.search .posts-grid.products .product {
    margin-bottom: 64px;
    margin-right: 32px !important;
    width: calc(50% - 16px) !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .error404 .posts-grid.products .product:nth-child(2n),
.search .posts-grid.products .product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 991px) {
  .error404 .posts-grid.products .product,
.search .posts-grid.products .product {
    margin-right: 64px !important;
    width: calc(25% - 48px) !important;
  }
  .error404 .posts-grid.products .product:nth-child(4n),
.search .posts-grid.products .product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.error404 .posts-grid.products .product .image-wrapper,
.search .posts-grid.products .product .image-wrapper {
  padding-top: 100% !important;
  border-radius: 0 !important;
}

/* ----------------------------------------------------------------------------------
  SITE HEADER
---------------------------------------------------------------------------------- */
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul li a {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 31px;
}
@media (min-width: 991px) {
  .main-navigation ul li a {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
  }
}
.main-navigation ul li.current_page_item a {
  color: #807C64;
}

@media (max-width: 991px) {
  #desktop-navigation {
    display: none;
  }
}
#desktop-navigation .menu-primary-menu-container {
  width: 100%;
  display: inline-block;
}
#desktop-navigation .menu-primary-menu-container .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#desktop-navigation .menu-primary-menu-container .menu > li {
  margin-left: 32px;
}

@media (min-width: 991px) {
  #mobile-navigation {
    display: none;
  }
}
#mobile-navigation .menu-toggle {
  background-image: url("./images/burger.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
}
#mobile-navigation .menu-primary-menu-container {
  background: #F0EFEA;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  transition: ease 1s;
}
#mobile-navigation .menu-primary-menu-container .nav-close {
  display: inline-block;
  background-image: url("./images/close-nav.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 32px;
  right: 20px;
}
#mobile-navigation .menu-primary-menu-container.menu-open {
  border: 10px solid red;
}
#mobile-navigation .menu-primary-menu-container .menu {
  display: flex;
  padding: 0 16px;
  text-align: center;
  flex-direction: column;
  position: relative;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  #mobile-navigation .menu-primary-menu-container .menu {
    text-align: right;
    padding: 0 64px;
    top: 160px;
  }
}
#mobile-navigation .menu-primary-menu-container .menu > li {
  margin-bottom: 32px;
}

/* ----------------------------------------------------------------------------------
  GLOBAL POST STYLES
---------------------------------------------------------------------------------- */
.page-header {
  text-align: center;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  position: relative;
  position: 0;
}
@media (min-width: 767px) {
  .page-header {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.page-header:before {
  content: "";
  background-color: #F7F6F3;
  height: calc(100% + 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-indeX: -1;
}
@media (min-width: 575px) {
  .page-header:before {
    height: calc(100% + 200px);
  }
}
.page-header .page-title {
  margin: 0 auto !important;
  max-width: 90%;
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

.post-cat {
  color: #807C64;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

.post-cat-description {
  letter-spacing: 0;
}

.cat-list {
  margin-bottom: 22px;
}
.cat-list .cat:after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.cat-list .cat:last-child:after {
  display: none;
}

.posts-grid {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 32px !important;
}
@media (min-width: 1920px) {
  .posts-grid {
    padding: 0 !important;
  }
}
.posts-grid .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
}
.posts-grid .post .title-cat-wrapper {
  width: 100%;
}
.posts-grid .post .title-cat-wrapper a.post-title {
  display: inline-block;
  max-width: 210px;
}
.posts-grid .post .title-cat-wrapper a.post-title h2, .posts-grid .post .title-cat-wrapper a.post-title h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
.posts-grid .image-wrapper {
  background-color: #F7F6F3;
  padding-top: 126.58% !important;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.posts-grid .image-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: ease 1.5s;
}

/* ----------------------------------------------------------------------------------
  PORTFOLIO POSTS PAGE
---------------------------------------------------------------------------------- */
.post-type-archive-portfolio .posts,
.post-type-archive-portfolio .posts-grid,
.error404 .posts,
.error404 .posts-grid,
.search .posts,
.search .posts-grid {
  padding-bottom: 64px !important;
}
@media (min-width: 767px) {
  .post-type-archive-portfolio .posts,
.post-type-archive-portfolio .posts-grid,
.error404 .posts,
.error404 .posts-grid,
.search .posts,
.search .posts-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .post-type-archive-portfolio .posts,
.post-type-archive-portfolio .posts-grid,
.error404 .posts,
.error404 .posts-grid,
.search .posts,
.search .posts-grid {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1199px) {
  .post-type-archive-portfolio .posts,
.post-type-archive-portfolio .posts-grid,
.error404 .posts,
.error404 .posts-grid,
.search .posts,
.search .posts-grid {
    max-width: 1300px;
  }
}
.post-type-archive-portfolio .posts .post,
.post-type-archive-portfolio .posts-grid .post,
.error404 .posts .post,
.error404 .posts-grid .post,
.search .posts .post,
.search .posts-grid .post {
  margin-bottom: 42px;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .post-type-archive-portfolio .posts .post,
.post-type-archive-portfolio .posts-grid .post,
.error404 .posts .post,
.error404 .posts-grid .post,
.search .posts .post,
.search .posts-grid .post {
    margin-bottom: 64px;
    margin-right: 32px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .post-type-archive-portfolio .posts .post:nth-child(2n),
.post-type-archive-portfolio .posts-grid .post:nth-child(2n),
.error404 .posts .post:nth-child(2n),
.error404 .posts-grid .post:nth-child(2n),
.search .posts .post:nth-child(2n),
.search .posts-grid .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1199px) {
  .post-type-archive-portfolio .posts .post,
.post-type-archive-portfolio .posts-grid .post,
.error404 .posts .post,
.error404 .posts-grid .post,
.search .posts .post,
.search .posts-grid .post {
    margin-right: 64px;
    width: calc(33.333% - 43px);
  }
  .post-type-archive-portfolio .posts .post:nth-child(3n),
.post-type-archive-portfolio .posts-grid .post:nth-child(3n),
.error404 .posts .post:nth-child(3n),
.error404 .posts-grid .post:nth-child(3n),
.search .posts .post:nth-child(3n),
.search .posts-grid .post:nth-child(3n) {
    margin-right: 0;
  }
}
.post-type-archive-portfolio .posts .post .image-wrapper,
.post-type-archive-portfolio .posts-grid .post .image-wrapper,
.error404 .posts .post .image-wrapper,
.error404 .posts-grid .post .image-wrapper,
.search .posts .post .image-wrapper,
.search .posts-grid .post .image-wrapper {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 75.38%;
}
.post-type-archive-portfolio .posts .post .post-title,
.post-type-archive-portfolio .posts-grid .post .post-title,
.error404 .posts .post .post-title,
.error404 .posts-grid .post .post-title,
.search .posts .post .post-title,
.search .posts-grid .post .post-title {
  margin-top: 25px;
}

/* ----------------------------------------------------------------------------------
  SINGLE PROJECT
---------------------------------------------------------------------------------- */
.single-portfolio .label,
.single-portfolio .value {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.single-portfolio .label {
  display: inline-block;
  margin-right: 8px;
}
.single-portfolio .value {
  color: #807C64;
}
@media (max-width: 767px) {
  .single-portfolio .page-header br {
    display: none !important;
  }
}
.single-portfolio .page-header .page-title,
.single-portfolio .page-header .text-content,
.single-portfolio .page-header .details {
  margin-bottom: 32px !important;
}
@media (min-width: 767px) {
  .single-portfolio .page-header .page-title,
.single-portfolio .page-header .text-content,
.single-portfolio .page-header .details {
    margin-bottom: 64px !important;
  }
}
.single-portfolio .page-header .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 767px) {
  .single-portfolio .page-header .details {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.single-portfolio .page-header .details .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .single-portfolio .page-header .details .box {
    margin: 0 16px;
  }
}
@media (min-width: 1199px) {
  .single-portfolio .page-header .details .box {
    margin: 0 32px;
  }
}
.single-portfolio .content-wrapper.container {
  padding-bottom: 64px !important;
}
@media (min-width: 991px) {
  .single-portfolio .content-wrapper.container {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1199px) {
  .single-portfolio .content-wrapper.container {
    max-width: 1300px;
  }
}
.single-portfolio .content-wrapper.container .project-gallery .image-wrapper {
  display: inline-block;
  margin-bottom: 16px;
}
@media (min-width: 991px) {
  .single-portfolio .content-wrapper.container .project-gallery .image-wrapper {
    margin-bottom: 64px;
  }
}
.single-portfolio .content-wrapper.container .project-gallery .image-wrapper .image {
  margin-bottom: -14px;
  width: 100%;
}
.single-portfolio .content-wrapper.container .project-gallery .two-images {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .single-portfolio .content-wrapper.container .project-gallery .two-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-portfolio .content-wrapper.container .project-gallery .two-images .small-img {
    padding-top: 0 !important;
  }
}
@media (min-width: 767px) {
  .single-portfolio .content-wrapper.container .project-gallery .two-images .small-img {
    background-color: #F7F6F3;
    padding-top: 60%;
    margin-right: 16px;
    display: inline-block;
    width: calc(50% - 8px);
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .single-portfolio .content-wrapper.container .project-gallery .two-images .small-img {
    margin-right: 64px;
    width: calc(50% - 32px);
  }
}
.single-portfolio .content-wrapper.container .project-gallery .two-images .small-img:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 767px) {
  .single-portfolio .content-wrapper.container .project-gallery .two-images .small-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.single-portfolio .content-wrapper.container .project-details {
  margin-top: 32px;
  margin-bottom: 64px;
}
@media (min-width: 991px) {
  .single-portfolio .content-wrapper.container .project-details {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
@media (max-width: 575px) {
  .single-portfolio .content-wrapper.container .project-details table tr {
    padding-bottom: 16px;
    display: block;
  }
}
@media (min-width: 575px) {
  .single-portfolio .content-wrapper.container .project-details table tr th {
    padding-right: 16px;
    width: 1px;
    white-space: nowrap;
  }
}
@media (min-width: 767px) {
  .single-portfolio .content-wrapper.container .project-details table tr th {
    padding-right: 32px;
  }
}
@media (min-width: 1199px) {
  .single-portfolio .content-wrapper.container .project-details table tr th {
    padding-right: 64px;
  }
}
@media (max-width: 575px) {
  .single-portfolio .content-wrapper.container .project-details table tr th, .single-portfolio .content-wrapper.container .project-details table tr td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 575px) {
  .single-portfolio .content-wrapper.container .project-details table tr th, .single-portfolio .content-wrapper.container .project-details table tr td {
    vertical-align: text-top;
  }
}

.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-links a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.nav-links a:before, .nav-links a:after {
  content: "";
  background-color: #222222;
  display: inline-block;
  height: 1px;
  width: 50px;
  position: absolute;
  top: 19px;
  transition: ease 0.7s;
}
.nav-links a:hover:before, .nav-links a:hover:after {
  background-color: #807C64;
}
.nav-links .nav-previous {
  padding-left: 58px !important;
}
.nav-links .nav-previous a:before {
  left: -58px;
}
.nav-links .nav-previous a:after {
  display: none;
}
.nav-links .nav-next {
  padding-right: 58px !important;
  margin-left: auto;
  margin-right: 0;
}
.nav-links .nav-next a:after {
  right: -58px;
  margin-left: 8px;
}
.nav-links .nav-next a:before {
  display: none;
}

/* ----------------------------------------------------------------------------------
  GLOBAL SHOP STYLES
---------------------------------------------------------------------------------- */
.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.price {
  color: #807C64;
  font-size: 20px;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2em !important;
  text-align: left;
}

ins {
  background-color: #E8E7E1;
}

.onsale {
  color: #F7F6F3;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  background-color: #807C64;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
}
@media (min-width: 767px) {
  .onsale {
    top: -16px;
    right: -16px;
  }
}

.woocommerce-shop ul.products {
  padding-bottom: 64px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1199px;
  padding: 0 16px !important;
}
@media (min-width: 767px) {
  .woocommerce-shop ul.products {
    padding: 0 32px !important;
  }
}
@media (min-width: 991px) {
  .woocommerce-shop ul.products {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1199px) {
  .woocommerce-shop ul.products {
    max-width: 1300px !important;
  }
}
@media (min-width: 1920px) {
  .woocommerce-shop ul.products {
    padding: 0 !important;
  }
}
.woocommerce-shop ul.products li.product {
  margin-bottom: 42px;
  width: 100%;
  float: none;
}
@media (min-width: 375px) {
  .woocommerce-shop ul.products li.product {
    margin-right: 16px !important;
    width: calc(50% - 8px) !important;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .woocommerce-shop ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 767px) {
  .woocommerce-shop ul.products li.product {
    margin-bottom: 32px;
    margin-right: 32px !important;
    width: calc(33.333% - 22px) !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .woocommerce-shop ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 991px) {
  .woocommerce-shop ul.products li.product {
    margin-right: 32px !important;
    width: calc(25% - 24px) !important;
  }
  .woocommerce-shop ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1199px) {
  .woocommerce-shop ul.products li.product {
    margin-right: 64px !important;
    width: calc(25% - 48px) !important;
  }
  .woocommerce-shop ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.woocommerce-shop ul.products li.product img {
  border: 1px solid #222222;
  width: 100%;
  margin-bottom: -4px;
}
.woocommerce-shop ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0 !important;
  display: inline-block;
  max-width: 210px;
  margin-top: 25px !important;
}
.woocommerce-shop ul.products li.product .button {
  display: none;
}
.woocommerce-shop ul.products li.product .price {
  line-height: 1em !important;
}

/* ----------------------------------------------------------------------------------
  GLOBAL SHOP STYLES
---------------------------------------------------------------------------------- */
.page-template-resume_page .site-header,
.page-template-resume_page .site-footer {
  display: none;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume .container {
    max-width: 1200px;
  }
}
.page-template-resume_page .resume h1, .page-template-resume_page .resume h2, .page-template-resume_page .resume h3, .page-template-resume_page .resume h4, .page-template-resume_page .resume h5, .page-template-resume_page .resume h6 {
  margin-bottom: 0 !important;
}
.page-template-resume_page .resume h1 {
  font-size: 30px;
  line-height: 45px;
}
@media (min-width: 991px) {
  .page-template-resume_page .resume h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.page-template-resume_page .resume h2 {
  font-size: 16px;
  line-height: 28px;
}
.page-template-resume_page .resume .section-heading {
  font-size: 25px;
  line-height: 42px;
}
@media (min-width: 991px) {
  .page-template-resume_page .resume .section-heading {
    font-size: 30px;
    line-height: 55px;
  }
}
.page-template-resume_page .resume h3 {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 991px) {
  .page-template-resume_page .resume h3 {
    font-size: 14px;
    line-height: 25px;
  }
}
.page-template-resume_page .resume__header {
  background-color: #F7F6F3;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__header {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.page-template-resume_page .resume__header--intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-template-resume_page .resume__header--intro .name-title-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 575px) {
  .page-template-resume_page .resume__header--intro .name-title-wrapper {
    order: -1;
  }
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__header--intro .name-title-wrapper {
    margin-bottom: 0;
    width: 65%;
    flex-grow: 1;
  }
}
.page-template-resume_page .resume__header--intro .name-title-wrapper h1 {
  max-width: 300px;
}
.page-template-resume_page .resume__header--intro .name-title-wrapper h2 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.page-template-resume_page .resume__header--intro .name-title-wrapper h2:after {
  content: "";
  background-color: rgba(128, 124, 100, 0.2);
  display: inline-block;
  height: 1px;
  width: 1px;
  position: relative;
  top: 0;
  right: 0;
  flex-grow: 1;
  margin: 0 0 0 8px;
}
@media (max-width: 375px) {
  .page-template-resume_page .resume__header--intro .name-title-wrapper h2:after {
    display: none;
  }
}
@media (min-width: 767px) {
  .page-template-resume_page .resume__header--intro .name-title-wrapper h2:after {
    margin: 0 0 0 16px;
  }
}
.page-template-resume_page .resume__header--intro .avatar {
  border: 1px solid #222222;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__header--intro .avatar {
    width: calc(35% - 16px);
    padding-top: calc(35% - 16px);
    margin: 0 16px 0 0;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__header--intro .avatar {
    padding-top: 0;
    width: 250px;
    height: 250px;
  }
}
.page-template-resume_page .resume__header--intro .avatar img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-template-resume_page .resume__header--contact-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__header--contact-details {
    margin-top: 32px;
  }
}
@media (min-width: 767px) {
  .page-template-resume_page .resume__header--contact-details {
    margin-top: 64px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .page-template-resume_page .resume__header--contact-details .item {
    padding: 12px 0;
    border-bottom: 1px solid #F7F6F3;
  }
}
@media (min-width: 767px) {
  .page-template-resume_page .resume__header--contact-details .item {
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
    width: auto;
  }
  .page-template-resume_page .resume__header--contact-details .item:after {
    content: "|";
    color: rgba(128, 124, 100, 0.2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: -8px;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__header--contact-details .item {
    padding-right: 32px;
    margin-right: 32px;
  }
}
.page-template-resume_page .resume__header--contact-details .item:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  flex-grow: 0;
}
.page-template-resume_page .resume__header--contact-details .item:last-child:after {
  display: none;
}
.page-template-resume_page .resume__profile {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid rgba(128, 124, 100, 0.1);
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__profile {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.page-template-resume_page .resume__skills {
  border-bottom: 1px solid rgba(128, 124, 100, 0.1);
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__skills {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__skills > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__skills > .container .resume__skills--keyskills,
.page-template-resume_page .resume__skills > .container .resume__skills--programs {
    width: auto;
    flex-grow: 1;
  }
}
.page-template-resume_page .resume__skills > .container .resume__skills--keyskills ul,
.page-template-resume_page .resume__skills > .container .resume__skills--programs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-template-resume_page .resume__skills > .container .resume__skills--keyskills ul li,
.page-template-resume_page .resume__skills > .container .resume__skills--programs ul li {
  padding: 12px 0;
  border-bottom: 1px solid #F7F6F3;
}
.page-template-resume_page .resume__skills > .container .resume__skills--keyskills ul li:last-child,
.page-template-resume_page .resume__skills > .container .resume__skills--programs ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-resume_page .resume__skills > .container .resume__skills--programs {
    margin-top: 32px;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__skills > .container .resume__skills--programs {
    text-align: right;
  }
}
.page-template-resume_page .resume__experiences {
  border-bottom: 1px solid rgba(128, 124, 100, 0.1);
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__experiences {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.page-template-resume_page .resume__experiences ul.list {
  padding: 0;
  margin: 0;
  margin-top: 32px;
  list-style-type: none;
}
.page-template-resume_page .resume__experiences ul.list li.item {
  margin-bottom: 64px;
}
.page-template-resume_page .resume__experiences ul.list li.item:last-child {
  margin-bottom: 0;
}
.page-template-resume_page .resume__experiences ul.list li.item .details {
  background-color: #F0EFEA;
  padding: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .details {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .details a {
  color: #222222 !important;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.page-template-resume_page .resume__experiences ul.list li.item .details a:after {
  content: "";
  background-image: url("./images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 7px;
  width: 14px;
  position: relative;
  top: 9px;
  right: -4px;
  transition: ease 0.7s;
}
.page-template-resume_page .resume__experiences ul.list li.item .details a:hover {
  border: 0;
}
.page-template-resume_page .resume__experiences ul.list li.item .details a:hover:after {
  right: -8px;
}
.page-template-resume_page .resume__experiences ul.list li.item .details > div {
  padding: 4px;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .details > div {
    padding: 4px 12px;
    width: 50%;
  }
  .page-template-resume_page .resume__experiences ul.list li.item .details > div:nth-child(2n) {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .page-template-resume_page .resume__experiences ul.list li.item .details > div {
    padding: 4px 16px;
    padding-right: 32px;
    margin-right: 32px;
    position: relative;
    width: auto;
  }
  .page-template-resume_page .resume__experiences ul.list li.item .details > div:after {
    content: "|";
    color: rgba(128, 124, 100, 0.2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: -4px;
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .details > div:last-child {
  margin-right: 0;
  margin-bottom: 0;
  flex-grow: 0;
}
.page-template-resume_page .resume__experiences ul.list li.item .details > div:last-child:after {
  display: none;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .heading {
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper {
    width: calc(50% - 8px);
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .site,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .responsibility,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .site,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibility {
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .site:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .responsibility:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .site:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibility:before {
  content: "";
  background-color: #E8E7E1;
  border-radius: 100%;
  display: inline-block;
  height: 6px;
  width: 6px;
  position: relative;
  top: 8px;
  margin-right: 8px;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .site:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .responsibility:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .site:before,
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibility:before {
    top: 10px;
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .sites .site a {
  border-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .sites .site a:after {
  content: "";
  background-image: url("./images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 7px;
  width: 14px;
  position: relative;
  top: 7px;
  right: -4px;
  transition: ease 0.7s;
  opacity: 0;
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .sites .site a:after {
    top: 8px;
  }
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .sites .site a:hover {
  border-bottom: 0 !important;
}
.page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .sites-wrapper .sites .site a:hover:after {
  opacity: 1;
}
@media (max-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper {
    margin-top: 32px;
  }
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper {
    text-align: right;
  }
}
@media (min-width: 575px) {
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibilities .responsibility {
    justify-content: flex-end;
  }
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibilities .responsibility:before {
    display: none;
  }
  .page-template-resume_page .resume__experiences ul.list li.item .lists-wrapper .responsibilities-wrapper .responsibilities .responsibility:after {
    content: "";
    background-color: #E8E7E1;
    border-radius: 100%;
    display: inline-block;
    height: 6px;
    width: 6px;
    position: relative;
    top: 8px;
    margin-left: 8px;
  }
}
.page-template-resume_page .resume__training {
  border-bottom: 1px solid rgba(128, 124, 100, 0.1);
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__training {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.page-template-resume_page .resume__training table {
  margin-top: 32px;
}
.page-template-resume_page .resume__training table td {
  padding: 8px;
  max-width: 50%;
}
.page-template-resume_page .resume__training table li.item .details {
  background-color: #F7F6F3;
}
.page-template-resume_page .resume__training table li.item .text-content ul {
  margin-left: 0;
  padding-left: 16px;
}
.page-template-resume_page .resume__other {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 1199px) {
  .page-template-resume_page .resume__other {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

.button,
button:not(.menu-toggle):not(.slick-arrow),
input[type=button],
input[type=reset],
input[type=submit] {
  color: #222222 !important;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 20px;
  background: transparent !important;
  border: 1px solid #807C64 !important;
  border-radius: 0;
  padding: 0.7em 1.5em !important;
  transition: ease 0.7s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .button,
button:not(.menu-toggle):not(.slick-arrow),
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 18px;
    line-height: 22px;
  }
}
.button:hover,
button:not(.menu-toggle):not(.slick-arrow):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #807C64 !important;
  background-color: transparent !important;
}
.button:active, .button:focus,
button:not(.menu-toggle):not(.slick-arrow):active,
button:not(.menu-toggle):not(.slick-arrow):focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #807C64;
}

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 {
  color: #222222 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 !important;
  border-bottom: 1px solid #807C64 !important;
  background: transparent !important;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #222222;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
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 {
  outline: none;
}

*:focus {
  outline: 1px dotted #807C64;
}

::placeholder {
  color: #807C64 !important;
  opacity: 1 !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

form {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1199px) {
  form br {
    display: inline-block;
  }
}
form .nf-before-form-content {
  display: none;
}
form .nf-error-msg {
  font-size: 16px !important;
  font-style: italic;
  text-transform: lowercase;
}
form .nf-form-content {
  padding: 0;
}
form .nf-form-content .nf-field-container {
  margin-bottom: 8px;
}
form .nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-label {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table * {
  font-weight: 100;
  text-align: left;
  padding: 0;
  margin: 0 !important;
}
table thead {
  background-color: #F7F6F3;
}
@media (max-width: 780px) {
  table thead {
    display: none;
  }
}
table tbody tr {
  border-bottom: 1px solid #F7F6F3;
}
@media (max-width: 780px) {
  table tbody tr {
    padding: 10px 0 !important;
    display: flex;
    flex-direction: column;
  }
}
table tbody tr:last-child {
  border-bottom: 0;
}
@media (max-width: 780px) {
  table tbody tr td {
    display: block;
    max-width: 100% !important;
  }
}
table tbody tr td a {
  color: #807C64 !important;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

figure {
  margin: 1em 0;
}

/* ----------------------------------------------------------------------------------
  GALLERIES
---------------------------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

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

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* GLOBAL BLOCK STYLES
--------------------------------------------- */
.image-wrapper {
  border: 1px solid #222222 !important;
  position: relative;
  overflow: hidden;
}

.post:hover .image-wrapper {
  border: 1px solid #807C64 !important;
}
.post:hover .post-title {
  color: #807C64 !important;
}

.flex-section {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
@media (min-width: 991px) {
  .flex-section {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (max-width: 1199px) {
  .flex-section p br {
    display: none;
  }
}
.flex-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-section .block-heading {
  text-align: center;
}
.flex-section .image-wrapper {
  background-color: #F7F6F3;
  padding-top: 127.38%;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.flex-section .image-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: ease 1.5s;
}
.flex-section .slick-slider .slick-arrow {
  z-index: 999;
}
.flex-section .slick-slider .slick-arrow:before {
  content: "";
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  width: 10px;
}
.flex-section .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 1920px) {
  .flex-section .slick-slider .slick-arrow.slick-prev {
    left: -64px;
  }
}
.flex-section .slick-slider .slick-arrow.slick-prev:before {
  background-image: url("./images/chevron-left.svg");
}
.flex-section .slick-slider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 1920px) {
  .flex-section .slick-slider .slick-arrow.slick-next {
    right: -64px;
  }
}
.flex-section .slick-slider .slick-arrow.slick-next:before {
  background-image: url("./images/chevron-right.svg");
}
.flex-section .slick-slider .slick-slide {
  margin: 0 16px;
}
@media (min-width: 1199px) {
  .flex-section .slick-slider .slick-slide {
    margin: 0 32px;
  }
}
.flex-section .slick-slider .slick-list {
  margin: 0 -16px;
}
@media (min-width: 1199px) {
  .flex-section .slick-slider .slick-list {
    margin: 0 -32px;
  }
}

/* CONTACT FORM BLOCK
--------------------------------------------- */
.contact-form-block .container .content-wrapper {
  text-align: center;
}
.contact-form-block .container .content-wrapper .text-content {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 500px;
}
@media (min-width: 767px) {
  .contact-form-block .container .content-wrapper .text-content {
    max-width: 70%;
  }
}
@media (min-width: 1199px) {
  .contact-form-block .container .content-wrapper .text-content {
    max-width: 100%;
  }
}
.contact-form-block .container .content-wrapper .form-wrapper {
  width: 100%;
}
.contact-form-block .container .content-wrapper .form-wrapper form {
  margin: 0 auto;
}

/* GENERAL CONTENT BLOCK
--------------------------------------------- */
@media (min-width: 767px) {
  .content-block {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1199px) {
  .content-block {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
.content-block .container .text-content {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .content-block .container .text-content {
    max-width: 70%;
  }
}
@media (min-width: 1199px) {
  .content-block .container .text-content {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .content-block.quote-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1199px) {
  .content-block.quote-block {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199px) {
  .content-block.quote-block .text-content br {
    display: none;
  }
}
.content-block.quote-block .text-content * {
  color: #807C64;
}

/* IMAGE & TEXT BLOCK
/* HERO BLOCK (base styles)
--------------------------------------------- */
.image-text-block,
.hero-block {
  padding-top: 16px !important;
  position: relative;
}
@media (min-width: 767px) {
  .image-text-block,
.hero-block {
    padding-top: 32px !important;
  }
}
@media (min-width: 991px) {
  .image-text-block,
.hero-block {
    padding-top: 5% !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1199px) {
  .image-text-block,
.hero-block {
    padding-top: 8% !important;
  }
}
.image-text-block .bg-color,
.hero-block .bg-color {
  height: 40%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 375px) {
  .image-text-block .bg-color,
.hero-block .bg-color {
    height: 45%;
  }
}
@media (min-width: 575px) {
  .image-text-block .bg-color,
.hero-block .bg-color {
    height: 50%;
  }
}
@media (min-width: 991px) {
  .image-text-block .bg-color,
.hero-block .bg-color {
    height: 70%;
    max-height: 711px;
  }
}
.image-text-block .block-heading,
.hero-block .block-heading {
  margin-top: 16px !important;
}
.image-text-block .content-wrapper,
.hero-block .content-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .image-text-block .content-wrapper,
.hero-block .content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}
.image-text-block .content-wrapper .image-wrapper,
.hero-block .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .image-text-block .content-wrapper .image-wrapper,
.hero-block .content-wrapper .image-wrapper {
    margin-bottom: 0;
    margin-right: 32px;
    padding-top: 70%;
    width: calc(50% - 32px);
    max-width: 790px;
  }
}
@media (min-width: 1199px) {
  .image-text-block .content-wrapper .image-wrapper,
.hero-block .content-wrapper .image-wrapper {
    margin-right: 64px;
    width: calc(50% - 64px);
  }
}
@media (min-width: 991px) {
  .image-text-block .content-wrapper .text-wrapper,
.hero-block .content-wrapper .text-wrapper {
    width: 50%;
    max-width: 480px;
  }
}
.image-text-block .content-wrapper.image-right .text-wrapper,
.hero-block .content-wrapper.image-right .text-wrapper {
  margin-bottom: 32px;
  order: -1;
}
@media (min-width: 991px) {
  .image-text-block .content-wrapper.image-right .text-wrapper,
.hero-block .content-wrapper.image-right .text-wrapper {
    margin-bottom: 0;
  }
}
.image-text-block .content-wrapper.image-right .image-wrapper,
.hero-block .content-wrapper.image-right .image-wrapper {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .image-text-block .content-wrapper.image-right .image-wrapper,
.hero-block .content-wrapper.image-right .image-wrapper {
    margin-right: 0;
    margin-left: 32px;
  }
}
@media (min-width: 1199px) {
  .image-text-block .content-wrapper.image-right .image-wrapper,
.hero-block .content-wrapper.image-right .image-wrapper {
    margin-right: 0;
    margin-left: 64px;
  }
}

@media (max-width: 991px) {
  .image-text-block {
    padding: 0 !important;
  }
}
@media (min-width: 991px) {
  .image-text-block .bg-color {
    height: 85%;
  }
}
.image-text-block .content-wrapper {
  padding: 16px !important;
}
@media (min-width: 767px) {
  .image-text-block .content-wrapper {
    padding: 64px !important;
  }
}
@media (min-width: 1199px) {
  .image-text-block .content-wrapper {
    padding: 0 !important;
    padding-top: 128px !important;
  }
}

/* HERO BLOCK
--------------------------------------------- */
.hero-block {
  padding-bottom: 64px !important;
}
@media (min-width: 991px) {
  .hero-block {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.hero-block .bg-color {
  height: 100%;
  max-height: 100%;
}
.hero-block .content-wrapper {
  align-items: stretch;
}
@media (min-width: 991px) {
  .hero-block .content-wrapper .image-wrapper {
    margin-bottom: 0;
    max-width: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 991px) {
  .hero-block .content-wrapper .text-wrapper {
    height: 100%;
    max-width: 637px;
  }
}
.hero-block .content-wrapper .text-wrapper .content {
  height: 50%;
}
.hero-block .content-wrapper .text-wrapper .content h2 {
  font-size: 30px;
}
@media (min-width: 991px) {
  .hero-block .content-wrapper .text-wrapper .content h2 {
    font-size: 40px;
  }
}
.hero-block .content-wrapper .text-wrapper .content h3 {
  font-size: 18px;
}
@media (min-width: 991px) {
  .hero-block .content-wrapper .text-wrapper .content h3 {
    font-size: 22px;
  }
}
.hero-block .content-wrapper .text-wrapper .content:last-child {
  margin-top: 64px;
}

/* LATEST PROJECTS & PRODUCTS
--------------------------------------------- */
.latest-projects .container .content-wrapper .posts-grid .post .image-wrapper,
.latest-products .container .content-wrapper .posts-grid .post .image-wrapper {
  padding-top: 126.58%;
}
.latest-projects .container .content-wrapper .button-wrapper,
.latest-products .container .content-wrapper .button-wrapper {
  margin-top: 32px;
}
@media (min-width: 991px) {
  .latest-projects .container .content-wrapper .button-wrapper,
.latest-products .container .content-wrapper .button-wrapper {
    margin-top: 64px;
  }
}

.latest-projects .image-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.latest-projects .slick-prev, .latest-projects .slick-next {
  top: 46% !important;
}

.latest-products .posts-grid {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.latest-products .posts-grid .post {
  text-align: left;
}
@media (min-width: 767px) {
  .latest-products .posts-grid .post {
    margin-right: 16px !important;
  }
}
@media (min-width: 991px) {
  .latest-products .posts-grid .post {
    margin-right: 32px !important;
  }
}
@media (min-width: 1199px) {
  .latest-products .posts-grid .post {
    margin-right: 32px !important;
  }
}
.latest-products .posts-grid .post .image-wrapper {
  border-radius: 0 !important;
  padding-top: 100% !important;
}
@media (min-width: 767px) {
  .latest-products .posts-grid .post .post-title {
    display: block !important;
    text-align: left;
    margin: 8px 0 0 0 !important;
  }
}
.latest-products .slick-prev, .latest-products .slick-next {
  top: 38% !important;
}
@media (min-width: 575px) {
  .latest-products .slick-prev, .latest-products .slick-next {
    top: 32% !important;
  }
}
@media (min-width: 991px) {
  .latest-products .slick-prev, .latest-products .slick-next {
    top: 38% !important;
  }
}

/* TEXT COLUMNS
--------------------------------------------- */
.text-columns .container .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .text-columns .container .content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.text-columns .container .content-wrapper .column {
  margin-left: 0;
  max-width: 550px;
}
@media (min-width: 767px) {
  .text-columns .container .content-wrapper .column {
    width: calc(50% - 32px);
  }
}
.text-columns .container .content-wrapper .column.left .text-content h4 {
  color: #807C64;
  margin-bottom: 0 !important;
}
.text-columns .container .content-wrapper .column.left .text-content p {
  margin-bottom: 2em;
}
.text-columns .container .content-wrapper .column.left .text-content p:last-child {
  margin-bottom: 0;
}
.text-columns .container .content-wrapper .column.right {
  border-top: 1px solid #807C64;
  padding-top: 64px;
  margin-top: 64px;
}
@media (min-width: 767px) {
  .text-columns .container .content-wrapper .column.right {
    border: 0;
    padding-top: 0;
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 767px) {
  .text-columns .container .content-wrapper .column.right .subheading:after {
    margin-right: 0;
    margin-left: auto;
  }
}
.text-columns .container .content-wrapper .column.right .text-content p {
  margin-bottom: 0.7em;
}
.text-columns .container .content-wrapper .column.right .text-content p:last-child {
  margin-bottom: 0;
}