/*
Theme Name: styl_s
Theme URI: https://github.com/luclemo/Styl_s
Author: Lucas Lemonnier
Author URI: http://lucaslemonnier.com
Description: A stylus version of the underscores starter theme (http://underscores.me/)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styl_s
Tags:

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

styl_s is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
		## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 32em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 1280%;
  font-size: 80%;
}
sub,
sup {
  font-size: 1200%;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  /*margin: 1em 40px;*/
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.entry-header .entry-title {
  margin-bottom: 0;
  font-size: 35.52px;
  font-size: 2.22rem;
}
@media only screen and (max-width: 767px) {
  .entry-header .entry-title {
    font-size: 32.32px;
    font-size: 2.02rem;
  }
}
h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20.8px;
  font-size: 1.3rem;
}
p {
  margin-bottom: 1.5em;
}
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 2000%;
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  background: #c7852b;
  min-width: 136px;
  padding: 0.42em 0.65em 0.35em 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #c7852b;
  text-align: center;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #c7852b;
  background: transparent;
  outline: 0;
}
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
.gform_body textarea.textarea.medium {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform_body textarea.textarea.medium {
    width: calc(50% - 8px);
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
a {
  color: #51697e;
}
a:visited {
  color: #51697e;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.button,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  background: #0085ca;
  min-width: 136px;
  padding: 0.42em 0.65em 0.35em 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
}
.button:hover,
.wp-block-button .wp-block-button__link:hover,
.button:focus,
.wp-block-button .wp-block-button__link:focus,
.button:active,
.wp-block-button .wp-block-button__link:active {
  color: #fff;
  background: #0085ca;
  outline: 0;
}
.button:visited,
.wp-block-button .wp-block-button__link:visited {
  color: #fff;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .checkout button[type="submit"] {
  display: inline-block;
  background: #0085ca;
  min-width: 136px;
  padding: 0.42em 0.65em 0.35em 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: none;
  text-align: center;
  border-radius: 0;
}
.woocommerce a.button:visited,
.woocommerce button.button:visited,
.woocommerce .checkout button[type="submit"]:visited {
  color: #fff;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .checkout button[type="submit"]:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce .checkout button[type="submit"]:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce .checkout button[type="submit"]:active {
  color: #c7852b;
  background: transparent;
  outline: 0;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  background: #f8f8f4;
}
@media only screen and (max-width: 1223px) {
  #masthead {
    padding: 15px 0;
  }
}
#masthead .menu-container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  #masthead .menu-container {
    max-width: 1451px;
  }
}
@media only screen and (min-width: 1920px) {
  #masthead .menu-container {
    max-width: 1651px;
  }
}
#masthead .menu-container .menu-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex {
    justify-content: center;
  }
}
#masthead .menu-container .menu-flex .site-branding {
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    margin-right: 70px;
  }
}
#masthead .menu-container .menu-flex .site-branding img {
  width: 230px;
  display: block;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding img {
    width: 160px;
  }
}
#masthead .menu-container .menu-flex .main-navigation {
  flex-grow: 1;
  margin-right: 80px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 98;
    background: #f8f8f4;
    width: 100vw;
    height: 100vh;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    width: auto;
    max-width: 85%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    max-width: 1124px;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1551px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    max-width: 1451px;
  }
}
@media only screen and (max-width: 1223px) and (min-width: 1920px) {
  #masthead .menu-container .menu-flex .main-navigation .menu-main-menu-container {
    max-width: 1651px;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu {
    flex-direction: column;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li{
  padding: 2em 0;
  position: relative;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
    padding-top: 1.5em;
    max-width: 240px;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li.current_page_item {
  position: relative;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li.current_page_item:before {
  content: '';
  background-image: url("./library/images/orange-dots-small.svg");
  width: 40px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transform-style: preserve-3d;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li.current_page_item:before {
    display: none;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li.current_page_item > a {
  color: #c7852b;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu > li > ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  padding: 2em 0 0.5em 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0;
  margin: 0;
  list-style: none;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu > li.active > ul {
  opacity: 1;
  left: 0;
  min-width: 300px;
  max-height: 100%;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu > li.active > ul {
    position: relative;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu > li > ul > li {
  padding-bottom: 1.5em;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu > li > ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14.4px;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu > li > ul li a {
    color: #242424;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li.menu-item-has-children .bg-overlay {
  background: #292929;
  display: none;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 9999;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0;
  width: 200vw;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li.menu-item-has-children.active .bg-overlay {
  display: block;
  opacity: 1;
  left: -100vw;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .mobile-menu-button-container {
    display: none;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button {
  width: 25px;
  height: 21px;
  display: block;
  background-image: url("./library/images/hamburger.svg");
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button.active {
  background-image: url("./library/images/close.svg");
}
@media only screen and (max-width: 1223px) {
  #masthead .search-container.desktop {
    display: none;
  }
}
#masthead .search-container.mobile {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-top: 1.5em;
}
@media only screen and (min-width: 1224px) {
  #masthead .search-container.mobile {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  #masthead .search-container.mobile {
    max-width: 1451px;
  }
}
@media only screen and (min-width: 1920px) {
  #masthead .search-container.mobile {
    max-width: 1651px;
  }
}
@media only screen and (min-width: 1224px) {
  #masthead .search-container.mobile {
    display: none;
  }
}
#masthead .search-container.mobile form {
  max-width: 187px;
}
nav#menu-cart-nav .search-container .search-form {
  position: relative;
  margin-right: 1rem;
}
nav#menu-cart-nav .search-container .search-form .search-field {
  background: transparent;
  border: 1px solid #51697e;
  border-radius: 0;
  padding-right: 25px;
  padding-left: 10px;
  outline: 0;
}
nav#menu-cart-nav .search-container .search-form .search-field::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #51697e;
  font-weight: 500;
}
nav#menu-cart-nav .search-container .search-form .search-submit {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url("./library/images/search.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: 0;
  min-width: 0;
}
.pages-nav {
  background: #292929;
}
.pages-nav .menu-container .inner-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pages-nav .menu-container .inner-bar .page-title {
  margin: 0.6em 0;
  color: #fff;
  font-weight: 500;
}
.pages-nav .menu-container .inner-bar .view-all {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.pages-nav .menu-container .inner-bar .view-all:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  margin-left: 5px;
}
.pages-nav .menu-container .inner-bar .view-all.active:after {
  border-top: none;
  border-bottom: 7px solid #fff;
}
.pages-nav .menu-container .list-container {
  border-top: 1px solid #707070;
  display: none;
}
.pages-nav .menu-container .list-container ul {
  margin: 0;
  padding: 1.5em 0 1.5em 0;
  column-count: 2;
  max-width: 500px;
  list-style: none;
}
.pages-nav .menu-container .list-container ul li {
  margin-bottom: 1em;
}
.pages-nav .menu-container .list-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
nav#menu-cart-nav {
  background: #ededed;
}
nav#menu-cart-nav .menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  nav#menu-cart-nav .menu-container {
    max-width: 100%;
  }
}
nav#menu-cart-nav .menu-menu-cart-container {
  display: flex;
  justify-content: flex-end;
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 767px) {
  nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart li.wpmenucart a.wpmenucart-contents {
  display: inline-block;
  background: #CC8A00;
  min-width: 136px;
  padding: 0.42em 0.65em 0.35em 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #CC8A00;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart li.wpmenucart a.wpmenucart-contents {
    min-width: 0;
  }
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart li.wpmenucart a.wpmenucart-contents img {
  order: 2;
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart li.wpmenucart a.wpmenucart-contents span {
  order: 1;
  margin-right: 7px;
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-233 a,
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-234 a,
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-231 a {
  display: inline-block;
  background: #0085ca;
  min-width: 136px;
  padding: 0.42em 0.65em 0.35em 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-233 a,
  nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-234 a,
  nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-231 a {
    min-width: 0;
  }
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-233 a:after,
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-234 a:after,
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-231 a:after {
  content: '';
  background-image: url("./library/images/login-icon.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 7px;
}

nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-3653{
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-3653 a {
  font-weight: 500;
  text-decoration: none;
}

nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-232{
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
nav#menu-cart-nav .menu-menu-cart-container ul#menu-cart #menu-item-232 a {
  font-weight: 500;
  text-decoration: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #292929;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
----------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-content p {
  font-size: 17.6px;
  font-size: 1.1rem;
}
.container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1224px) {
  .container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  .container {
    max-width: 1451px;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1651px;
  }
}
.medium-container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1224px) {
  .medium-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  .medium-container {
/*    max-width: 1224px;*/ 
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1920px) {
  .medium-container {
/*    max-width: 1441px;*/ 
    max-width: 1124px;
  }
}
.menu-container {
  width: auto;
  max-width: 85%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1224px) {
  .menu-container {
    max-width: 1124px;
  }
}
@media only screen and (min-width: 1551px) {
  .menu-container {
    max-width: 1451px;
  }
}
@media only screen and (min-width: 1920px) {
  .menu-container {
    max-width: 1651px;
  }
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page #content {
  flex-grow: 1;
}
#page #colophon {
  align-self: flex-end;
  width: 100%;
}
.home .top-section {
  background-color: #f8f8f4;
}
.home .top-section .container {
  padding-bottom: 120px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .home .top-section .container {
    padding-bottom: 2.5em;
  }
}
.home .top-section .container:before {
  z-index: 2;
  content: '';
  background: -webkit-linear-gradient(left, #f8f8f4 36%, rgba(248,248,244,0) 65%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.home .top-section .container .inner-container {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1224px) {
  .home .top-section .container .inner-container {
    max-width: 55%;
  }
}
.home .top-section .container .inner-container .top-section-heading {
  font-size: 89.6px;
  font-size: 5.6rem;
  line-height: 1.25em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home .top-section .container .inner-container .top-section-heading {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .top-section .container .inner-container .top-section-heading {
    font-size: 60.8px;
    font-size: 3.8rem;
  }
}
.home .top-section .container .inner-container .top-section-content {
  max-width: 530px;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.home .top-section .container .inner-container .buttons-container .button:first-of-type {
  margin-right: 1em;
}
.home .top-section .container .inner-container .orange-dots {
  display: block;
  width: 110.72px;
  height: 6.01px;
  background-image: url("./library/images/orange-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1.78em 0;
}
.home .top-section .container .background-image {
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .home .top-section .container .background-image {
    display: block;
  }
}
@media only screen and (min-width: 1224px) {
  .home .top-section .container .background-image {
    width: 70%;
  }
}
.home .our-services {
  background: #51697e;
  color: #fff;
  padding: 6.5em 0;
}
@media only screen and (max-width: 1024px) {
  .home .our-services {
    padding: 3.5em 0;
  }
}
.home .our-services .medium-container .inner-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .home .our-services .medium-container .inner-container .services-information {
    width: 55%;
    padding-right: 60px;
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container .services-information {
    margin-bottom: 3.5em;
  }
}
.home .our-services .medium-container .inner-container .services-information .services-section-heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .our-services .medium-container .inner-container .services-information .services-section-heading {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container .services-information .services-section-heading {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.home .our-services .medium-container .inner-container .services-information .services-section-sub-heading {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.home .our-services .medium-container .inner-container .services-information .services-content {
  font-size: 17.6px;
  font-size: 1.1rem;
}
.home .our-services .medium-container .inner-container .orange-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/orange-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
@media only screen and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container .orange-dots {
    margin: 0.5em 0 1.18em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .home .our-services .medium-container .inner-container .services-list {
    width: 45%;
    padding-left: 60px;
  }
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service {
  display: flex;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service {
    margin-bottom: 2.5em;
  }
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service:last-of-type {
  margin-bottom: 0;
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-image {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin-right: 30px;
  min-width: 125px;
  min-height: 125px;
  max-width: 125px;
  max-height: 125px;
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-image:hover {
  background: #c7852b;
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-image img {
  display: block;
  border-radius: 50%;
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-title .service-heading {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-title .service-heading {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-title .service-heading a {
  color: #fff;
  text-decoration: none;
}
.home .our-services .medium-container .inner-container .services-list .services-list-inner .each-service .service-title .service-heading a:hover {
  color: #c7852b;
}
.fels-news {
  background: #c7852b;
  color: #fff;
  padding: 6.5em 0;
}
@media only screen and (max-width: 767px) {
  .fels-news {
    padding: 3.5em 0;
  }
}
.fels-news .inner-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .fels-news .inner-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .fels-news .inner-container .news-list {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .fels-news .inner-container .news-list {
    width: 55%;
    padding-right: 60px;
  }
}
.fels-news .inner-container .news-list .news-section-heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fels-news .inner-container .news-list .news-section-heading {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fels-news .inner-container .news-list .news-section-heading {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.fels-news .inner-container .news-list .news-section-sub-heading {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.fels-news .inner-container .news-list .orange-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/red-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
.fels-news .inner-container .news-list .inner-news-list {
  margin: 2.5em 0;
}
.fels-news .inner-container .news-list .inner-news-list .each-news {
  margin-bottom: 2em;
}
.fels-news .inner-container .news-list .inner-news-list .each-news:last-of-type {
  margin-bottom: 0;
}
.fels-news .inner-container .news-list .inner-news-list .each-news .news-title {
  margin-bottom: 0;
  font-size: 22.08px;
  font-size: 1.38rem;
}
.fels-news .inner-container .news-list .inner-news-list .each-news .news-title a {
  color: #fff;
  text-decoration: none;
}
.fels-news .inner-container .news-list .inner-news-list .each-news .news-excerpt {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 0.5em;
}
.fels-news .inner-container .news-list .inner-news-list .each-news .category-link {
  color: #eacea9;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block;
}
.fels-news .inner-container .news-list .button {
  background: #fff;
  color: #c7852b;
}
.fels-news .inner-container .news-list .button:hover {
  background: #c7852b;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .fels-news .inner-container .featured-news {
    width: 45%;
    padding-left: 60px;
  }
}
.fels-news .inner-container .featured-news .featured-news-content {
  border: 1px solid #fff;
  padding: 1.5em;
  margin-top: 0.5em;
}
.fels-news .inner-container .featured-news .featured-news-content h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22.08px;
  font-size: 1.38rem;
}
.fels-news .inner-container .featured-news .featured-news-content h3 a {
  color: #fff;
  text-decoration: none;
}
.fels-news .inner-container .featured-news .featured-news-content p {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 0.5em;
}
.fels-news .inner-container .featured-news .featured-news-content .read-more {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.fels-news .inner-container .featured-news .featured-news-content .read-more:after {
  content: '';
  background-image: url("./library/images/white-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-left: 5px;
  display: inline-block;
}
.fels-news .inner-container .featured-news .featured-news-content .category-link {
  color: #eacea9;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block;
}
.resources-section {
  padding: 6.5em 0;
}
@media only screen and (max-width: 1024px) {
  .resources-section {
    padding: 3.5em 0;
  }
}
.resources-section .inner-container .resources-header-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .resources-section .inner-container .resources-header-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .resources-section .inner-container .resources-header-container .resources-header {
    min-width: 500px;
  }
}
.resources-section .inner-container .resources-header-container .resources-header .heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .resources-section .inner-container .resources-header-container .resources-header .heading {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .resources-section .inner-container .resources-header-container .resources-header .heading {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.resources-section .inner-container .resources-header-container .resources-header .sub-heading {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.resources-section .inner-container .resources-header-container .resources-header .blue-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/red-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
.resources-section .inner-container .resources-header-container .search-container {
  width: 100%;
  margin-top: 15px;
}
.resources-section .inner-container .resources-header-container .search-container form {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.resources-section .inner-container .resources-header-container .search-container form #search {
  width: 100%;
  height: 60px;
  border-radius: 0;
  padding: 0px 45px 0 15px;
}
.resources-section .inner-container .resources-header-container .search-container form #search:focus,
.resources-section .inner-container .resources-header-container .search-container form #search:active {
  outline: 0;
}
.resources-section .inner-container .resources-header-container .search-container form input[type="image"] {
  position: absolute;
  top: 20px;
  right: 15px;
}
.resources-section .inner-container .resources-header-container .search-container form .search-submit {
  margin-top: 30px;
}
.resources-section .inner-container .resources-categories-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  padding-top: 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .resources-section .inner-container .resources-categories-list {
    flex-direction: column;
  }
}
.resources-section .inner-container .resources-categories-list .resources-term-button {
  width: 31%;
  background: transparent;
  border: 1px solid #882b3d;
  color: #882b3d;
  padding: 0.92em 0.5em 0.85em 0.5em;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .resources-section .inner-container .resources-categories-list .resources-term-button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .resources-section .inner-container .resources-categories-list .resources-term-button {
    width: 48%;
  }
}
.resources-section .inner-container .resources-categories-list .resources-term-button:hover {
  background: #882b3d;
  color: #fff;
}
.site-footer {
  position: relative;
  color: #fff;
  padding-top: 450px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding-top: 250px;
    padding-bottom: 10px;
  }
}
.site-footer:before {
  content: '';
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 1227px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./library/images/footerbg-2a.jpg");
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer:before {
    height: 1481px;
  }
}
.site-footer:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1227px;
  display: block;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.75) 100%);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer:after {
    height: 1481px;
  }
}
.site-footer .inner-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .site-footer .inner-container {
    flex-direction: column;
  }
}
.site-footer .inner-container .callout {
  align-self: flex-start;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .site-footer .inner-container .callout {
    margin-bottom: 1.5em;
  }
}
.site-footer .inner-container .callout p {
  line-height: 1.7em;
  font-size: 17.12px;
  font-size: 1.07rem;
}
.site-footer .inner-container .callout .white-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/white-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
.site-footer .inner-container .callout .button:hover {
  color: #fff;
  border: 1px solid #fff;
}
.site-footer .inner-container .contact-info {
  align-self: flex-end;
  max-width: 390px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .site-footer .inner-container .contact-info {
    text-align: left;
  }
}
.site-footer .inner-container .contact-info a {
  color: #fff;
  text-decoration: none;
}
.site-footer .inner-container .contact-info .address-phone {
  margin-bottom: 1.5em;
}
.site-footer .inner-container .contact-info .address-phone p {
  margin: 10px 0 0 0;
}
.site-footer .inner-container .contact-info .copyright {
  color: #b1b1b1;
}
.products-section {
  background: #292929;
  padding: 6.5em 0;
}
@media only screen and (max-width: 767px) {
  .products-section {
    padding: 3.5em 0;
  }
}
.products-section .products-section-heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products-section .products-section-heading {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products-section .products-section-heading {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.products-section .products-section-sub-heading {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.products-section .red-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/red-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
.products-section .categories-list-container {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5em;
}
@media only screen and (max-width: 1024px) {
  .products-section .categories-list-container {
    flex-direction: column;
  }
}
.products-section .categories-list-container .columns {
  border: 1px solid #fff;
  padding: 1.25em;
}
@media only screen and (min-width: 1025px) {
  .products-section .categories-list-container .columns {
    width: 31%;
  }
}
@media only screen and (max-width: 1024px) {
  .products-section .categories-list-container .columns {
    margin-bottom: 1.5em;
  }
}
.products-section .categories-list-container .columns .col h3 {
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5em;
}
.products-section .categories-list-container .columns ul {
  margin: 0;
  padding: 0 0 0 30px;
}
.products-section .categories-list-container .columns ul li {
  padding-left: 5px;
  list-style-image: url("./library/images/dot.svg");
  margin-bottom: 1em;
}
.products-section .categories-list-container .columns ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17.6px;
  font-size: 1.1rem;
  position: relative;
}
.products-section .categories-list-container .columns ul li a:hover {
  color: #c7852b;
}
.entry-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-top: 1em;
  margin-bottom: 2.6em;
}
.entry-breadcrumbs >span,
.woocommerce .woocommerce-breadcrumb >span {
  color: #a5a5a5;
}
.entry-breadcrumbs >span:before,
.woocommerce .woocommerce-breadcrumb >span:before {
  content: '/';
  padding: 0 5px;
}
.entry-breadcrumbs >span:first-child:before,
.woocommerce .woocommerce-breadcrumb >span:first-child:before {
  content: '';
  display: none;
}
.entry-breadcrumbs >span.current-page,
.woocommerce .woocommerce-breadcrumb >span.current-page {
  color: #292929;
}
.entry-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: #a5a5a5;
}
.woocommerce .woocommerce-breadcrumb {
  color: #292929;
}
.page-template-page-products-template .entry-breadcrumbs >span,
.page-template-page-services-template .entry-breadcrumbs >span,
.page-template-page-resources-template .entry-breadcrumbs >span {
  color: #fff;
}
.page-template-page-products-template .entry-breadcrumbs >span a,
.page-template-page-services-template .entry-breadcrumbs >span a,
.page-template-page-resources-template .entry-breadcrumbs >span a {
  color: #fff;
}
.news-main-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .news-main-container {
    flex-direction: column;
  }
}
.news-main-container .featured-news .each-featured {
  margin-bottom: 2em;
}
.news-main-container .featured-news .each-featured .featured-news-content h3 {
  margin-bottom: 0.25em;
  margin-top: 0;
  font-size: 20.48px;
  font-size: 1.28rem;
}
.news-main-container .featured-news .each-featured .featured-news-content h3 a {
  text-decoration: none;
  color: #006E37;
}
.news-main-container .featured-news .each-featured .featured-news-content p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
.news-main-container .featured-news .each-featured .featured-news-content .read-more {
  text-decoration: none;
  text-transform: uppercase;
  color: #292929;
}
.news-main-container .featured-news .each-featured .featured-news-content .read-more:after {
  content: '';
  background-image: url("./library/images/black-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-left: 5px;
  display: inline-block;
}
.news-main-container .featured-news .each-featured .featured-news-content .category-link {
  color: #51697e;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.news-main-container .news-list {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .news-main-container .news-list {
    width: 100%;
  }
}
.news-main-container .news-list .inner-news-list .each-news {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .news-main-container .news-list .inner-news-list .each-news {
    flex-wrap: wrap;
  }
}
.news-main-container .news-list .inner-news-list .each-news:last-of-type {
  margin-bottom: 0;
}
.news-main-container .news-list .inner-news-list .each-news .featured-image {
  margin-right: 35px;
}
@media only screen and (min-width: 1025px) {
  .news-main-container .news-list .inner-news-list .each-news .featured-image {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-main-container .news-list .inner-news-list .each-news .featured-image {
    width: 100%;
  }
}
.news-main-container .news-list .inner-news-list .each-news .news-title {
  margin-bottom: 0.25em;
  font-size: 20.48px;
  font-size: 1.28rem;
}
.news-main-container .news-list .inner-news-list .each-news .news-title a {
  color: #292929;
  text-decoration: none;
}
.news-main-container .news-list .inner-news-list .each-news .cats-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.news-main-container .news-list .inner-news-list .each-news .cats-list a {
  text-decoration: none;
  color: #51697e;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.news-main-container .news-list .inner-news-list .each-news .cats-list .separator {
  margin-right: 4px;
}
.news-main-container .news-list .inner-news-list .each-news .cats-list .separator:last-child {
  display: none;
}
.news-main-container .news-list .inner-news-list .each-news .news-excerpt {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.5em;
}
.news-main-container .news-list .inner-news-list .each-news .category-link {
  color: #51697e;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.news-main-container .side-categories {
  width: 27.5%;
  margin-top: 0em;
}
@media only screen and (max-width: 1024px) {
  .news-main-container .side-categories {
    width: 100%;
  }
}
.news-main-container .side-categories .more-in {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #51697e;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.news-main-container .side-categories .blue-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/blue-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 0.48em 0;
}
.news-main-container .side-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-main-container .side-categories ul li >a {
  text-transform: uppercase;
  font-weight: 700;
}
.news-main-container .side-categories ul li a {
  text-decoration: none;
}
.news-main-container .side-categories ul li .cat-link {
  margin-bottom: 10px;
  margin-top: 15px;
  display: inline-block;
}
.news-main-container .side-categories ul li ul.post-title {
  margin-left: 1.5em;
}
.news-main-container .side-categories ul li ul.post-title li {
  margin-bottom: 10px;
}
.news-main-container .side-categories ul li ul.post-title li:last-of-type {
  margin-bottom: 0;
}
.news-main-container .side-categories ul li ul.post-title li a {
  font-family: 'CheltenhmBTWXX-Bold';
  color: #868686;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.category .news-main-container {
  justify-content: space-between;
}
.category .news-main-container .news-list {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .category .news-main-container .news-list {
    width: 100%;
  }
}
.newsletters-categories-list-container{
  min-width: 300px;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .newsletters-categories-list-container{
    margin-left: 0;
  }
}
.newsletters-categories-heading{
  margin-top: 0;
}
.newsletters-categories-list{
  margin: 0;
}
.newsletters-categories-list li a{
  font-size: 1.15rem;
  font-weight: 700;
}
.newsletter-categories-block{
  margin-left: 0;
}
.newsletter .post-title a{
  color: #006E37;
  text-decoration: none;
}
.wp-block-latest-posts__list{
  margin-left: 0;
}
.wp-block-latest-posts__post-title{
  font-size: 1.15rem;
  font-weight: 700;
}
.wp-block-latest-posts__post-date{
  font-size: 1rem;
}
.nav-links {
  display: flex;
  gap: 0.5rem;
}
.nav-links .page-numbers {
  text-decoration: none;
  color: #c7852b;
}
.nav-links .page-numbers.current {
  color: #404040;
  font-weight: 700;
}
.nav-links .next.page-numbers {
  align-self: flex-end;
  text-decoration: none;
  text-transform: uppercase;
  color: #c7852b;
}
.nav-links .next.page-numbers:after {
  content: '';
  background-image: url("./library/images/orange-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-left: 5px;
  display: inline-block;
}
.nav-links .prev.page-numbers {
  align-self: flex-start;
  text-decoration: none;
  text-transform: uppercase;
  color: #c7852b;
}
.nav-links .prev.page-numbers:before {
  content: '';
  background-image: url("./library/images/orange-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-right: 5px;
  display: inline-block;
  transform: rotateY(180deg);
}
.title-categories-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .title-categories-filter {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .title-categories-filter .categories-filter {
    width: 100%;
    margin-top: 1em;
  }
}
.title-categories-filter .categories-filter .categories-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 400px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title-categories-filter .categories-filter .categories-filter-list {
    min-width: 0;
  }
}
.title-categories-filter .categories-filter .categories-filter-list li.open-list {
  background: #f5f5f5;
  color: #afafaf;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.title-categories-filter .categories-filter .categories-filter-list li.open-list:before {
  content: '';
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background-image: url("./library/images/orange-arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20.43px;
  height: 12.79px;
  display: inline-block;
}
.title-categories-filter .categories-filter .categories-filter-list li.open-list.opened:before {
  background-image: url("./library/images/orange-arrow-up.svg");
}
.title-categories-filter .categories-filter .categories-filter-list .inner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f5f5f5;
  padding-bottom: 0.5em;
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
}
.title-categories-filter .categories-filter .categories-filter-list .inner-list li {
  width: 100%;
}
.title-categories-filter .categories-filter .categories-filter-list .inner-list li:hover {
  background: #fff;
}
.title-categories-filter .categories-filter .categories-filter-list .inner-list li a {
  padding: 0.5em 1em;
  color: #292929;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13.6px;
  font-size: 0.85rem;
  text-decoration: none;
  width: 100%;
}
.category .title-container h2.small-title,
.archive .title-container h2.small-title {
  margin: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  font-size: 13.6px;
  font-size: 0.85rem;
  color: #882b3d;
}
.category .title-container h1.entry-title,
.archive .title-container h1.entry-title {
  margin-top: 0;
}
.entry-header.resources-header {
  padding: 0.5em 0 6.5em 0;
}
@media only screen and (max-width: 767px) {
  .entry-header.resources-header {
    padding: 0.5em 0 2.5em 0;
  }
}
.entry-header.resources-header .search-container {
  width: 100%;
  margin-top: 15px;
  max-width: 980px;
  margin: 0 auto;
}
.entry-header.resources-header .search-container h1,
.entry-header.resources-header .search-container h2.entry-callout {
  text-align: center;
  margin-bottom: 1em;
  font-size: 48em;
  font-size: 3em;
}
@media only screen and (max-width: 767px) {
  .entry-header.resources-header .search-container h1,
  .entry-header.resources-header .search-container h2.entry-callout {
    font-size: 36.8px;
    font-size: 2.3rem;
  }
}
.entry-header.resources-header .search-container form {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.entry-header.resources-header .search-container form #search {
  width: 100%;
  height: 60px;
  border-radius: 0;
  padding: 0px 45px 0 15px;
  max-width: 1024px;
}
.entry-header.resources-header .search-container form #search:focus,
.entry-header.resources-header .search-container form #search:active {
  outline: 0;
}
.entry-header.resources-header .search-container form input[type="image"] {
  position: absolute;
  top: 20px;
  right: 15px;
}
.entry-header.resources-header .search-container form .search-submit {
  margin-top: 30px;
}
.resources-entry-content .resources-categories-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .resources-entry-content .resources-categories-list {
    flex-direction: column;
  }
}
.resources-entry-content .resources-categories-list .resources-term-button {
  width: 31%;
  background: transparent;
  border: 1px solid #882b3d;
  color: #882b3d;
  padding: 0.92em 0.5em 0.85em 0.5em;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .resources-entry-content .resources-categories-list .resources-term-button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .resources-entry-content .resources-categories-list .resources-term-button {
    width: 48%;
  }
}
.resources-entry-content .resources-categories-list .resources-term-button:hover {
  background: #882b3d;
  color: #fff;
}
.resource-category {
  margin-top: 3em;
}
.resource-category .medium-container {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .resource-category .medium-container {
    flex-direction: column;
  }
}
.resource-category .resources-categories-list {
  background: #ededed;
  padding: 1.5em 2.25em;
  margin-right: 4.5%;
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  .resource-category .resources-categories-list {
    order: 2;
    margin-top: 2em;
    margin-right: 0;
  }
}
.resource-category .resources-categories-list h2 {
  color: #882b3d;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.resource-category .resources-categories-list .link-wrapper-parent {
  color: #292929;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.resource-category .resources-categories-list .link-wrapper-parent h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #51697e;
}
.resource-category .resources-categories-list .child-list {
  margin-left: 1em;
}
.resource-category .resources-categories-list .child-list .child-category .link-wrapper-child {
  color: #882b3d;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.resource-category .resources-categories-list .child-list .child-category .link-wrapper-child h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  font-size: 15.2px;
  font-size: 0.95rem;
}
.resource-category .resources-list .category-name {
  color: #51697e;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-top: 1.3em;
}
.resource-category .resources-list .category-name:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .resource-category .resources-list .category-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.resource-category .resources-list .each-resource {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
}
.resource-category .resources-list .each-resource.link:before {
  content: '';
  background-image: url("./library/images/link.svg");
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 8px;
}
.resource-category .resources-list .each-resource.pdf:before {
  content: '';
  background-image: url("./library/images/pdf.svg");
  width: 16px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
.resource-category .resources-list .each-resource a {
  color: #292929;
  text-decoration: none;
}
.single .flex-container {
  display: flex;
}
/* .single .flex-container .main-content {
  width: 75%;
  margin-right: 5%;
} */
.single .flex-container .main-content .author-meta .author-description {
  font-style: italic;
}
.single .flex-container .main-content .date-time-category {
  margin: 0.5em 0 1.5em 0;
}
.single .flex-container .main-content .date-time-category .date {
  color: #868686;
  text-transform: uppercase;
  display: block;
}
.single .flex-container .main-content .date-time-category .date .bold {
  font-weight: 700;
}
.single .flex-container .main-content .date-time-category .cats-list {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single .flex-container .main-content .date-time-category .cats-list a {
  text-decoration: none;
  color: #51697e;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single .flex-container .main-content .date-time-category .cats-list .separator {
  margin-right: 4px;
}
.single .flex-container .main-content .date-time-category .cats-list .separator:last-child {
  display: none;
}
.single .flex-container .main-content .date-time-category .category-link {
  text-transform: uppercase;
  color: #51697e;
  text-decoration: none;
}
.single .flex-container .side-content {
  width: 25%;
  margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
  .single .flex-container .side-content {
    width: 100%;
  }
}
.single .flex-container .side-content .more-in {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #51697e;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.single .flex-container .side-content .cats-list {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single .flex-container .side-content .cats-list a {
  text-decoration: none;
  color: #51697e;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single .flex-container .side-content .cats-list .separator {
  margin-right: 4px;
}
.single .flex-container .side-content .cats-list .separator:last-child {
  display: none;
}
.single .flex-container .side-content .blue-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/blue-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
.single .flex-container .side-content .posts-same-category h3 a {
  color: #868686;
  text-decoration: none;
}
.services-entry-content .services-list-inner {
  padding: 75px 0;
}
.services-entry-content .services-list-inner .each-service {
  display: flex;
  margin-bottom: 4.5em;
}
@media only screen and (max-width: 767px) {
  .services-entry-content .services-list-inner .each-service {
    flex-direction: column;
  }
}
.services-entry-content .services-list-inner .each-service:last-of-type {
  margin-bottom: 0;
}
.services-entry-content .services-list-inner .each-service .service-image {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  margin-right: 30px;
  min-width: 315px;
  min-height: 315px;
  max-width: 315px;
  max-height: 315px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .services-entry-content .services-list-inner .each-service .service-image {
    max-width: 250px;
    min-width: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}
.services-entry-content .services-list-inner .each-service .service-image img {
  display: block;
}
.services-entry-content .services-list-inner .each-service .service-title .service-heading {
  font-size: 22.4rem;
  font-size: 1.4rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .services-entry-content .services-list-inner .each-service .service-title .service-heading {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
.services-entry-content .services-list-inner .each-service .service-title .service-heading a {
  color: #292929;
  text-decoration: none;
}
.services-entry-content .services-list-inner .each-service .service-title .red-dots {
  display: block;
  width: 90.93px;
  height: 4.94px;
  background-image: url("./library/images/red-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 1.48em 0;
}
@media only screen and (max-width: 767px) {
  .services-entry-content .services-list-inner .each-service .service-title .red-dots {
    display: none;
  }
}
.services-header .services-description {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.services-header .callout-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-header .callout-buttons .button {
  margin-right: 20px;
}
.services-header .callout-buttons .button:last-of-type {
  margin-right: 0;
}
.big-callouts {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .big-callouts {
    flex-direction: column;
  }
}
.big-callouts .each-callout {
  background: #ededed;
  width: 48%;
  text-align: center;
  padding: 4em 1em;
}
@media only screen and (max-width: 767px) {
  .big-callouts .each-callout {
    width: 100%;
    margin-bottom: 1em;
  }
}
.big-callouts .each-callout h2 {
  margin-top: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.address-map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8em 2em;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3.5em;
}
@media only screen and (max-width: 767px) {
  .address-map {
    padding: 1em;
    margin-top: 2em;
  }
}
.address-map:before {
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.address-map .address-info-container {
  background: #fff;
  padding: 3em 5em;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .address-map .address-info-container {
    padding: 1em;
  }
}
.address-map .address-info-container .address p {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.address-map .address-info-container .address p:first-of-type {
  margin-bottom: 0;
}
.address-map .address-info-container .address p:last-of-type {
  margin-top: 0.25em;
}
.address-map .address-info-container .button:hover {
  color: #c7852b;
}
.staff-members .each-member {
  display: flex;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 767px) {
  .staff-members .each-member {
    flex-direction: column;
  }
}
.staff-members .each-member:last-child {
  border-bottom: none;
}
.staff-members .each-member .staff-image {
  min-width: 280px;
  margin-right: 2em;
}
.staff-members .each-member .staff-name {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.staff-members .each-member .staff-position {
  margin-top: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #c7852b;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
}
.staff-members .each-member .contact-button {
  margin-right: 1.5em;
}
.staff-members .each-member .linkedin-button {
  background: #51697e;
  border: 1px solid #51697e;
}
.staff-members .each-member .linkedin-button:hover {
  color: #51697e;
  background: none;
}
.page-template-page-products-template .header-container h1 {
  color: #882b3d;
  font-size: 41.6px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .page-template-page-products-template .header-container h1 {
    font-size: 32.32px;
    font-size: 2.02rem;
  }
}
.page-template-page-products-template .product-categories-container .cat-header-container {
  margin-top: 1em;
}
.page-template-page-products-template .product-categories-container .cat-header-container .black-dots {
  display: block;
  width: 110.72px;
  height: 6.01px;
  background-image: url("./library/images/black-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 0.5em 0;
}
.page-template-page-products-template .product-categories-container .cat-header-container h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.5em;
}
.page-template-page-products-template .product-categories-container .product-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.25em;
}
.page-template-page-products-template .product-categories-container .product-categories-list .each-product-category {
  width: 31.5%;
  background: #f8f8f4;
  display: flex;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .page-template-page-products-template .product-categories-container .product-categories-list .each-product-category {
    width: 100%;
  }
}
.page-template-page-products-template .product-categories-container .product-categories-list .each-product-category .link-wrapper {
  width: 100%;
  display: block;
  padding: 20px 30px;
  color: #000;
  text-decoration: none;
}
.page-template-page-products-template .product-categories-container .product-categories-list .each-product-category .link-wrapper img {
  margin: 0 auto;
  display: block;
}
.page-template-page-products-template .product-categories-container .product-categories-list .each-product-category .link-wrapper h3 {
  text-align: center;
  border-top: 1px solid #c7852b;
  padding-top: 20px;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.page-template-page-products-template .products-search-container {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5em;
}
.page-template-page-products-template .products-search-container .search-title {
  font-size: 36.8px;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .page-template-page-products-template .products-search-container .search-title {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
.page-template-page-products-template .products-search-container form {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 700px;
}
.page-template-page-products-template .products-search-container form #search {
  width: 100%;
  height: 60px;
  border-radius: 0;
  padding: 0px 45px 0 15px;
}
.page-template-page-products-template .products-search-container form #search:focus,
.page-template-page-products-template .products-search-container form #search:active {
  outline: 0;
}
.page-template-page-products-template .products-search-container form input[type="image"] {
  position: absolute;
  top: 20px;
  right: 15px;
}
.page-template-page-products-template .products-search-container form .search-submit {
  margin-top: 30px;
}
.woocommerce .woocommerce-products-header {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-products-header .products-heading {
  color: #882b3d;
  font-size: 35.2px;
  font-size: 2.2rem;
  margin-bottom: 0.32em;
}
.woocommerce .woocommerce-products-header .heading-container .black-dots {
  display: block;
  width: 110.72px;
  height: 6.01px;
  background-image: url("./library/images/black-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 0.5em 0;
}
.woocommerce .woocommerce-products-header .heading-container h1 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .flex-products-list {
  display: flex;
}
.woocommerce .flex-products-list .products-list-container {
  flex-grow: 1;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product {
  padding-top: 2.292em;
  margin: 0 3.8% 2.292em 0;
  border-top: 1px solid #707070;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product:last-of-type {
  padding-bottom: 2.292em;
  border-bottom: 1px solid #707070;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link {
  color: #292929;
  padding-right: 4em;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link .title-wrapper {
  float: left;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  font-size: 20.8px;
  font-size: 1.3rem;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  width: 300px;
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link .sku-meta {
  font-size: 12.8rem;
  font-size: 0.8rem;
  border: 1px dotted #707070;
  display: inline-block;
  padding: 2px 7px;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link .woocommerce-Price-amount {
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .woocommerce-loop-product__link .woocommerce-Price-amount sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.woocommerce .flex-products-list .products-list-container ul.products li.product .add_to_cart_button {
  margin-left: 4.9em;
  float: left;
  clear: both;
}
.woocommerce .flex-products-list .sidebar-categories {
  margin-right: 2.5em;
  max-width: 400px;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container {
  background: #ededed;
  padding: 1.5em 2em;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container .main-heading {
  color: #882b3d;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container .more-categories-list h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container .more-categories-list .product-categories-list {
  margin-left: 1em;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container .more-categories-list .product-categories-list .each-product-category .link-wrapper {
  color: #292929;
  text-decoration: none;
}
.woocommerce .flex-products-list .sidebar-categories .product-more-categories-container .more-categories-list .product-categories-list .each-product-category .link-wrapper h3 {
  font-size: 15.2px;
  font-size: 0.95rem;
  font-weight: 500;
}
.woocommerce .woocommerce-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 7em;
}
.woocommerce .woocommerce-pagination .page-numbers {
  margin-right: 20px;
  text-decoration: none;
  color: #000;
}
.woocommerce .woocommerce-pagination .page-numbers.current {
  color: #c7852b;
  font-weight: 900;
}
.woocommerce .woocommerce-pagination .next {
  text-decoration: none;
  text-transform: uppercase;
  color: #c7852b;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-pagination .next:after {
  content: '';
  background-image: url("./library/images/orange-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-left: 5px;
  display: inline-block;
}
.woocommerce .woocommerce-pagination .prev {
  text-decoration: none;
  text-transform: uppercase;
  color: #c7852b;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-pagination .prev:before {
  content: '';
  background-image: url("./library/images/orange-arrow.svg");
  width: 7.79px;
  height: 12.04px;
  margin-right: 5px;
  display: inline-block;
  transform: rotateY(180deg);
}
.single.woocommerce h1.product_title {
  color: #882b3d;
  position: relative;
  font-size: 41.6px;
  font-size: 2.6rem;
}
.single.woocommerce h1.product_title:before {
  content: '';
  display: block;
  width: 110.72px;
  height: 6.01px;
  background-image: url("./library/images/black-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5em 0 0.5em 0;
  position: absolute;
  bottom: -31px;
}
.single.woocommerce #primary .product .woocommerce-product-gallery {
  display: flex;
  width: 68%;
  margin-top: 2em;
}
.single.woocommerce #primary .product .woocommerce-product-gallery .flex-viewport {
  width: 85%;
  order: 2;
}
.single.woocommerce #primary .product .woocommerce-product-gallery .flex-control-nav {
  width: 15%;
  margin-right: 1em;
  flex-direction: column;
}
.single.woocommerce #primary .product .woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
}
.single.woocommerce #primary .product .entry-summary {
  width: 28%;
}
.single.woocommerce #primary .product .entry-summary .inner-summary {
  background: #f8f8f4;
  padding: 1.5em;
}
.single.woocommerce #primary .product .entry-summary .inner-summary .price-label {
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.single.woocommerce #primary .product .entry-summary .price {
  margin: 0;
}
.single.woocommerce #primary .product .entry-summary .woocommerce-Price-amount {
  font-size: 67.2px;
  font-size: 4.2rem;
  color: #292929;
  font-weight: 700;
}
.single.woocommerce #primary .product .entry-summary .woocommerce-Price-amount sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.single.woocommerce #primary .product .cart {
  display: flex;
}
.single.woocommerce #primary .product .cart .single_add_to_cart_button {
  flex-grow: 1;
  border-radius: 0;
  border: none;
  background: #a5a5a5;
  padding: 0.718em 1em 0.618em 1em;
}
.single.woocommerce #primary .product .cart .quantity .input-text {
  height: 100%;
}
.single.woocommerce #primary .product .view-cart-button {
  width: 100%;
  padding: 0.718em 1em 0.618em 1em;
}
.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 968px;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #707070;
  overflow: visible;
  padding: 0 0 0 4px;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  margin-right: 35px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
  margin-right: 0;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 5px solid #c7852b;
  margin-bottom: -1px;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: none;
  display: none;
}
.single.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
  text-transform: uppercase;
}
.subscribe-save {
  background: #51697e;
  margin-top: 1em;
  text-transform: uppercase;
}
.subscribe-save a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2.5em 3em 2.35em 3em;
  text-align: center;
}
.subscribe-save a .subscribe-button {
  padding: 3px 10px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
.subscribe-save a .callout-message {
  margin-bottom: 0;
}
.woocommerce .sku-meta {
  font-size: 12.8rem;
  font-size: 0.8rem;
  border: 1px dotted #707070;
  display: inline-block;
  padding: 2px 7px;
}
.woocommerce .related.products .products {
  border-top: 1px solid #292929;
  padding-top: 1.5em;
}
.woocommerce .related.products .products li .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #292929;
}
.woocommerce .related.products .products li .title-wrapper .price {
  font-size: 32px;
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}
.woocommerce .related.products .products li .title-wrapper .price sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.woocommerce .related.products .products li .title-wrapper .sku-meta-wrapper {
  margin: 0.25em 0;
}
.woocommerce .related.products .products li img {
  max-height: 143px;
  width: auto;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: auto;
  max-width: 200px;
}
.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
  color: #882b3d;
  position: relative;
  font-size: 41.6px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart h1.entry-title,
  .woocommerce-checkout h1.entry-title {
    font-size: 32.32px;
    font-size: 2.02rem;
  }
}
.woocommerce .woocommerce-cart-form .woocommerce-Price-amount {
  color: #000;
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form .woocommerce-Price-amount sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.woocommerce .woocommerce-cart-form .shop_table {
  border: none;
}
.woocommerce .woocommerce-cart-form .shop_table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17.6px;
  font-size: 1.1rem;
  padding-left: 0;
}
.woocommerce .woocommerce-cart-form .shop_table td {
  padding-left: 0;
}
.woocommerce .woocommerce-cart-form .shop_table .product-name a {
  color: #882b3d;
  text-decoration: none;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.woocommerce .woocommerce-cart-form .shop_table .actions {
  padding-top: 1em;
}
.woocommerce .woocommerce-cart-form .shop_table tr td .coupon input#coupon_code {
  width: auto;
  border-radius: 0;
  background: #c7c7c7;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 6px 5px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table tr td .coupon input#coupon_code {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.woocommerce .woocommerce-cart-form .shop_table tr td .coupon input#coupon_code::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce .woocommerce-cart-form .button {
  padding: 0.618em 1em;
}
.woocommerce .woocommerce-cart-form button[name="update_cart"] {
  background: #000;
  border: 1px solid #000;
}
.woocommerce .woocommerce-cart-form button[name="update_cart"]:hover {
  background: #fff;
  color: #000;
}
.woocommerce .woocommerce-cart-form button[name="apply_coupon"] {
  background: #000;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form button[name="apply_coupon"] {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.woocommerce .woocommerce-cart-form button[name="apply_coupon"]:hover {
  background: #fff;
  color: #000;
}
.woocommerce .cart-collaterals {
  display: flex;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr {
  display: flex;
  flex-direction: column;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17.6px;
  font-size: 1.1rem;
  padding-left: 0;
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  padding-left: 0;
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal .amount {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-style: italic;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping ul,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
  font-style: italic;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-style: italic;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  padding: 0.618em 1em;
  background: #c7852b;
  width: auto;
  display: inline-block;
}
.woocommerce .cart-collaterals .woocommerce-Price-amount {
  color: #000;
  font-weight: 500;
}
.woocommerce .cart-collaterals .woocommerce-Price-amount sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.woocommerce-info {
  border-top-color: #51697e;
}
.woocommerce-info:before {
  color: #51697e;
}
.woocommerce form.checkout.woocommerce-checkout h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.woocommerce form.checkout.woocommerce-checkout #ship-to-different-address .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce form.checkout.woocommerce-checkout #ship-to-different-address .checkbox input[type="checkbox"] {
  margin: 2px 5px 5px 0px;
}
.woocommerce form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce form.checkout.woocommerce-checkout input,
.woocommerce form.checkout.woocommerce-checkout textarea {
  border: 1px solid #51697e;
  border-radius: 3px;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 3px;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table sup {
  top: -0.65em;
  font-size: 800%;
  font-size: 50%;
}
.woocommerce form.checkout.woocommerce-checkout #payment {
  background: #ececec;
  border-radius: 3px;
}
.woocommerce form.checkout.woocommerce-checkout #payment button[type="submit"] {
  padding: 0.618em 1em;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  padding: 1em 0;
  border-bottom: 1px solid #ededed;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:first-of-type {
  border-top: 1px solid #ededed;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.error404 .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-popup-container {
  background-color: #006e37;
  /*background-image: url("./library/images/farmcowsblue.svg");*/
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding: 1.5em 0 7.5em 0;
}
.login-popup-container .login-header {
  text-align: center;
  color: #fff;
  font-size: 57.6px;
  font-size: 3.6rem;
}
.login-popup-container .close-login {
  display: block;
  float: right;
  cursor: pointer;
}
.login-popup-container .close-login img {
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 1224px) {
  .login-popup-container .container {
    width: auto;
    max-width: 835px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.login-popup-container .container .column-container {
  overflow: hidden;
  clear: both;
  position: relative;
}
.login-popup-container .container .column-container .column {
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .login-popup-container .container .column-container .column {
    margin-bottom: 3em;
  }
}
.login-popup-container .container .column-container .column h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.login-popup-container .container .column-container .column form {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.login-popup-container .container .column-container .column form p {
  overflow: hidden;
}
.login-popup-container .container .column-container .column form label {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1em;
}
.login-popup-container .container .column-container .column form input.input-text {
  border-radius: 0;
  width: 100%;
  padding: 5px;
  border: none;
}
.login-popup-container .container .column-container .column form input[type="checkbox"] {
  width: auto;
}
.login-popup-container .container .column-container .column form .lost_password {
  font-style: italic;
}
.login-popup-container .container .column-container .column form .lost_password a {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
.login-popup-container .container .column-container .column form .button-container {
  text-align: center;
}
.login-popup-container .container .column-container .column form .button-container input {
  padding: 11px 30px 9px 30px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  display: none;
}
.search-results article h1.entry-title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20.8px;
  font-size: 1.3rem;
}
.search-results article h1.entry-title a {
  text-decoration: none;
}
.search-results article .entry-summary {
  margin-top: 0;
}
.search-results article .entry-meta {
  margin-top: 0.75em;
}
form#new_customer {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
form#new_customer input[type="text"],
form#new_customer input[type="password"],
form#new_customer input[type="email"] {
  margin-bottom: 1em;
}
form#new_customer label {
  font-weight: 700;
  margin-bottom: 10px;
}
.success-message {
  color: #00a900;
}
.success-message a {
  color: #00a900;
  cursor: pointer;
}
.error-message {
  color: #f71515;
}
.wp-block-cover h2 {
  font-size: 32rem;
  font-size: 2rem;
}
.wp-block-cover h2 a {
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}



#post-2021 header.entry-header {
    display: none;
}

.home-color-1 {
    background-color: #E5CFBF;
    padding: 20px 20px 10px 20px;
	margin-bottom: 80px;
}

.home-color-2 {
    background-color: #006E37;
    padding: 20px 20px 10px 20px;
	margin-bottom: 80px;
}

.wp-block-embed.aligncenter.is-type-video{
  text-align: center;
}

.hthb-notification-content .wp-block-columns .wp-block-column:first-child {
	align-items: center;
    display: flex;	
}

.hthb-notification-content .wp-block-columns .wp-block-column:first-child p {
	padding: 0;
}