@charset "UTF-8";
/*!
Theme Name: Wilderness 2020
Theme URI: http://underscores.me/
Author: D2 Seattle & 12-23
Author URI: https://d2seattle.com
Description: Custom theme: Wilderness 2020, developed by D2 Seattle & 12-23
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wilderness-2020
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.

Wilderness 2020 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
# Layout
# Content
	## Posts and pages
	## Comments
    ## Blocks
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "frente_h1regular";
  src: url(./theme-assets/FrenteH1-Regular-webfont.woff);
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #4d4d4d;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  color: #4d4d4d;
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
}

header h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  font-weight: 400;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
h2 + h3 {
  margin-top: 1rem;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: normal;
  font-family: "Merriweather Sans", sans-serif;
}

@media (min-width: 656px) {
  header h1 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 64px;
    line-height: 4rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
}
p {
  margin-bottom: 1.5em;
}

a {
  font-weight: 600;
  color: #687d34;
}
a:hover {
  color: #687d34;
}

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: 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. */
}

.site-content {
  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 2rem 0;
}

ul {
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
  list-style-type: 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 {
  background-color: #eff0e4;
  border-spacing: 0;
  box-sizing: border-box;
  width: 100%;
  border-width: 1px;
  border-color: #687d34;
  border-style: solid;
  margin: 1.5rem 0 0 0;
}
table + h2, table + p {
  margin-top: 1.5rem;
}
table thead tr th {
  background-color: #80a523;
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}
table thead tr th:first-child {
  padding-left: 1.5rem;
  text-align: left;
}
table thead tr th:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
table tbody tr + tr.firstline td {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top-style: dotted;
  border-top-color: #666;
  border-top-width: 1px;
}
table tbody tr td {
  line-height: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #4d4d4d;
  padding: 0 0.5rem;
}
table tbody tr td:first-child {
  padding-left: 1.5rem;
  text-align: left;
}
table tbody tr td:last-child {
  padding-right: 1.5rem;
  text-align: right;
}
table tbody tr:first-child td {
  padding-top: 0.5rem;
}
table tbody tr:last-child td {
  padding-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, .wp-block-button__link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  line-height: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
}

.btn-green {
  background-color: #80a523;
  color: #fff;
}
.btn-green:hover {
  color: white;
}

.btn-orange {
  background-color: #ED792F;
  color: #fff;
}
.btn-orange:hover {
  color: white;
}

.has-orange-color {
  color: #ED792F;
}

.has-orange-background-color {
  background-color: #ED792F;
}

.has-light-green-color {
  color: #87a243;
}

.has-light-green-background-color {
  background-color: #87a243;
}

.has-dark-green-color {
  color: #687d34;
}

.has-dark-green-background-color {
  background-color: #687d34;
}

.has-yellow-color {
  color: #e6b10e;
}

.has-yellow-background-color {
  background-color: #e6b10e;
}

/* Button block
--------------------------------------------- */
.wp-block[data-type="core/button"] {
  width: 100% !important;
}

.wp-block-buttons .wp-block-button {
  display: block;
  margin: 0 0 8px;
}
.wp-block-buttons .wp-block-button + .wp-block-button {
  margin-top: 1rem;
}
.wp-block-buttons .wp-block-button.is-style-small {
  width: 300px;
  margin: 8px auto;
}
.wp-block-buttons .wp-block-button.is-style-large .wp-block-button__link {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #87a243;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #687d34;
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #ED792F;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #eb6a18;
}
.wp-block-button__link.has-light-green-color:hover, .wp-block-button__link.has-light-green-color:focus {
  color: #87a243;
}
.wp-block-button__link.has-light-green-background-color:hover, .wp-block-button__link.has-light-green-background-color:focus {
  background-color: #78903c;
}
.wp-block-button__link.has-dark-green-color:hover, .wp-block-button__link.has-dark-green-color:focus {
  color: #687d34;
}
.wp-block-button__link.has-dark-green-background-color:hover, .wp-block-button__link.has-dark-green-background-color:focus {
  background-color: #596b2d;
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #e6b10e;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #ce9f0d;
}

button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #80a523;
  color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  border: 0;
  line-height: 32px;
  line-height: 2rem;
  font-size: 16px;
  font-size: 1rem;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #87a243;
  color: #fff;
}

.search-form {
  margin-bottom: 1rem;
}
.search-form input[type=search] {
  width: 100%;
  display: block;
}
.search-form input[type=submit] {
  width: 100%;
  margin-top: 1rem;
}

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: 1px 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%;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
.homepage article {
  margin-top: 4rem;
}

header.site-header {
  position: relative;
  background-image: url("https://static.wildernessawareness.org/wp-media/uploads/2020/08/header-strong.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  height: 12rem;
  margin-bottom: 1rem;
}
@media (min-width: 1009px) {
  header.site-header {
    height: 14rem;
  }
}
header.site-header--bigbanner {
  height: 100vw;
  max-height: 100vh;
  min-height: 400px;
}
@media (min-width: 657px) {
  header.site-header--bigbanner {
    height: 75vw;
    max-height: 680px;
  }
  header.site-header--bigbanner .main-navigation {
    bottom: auto;
    top: 180px;
    background-color: rgba(32, 13, 0, 0.25);
  }
}
header.site-header--bigbanner .on-banner-header {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: bold;
  color: white;
  font-size: 3rem;
  line-height: 3rem;
}
header.site-header__adult {
  background-image: url("https://static.wildernessawareness.org/wp-media/uploads/2020/08/header-adult.jpg");
  background-color: #200d01;
  background-size: contain;
}

.inner-header-logo {
  position: absolute;
  width: 280px;
  height: auto;
  top: 0;
  left: calc(50% - 140px);
}
@media (min-width: 657px) {
  .inner-header-logo {
    width: 420px;
    left: calc(50% - 210px);
  }
}
@media (min-width: 1009px) {
  .inner-header-logo {
    width: 420px;
    left: calc(50% - 210px);
  }
}

.main-navigation {
  width: 100%;
  text-align: center;
  color: white;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 2rem;
  border-width: 2px 0;
  background-attachment: fixed;
  background-position: center center;
  backdrop-filter: blur(5px);
}
.main-navigation ul {
  border: none;
  list-style: none;
  text-align: left;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li a {
  color: white;
  display: block;
  height: 1rem;
  padding: calc(0.5rem - 2px) 1rem;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  line-height: 1rem;
  text-decoration: none;
}
.main-navigation ul li:link {
  color: inherit;
}
.main-navigation ul li:active {
  color: inherit;
}
.main-navigation ul li:visited {
  color: inherit;
}
.main-navigation ul li:hover {
  color: black;
  background-color: #ddd;
}
@media (min-width: 657px) {
  .main-navigation {
    border-style: solid;
    border-color: #ddd;
    border-width: 2px 0;
    height: 3rem;
    bottom: 0;
  }
  .main-navigation ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: calc(3rem - 4px);
    border: none;
    list-style: none;
    text-align: left;
  }
  .main-navigation ul li {
    display: inline-block;
    height: calc(3rem - 4px);
    color: white;
  }
  .main-navigation ul li a {
    height: 1rem;
    padding: calc(1rem - 2px) 1rem;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: normal;
  }
  .main-navigation ul li.current_page_item {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
  }
  .main-navigation ul li.current_page_item a {
    color: black;
  }
}
@media (max-width: 639px) {
  .main-navigation.showinactive {
    display: none;
  }
  .main-navigation.showactive {
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 10000;
    background-color: #687d34;
    top: 0;
  }
  .main-navigation.showactive ul {
    margin-top: 24vh;
  }
  .main-navigation.showactive ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.homepage nav#block-system-main-menu.showinactive {
  display: block;
}

.no-css .header-logo {
  width: 460px;
  height: 220px;
  background-image: url("../images/logo.png");
}

#menuburger {
  display: none;
}
@media (max-width: 639px) {
  #menuburger {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    color: white;
    background-color: #687d34;
    border-radius: 1.5rem;
    font-size: 2rem;
    line-height: 3rem;
    z-index: 10001;
  }
}

#thecampminder, #theubercart {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.5);
  width: 10rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  box-sizing: border-box;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  transition: all 0.25s;
  font-size: font-size(0.8);
}
#thecampminder:hover, #theubercart:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.95);
  border-color: rgb(255, 255, 255);
}
#thecampminder a, #theubercart a {
  text-align: center;
  display: block;
  color: inherit;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 599px) {
  #thecampminder, #theubercart {
    right: calc(50% - 5rem);
    top: 6.6rem;
  }
}

#theubercart {
  right: 12rem;
}
@media (max-width: 599px) {
  #theubercart {
    right: calc(50% - 5rem);
    top: 9.3rem;
  }
}

.home #masthead {
  background: transparent;
  position: relative;
  overflow: hidden;
  height: 100vh;
  transition: height 1s;
  margin-bottom: 0;
}
.home #masthead img.inner-header-logo {
  height: 160px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
}
.home #masthead > nav {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0);
  height: auto;
}
.home #masthead > nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  height: auto;
}
.home #masthead > nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: auto;
}
.home #masthead > nav ul li a {
  color: white;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: none;
  height: auto;
  font-weight: 300;
}
@media (max-width: 759px) {
  .home #masthead {
    height: 320px;
    background-image: url(https://wildernessawareness.org/sites/all/themes/wilderness/images/home-temp/static.jpg);
  }
  .home #masthead video#background-video {
    display: none;
  }
}
@media (max-width: 639px) {
  .home #menuburger {
    display: none;
  }
}
.home #background-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  object-fit: cover;
}
.home .site-content {
  padding-top: 2rem;
  margin-top: 0px;
}

.site-footer {
  background-color: #eff0e4;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dadbd0;
}

.l-region--footer {
  display: block;
  font-size: 0;
}
@media (min-width: 241px) {
  .l-region--footer {
    width: 19rem;
    padding: 0 1rem;
    margin: 0 auto;
  }
}
@media (min-width: 657px) {
  .l-region--footer {
    width: 39rem;
    padding: 0 1rem;
    margin: 0 auto;
  }
}
@media (min-width: 1009px) {
  .l-region--footer {
    width: 59rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
}
@media (min-width: 1129px) {
  .l-region--footer {
    width: 64.5rem;
    padding: 0 3rem;
    margin: 0 auto;
  }
}
.l-region--footer > div, .l-region--footer > nav {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.l-region--footer > div:nth-child(3n), .l-region--footer > nav:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 241px) {
  .l-region--footer > div, .l-region--footer > nav {
    width: 100%;
  }
}
@media (min-width: 657px) {
  .l-region--footer > div, .l-region--footer > nav {
    width: calc((100% - 3rem) / 3);
  }
}
.site-footer {
  font-size: 0;
}
.site-footer a.social-button {
  color: white;
  font-size: 0;
  display: inline-block;
}
.site-footer a.social-button img {
  width: 100%;
}
@media (min-width: 241px) {
  .site-footer a.social-button {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    width: -webkit-calc( ( ( 100% - 3rem ) / 4 ) * 1 + ( 0rem ) );
    width: calc((100% - 3rem) / 4 * 1 + (0rem));
    margin-right: 1rem;
  }
}
@media (min-width: 1129px) {
  .site-footer a.social-button {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    width: -webkit-calc( ( ( 100% - 4.5rem ) / 4 ) * 1 + ( 0rem ) );
    width: calc((100% - 4.5rem) / 4 * 1 + (0rem));
    margin-right: 1.5rem;
  }
}
.site-footer a.social-button:last-child {
  margin-right: 0;
}

.l-region--footer {
  margin-top: 1.5rem;
}
.l-region--footer div, .l-region--footer nav {
  vertical-align: top;
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
  font-weight: normal;
}
.l-region--footer div ul, .l-region--footer nav ul {
  list-style-type: none !important;
  list-style-image: none !important;
}
.l-region--footer div ul li, .l-region--footer nav ul li {
  list-style-type: none !important;
  list-style-image: none !important;
}
.l-region--footer div a, .l-region--footer nav a {
  font-weight: bold;
  text-decoration: none;
}
.l-region--footer div p, .l-region--footer nav p {
  margin: 0;
}
.l-region--footer div:nth-child(3), .l-region--footer nav:nth-child(3) {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.l-region--footer div:nth-child(3) a, .l-region--footer nav:nth-child(3) a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.field--name-field-panel-video {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 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; /* 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media (min-width: 241px) {
  .page article > header, .page .entry-content > *:not(.alignfull), .page .comments-area, .single article > header, .single .comments-area, .single .entry-footer, .single .entry-content > *:not(.alignfull), .blog .site-content, .archive .site-content, .search .site-content, .error404 .site-content {
    width: 100%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 657px) {
  .page article > header, .page .entry-content > *:not(.alignfull), .page .comments-area, .single article > header, .single .comments-area, .single .entry-footer, .single .entry-content > *:not(.alignfull), .blog .site-content, .archive .site-content, .search .site-content, .error404 .site-content {
    width: 39rem;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1009px) {
  .page article > header, .page .entry-content > *:not(.alignfull), .page .comments-area, .single article > header, .single .comments-area, .single .entry-footer, .single .entry-content > *:not(.alignfull), .blog .site-content, .archive .site-content, .search .site-content, .error404 .site-content {
    width: 59rem;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1129px) {
  .page article > header, .page .entry-content > *:not(.alignfull), .page .comments-area, .single article > header, .single .comments-area, .single .entry-footer, .single .entry-content > *:not(.alignfull), .search .site-content, .error404 .site-content {
    width: 64.5rem;
    padding: 0 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .site-content, .archive .site-content {
    max-width: 80.5rem;
    width: 100%;
    padding: 0 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.archive header {
  margin-bottom: 2rem;
}

.content-area .entry-content .wp-block-columns.blocks {
  padding: 0;
}

@media (max-width: 759px) {
  .content-area .entry-content .wp-block-columns.blocks {
    width: calc(100vw - 48px);
    flex-direction: column;
  }
}
@media (max-width: 1127px) {
  .blocks {
    width: 680px;
  }
}
@media (max-width: 599px) {
  .wp-block-columns.reverse-on-mobile {
    flex-direction: column-reverse;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.site-content {
  margin: 1.5em 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary, .archive-inner-wrapper {
  margin: 2em 0 0;
}

.breadcrumps {
  display: block;
  text-align: center;
  padding-top: 0px;
}
.breadcrumps p {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.search article {
  margin-bottom: 1rem;
}

aside {
  margin: 1rem 0;
}

.archive-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-inner-wrapper .content-area main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.archive-inner-wrapper .content-area main .post {
  margin: 0 1rem 2rem;
  background: #eff0e4;
}
.archive-inner-wrapper .content-area main .post .article-content {
  padding: 1rem;
}
.archive-inner-wrapper .content-area main .post .article-content h2 {
  font-size: 25px;
}
.archive-inner-wrapper .content-area main .post .article-content span.cat-links, .archive-inner-wrapper .content-area main .post .article-content span.tags-links {
  display: block;
}
.archive-inner-wrapper .content-area main .post .article-image img {
  width: 100%;
}
@media (min-width: 641px) {
  .archive-inner-wrapper .content-area main .post {
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (min-width: 1129px) {
  .archive-inner-wrapper .content-area {
    -ms-flex: 0 0 calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
    max-width: calc(75% - 2rem);
  }
}
.archive-inner-wrapper aside {
  background: #687c34;
  padding: 1rem;
}
.archive-inner-wrapper aside a {
  color: #fff;
}
.archive-inner-wrapper aside h2 {
  font-size: 20px;
  color: #fff;
}
.archive-inner-wrapper aside ul {
  color: #fff;
}
@media (min-width: 1129px) {
  .archive-inner-wrapper aside {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 2rem 2rem;
  }
}

.single .entry-meta {
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.team-template-default .wp-block-column p:first-child {
  margin-top: 0;
}

#home-blocks {
  position: relative;
  width: 1032px;
  margin: 14px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#home-blocks section.wilderness-tile-home {
  width: 328px;
  height: 296px;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
#home-blocks section.wilderness-tile-home:nth-child(1) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(1) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-01.svg);
}
#home-blocks section.wilderness-tile-home:nth-child(2) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(2) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-02.svg);
}
#home-blocks section.wilderness-tile-home:nth-child(3) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(3) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-03.svg);
}
#home-blocks section.wilderness-tile-home:nth-child(7) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(7) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-07.svg);
}
#home-blocks section.wilderness-tile-home:nth-child(8) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(8) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-08.svg);
}
#home-blocks section.wilderness-tile-home:nth-child(9) {
  background-color: #87a243;
  margin-top: 1.5rem;
}
#home-blocks section.wilderness-tile-home:nth-child(9) .fab {
  background-image: url(/app/themes/wilderness-2020/theme-assets/icon-09.svg);
}
#home-blocks section.feature-block-wild-wander {
  position: relative;
  width: 100%;
  height: 222px;
  background-color: cyan;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 12px;
  background-image: url(https://static.wildernessawareness.org/wp-media/uploads/2020/04/Wild-Wander.jpg);
  background-size: cover;
  background-position: top left;
}
#home-blocks section.feature-block-wild-wander a {
  position: absolute;
  bottom: 12px;
  width: auto !important;
}
#home-blocks section.feature-block-anake, #home-blocks section.feature-block-ecourse {
  height: 296px;
  background-color: black;
  color: white;
  width: 680px;
  margin-top: 24px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  background-image: url(https://static.wildernessawareness.org/home-2024-immersion.jpg);
  background-size: cover;
  background-position: center bottom;
}
#home-blocks section.feature-block-anake h1, #home-blocks section.feature-block-ecourse h1 {
  top: 0;
  color: white;
  font-family: "Amatic SC", cursive;
  font-weight: normal;
  text-align: center;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 0;
}
#home-blocks section.feature-block-anake h1 img, #home-blocks section.feature-block-ecourse h1 img {
  max-height: 144px;
}
#home-blocks section.feature-block-anake > *, #home-blocks section.feature-block-ecourse > * {
  margin: 0;
  width: calc(50% - 24px);
  position: absolute;
  right: 12px;
}
#home-blocks section.feature-block-anake p, #home-blocks section.feature-block-ecourse p {
  top: 140px;
  line-height: 20px;
  color: white;
}
@media screen and (max-width: 767px) {
  #home-blocks section.feature-block-anake p, #home-blocks section.feature-block-ecourse p {
    top: 0;
  }
}
#home-blocks section.feature-block-anake .btn, #home-blocks section.feature-block-anake .wp-block-button__link, #home-blocks section.feature-block-ecourse .btn, #home-blocks section.feature-block-ecourse .wp-block-button__link {
  bottom: 12px;
  display: block;
}
#home-blocks section.feature-block-ecourse {
  background-image: url(https://static.wildernessawareness.org/wp-media/uploads/2020/07/ecoursebackground.jpg);
}
#home-blocks section.feature-block-ecourse h1 {
  font-family: inherit;
}
#home-blocks section.feature-block-letsconnect {
  height: 296px;
  width: 328px;
  margin-top: 24px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  background-color: #eff0e4;
  border-width: 1px;
  border-style: solid;
  border-color: #87a234;
  background-image: url(https://static.wildernessawareness.org/wp-media/uploads/2020/04/P1060086.png);
  background-size: cover;
  background-position: top-left;
  background-repeat: no-repeat;
}
#home-blocks section.feature-block-letsconnect > * {
  margin: 0;
}
#home-blocks section.feature-block-letsconnect h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
}
#home-blocks section.feature-block-newsletter {
  width: 328px;
  margin-top: 1.5rem;
}
#home-blocks section.feature-block-donate {
  background-color: blue;
}
#home-blocks section.feature-block-guide {
  background-color: yellow;
}
#home-blocks .btn, #home-blocks .wp-block-button__link {
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#home-blocks .btn:hover, #home-blocks .wp-block-button__link:hover {
  transform: scale(1.025, 1.025);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  filter: brightness(115%);
}
#home-blocks section.feature-block-covid {
  display: block;
  background-color: #ED792F;
  color: white;
  margin-top: 1.5rem;
  width: 100%;
}
#home-blocks section.feature-block-covid a {
  display: block;
  color: inherit;
  padding: 1rem;
  text-decoration: none;
}

@media (max-width: 1127px) {
  #home-blocks {
    width: 680px;
  }
  #home-blocks > section:nth-child(1) {
    order: 1;
  }
  #home-blocks > section:nth-child(2) {
    order: 2;
  }
  #home-blocks > section:nth-child(3) {
    order: 4;
  }
  #home-blocks > section:nth-child(4) {
    order: 3;
  }
  #home-blocks > section:nth-child(5) {
    order: 9;
  }
  #home-blocks > section:nth-child(6) {
    order: 8;
  }
  #home-blocks > section:nth-child(7) {
    order: 6;
  }
  #home-blocks > section:nth-child(8) {
    order: 5;
  }
  #home-blocks > section:nth-child(9) {
    order: 7;
  }
}
@media (max-width: 759px) {
  #home-blocks {
    width: calc(100vw - 48px);
    flex-direction: column;
  }
  #home-blocks > section:nth-child(1) {
    order: 1;
  }
  #home-blocks > section:nth-child(2) {
    order: 2;
  }
  #home-blocks > section:nth-child(3) {
    order: 3;
  }
  #home-blocks > section:nth-child(4) {
    order: 4;
  }
  #home-blocks > section:nth-child(5) {
    order: 9;
  }
  #home-blocks > section:nth-child(6) {
    order: 6;
  }
  #home-blocks > section:nth-child(7) {
    order: 7;
  }
  #home-blocks > section:nth-child(8) {
    order: 5;
  }
  #home-blocks > section:nth-child(9) {
    order: 8;
  }
  #home-blocks > section.wilderness-tile-home {
    width: calc(100vw - 48px);
    height: auto;
    margin-top: 24px;
  }
  #home-blocks > section.wilderness-tile-home > img {
    height: calc((100vw - 48px) * 0.5366);
  }
  #home-blocks section.feature-block-letsconnect {
    width: calc(100vw - 48px);
    height: auto;
    margin-top: 24px;
  }
  #home-blocks > section.feature-block-wild-wander {
    height: 222px;
  }
  #home-blocks > section.feature-block-ecourse {
    order: 8;
  }
  #home-blocks > section.feature-block-anake, #home-blocks section.feature-block-ecourse {
    width: calc(100vw - 48px);
    background-position: 10%;
    height: auto;
  }
  #home-blocks > section.feature-block-anake *, #home-blocks section.feature-block-ecourse * {
    position: relative !important;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #home-blocks > section.feature-block-anake h1, #home-blocks section.feature-block-ecourse h1 {
    margin-top: 1rem;
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 10.5vw;
  }
  #home-blocks > section.feature-block-anake p, #home-blocks section.feature-block-ecourse p {
    line-height: 20px;
    margin: 2rem auto;
  }
  #home-blocks > section.feature-block-anake .btn, #home-blocks > section.feature-block-anake .wp-block-button__link, #home-blocks section.feature-block-ecourse .btn, #home-blocks section.feature-block-ecourse .wp-block-button__link {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 80vw;
  }
}
@media (min-width: 1129px) {
  #home-blocks > section:nth-child(1) {
    order: 1;
  }
  #home-blocks > section:nth-child(2) {
    order: 2;
  }
  #home-blocks > section:nth-child(3) {
    order: 3;
  }
  #home-blocks > section:nth-child(4) {
    order: 4;
  }
  #home-blocks > section:nth-child(5) {
    order: 9;
  }
  #home-blocks > section:nth-child(6) {
    order: 8;
  }
  #home-blocks > section:nth-child(7) {
    order: 6;
  }
  #home-blocks > section:nth-child(8) {
    order: 5;
  }
  #home-blocks > section:nth-child(9) {
    order: 7;
  }
}
@media (min-width: 760px) and (max-width: 1130px) {
  #home-blocks section.feature-block-covid {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 328px;
  }
}

.wilderness-tile-home {
  height: 296px;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.wilderness-tile-home h1 {
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 10px 12px;
}
.wilderness-tile-home img {
  display: block;
  margin: 0;
  width: 100%;
  height: 176px;
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.wilderness-tile-home .fab {
  background-color: white;
  margin: 14px 8px 14px 14px;
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  border-radius: 26px;
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.wilderness-tile-home main {
  margin: 8px 12px 8px 0;
  font-weight: Regular;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: white;
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
}
.wilderness-tile-home main p {
  margin: 0;
  color: white;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 20px;
}
.wilderness-tile-home:hover {
  transform: scale(1.025, 1.025);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  filter: brightness(115%);
}
.wilderness-tile-home:hover img {
  transform: scale(1.025, 1.025);
}
.wilderness-tile-home:hover .fab {
  transform: scale(1.25, 1.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.block-standard-tile {
  background-color: #87a243;
  transition: background-color 0.5s;
}
.block-standard-tile a {
  text-decoration: none;
}
.block-standard-tile:hover {
  background-color: #687d34;
}
.block-standard-tile .tile-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 11rem;
}
.block-standard-tile.team-block .tile-content {
  height: 4.5rem;
}
.block-standard-tile.team-block .tile-content p {
  text-align: center;
}
.block-standard-tile .tile-content {
  height: 7.5rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}
.block-standard-tile h3 {
  text-align: center;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-family: "Merriweather", serif;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5rem;
}
.block-standard-tile p {
  font-family: "Open Sans", "Nunito Sans", "Merriweather Sans", sans-serif;
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.block-tile-container {
  display: inline;
}
.block-tile-container .block-standard-tile {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 721px) {
  .block-tile-container .block-standard-tile {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 4rem) / 3);
    width: -moz-calc((100% - 4rem)/3);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .block-tile-container .block-standard-tile:nth-child(3n) {
    margin-right: 0;
  }
}

.small-tile .block-tile-container {
  display: flex;
  flex-direction: column;
}
.small-tile .block-tile-container .tile-content {
  height: auto;
  padding-bottom: 16px;
}
@media (min-width: 721px) {
  .small-tile .block-tile-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.collapse-faq:last-child {
  margin-bottom: 32px;
}
.collapse-faq + h2 {
  margin-top: 20px;
}
.collapse-faq h3 {
  color: #4e5c29;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.collapse-faq h3:hover {
  color: #394221;
  background-color: #eff0e4;
}
.collapse-faq h3:before {
  content: "▶ ";
}
.collapse-faq ul, .collapse-faq ol {
  display: none;
}
.collapse-faq p, .collapse-faq li {
  display: none;
  padding-left: 20px;
}
.collapse-faq.is-active h3:hover {
  color: #4e5c29;
}
.collapse-faq.is-active h3:before {
  content: "▼ ";
}
.collapse-faq.is-active li {
  display: list-item;
}
.collapse-faq.is-active ul, .collapse-faq.is-active ol, .collapse-faq.is-active p, .collapse-faq.is-active > li {
  display: block;
}

.collapse-faq:hover {
  cursor: pointer;
}

.wp-block-column figure {
  margin-top: 0;
}

.program-tile-wrap {
  border-color: #687d34;
  border-style: solid;
  border-width: 1px;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.program-tile-wrap .tile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.program-tile-wrap .icon {
  width: calc(4rem - 2px);
  min-height: calc(4rem - 2px);
  background-color: #80a523;
  vertical-align: top;
  border-right-color: #687d34;
  border-right-style: solid;
  border-right-width: 1px;
}
.program-tile-wrap .boxcon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #eee;
  width: calc(100% - 4rem + 1px);
  vertical-align: top;
  box-sizing: border-box;
  padding: calc(0.5rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px) 0.5rem;
  text-align: center;
  flex-direction: column;
}
.program-tile-wrap p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.program-tile-wrap p strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.image-list {
  background-color: #eff0e4;
  border: solid 1px black;
  margin-bottom: 1rem;
}

.image-list .left {
  background-color: #687d34;
  text-align: center;
  color: white;
  padding-top: 1em;
  padding-bottom: 20px;
}

.image-list .left img {
  background-size: cover;
  background-position: center center;
  width: calc(100% + 2rem);
  height: 14.5rem;
  margin: -1rem -1rem 1rem -1rem;
}

.image-list .left .button-block {
  padding: 0 32px 16px;
}

.image-list .left .button-block .button {
  margin-bottom: 1rem;
}

.image-list .right {
  margin: 0 1.5rem;
}

.image-list .right h2 {
  text-align: center;
  margin-top: 1rem;
}

.image-list .list-item {
  text-align: left;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.col-2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  width: calc((100% - 1.5rem) / 2);
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.col-3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  width: calc((100% - 6rem) / 3);
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 7.5rem;
}

.image-list h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.image-list .left h3 {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 0;
}

.image-list .left .btn, .image-list .left .wp-block-button__link {
  margin-bottom: 8px;
}

@media screen and (max-width: 1008px) {
  .image-list .row .col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .image-list .row .col-2 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .image-list {
    display: flex;
    flex-direction: row;
  }
  .image-list .right {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .image-list .left {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (min-width: 1008px) {
  .image-list .right {
    position: relative;
  }
  .image-list .note {
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 400px;
    padding: 0 16px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: white;
  }
}
.adult-tile {
  margin: 2rem 0;
}
.adult-tile h3 {
  grid-area: title;
  color: white;
  padding: 1.5rem 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.adult-tile--description {
  grid-area: desc;
  padding: 0 1rem;
}

.adult-tile--button {
  grid-area: cta;
  color: #687D34;
  background-color: #EFF0E4;
  text-decoration: none;
  margin: 1rem;
}
.adult-tile--button:hover {
  background-color: #ed792f;
}

.adult-tile--image {
  grid-area: img;
  object-fit: cover;
}

.adult-tile--pos {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content min-content min-content;
  grid-template-areas: "img" "title" "desc" "cta";
  background-color: #7A953C;
  background-image: url("./theme-assets/striated-background.svg");
  background-size: 468px;
  color: white;
  box-shadow: 0 3px 6px rgba(84, 65, 52, 0.25), 0 9px 16px rgba(181, 153, 78, 0.2);
  padding: 2px;
}
@media (min-width: 1008px) {
  .adult-tile--pos {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-template-areas: "title img" "desc img" ". img" "cta img";
    grid-template-rows: min-content min-content 1fr min-content;
  }
}

.block-donation-block {
  margin-bottom: 4rem;
}
.block-donation-block h3 {
  margin: 4rem 0 1.5rem;
}
.block-donation-block h3:first-child {
  margin-top: 2rem;
}
.block-donation-block button {
  transition: all 0.25s;
}
.block-donation-block .money_input {
  display: block;
  margin: 0 auto 1rem;
  width: 160px;
  height: 60px;
  text-align: center;
  position: relative;
}
.block-donation-block label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-size: 1.5rem;
  height: 40px;
  z-index: 3;
}
.block-donation-block #donation_amount {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 160px;
  font-size: 2rem;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
}
.block-donation-block ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  gap: 2px;
}
.block-donation-block ul#amount_container {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 640px) {
  .block-donation-block ul#amount_container {
    grid-template-columns: repeat(6, 1fr);
  }
}
.block-donation-block ul#amount_container[data-preset="35"] button#preset_amount_35 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#amount_container[data-preset="50"] button#preset_amount_50 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#amount_container[data-preset="100"] button#preset_amount_100 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#amount_container[data-preset="250"] button#preset_amount_250 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#amount_container[data-preset="500"] button#preset_amount_500 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#amount_container[data-preset="1000"] button#preset_amount_1000 {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#frequency_container {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .block-donation-block ul#frequency_container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block-donation-block ul#frequency_container[data-frequency=one_time] button#preset_frequency_one_time {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#frequency_container[data-frequency=monthly] button#preset_frequency_monthly {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#frequency_container[data-frequency=quarterly] button#preset_frequency_quarterly {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul#frequency_container[data-frequency=annually] button#preset_frequency_annually {
  transform: scale(1.1);
  background-color: #ED792F;
  box-shadow: 0 2px 3px 0 rgba(237, 121, 47, 0.25), 0 3px 8px 2px rgba(237, 121, 47, 0.5);
  outline: solid white 2px;
}
.block-donation-block ul button {
  display: block;
  width: 100%;
}

.letter-from-warren {
  background-color: #fefefe;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 3px 8px 2px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

div.program-tile-wrap + div.wp-block-buttons {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.wp-block-buttons .wp-block-button {
  width: 100%;
}

/*--------------------------------------------------------------
# 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;
}

/* Gutenberg align wide and alignfull styling */
.alignwide,
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

@media (min-width: 920px) {
  .alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
  }
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# D2 Overrides
--------------------------------------------------------------*/
.adult-program-group {
  border: solid 1px #dadbd0;
  background: #eff0e4;
  max-width: calc(64.5rem - 96px) !important;
  margin-bottom: 2rem;
}
.adult-program-group h2 {
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.adult-program-group ul {
  list-style-type: none;
  padding-left: 0;
}

.page .entry-content > ul {
  padding-left: 80px !important;
}

.anake-intro {
  background-image: url(./theme-assets/anake-header-background.jpg);
  background-size: cover;
  min-height: 50vw;
  color: white;
  box-sizing: border-box;
  width: 100% !important;
  padding: 2rem !important;
}
.anake-intro .wp-block-group__inner-container {
  max-width: 640px;
  margin: 0 auto;
}
.anake-intro .tagline {
  font-family: "frente_h1regular", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  line-height: 3rem;
  color: orange;
}
.anake-intro .wp-block-quote p {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
.anake-intro .wp-block-quote cite {
  display: block;
  text-align: right;
  width: 100%;
}
.anake-video .wp-block-embed-youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.anake-video .wp-block-embed__wrapper {
  background-color: #eee;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.anake-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.anake-ataglance {
  background-image: url(./theme-assets/anake-glance-background.jpg);
  background-size: cover;
  box-sizing: border-box;
  margin: 3rem 0;
  padding: 2rem calc(50% - 640px);
  color: white;
}
.anake-ataglance h2 {
  color: white;
  text-align: center;
}
.anake-ataglance .wp-block-columns {
  margin: 2rem auto;
  max-width: 1280px;
}
.anake-ataglance .wp-block-column h3 {
  text-align: center;
  margin: 0;
  background-color: #755b4a;
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
}
.anake-ataglance .wp-block-column p, .anake-ataglance .wp-block-column ul {
  list-style-type: none;
  background-color: #eff0e4;
  color: black;
  margin: 0;
  padding: 0.5rem;
  border-left: solid 2px #755b4a;
  border-right: solid 2px #755b4a;
}
.anake-ataglance .wp-block-column p.end, .anake-ataglance .wp-block-column ul.end {
  border-bottom: solid 2px #755b4a;
  margin-bottom: 0.5rem;
}
.anake-testimonials {
  background-color: #eefeff;
  border-top: solid 1px #2793e6;
  border-bottom: solid 1px #2793e6;
}
.anake-testimonials .wp-block-group__inner-container {
  max-width: 1280px;
  margin: 1rem auto;
}

.wp-block-buttons + h2 {
  margin-top: 3rem;
}

.d2-post-feature-image {
  margin: 1rem auto;
  max-width: 936px;
  width: 100%;
}
.d2-post-feature-image > img {
  display: block;
  width: 100%;
}

body.post-type-archive-product .site-content {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-product .site-content section.widget_search, body.post-type-archive-product .site-content section.widget_categories {
  display: none !important;
}
body.post-type-archive-product .site-content .widget-area {
  order: 3;
  grid-area: filter;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1rem;
}
body.post-type-archive-product .site-content .content-area {
  display: contents;
}
body.post-type-archive-product .site-content .content-area .site-main {
  display: contents;
}
body.post-type-archive-product .site-content .content-area .woocommerce-products-header {
  order: 1;
  grid-area: intro;
}
body.post-type-archive-product .site-content .content-area .woocommerce-notices-wrapper {
  order: 2;
  grid-area: notice;
}
body.post-type-archive-product .site-content .content-area .woocommerce-results-count {
  display: none !important;
  order: 4;
}
body.post-type-archive-product .site-content .content-area .woocommerce-ordering {
  display: none !important;
  order: 5;
}
body.post-type-archive-product .site-content .content-area .products {
  order: 6;
  grid-area: product;
}
body.post-type-archive-product .site-content .content-area .woocommerce-pagination {
  order: 7;
  grid-area: pag;
}
body.post-type-archive-product .site-content .content-area .woocommerce-pagination a {
  text-decoration: none;
}
@media (min-width: 760px) {
  body.post-type-archive-product .site-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: min-content min-content min-content 1fr;
    grid-template-areas: "intro intro intro" "notice notice notice" "product product pag" "product product filter";
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    width: 100%;
  }
  body.post-type-archive-product .site-content .widget-area {
    border-left: solid 1px #eee;
  }
}
@media (min-width: 1080px) {
  body.post-type-archive-product .site-content {
    grid-template-columns: repeat(3, 1fr) 1.5fr;
    grid-template-areas: "intro intro intro intro" "notice notice notice notice" "product product product pag" "product product product filter";
  }
}

.ecourse-tiles h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
  font-weight: bold;
}
.ecourse-tiles p, .ecourse-tiles ul, .ecourse-tiles ol, .ecourse-tiles li {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 1007px) {
  .ecourse-tiles {
    flex-direction: column;
  }
  .ecourse-tiles .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.ecourse-tiles a.btn, .ecourse-tiles a.wp-block-button__link {
  color: white;
  text-decoration: none;
  background-color: #687d34;
  font-family: sans-serif;
  margin-bottom: 1rem;
  margin-top: 0;
}
.ecourse-tiles .wp-block-image {
  margin-bottom: 0;
  display: block;
}
.ecourse-tiles .wp-block-image img {
  display: block;
}

.wp-block-table.upcoming-weekend table {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.wp-block-table.upcoming-weekend table td:first-child {
  padding-left: 0;
}
.wp-block-table.upcoming-weekend table td:last-child {
  padding-right: 0;
  text-align: left;
}

.kamana-about-box {
  background-color: #fefefe;
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding-top: 1rem !important;
  margin-top: 3rem;
}

.mapclass table {
  margin-top: 0;
  margin-bottom: 3rem;
}
.mapclass tr {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}
.mapclass tr td:last-child {
  text-align: left;
  margin-left: 3rem;
}
.mapclass tr:first-child {
  padding-top: 1.5rem;
}
.mapclass tr:first-child td {
  padding-top: 0;
}
.mapclass tr:last-child {
  padding-bottom: 1.5rem;
}

.product .variations_form .variations {
  margin-top: 0;
  background-color: transparent;
  border-width: 0;
}
.product .variations_form .variations td.label, .product .variations_form .variations td.value {
  padding: 0 0 1rem 0;
}
.product .variations_form .variations td.label .reset_variations, .product .variations_form .variations td.value .reset_variations {
  display: none;
}
.product .variations_form .variations td.label select, .product .variations_form .variations td.value select {
  display: block;
  width: 100%;
}
.product .variations_form .variations td.label {
  padding-right: 1rem;
  font-weight: bold;
}

div.woocommerce-variation-price > span:before {
  color: black;
  font-size: 1rem;
  font-weight: normal;
  content: "Price with these options: ";
}

div.woocommerce-variation-add-to-cart {
  margin-top: 1.5rem;
}

div.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 0 !important;
}
div.woocommerce-tabs.wc-tabs-wrapper > ul {
  display: none !important;
}

div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  margin-bottom: 0;
}

form.woocommerce-cart-form table.cart {
  background-color: transparent;
}
form.woocommerce-cart-form table.cart .product-remove {
  width: 32px;
  padding-left: 1rem;
  text-align: center;
}
form.woocommerce-cart-form table.cart .product-thumbnail {
  display: none;
}
form.woocommerce-cart-form table.cart .product-price {
  text-align: right;
}
form.woocommerce-cart-form table.cart .product-quantity {
  width: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}
form.woocommerce-cart-form table.cart .product-quantity input {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
form.woocommerce-cart-form table.cart .product-subtotal {
  text-align: right;
  padding-right: 1rem;
}
form.woocommerce-cart-form table.cart th {
  padding: 1rem 2px;
  text-align: left;
  background-color: white;
  color: rgb(90, 84, 84);
}
form.woocommerce-cart-form table.cart td {
  vertical-align: top;
  padding: 1rem 2px;
}
form.woocommerce-cart-form table.cart td.product-name {
  text-align: left;
}
form.woocommerce-cart-form table.cart td.product-name dl {
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1rem;
}
form.woocommerce-cart-form table.cart td.product-name dd {
  margin-top: 0;
}
form.woocommerce-cart-form table.cart td.product-name dd p {
  margin-top: 0;
}
form.woocommerce-cart-form table.cart td.product-name dt {
  margin-top: 0.5rem;
  float: none;
}
.reset_variations {
  display: none !important;
}

.onsale {
  display: none;
}

.center-all .tile-content p {
  text-align: center;
}

body[data-newtheme=true] {
  background-image: url(./theme-assets/topo-background.svg);
  background-size: 240px;
  background-repeat: repeat;
}
body[data-newtheme=true] .site-content {
  background-color: transparent;
}
body[data-newtheme=true] h2 {
  color: #544134;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

body[data-newtheme=partial] .site-content {
  background-image: url(./theme-assets/topo-background.svg);
  background-size: 240px;
  background-repeat: repeat;
}

/*# sourceMappingURL=style.css.map */
