/*
Theme Name: styl_s
Theme URI: https://github.com/luclemo/Styl_s
Author: Lucas Lemonnier
Author URI: http://lucaslemonnier.com
Description: A stylus version of the underscores starter theme (http://underscores.me/)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styl_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

styl_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
		## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 32em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 1280%;
  font-size: 80%;
}
sub,
sup {
  font-size: 1200%;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 80px;
  font-size: 5rem;
  color: #36362b;
}
@media only screen and (max-width: 1223px) {
  h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h2 {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: 2px;
  color: #36362b;
}
@media only screen and (max-width: 1223px) {
  h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h3 {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  color: #36362b;
}
h4 {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
}
h5 {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
}
h6 {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 2000%;
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  background-color: #3e604c;
  color: #fff;
  padding: 7px 15px;
  transition: 0.2s ease-in-out;
}
.button:visited {
  color: #fff;
}
.button:hover {
  color: #fff;
  transition: 0.2s ease-in-out;
}
.button-white {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  color: #3e604c;
  border: 1px solid #3e604c;
  padding: 7px 15px;
  transition: 0.2s ease-in-out;
}
.button-white:visited {
  color: #3e604c;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #3e604c;
  color: #fff;
  border-radius: 0;
  padding: 7px 15px;
  transition: 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:visited {
  color: #fff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  transition: 0.2s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
---------------------------------------------------------------*/
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* --------------------------------------------------------------
## Menus
----------------------------------------------------------------*/
#masthead {
  padding: 15px 5%;
  position: absolute;
  width: 100%;
  z-index: 99;
}
#masthead .menu-container {
  position: relative;
  overflow: visible;
}
#masthead .menu-container .menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  max-height: 75px;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex {
    justify-content: space-between;
    min-height: unset;
  }
}
#masthead .menu-container .menu-flex .site-branding {
  z-index: 99;
  position: relative;
  flex-grow: 2;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding {
    order: 1;
  }
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .site-branding {
    margin-right: 70px;
  }
}
#masthead .menu-container .menu-flex .site-branding img {
  width: auto;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .site-branding img {
    width: 150px;
  }
}
#masthead .menu-container .menu-flex .internal-logo {
  padding-top: 0px !important;
}
#masthead .menu-container .menu-flex .internal-logo img {
  width: auto;
}
#masthead .menu-container .menu-flex .main-navigation {
  flex-grow: 1;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 98;
    background: #36362b;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu {
    flex-direction: column;
    align-items: flex-end;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
  margin: 0 10px;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:first-of-type {
  margin-left: 0;
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li {
    text-align: right;
    max-width: 240px;
    margin: 0;
    width: 100%;
  }
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li:hover {
    background-color: #3e604c;
  }
}
#masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 1223px) {
  #masthead .menu-container .menu-flex .main-navigation #primary-menu >li >a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.75em 25px 0.75em 50px;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container {
  left: 0;
  z-index: 99;
  order: 2;
  padding: 10px;
  cursor: pointer;
  background-color: #36362b;
}
@media only screen and (min-width: 1224px) {
  #masthead .menu-container .menu-flex .mobile-menu-button-container {
    display: none;
  }
}
#masthead .menu-container .menu-flex .mobile-menu-button-container.active .mobile-menu-button {
  background-image: url("./library/images/hamburger.svg");
}
#masthead .menu-container .menu-flex .mobile-menu-button-container .mobile-menu-button {
  width: 35px;
  height: 35px;
  display: block;
  background-image: url("./library/images/hamburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.home .site-branding img {
  max-width: 200px;
}
.internal {
  position: relative !important;
  background-color: #36362b;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #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;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
----------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
body {
  background-color: #fff9ed;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-page-weelerz-map .hentry {
  margin: 0;
}
.container {
  width: auto;
  max-width: 95%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1224px) {
  .container {
    width: auto;
    max-width: 1360px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content {
  padding: 50px 0;
}
.entry-content h1 {
  font-size: 64px;
  font-size: 4rem;
  margin: 0 0 0.25em 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .entry-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.entry-content h1 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0.5em 0 0.25em 0;
  line-height: 1.25em;
  display: block;
}
.entry-content h2 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin: 0.5em 0 0.25em 0;
}
.entry-content h3 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin: 0.5em 0 0.25em 0;
}
.entry-content h4 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content h5 {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin: 0.5em 0 0.25em 0;
}
.entry-content h5 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content h6 {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin: 0.5em 0 0.25em 0;
}
.entry-content h6 strong {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
}
.entry-content a {
  color: #3e604c;
}
.entry-content a:visited {
  color: #3e604c;
}
.entry-content p {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  font-size: 18.4px;
  font-size: 1.15rem;
}
.entry-content strong {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
}
.entry-content ul {
  padding: 0 0 0 20px;
  margin: 1em 0 1.5em 0;
}
.entry-content ul li {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  font-size: 18.4px;
  font-size: 1.15rem;
}
.entry-content .wp-block-quote {
  position: relative;
  margin: 25px 40px;
}
.entry-content .wp-block-quote:before {
  content: '"';
  z-index: 2;
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 112px;
  font-size: 7rem;
  color: #a8ad80;
  position: absolute;
  top: -50px;
  left: -40px;
  opacity: 0.5;
}
.entry-content .wp-block-quote:after {
  content: '"';
  z-index: 2;
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 112px;
  font-size: 7rem;
  color: #a8ad80;
  position: absolute;
  top: -50px;
  right: -40px;
  opacity: 0.5;
}
.entry-content .wp-block-quote p {
  font-family: 'bariollight';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 10px;
  position: relative;
  z-index: 50;
}
.entry-content .wp-block-quote cite {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  position: relative;
  margin-left: 10px;
}
.entry-content .wp-block-quote cite:before {
  content: '-';
  position: absolute;
  left: -10px;
}
.entry-content .wp-block-image {
  margin: 0;
}
.entry-content .wp-block-image figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.entry-content .wp-block-image figcaption {
  background-color: #36362b;
  color: #fff;
  padding: 10px;
  margin-top: 0;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container a {
  color: #fff;
  text-decoration: none;
}
.entry-content .wp-block-columns .wp-block-column {
  text-align: center;
}
.entry-content .wp-block-columns .wp-block-column .wp-block-image {
  text-align: center;
  margin: auto;
}
.entry-content .wp-block-columns .wp-block-column .wp-block-image figure {
  display: block;
}
.entry-content .wp-block-separator {
  margin: 50px 0;
}
.guide-callout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px 0 50px 0;
}
.guide-callout .each-option {
  margin: 0 20px;
  text-align: center;
}
.guide-callout .each-option img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.guide-callout .each-option p {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-top: 15px;
}
.error-404 .container {
  width: 95%;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
.scrim-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(54,54,43,0.27) 0%, rgba(54,54,43,0.67) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(54,54,43,0.27) 0%, rgba(54,54,43,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(54,54,43,0.27) 0%, rgba(54,54,43,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #36362b;
  opacity: 0.5;
}
.tree-scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-image: url("./library/images/tree_bg3.png");
  background-size: cover;
}
.top-image-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #36362b;
  position: relative;
  min-height: 390px;
  height: 80vh;
}
@media only screen and (max-width: 767px) {
  .top-image-home {
    height: auto;
    min-height: 500px;
    padding: 100px 0;
  }
}
.top-image-home .video-contain {
  position: absolute;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  min-height: 390px;
}
.top-image-home .video-contain video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1223px) {
  .top-image-home .video-contain video {
    display: none;
  }
}
.top-image-home .view-more-arrow {
  position: absolute;
  transform-style: preserve-3d;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .top-image-home .view-more-arrow {
    display: none;
  }
}
.top-image-home .view-more-arrow span {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-bottom: 5px;
}
.top-image-home .view-more-arrow img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.top-image-home .container {
  width: 100%;
  max-width: 740px;
  position: relative;
  z-index: 3;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top-image-home .container {
    padding: 0 2.5%;
    top: 60%;
  }
}
.top-image-home .container span {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  display: block;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .top-image-home .container span {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.top-image-home .container h1 {
  font-size: 71.52px;
  font-size: 4.47rem;
  line-height: 1em;
  width: 100%;
  display: block;
  color: #fff;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .top-image-home .container h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-size: 128vw;
    font-size: 8vw;
  }
}
.top-image-home .container .search-bar-contain {
  display: block;
  width: 99%;
  margin: auto;
}
.top-image-home .container .search-bar-contain .search-bar {
  margin-top: 15px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(54,54,43,0.16);
  position: relative;
  z-index: 3;
}
.top-image-home .container .search-bar-contain .filters-bar {
  background-color: #3e604c;
  position: relative;
  z-index: 2;
}
.top-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vh;
  max-height: 575px;
}
.top-image-campground {
  background-color: #36362b;
  max-height: 1000px;
}
@media only screen and (max-width: 1223px) {
  .top-image-campground {
    max-height: 410px;
  }
}
.top-image-campground .hero-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.top-image-campground .hero-slider .slick-list {
  height: auto !important;
}
.top-image-campground .hero-slider button.slick-prev {
  left: 25px;
  z-index: 99;
}
.top-image-campground .hero-slider button.slick-prev:before {
  font-size: 800px;
  font-size: 50px;
}
.top-image-campground .hero-slider button.slick-next {
  right: 50px;
  z-index: 50;
}
.top-image-campground .hero-slider button.slick-next:before {
  font-size: 800px;
  font-size: 50px;
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide {
  height: 60vh;
  max-height: 1000px;
}
@media only screen and (max-width: 1223px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide {
    height: auto;
    max-height: 410px;
  }
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide >div:first-of-type {
  height: 100%;
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .full-slide {
  width: 100vw !important;
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .full-slide img {
  max-width: unset;
  width: 100%;
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide img {
  max-height: 60vh;
  min-height: 60vh;
  max-width: 1150px;
  object-fit: cover;
}
@media only screen and (max-width: 1223px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide img {
    max-height: 410px;
    max-width: unset;
    min-height: unset;
  }
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 1237px !important;
  height: 100% !important;
}
@media only screen and (max-width: 1223px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container {
    width: 729px !important;
    height: 410px !important;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container {
    width: 100vw;
  }
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container iframe,
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container object,
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide .video-container embed {
  width: 100%;
  height: 100%;
}
.top-image-campground .hero-slider .slick-list .slick-track .slick-slide video {
  width: auto !important;
  height: 60vh;
  max-height: 1000px;
}
@media only screen and (max-width: 1223px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide video {
    height: 100%;
    width: 100vw !important;
    max-height: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .top-image-campground .hero-slider .slick-list .slick-track .slick-slide video {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slick-lightbox {
  background: rgba(0,0,0,0.9) !important;
}
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  font-size: 800px;
  font-size: 50px;
}
.slick-lightbox .slick-next {
  right: 45px !important;
}
.campground-title-contain {
  background-color: #36362b;
  padding: 15px 0 25px 0;
}
.campground-title-contain .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: auto;
}
.campground-title-contain .container .title-contain {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .campground-title-contain .container .title-contain {
    width: 100%;
  }
}
.campground-title-contain .container .title-contain h1 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1223px) {
  .campground-title-contain .container .title-contain h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .campground-title-contain .container .title-contain h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.campground-title-contain .container .title-contain span {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #fff;
}
.campground-title-contain .container .title-contain .go-back {
  margin: 0 0 10px 0;
}
.campground-title-contain .container .title-contain .go-back a {
  position: relative;
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
}
.campground-title-contain .container .title-contain .go-back a:before {
  content: '';
  background-image: url("library/images/back-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.campground-title-contain .container .member-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .campground-title-contain .container .member-icon {
    width: auto;
    margin: 25px auto 0 auto;
  }
}
.campground-title-contain .container .member-icon img {
  width: 155px;
  height: 70px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1223px) {
  .campground-title-contain .container .member-icon img {
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.campground-title-contain .container .member-icon span {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1223px) {
  .campground-title-contain .container .member-icon span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.campground-title-contain .container .federal-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campground-title-contain .container .federal-icon img {
  width: 55px;
  height: 62px;
  margin-bottom: 15px;
}
.campground-title-contain .container .federal-icon span {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
.campground-title-contain .container .state-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campground-title-contain .container .state-icon img {
  width: 87px;
  height: 44px;
  margin-bottom: 15px;
}
.campground-title-contain .container .state-icon span {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
.site-options-section {
  background-color: #fff;
  padding: 40px 0;
}
.site-options-section .container {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.site-options-section .container .dark-categories-list {
  width: 100%;
}
.site-options-section .container .dark-categories-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .site-options-section .container .dark-categories-list ul {
    justify-content: center;
  }
}
.site-options-section .container .dark-categories-list ul li {
  width: 19%;
  min-width: 160px;
  display: flex;
  margin: 15px 5px;
}
@media only screen and (max-width: 767px) {
  .site-options-section .container .dark-categories-list ul li {
    justify-content: center;
  }
}
.site-options-section .container .each-option {
  margin: 0 10px;
}
.map-directions .map {
  margin-bottom: 25px;
}
.page .container,
.single-post .container {
  max-width: 1000px;
}
@media only screen and (max-width: 1223px) {
  .page .container,
  .single-post .container {
    padding: 0 2.5%;
  }
}
.page .container .leaderboard-space,
.single-post .container .leaderboard-space {
  margin: 20px auto 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page .container .leaderboard-space,
  .single-post .container .leaderboard-space {
    margin: 25px auto;
  }
}
.page .container .leaderboard-space.single-top,
.single-post .container .leaderboard-space.single-top {
  margin-bottom: 0;
}
.page-template-campground-search .entry-content,
.search .entry-content {
  padding: 0;
}
.single-post {
  background-color: #fff9ed;
}
.single-post .entry-content .container {
  max-width: 970px;
}
.single-post .entry-content .container #breadcrumb,
.single-post .entry-content .container #category {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.single-post .entry-content .container span {
  color: #707070;
}
.single-post .entry-content .container .blog-heading-contain {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 15px 40px;
  border-top: 7px solid #3e604c;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-post .entry-content .container .blog-heading-contain {
    flex-wrap: wrap;
  }
}
.single-post .entry-content .container .blog-heading-contain .title-contain h1 {
  margin: 0;
}
.single-post .entry-content .container .blog-heading-contain .title-contain span {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
}
.single-post .entry-content .container .blog-heading-contain .social-contain {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .single-post .entry-content .container .blog-heading-contain .social-contain {
    margin-top: 15px;
  }
}
.single-post .entry-content .container .blog-heading-contain .social-contain .social-flex {
  display: flex;
  justify-content: space-between;
}
.single-post .entry-content .container .blog-heading-contain .social-contain .social-flex a {
  margin: 0 5px;
}
.single-post .entry-content .container .blog-heading-contain .social-contain .social-flex a img {
  min-height: 30px;
  max-height: 30px;
  min-width: 30px;
  max-width: 30px;
  object-fit: contain;
}
.single-post .entry-content .container .blog-heading-contain .social-contain .social-flex a:visited {
  color: inherit;
}
.single-post .entry-content .container .blog-featured-image {
  position: relative;
}
.single-post .entry-content .container .blog-featured-image img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 600px;
}
.single-post .entry-content .container .blog-featured-image .author {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  position: absolute;
  transform-style: preserve-3d;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
.single-post .entry-content .container .blog-featured-image .author img {
  border-radius: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid #fff;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
}
.single-post .entry-content .container .blog-featured-image .author span {
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
}
.single-post .entry-content .container .inner-container {
  padding: 90px 40px 50px 40px;
  background-color: #fff;
}
.page-template-page-stories .container {
  max-width: 1360px;
}
.leaderboard-space {
  margin: 15px auto;
  text-align: center;
}
@media only screen and (max-width: 1223px) {
  .leaderboard-space {
    max-width: 970px;
    padding: 0 2.5%;
  }
}
.leaderboard-space a img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.medium-ad-space {
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}
.medium-ad-space .each-medium {
  margin: 0 0.33%;
  text-decoration: none;
  min-width: 33%;
  max-height: 261px;
}
.medium-ad-space .each-medium:first-of-type {
  margin-left: 0;
}
.medium-ad-space .each-medium:last-of-type {
  margin-right: 0;
}
.medium-ad-space .each-medium img {
  max-width: 313px;
  width: 100%;
}
.default-content {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  margin: auto;
  padding: 50px 0;
  width: 95%;
}
@media only screen and (max-width: 1223px) {
  .default-content {
    flex-wrap: wrap;
    padding: 50px 2.5%;
    justify-content: center;
    order: 2;
  }
}
.default-content .entry-content {
  width: 100%;
  max-width: 970px;
  margin: auto;
}
.default-content .widget-area {
  max-width: 430px;
  min-width: 350px;
}
@media only screen and (max-width: 1223px) {
  .default-content .second-column {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .default-content .second-column {
    width: 100%;
  }
}
.default-content .second-column .campground-info-box {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  border: 1px solid #3e604c;
  padding: 25px;
}
.default-content .second-column .campground-info-box .social-contain a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.default-content .second-column .campground-info-box .social-contain a img {
  margin: 0 10px;
}
.default-content .second-column .campground-info-box .social-contain a img:first-of-type {
  margin-left: 0;
}
.default-content .second-column .campground-info-box h3 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
.default-content .second-column .campground-info-box p {
  margin: 1em 0;
}
.default-content .second-column .campground-info-box a {
  display: block;
  padding: 10px;
  text-align: center;
  margin: 1em 0;
}
.advertiser-banner-space {
  width: auto;
  max-width: 95%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1224px) {
  .advertiser-banner-space {
    width: auto;
    max-width: 1360px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
section.featured-campgrounds {
  padding: 10px 0 50px 0;
  background-color: #fff9ed;
}
@media only screen and (max-width: 767px) {
  section.featured-campgrounds {
    padding: 50px 0;
  }
}
section.featured-campgrounds .container {
  width: 95%;
  text-align: center;
}
section.featured-campgrounds .container h2 {
  margin: 0 0 0.5em 0;
  font-size: 3em;
}
@media only screen and (max-width: 767px) {
  section.featured-campgrounds .container h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 1em 0;
  }
}
section.featured-campgrounds .container .legend {
  position: relative;
  border: 1px solid #a8ad80;
  padding: 50px 75px 30px 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  display: none;
}
section.featured-campgrounds .container .legend:before {
  content: 'Legend';
  position: absolute;
  transform-style: preserve-3d;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'CheltenhmBTWXX-Bold';
  font-weight: 300;
  font-style: normal;
  top: -18px;
  background-color: #fff9ed;
  padding: 5px 10px;
}
@media only screen and (max-width: 1223px) {
  section.featured-campgrounds .container .legend {
    padding: 50px 25px 25px 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.featured-campgrounds .container .legend .each-legend-item {
  margin: 0 10px 20px 10px;
}
section.featured-campgrounds .container .legend .each-legend-item a {
  display: flex;
  align-items: center;
  margin: 0 5px;
  text-decoration: none;
  color: #36362b;
}
@media only screen and (max-width: 1223px) {
  section.featured-campgrounds .container .legend .each-legend-item a {
    margin: 0 15px 25px 15px;
  }
}
section.featured-campgrounds .container .legend .each-legend-item a img {
  max-width: 30px;
}
section.featured-campgrounds .container .legend .each-legend-item a p {
  white-space: nowrap;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  section.featured-campgrounds .container .legend .each-legend-item a p {
    margin: 0 0 0 10px;
  }
}
.single-campground {
  margin-right: 25px !important;
  padding: 0;
}
@media only screen and (max-width: 1223px) {
  .single-campground {
    margin-right: unset !important;
    order: 2;
  }
}
.single-campground .container p {
  margin: 1em 0 2em 0;
}
.single-campground .container .dark-categories-list {
  margin: 50px 0;
}
.single-campground .container .dark-categories-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .single-campground .container .dark-categories-list ul {
    padding: 0;
  }
}
.single-campground .container .dark-categories-list ul li {
  width: 30%;
  margin: 5px 3% 5px 0;
}
@media only screen and (max-width: 767px) {
  .single-campground .container .dark-categories-list ul li {
    width: 47%;
  }
}
.dark-categories-list ul li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.dark-categories-list ul li:before {
  content: '';
  display: block;
  height: 20px;
  width: 44px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dark-categories-list ul li.showers:before {
  background-image: url("library/images/shower_dark.svg");
}
.dark-categories-list ul li.wifi:before {
  background-image: url("library/images/wifi_dark.svg");
}
.dark-categories-list ul li.pet-friendly:before {
  background-image: url("library/images/paw_dark.svg");
}
.dark-categories-list ul li.rv-sites:before {
  background-image: url("library/images/rv_dark.svg");
}
.dark-categories-list ul li.big-rigs:before {
  background-image: url("library/images/bigrig_dark.svg");
}
.dark-categories-list ul li.tent:before {
  background-image: url("library/images/tent_dark.svg");
}
.dark-categories-list ul li.cabins:before {
  background-image: url("library/images/cabin_dark.svg");
}
.dark-categories-list ul li.glamping:before {
  background-image: url("library/images/glamping_dark.svg");
}
.dark-categories-list ul li.yurts:before {
  background-image: url("library/images/yurt_dark.svg");
}
.dark-categories-list ul li.group:before {
  background-image: url("library/images/group_dark.svg");
}
.dark-categories-list ul li.pull-through:before {
  background-image: url("library/images/pullthrough_dark.svg");
}
.dark-categories-list ul li.dispersed:before {
  background-image: url("library/images/dispersed_dark.svg");
}
.dark-categories-list ul li.extended-stay:before {
  background-image: url("library/images/extended_dark.svg");
}
.dark-categories-list ul li.equestrian:before {
  background-image: url("library/images/equestrian_dark.svg");
}
.dark-categories-list ul li.trailer-towable:before {
  background-image: url("library/images/trailer_dark.svg");
}
.dark-categories-list ul li.ada-accessible:before {
  background-image: url("library/images/ada_dark.svg");
}
.dark-categories-list ul li.bbq:before {
  background-image: url("library/images/bbq_dark.svg");
}
.dark-categories-list ul li.boat-launch:before {
  background-image: url("library/images/boat_dark.svg");
}
.dark-categories-list ul li.camp-store:before {
  background-image: url("library/images/store_dark.svg");
}
.dark-categories-list ul li.dump-station:before {
  background-image: url("library/images/dumpstation_dark.svg");
}
.dark-categories-list ul li.electric-hookups:before {
  background-image: url("library/images/electrichookup_dark.svg");
}
.dark-categories-list ul li.fire-pit:before {
  background-image: url("library/images/fire_dark.svg");
}
.dark-categories-list ul li.fish-cleaning-station:before {
  background-image: url("library/images/fish_dark.svg");
}
.dark-categories-list ul li.food-locker:before {
  background-image: url("library/images/locker_dark.svg");
}
.dark-categories-list ul li.meeting-room:before {
  background-image: url("library/images/meeting_dark.svg");
}
.dark-categories-list ul li.pet-park:before {
  background-image: url("library/images/pet_park_dark.svg");
}
.dark-categories-list ul li.picnic-table:before {
  background-image: url("library/images/picnic_dark.svg");
}
.dark-categories-list ul li.playground:before {
  background-image: url("library/images/playground_dark.svg");
}
.dark-categories-list ul li.pool:before {
  background-image: url("library/images/pool_dark.svg");
}
.dark-categories-list ul li.potable-water:before {
  background-image: url("library/images/water_dark.svg");
}
.dark-categories-list ul li.propane:before {
  background-image: url("library/images/propane_dark.svg");
}
.dark-categories-list ul li.sewer-hookups:before {
  background-image: url("library/images/sewer_dark.svg");
}
.dark-categories-list ul li.restrooms:before {
  background-image: url("library/images/toilet_dark.svg");
}
.dark-categories-list ul li.seasonal:before {
  background-image: url("library/images/seasonal_dark.svg");
}
.dark-categories-list ul li.nude-recreation:before {
  background-image: url("library/images/nude_dark.svg");
}
.dark-categories-list ul li.age-restriction:before {
  background-image: url("library/images/age_dark.svg");
}
.dark-categories-list ul li.laundry-facilities:before {
  background-image: url("library/images/laundry-facilities_dark.svg");
}
.dark-categories-list ul li.firewood:before {
  background-image: url("library/images/firewood_dark.svg");
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li:before {
  content: '';
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.showers:before {
  background-image: url("library/images/shower_light_green.svg");
  width: 13px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.wifi:before {
  background-image: url("library/images/wifi_light_green.svg");
  width: 22px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.pet-friendly:before {
  background-image: url("library/images/pets_light_green.svg");
  width: 19px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.rv-sites:before {
  background-image: url("library/images/rv_light_green.svg");
  width: 37px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.big-rigs:before {
  background-image: url("library/images/big_rig_light_green.svg");
  width: 44px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.tent:before {
  background-image: url("library/images/tent_light_green.svg");
  width: 38px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.cabins:before {
  background-image: url("library/images/cabins_light_green.svg");
  width: 22px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.glamping:before {
  background-image: url("library/images/glamping_light_green.svg");
  width: 23px;
}
.campgrounds-contain .each-campground .content-contain .categories-list ul li.dispersed:before {
  background-image: url("library/images/dispersed_light_green.svg");
  width: 23px;
}
.campgrounds-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1223px) {
  .campgrounds-contain {
    justify-content: space-evenly;
  }
}
.each-campground {
  display: flex;
  flex-direction: column;
  background-color: #36362b;
  max-width: 440px;
  min-width: 400px;
  width: 33%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1223px) {
  .each-campground {
    width: 48%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .each-campground {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
.each-campground.home-ad-campground {
  background-color: transparent;
  max-height: 367px;
}
.each-campground.home-ad-campground .external-link {
  height: 100%;
  width: 100%;
}
.each-campground.home-ad-campground .external-link img {
  object-fit: contain;
}
.each-campground a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 230px;
  max-height: 230px;
}
.each-campground .content-contain {
  padding: 5px 20px 15px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.each-campground .content-contain h3,
.each-campground .content-contain p,
.each-campground .content-contain span {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
}
.each-campground .content-contain h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.1;
}
.each-campground .content-contain h3 a {
  text-decoration: none;
  color: #fff;
}
.each-campground .content-contain p {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 1px;
}
.each-campground .content-contain .region {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #a8ad80;
}
.each-campground .content-contain .categories-list {
  margin: 10px 0 5px 0;
}
.each-campground .content-contain .categories-list ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.each-campground .content-contain .categories-list ul li {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.each-campground .content-contain .categories-list ul li:before {
  content: '';
  display: block;
  height: 20px;
  width: 44px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.camping-stories {
  padding: 170px 0;
  position: relative;
  background: #a5683a; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a5683a 0%, #7d4923 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 767px) {
  section.camping-stories {
    padding: 50px 0;
  }
}
section.camping-stories .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
section.camping-stories .container h2 {
  color: #f4e5c5;
  margin: 0 0 0.15em 0;
}
@media only screen and (max-width: 767px) {
  section.camping-stories .container h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 1em 0;
  }
}
section.camping-stories .container .button {
  margin: 50px 0 0 0;
}
.stories-top-heading {
  background: #a5683a; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a5683a 0%, #7d4923 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 450px;
  position: relative;
}
.stories-top-heading .container {
  width: 95%;
  position: relative;
  z-index: 3;
  padding: 30px 0 5px 0;
  overflow: visible;
}
@media only screen and (max-width: 1223px) {
  .stories-top-heading .container {
    max-width: 970px;
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .stories-top-heading .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.stories-top-heading .container h1 {
  color: #f4e5c5;
  text-align: center;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 1223px) {
  .stories-top-heading .container h1 {
    margin-top: 50px;
  }
}
.stories-top-heading .container h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #f4e5c5;
  margin: 0 0 10px 0;
}
.stories-top-heading .container .stories-wrap .each-story {
  margin: 0;
  box-shadow: 0 5px 8px rgba(54,54,43,0.16);
}
.stories-top-heading .container .stories-wrap .each-story:first-of-type {
  margin: 0 1% 0 0;
}
@media only screen and (max-width: 1223px) {
  .stories-top-heading .container .stories-wrap .each-story:first-of-type {
    margin: 10px 0;
  }
}
.stories-top-heading .container .stories-wrap .each-story:last-of-type {
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 1223px) {
  .stories-top-heading .container .stories-wrap .each-story:last-of-type {
    margin: 10px 0;
  }
}
.categories-index-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0;
}
.categories-index-wrap .each-category {
  margin: 5px 10px;
}
.categories-index-wrap .each-category a {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  color: #fff9ed;
  padding: 10px 15px;
  background-color: #36362b;
}
.single .visible {
  overflow: visible;
}
.single .categories-menu-index-wrap {
  margin: 25px auto 0 auto;
}
.categories-menu-index-wrap {
  max-width: 1000px;
  margin: 25px auto 50px auto;
}
.categories-menu-index-wrap ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.categories-menu-index-wrap ul.menu li {
  position: relative;
}
.categories-menu-index-wrap ul.menu li:hover ul {
  display: inline-block;
}
.categories-menu-index-wrap ul.menu li a {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  padding: 10px 17px;
  display: inline-block;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #36362b;
}
.categories-menu-index-wrap ul.menu li ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 49px;
  left: 5px;
  padding: 0;
  margin: 0;
  min-width: 250px;
  list-style: none;
  background-color: #fff9ed;
  border: 3px solid #36362b;
}
.categories-menu-index-wrap ul.menu li ul li a {
  color: #36362b;
  display: inline-block;
  margin: 0;
  background-color: transparent;
}
.categories-menu-index-wrap ul.menu li ul li a:hover {
  text-decoration: underline;
}
.archive .stories-top-heading {
  min-height: unset;
}
.archive .stories-top-heading .container {
  overflow: visible;
}
.archive .stories-top-heading h1 {
  margin: 0;
}
.archive .stories-top-heading h1 a {
  color: #f4e5c5;
  text-decoration: none;
}
.archive .stories-top-heading .page-title {
  font-size: 32px;
  font-size: 2rem;
}
.archive article {
  padding: 50px 0 0 0;
}
.page-template-page-stories .leaderboard-space {
  margin: 50px auto 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-page-stories .leaderboard-space {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.page-template-page-stories .entry-content {
  padding: 25px 0 50px 0;
}
.page-template-page-stories .entry-content .container {
  width: 95%;
}
@media only screen and (max-width: 1223px) {
  .page-template-page-stories .entry-content .container {
    max-width: 970px;
  }
}
.page-id-36 .top-image {
  position: relative;
  min-height: 300px;
  height: auto;
}
.page-id-36 .top-image .container {
  position: relative;
  max-width: 1000px;
  height: 100%;
  overflow: hidden;
  z-index: 50;
  padding: 100px 0;
}
.page-id-36 .wp-block-columns {
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .page-id-36 .wp-block-columns {
    margin: 0;
  }
}
.page-id-36 .wp-block-columns .wp-block-column {
  margin: 25px 0;
}
.page-id-36 .wp-block-columns .wp-block-column a {
  text-decoration: none;
}
.page-id-16 .top-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-16 .top-image #around-the-campfire {
  max-width: 1000px;
  margin-top: -100px;
}
.page-id-16 .container .medium-ad-space {
  margin-top: 100px;
}
.stories-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1223px) {
  .stories-wrap {
    justify-content: center;
  }
}
.stories-wrap .each-story {
  display: flex;
  background-color: #36362b;
  text-align: left;
  width: 49%;
  min-height: 275px;
  margin: 10px 0;
  text-decoration: none;
  border-bottom: 7px solid #3e604c;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1223px) {
  .stories-wrap .each-story {
    width: 100%;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .stories-wrap .each-story {
    flex-direction: column;
  }
}
.stories-wrap .each-story .image-contain {
  display: block;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .stories-wrap .each-story .image-contain {
    max-width: none;
    max-height: 200px;
  }
}
.stories-wrap .each-story .image-contain img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .stories-wrap .each-story .image-contain img {
    max-height: 300px;
  }
}
.stories-wrap .each-story .story-info {
  padding: 15px;
}
.stories-wrap .each-story .story-info .top-info-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.stories-wrap .each-story .story-info .top-info-wrap a {
  text-decoration: none;
}
.stories-wrap .each-story .story-info .top-info-wrap span {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  color: #f4e5c5;
}
.stories-wrap .each-story .story-info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.stories-wrap .each-story .story-info p {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  margin: 5px 0;
  color: #fff;
  line-height: 1.5em;
}
.stories-wrap .each-story .story-info p #read-more {
  color: #f4e5c5;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.pagination-container {
  margin: 25px 0 0 0;
  text-align: center;
}
.pagination-container .pagination {
  display: inline-block;
  background-color: #f4e5c5;
  color: #f4e5c5;
}
.pagination-container .pagination .nav-links {
  display: flex;
}
.pagination-container span,
.pagination-container a {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 5px;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  background-color: #36362b;
  color: #f4e5c5;
}
.pagination-container span {
  background-color: #3e604c;
  color: #f4e5c5;
}
.pagination-container a:visited {
  color: #f4e5c5;
}
.pagination-container a:hover {
  background-color: #3e604c;
  color: #f4e5c5;
}
.pagination-container .dots {
  color: #f4e5c5;
  background-color: #36362b;
}
.category .pagination-container {
  margin-bottom: 50px;
}
.callout {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 115px;
  position: relative;
  background-color: #36362b;
}
@media only screen and (max-width: 767px) {
  .callout {
    padding: 50px 0;
  }
}
.callout .container {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .callout .container {
    max-width: 95%;
    margin: auto;
  }
}
.callout .container h2 {
  font-size: 64px;
  font-size: 4rem;
  color: #f4e5c5;
}
@media only screen and (max-width: 767px) {
  .callout .container h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
footer .foot {
  background: #a5683a; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a5683a 0%, #7d4923 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a5683a 0%, #7d4923 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  footer .foot {
    padding: 100px 0 0 0;
  }
}
footer .foot .container {
  max-width: 1395px;
  color: #f4e5c5;
}
footer .foot .container h3 {
  color: #f4e5c5;
}
footer .foot .container .social-follow {
  text-align: center;
  margin: 0 0 100px 0;
}
footer .foot .container .social-follow h3 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 0.25em 0;
}
footer .foot .container .social-follow .button-contain {
  display: flex;
  justify-content: center;
}
footer .foot .container .social-follow .button-contain .each-social-icon a {
  outline: 0;
  margin: 0.5em;
}
footer .foot .container .social-follow .button-contain .each-social-icon a img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
footer .foot .container .newsletter {
  margin-top: 150px;
  text-align: center;
  display: block;
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  footer .foot .container .newsletter {
    padding: 0 2.5%;
  }
}
footer .foot .container .newsletter h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #f4e5c5;
  margin: 1em 0 0.25em 0;
}
footer .foot .container .newsletter p {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin: 0.5em 0;
}
footer .foot .container .footer-nav {
  margin-top: 150px;
  padding: 0 2.5%;
  position: relative;
  z-index: 3;
}
footer .foot .container .footer-nav:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: url("library/images/footer-logo.svg");
  opacity: 0.1;
  width: 850px;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  footer .foot .container .footer-nav:before {
    width: 100%;
    bottom: unset;
    top: -120px;
  }
}
footer .foot .container .footer-nav h2 {
  color: #f4e5c5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .foot .container .footer-nav h2 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}
footer .foot .container .footer-nav .nav-wrap {
  position: relative;
  z-index: 5;
}
footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1223px) {
  footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1223px) {
  footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu >li {
    margin: 0 10px 25px 5px;
  }
}
footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu >li a {
  font-family: 'bariolbold';
  font-weight: 300;
  font-style: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu >li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .foot .container .footer-nav .nav-wrap .menu-footer-menu-container ul.menu >li .sub-menu li a {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
}
.foot #gform_wrapper_1 .gform_body #gform_fields_1 {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .foot #gform_wrapper_1 .gform_body #gform_fields_1 {
    flex-wrap: wrap;
  }
}
.foot .gform_footer .gform_button {
  margin: inherit !important;
}
#gform_wrapper_1 form .gform_body #gform_fields_1 li {
  width: 100%;
}
#gform_wrapper_1 form .gform_body #gform_fields_1 li:last-of-type {
  padding-right: 0;
}
#gform_wrapper_1 form .gform_body #gform_fields_1 li label.gfield_label {
  font-family: 'bariolregular';
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
#gform_wrapper_1 form .gform_body #gform_fields_1 li .ginput_container input {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 5px 8px rgba(54,54,43,0.16);
}
#gform_wrapper_1 form .gform_footer {
  padding: 0;
}
#gform_wrapper_1 form .gform_footer .gform_button {
  margin: auto;
  text-decoration: none;
  display: inline-block;
  background-color: #3e604c;
  color: #fff;
  padding: 7px 15px;
  transition: 0.2s ease-in-out;
  box-shadow: none;
  border: none;
  display: block;
  box-shadow: 0 5px 8px rgba(54,54,43,0.16);
}
#gform_wrapper_1 form .gform_footer .gform_button:visited {
  color: #fff;
}
#gform_wrapper_1 form .gform_footer .gform_button:hover {
  color: #fff;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1223px) {
  .map-page-container .search-area {
    min-width: 370px;
  }
  .map-page-container .search-area .map-filters .all-filters-list {
    top: 165px;
  }
  .map-page-container .search-area .map-filters .all-filters-list .all-filters-list-inner {
    height: calc(100vh - 361px);
    overflow-y: scroll;
  }
  .map-page-container .search-area .map-filters .all-filters-list .all-filters-list-inner ul li {
    width: 50%;
  }
  .map-page-container .search-area .map-filters .filter-list {
    display: none;
  }
  .map-page-container .search-area .search-results {
    height: calc(100vh - 233px);
  }
  .map-page-container .search-area .search-results .image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single .top-bar-container .categories-container {
    margin-bottom: 10px;
  }
  .single .top-bar-container .search-bar {
    width: 100%;
  }
  .map-page-container {
    position: relative;
  }
  .map-page-container .search-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .map-page-container .search-area .search-results {
    height: calc(100vh - 233px);
  }
  .map-page-container .search-area .search-results .each-result h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .map-page-container .search-area .search-results .each-result p {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  .map-page-container .search-area .map-filters .view-map {
    display: inline-block;
  }
  .map-page-container .search-area .map-filters .all-filters-list .all-filters-list-inner {
    order: 2;
  }
  .map-page-container .search-area .map-filters .all-filters-list .filters-bar {
    order: 1;
  }
  .map-page-container #map {
    width: 100%;
  }
  .mapboxgl-control-container {
    display: none;
  }
}
/*--------------------------------------------------------------
// ## Asides
----------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
// ## Comments
----------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
