@charset "UTF-8";
/*!
Theme Name: Woodstock
Theme URI: https://woodstockap.com
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Woodstock</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Woodstock
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.fa,
.fas,
.gallery-caption:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa,
.fas,
.gallery-caption:after,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.gallery-caption:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

/* @mixin font-size($sizeValue: 1) {
	font-size: ($sizeValue * 16) * 1px;
	font-size: $sizeValue * 1rem;
} */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

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: 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: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
  margin: 0 0 1.5em 0;
}

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;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.header-branding {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.header-branding a,
.header-branding a:visited {
  color: #da5f26;
}
.header-branding a:hover {
  color: #087e74;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-branding img {
    max-width: 325px;
  }
}
.header-branding .navbar-brand {
  padding: 0;
}

.header-tagline p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0;
}

.header-phone > a.tel {
  font-weight: bold;
  font-size: 1.4375rem;
}
@media (max-width: 1200px) {
  .header-phone > a.tel {
    font-size: calc(1.26875rem + 0.225vw);
  }
}

.page-header {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/page-header-type-1.jpg");
  margin-bottom: 1.5rem;
}
.page-header.type-1 {
  background-image: url("img/page-header-type-1.jpg");
}
.page-header.type-2 {
  background-image: url("img/page-header-type-2.jpg");
}
.page-header.type-3 {
  background-image: url("img/page-header-type-3.jpg");
}
.page-header.type-4 {
  background-image: url("img/page-header-type-4.jpg");
}
.page-header.type-5 {
  background-image: url("img/page-header-type-5.jpg");
}
.page-header.type-6 {
  background-image: url("img/page-header-type-6.jpg");
}
.page-header .page-title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 2.125rem;
  padding: 1.5em 0;
}
@media (max-width: 1200px) {
  .page-header .page-title {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (min-width: 576px) {
  .page-header .page-title {
    padding: 2em 0;
  }
}
@media (min-width: 768px) {
  .page-header .page-title {
    padding: 2.5em 0;
  }
}

.site-footer {
  background-image: url("img/dark-wood-panel.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0 2em;
  font-size: 1rem;
}
body:not(.home) .site-footer {
  margin-top: 3em;
}
.site-footer a,
.site-footer a:visited {
  color: white;
  text-decoration: underline;
}
.site-footer a:hover {
  color: #da5f26;
}
.site-footer .social-icons a {
  color: white;
}
.site-footer .social-icons a:hover {
  color: #da5f26;
}
.site-footer .icon-block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.site-footer .icon-block .icon-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 768px) {
  .site-footer .icon-block .icon-col {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.site-footer .icon-block .content-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 768px) {
  .site-footer .icon-block .content-col {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.site-footer .icon-block .content-col p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .site-footer .icon-block .content-col p {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .site-footer .icon-block .content-col p {
    font-size: 0.9375rem;
  }
}

@keyframes slideup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.quick-links {
  margin-bottom: 1.5em;
  font-size: 0.8rem;
}
.quick-links ul#menu-product-quick-links {
  display: block;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (min-width: 576px) {
  .quick-links {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .quick-links {
    font-size: 0.9rem;
  }
}
.quick-links a,
.quick-links a:visited {
  color: white;
  text-decoration: none;
}

.footer-content-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.site-info {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid white;
}

p.copyright {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.75rem;
}

.woodstock-walls-cta {
  padding: 3em 0;
  background-color: #e9e7e6;
  margin-top: 3em;
  margin-bottom: -3em;
}
.woodstock-walls-cta p {
  margin-bottom: 0;
  font-weight: 600;
  color: #29140b;
  font-style: italic;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .woodstock-walls-cta p {
    font-size: 1.1rem;
  }
}
.woodstock-walls-cta a {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}

@-webkit-keyframes GradientBG {
  0% {
    background-position: 0% 23%;
  }
  50% {
    background-position: 100% 78%;
  }
  100% {
    background-position: 0% 23%;
  }
}
@-moz-keyframes GradientBG {
  0% {
    background-position: 0% 23%;
  }
  50% {
    background-position: 100% 78%;
  }
  100% {
    background-position: 0% 23%;
  }
}
@keyframes GradientBG {
  0% {
    background-position: 0% 23%;
  }
  50% {
    background-position: 100% 78%;
  }
  100% {
    background-position: 0% 23%;
  }
}
.chatbox {
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .chatbox {
    max-width: 475px;
    right: 0;
  }
}
.chatbox.hide {
  display: none;
}
.chatbox .chatbox--close-button {
  position: absolute;
  font-size: 1.25em;
  top: 7px;
  line-height: 1;
}
@media (min-width: 768px) {
  .chatbox .chatbox--close-button {
    left: 7px;
  }
}
.chatbox .chatbox--close-button:hover {
  cursor: pointer;
}
.chatbox .chatbox--icon-img {
  transform: scaleX(-1) rotate(10deg);
  max-height: 80px;
}
.chatbox .chatbox--content {
  position: relative;
  color: white;
  font-style: italic;
  background: linear-gradient(290deg, #21968d, #087e74, #277c75);
  background-size: 600% 600%;
  -webkit-animation: GradientBG 7s ease infinite;
  -moz-animation: GradientBG 7s ease infinite;
  animation: GradientBG 7s ease infinite;
  padding: 20px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .chatbox .chatbox--content {
    padding: 30px 35px;
  }
}
.chatbox .chatbox--content strong {
  font-weight: 500;
}
.chatbox .chatbox--content p:last-child {
  margin-bottom: 0;
}
.chatbox .chatbox--content a {
  color: white;
  font-size: 1.1875rem;
}

a.button, .tax-product_cat.term-93 .term-description a, .button, button,
input[type=button],
input[type=reset],
input[type=submit], .btn {
  display: inline-block;
  text-align: center;
  border: 2px solid;
  border-color: #087e74;
  color: #087e74;
  padding: 0.75em 1.5em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
a.button:visited, .tax-product_cat.term-93 .term-description a:visited, .button:visited, button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited, .btn:visited {
  border-color: #087e74;
  color: #087e74;
}
a.button:hover, .tax-product_cat.term-93 .term-description a:hover, a.button:active, .tax-product_cat.term-93 .term-description a:active, a.button:focus, .tax-product_cat.term-93 .term-description a:focus, .button:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .button:active, button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, .button:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
  color: white;
  border-color: #087e74;
  background-color: #087e74;
}
.dark-bg a.button, .dark-bg .tax-product_cat.term-93 .term-description a, .tax-product_cat.term-93 .term-description .dark-bg a, a.button.cta-button, .tax-product_cat.term-93 .term-description a.cta-button, .dark-bg .button, .dark-bg button,
.dark-bg input[type=button],
.dark-bg input[type=reset],
.dark-bg input[type=submit], .button.cta-button, button.cta-button,
input.cta-button[type=button],
input.cta-button[type=reset],
input.cta-button[type=submit], .dark-bg .btn, .btn.cta-button {
  color: white;
  border-color: white;
}
.dark-bg a.button:hover, .dark-bg .tax-product_cat.term-93 .term-description a:hover, .tax-product_cat.term-93 .term-description .dark-bg a:hover, a.button.cta-button:hover, .tax-product_cat.term-93 .term-description a.cta-button:hover, .dark-bg .button:hover, .dark-bg button:hover,
.dark-bg input[type=button]:hover,
.dark-bg input[type=reset]:hover,
.dark-bg input[type=submit]:hover, .button.cta-button:hover, button.cta-button:hover,
input.cta-button[type=button]:hover,
input.cta-button[type=reset]:hover,
input.cta-button[type=submit]:hover, .dark-bg .btn:hover, .btn.cta-button:hover {
  border-color: white;
  background-color: white;
  color: #087e74;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 2px solid #ccc;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #087e74;
}
a:visited {
  color: #087e74;
}
a:hover, a:focus, a:active {
  color: #087e74;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  padding: 0;
  background-color: #29140b !important;
}
@media (min-width: 768px) {
  .main-navigation .nav {
    padding-top: 3px;
  }
}
.main-navigation .nav li.menu-item {
  padding: 5px 0;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .main-navigation .nav li.menu-item {
    border-bottom: 3px solid transparent;
  }
}
@media (min-width: 768px) {
  .main-navigation .nav li.menu-item:hover {
    border-bottom: 3px solid #087e74;
  }
}
@media (min-width: 768px) {
  .main-navigation .nav li.current-menu-item,
.main-navigation .nav li.current_page_item,
.main-navigation .nav li.active {
    border-bottom: 3px solid #087e74;
  }
}
.main-navigation .nav li.current-menu-item > .nav-link,
.main-navigation .nav li.current_page_item > .nav-link,
.main-navigation .nav li.active > .nav-link {
  color: #087e74;
}
.main-navigation .nav .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9375rem;
}
.main-navigation .nav .nav-link:hover {
  color: #087e74;
}
.main-navigation .nav .dropdown-toggle::after {
  margin-left: 0.455em;
}
.main-navigation .nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0.726px 2.911px 4.6px 0.4px rgba(0, 0, 0, 0.4);
  border: none;
  border-bottom: 4px solid #2e2e2e;
  background: white;
}
.main-navigation .nav .dropdown-menu li.menu-item {
  padding: 0.5em 1em;
  margin: 0;
  border: none;
  text-align: left;
}
.main-navigation .nav .dropdown-menu li.menu-item.current-menu-item, .main-navigation .nav .dropdown-menu li.menu-item.current_page_item, .main-navigation .nav .dropdown-menu li.menu-item.active {
  background-color: #dedede;
}
.main-navigation .nav .dropdown-menu li.menu-item.current-menu-item a.dropdown-item, .main-navigation .nav .dropdown-menu li.menu-item.current_page_item a.dropdown-item, .main-navigation .nav .dropdown-menu li.menu-item.active a.dropdown-item {
  color: #087e74;
}
.main-navigation .nav .dropdown-menu li.menu-item.current-menu-item a.dropdown-item:visited, .main-navigation .nav .dropdown-menu li.menu-item.current_page_item a.dropdown-item:visited, .main-navigation .nav .dropdown-menu li.menu-item.active a.dropdown-item:visited {
  color: #087e74;
}
.main-navigation .nav .dropdown-menu li.menu-item:hover {
  background-color: #dedede;
}
.main-navigation .nav .dropdown-menu li.menu-item:hover a {
  background-color: transparent;
}
.main-navigation .nav .dropdown-menu li.menu-item a.dropdown-item {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  color: #252525;
}
.main-navigation .nav .dropdown-menu li.menu-item a.dropdown-item:visited {
  color: #252525;
}
.main-navigation .nav .dropdown-menu li.menu-item a.dropdown-item:hover {
  background-color: transparent;
  color: #087e74;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  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;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  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;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul.social-icons li {
  font-size: 1.4rem;
  margin: 0 5px;
}
@media (max-width: 1200px) {
  ul.social-icons li {
    font-size: calc(1.265rem + 0.18vw);
  }
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.module-slider {
  background-image: url("img/wood-panel.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-slider .carousel-caption {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  text-align: inherit;
}

.carousel-item-left.active .carousel-caption,
.carousel-item-right.active .carousel-caption {
  transition: opacity 0.6s;
  opacity: 0;
}

.slide-content {
  color: white;
  margin-bottom: 3.5em;
}
.slide-content > *:not(.button):not(button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]) {
  font-style: italic;
}

.slide-headline {
  font-style: italic;
}

.carousel-item-left:not(.active), .carousel-item-right:not(.active) {
  transition: opacity 0.6s;
  opacity: 0;
}

/*--------------------------------------------------------------
# CTAs
--------------------------------------------------------------*/
.module-call_to_action {
  color: white;
  background-image: url("img/logs-orange.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
}

.cta-title {
  font-size: 1.75rem;
  margin: 0;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .cta-title {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.cta-button {
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# CTAs
--------------------------------------------------------------*/
.module-image_list {
  padding-top: 3em;
  padding-bottom: 3em;
}
.module-image_list .image-list-title {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .module-image_list .image-list-title {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.module-image_list .image-list-item {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .module-image_list .image-list-item {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

body.post,
body.page {
  margin: 0;
}

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

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

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

.module-2_column_layout {
  padding-top: 3em;
  padding-bottom: 3em;
}

.image-module > img {
  margin: 5px 0;
}

.dark-bg {
  color: white;
}

.peace-sign-bg {
  background-image: url("img/peace-sign-thin.png");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: -50px center;
}

.grey-bg {
  background-color: #e9e7e6;
}
.grey-bg h1,
.grey-bg h2,
.grey-bg h3,
.grey-bg h4,
.grey-bg h5,
.grey-bg h6 {
  color: #979797;
}

.green-wood-bg {
  background-image: url("img/green-wood.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: white;
}

.container #breadcrumbs.container {
  padding-left: 0;
  padding-right: 0;
}

.tax-product_cat.term-93 .term-description {
  display: flex;
  flex-wrap: wrap;
}
.tax-product_cat.term-93 .term-description p {
  flex: 0 1 auto;
  flex-basis: 25%;
  padding: 0.5em;
}
.tax-product_cat.term-93 .term-description p:last-child {
  border: none;
}
.tax-product_cat.term-93 .term-description a {
  display: block;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}

.black-video-bg > .module-video .embed-responsive {
  background-color: black;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.gallery-item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.gallery-item img {
  padding: 0 10px;
}
.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 {
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  line-height: 1.05;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .gallery-caption {
    opacity: 0;
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .gallery-caption {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.gallery-caption:after {
  font-size: 1.2rem;
  margin-top: 0.5em;
  content: "";
}
@media (min-width: 768px) {
  .gallery-caption:after {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .gallery-caption:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
