/*!
Theme Name: Group Tour Journeys
Theme URI: http://plasterdog.com/
Author: Jeff McNear
Author URI: https://plasterdog.com
Description: from underscores starter - includes conditional display of published dates and thumbnail images on both pages and posts, social media controls, extended color controls, header & logo image controls
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cave-enterprises
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Version: 1.04


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*------------VARIABLES  -----------*/
/*-- actually yellow */
/*--- THESE ARE THE COLORS FOR THE CUSTOM BLOCK COLOR OPTIONS REFERENCED IN THE FUNCTIONS FILE ----*/
.has-journeys-green-color {
  color: #008a24; }

.has-journeys-green-background-color {
  background-color: #008a24; }

.has-journeys-lighter-green-color {
  color: #DFF0E3; }

.has-journeys-lighter-green-background-color {
  background-color: #DFF0E3; }

.has-journeys-red-color {
  color: #8a0004; }

.has-journeys-red-background-color {
  background-color: #8a0004; }

.has-journeys-lighter-red-color {
  color: #F0DFDF; }

.has-journeys-lighter-red-background-color {
  background-color: #F0DFDF; }

.has-journeys-darker-red-color {
  color: #110000; }

.has-journeys-darker-red-background-color {
  background-color: #110000; }

.has-journeys-purple-color {
  color: #3d0002; }

.has-journeys-purple-background-color {
  background-color: #3d0002; }

.has-journeys-dark-green-color {
  color: #003d10; }

.has-journeys-dark-green-background-color {
  background-color: #003d10; }

.has-journeys-blue-color {
  color: #0e1b8a; }

.has-journeys-blue-background-color {
  background-color: #0e1b8a; }

.has-journeys-lighter-blue-color {
  color: #E0E2F0; }

.has-journeys-lighter-blue-background-color {
  background-color: #E0E2F0; }

.has-journeys-darker-blue-color {
  color: #010311; }

.has-journeys-darker-blue-background-color {
  background-color: #010311; }

.has-journeys-brown-color {
  color: #8a6d07; }

.has-journeys-brown-background-color {
  background-color: #8a6d07; }

.has-journeys-lighter-brown-color {
  color: #F0ECE0; }

.has-journeys-lighter-brown-background-color {
  background-color: #F0ECE0; }

.has-journeys-darker-brown-color {
  color: #110D00; }

.has-journeys-darker-brown-background-color {
  background-color: #110D00; }

.has-journeys-black-color {
  color: #000000; }

.has-journeys-black-background-color {
  background-color: #000000; }

.has-journeys-white-color {
  color: #ffffff; }

.has-journeys-white-background-color {
  background-color: #ffffff; }

.has-journeys-grey-color {
  color: #6f6f6f; }

.has-journeys-grey-background-color {
  background-color: #6f6f6f; }

/*-----------DEFAULT UNDERSCORES STYLES -----------*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

/* Forms ========================================================================== */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------# Base--------------------------------------------------------------*/
/* Typography--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

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

big {
  font-size: 125%; }

/* Elements--------------------------------------------- */
body {
  background: #ffffff; }

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: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

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

/* Links--------------------------------------------- */
a {
  color: #008a24; }

a:visited {
  text-decoration: underline;
  color: #008a24; }

a:hover, a:focus, a:active {
  color: #008a24; }

a:hover, a:active {
  outline: 0; }

/* Forms--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

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;
  border-radius: 3px;
  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%; }

/*--------------------------------------------------------------# Layouts--------------------------------------------------------------*/
/*--------------------------------------------------------------# Components--------------------------------------------------------------*/
/* Navigation--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 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 {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation, .site-main.posts-navigation, .site-main.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

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

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

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

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

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

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

.bypostauthor {
  display: block; }

/* Widgets--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

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

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

/*--------------------------------------------------------------# Utilities--------------------------------------------------------------*/
/* 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; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*-------------TYPOGRAPHY OVER RIDES ----------*/
h1.entry-title, h1.site-title, h1.page-title {
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: normal; }

.archive-post-container h1.entry-title {
  opacity: 1; }

h1.archive-entry-title {
  font-family: Lato, "Lucida Grande", Tahoma, Arial, Verdana; }

h1.archive-entry-title a {
  text-decoration: none; }

h1.archive-entry-title a:hover {
  text-decoration: underline; }

h1.entry-title, h1.page-title {
  font-size: 1.5em; }

h2.entry-title, h2.page-title {
  font-size: 1.25em;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: normal; }

h1.site-title a, h1.entry-title a, h2.site-title a, h2.entry-title a {
  text-decoration: none; }

h1.site-title a:hover, h1.entry-title a:hover, h2.site-title a:hover, h2.entry-title a:hover {
  text-decoration: underline; }

aside, blockquote {
  margin: 0 1.5em; }

ul, ol {
  margin: 0 1.5em; }

li {
  font-size: .9em; }

h1 {
  font-size: 1.3em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

h2 {
  font-size: 1.25em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

h3 {
  font-size: 1.2em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

h4 {
  font-size: 1.15em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

h5 {
  font-size: 1.1em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

h6 {
  font-size: 1.05em;
  margin: 0.25em 0;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  color: #003d10; }

p {
  margin: .5em 0;
  font-family: Lato, "Lucida Grande", Tahoma, Arial, Verdana;
  font-size: .9em; }

p.small-byline {
  font-size: 75%;
  margin: 0 0 -.5em 0;
  line-height: 1em;
  padding-bottom: 1em; }

p.morelink {
  text-align: right;
  margin-right: 5%; }

p.morelink a {
  text-decoration: none; }

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  opacity: .6;
  font-weight: normal; }

p.copyright-foot {
  text-align: center;
  font-size: 60%;
  opacity: .6;
  clear: both; }

.zero {
  padding: 0 !important;
  margin: 0 !important; }

.coverfade {
  background-color: rgba(255, 255, 255, 0.9); }

.fat-inner .wp-block-cover__inner-container, .normal-constraint {
  max-width: 1200px !important;
  margin: auto; }

@media (max-width: 1250px) {
  .fat-inner .wp-block-cover__inner-container, .normal-constraint {
    max-width: 90% !important;
    margin: auto; } }
.contained {
  max-width: 1200px;
  margin: 0 auto; }

.entry-content.fullwidth .contained p,
.entry-content.fullwidth .contained h1, .entry-content.fullwidth .contained h2, .entry-content.fullwidth .contained h3, .entry-content.fullwidth h4,
.entry-content.fullwidth .containedh5, .entry-content.fullwidth .contained h6 {
  margin: 0em; }

/*--- the hero image section ---*/
.hero-image-section {
  position: relative;
  padding-top: 110px; }

.hero-title {
  position: relative;
  bottom: 20.75em;
  z-index: 99;
  margin-bottom: -5em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.hero-title h1 {
  padding: .75em 0;
  color: #110D00; }

.hero-image-section img {
  width: 100%;
  height: auto;
  z-index: 9; }

.hero-image-section > #primary, .hero-image-section + #primary {
  margin: 0.5em 1.5em;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -.5em;
  padding-bottom: 1em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 1.5em;
  position: relative;
  top: -16em;
  margin-bottom: -16em; }

@media (max-width: 1400px) {
  .hero-title {
    position: relative;
    bottom: 16.75em;
    z-index: 99;
    margin-bottom: -5em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95); }

  .hero-image-section > #primary, .hero-image-section + #primary {
    top: -12em;
    margin-bottom: -12em; } }
@media (max-width: 1200px) {
  .hero-title h1 {
    padding: .25em 0;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 1em; }

  .hero-image-section > #primary {
    top: -10em;
    padding-top: .5em;
    margin-top: -.5em;
    margin-bottom: -10em;
    margin-left: 1em;
    margin-right: 1em; }

  .hero-title {
    bottom: 12.5em;
    margin-bottom: -2.5em; } }
@media (max-width: 950px) {
  .hero-image-section > #primary, .hero-image-section + #primary {
    top: -4em;
    margin-bottom: -4em; }

  .hero-title {
    bottom: 13em;
    margin-bottom: -3em; }

  .hero-image-section > #primary {
    top: -4em;
    margin-bottom: -4em; }

  .hero-title h1 {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: .85em; } }
@media (max-width: 600px) {
  .hero-title {
    bottom: 11em;
    margin-bottom: -1em; }

  .hero-title h1 {
    font-size: .65em; }

  .hero-image-section > #primary {
    top: -4.5em; } }
@media (max-width: 500px) {
  .hero-title {
    bottom: 9em;
    margin-bottom: 1em; }

  .hero-title h1 {
    font-size: .65em; }

  .hero-image-section > #primary {
    top: -2.5em; } }
@media (max-width: 400px) {
  .hero-title {
    bottom: 7em;
    margin-bottom: 2em; } }
@media (max-width: 300px) {
  .hero-title {
    visibility: hidden; } }
/*--- JUST GOOD TO HAVE AROUND --*/
.clear {
  clear: both; }

/*-----------MAIN LAYOUT OVER RIDES ----------*/
.page-content, .entry-content, .entry-summary {
  margin: 0; }

#primary {
  margin: 0.5em 1.5em;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1em;
  border-radius: 5px;
  background-color: #ffffff;
  padding-top: 75px; }

#unrestricted-primary {
  background-color: #ffffff;
  padding-top: 75px;
  min-height: 400px; }

#unrestricted-primary .entry-content.fullwidth {
  margin: 2em 0 0 0;
  min-height: 400px;
  padding: 0 1em 0em 1em; }

.post, .page {
  margin: 0; }

.entry-header.page {
  background-color: #f5ebdc;
  padding: 2em;
  border-bottom: solid #fdbd10 1px;
  text-align: center; }

.entry-header.page h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.75em;
  display: inline-block;
  padding: .25em 2em;
  background-color: #840f14;
  border-radius: 1em; }

#page {
  width: 100%;
  /*max-width:1400px;*/
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  clear: both; }

#page::after {
  clear: both;
  content: "";
  display: block; }

.entry-content.fullwidth {
  margin: 2em 0;
  min-height: 465px;
  margin-bottom: -1.5em;
  padding: 0 1em 2em 1em; }

.entry-content.fullwidth p,
.entry-content.fullwidth h1, .entry-content.fullwidth h2, .entry-content.fullwidth h3, .entry-content.fullwidth h4,
.entry-content.fullwidth h5, .entry-content.fullwidth h6 {
  margin: 0; }

.entry-content.fullwidth p {
  margin: 0 3em; }

.content-area {
  float: left;
  width: calc(74% - 4em);
  min-height: 50vh;
  margin: 2em;
  min-height: 465px; }

.right-sidebar {
  float: right;
  overflow: hidden;
  width: 25%;
  margin-top: 1em; }

.archive-thumbnail {
  width: 150px;
  float: left; }

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

.archive-excerpt {
  width: calc(100% - 160px);
  float: right; }

.archive-post-container:after {
  content: "";
  display: block;
  clear: both;
  height: 10px; }

.archive h2.entry-title {
  margin: 0 0 .5em 0; }

.entry-header .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100% !important; }

@media (max-width: 1200px) {
  #page {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    clear: both; }

  #primary {
    max-width: 1000px; } }
@media (max-width: 1050px) {
  #primary {
    max-width: 950px; } }
@media (max-width: 960px) {
  #primary {
    max-width: 900px; } }
@media (max-width: 910px) {
  #primary {
    max-width: 850px; } }
@media (max-width: 860px) {
  #primary {
    max-width: 800px; } }
@media (max-width: 810px) {
  #primary {
    max-width: 750px; } }
@media (max-width: 760px) {
  #primary {
    max-width: 700px; } }
@media (max-width: 700px) {
  #primary {
    max-width: 700px; } }
@media (max-width: 800px) {
  .content-area, .right-sidebar {
    float: left;
    width: calc(100% - 4em);
    min-height: 0; } }
@media (max-width: 600px) {
  .archive-thumbnail {
    width: 75px;
    float: left; }

  .archive-excerpt {
    width: calc(100% - 85px);
    float: right; } }
@media (max-width: 400px) {
  .archive-thumbnail {
    width: 50px;
    float: left; }

  .archive-excerpt {
    width: calc(100% - 60px);
    float: right; } }
/*------------- HEADER SPECIFIC ---------*/
#masthead {
  position: fixed;
  width: 100%;
  margin-top: -1em;
  z-index: 999; }

#branding-background {
  position: absolute;
  top: 0;
  z-index: 10; }

#branding-background img {
  max-height: 200px;
  width: 100%;
  max-width: 1400px; }

#branding-top {
  position: relative;
  top: 0em;
  z-index: 100;
  width: 100%;
  border-bottom: solid #fdbd10 1px;
  background-color: #ffffff;
  padding-top: 1em; }

.branding-top-restraint {
  max-width: 1400px;
  margin: 0 auto; }

#top-logo {
  float: left;
  width: 75px;
  padding-top: .25em; }

#top-name {
  float: right;
  width: calc(100% - 120px);
  position: relative;
  top: 1em; }

.top-menu {
  display: block;
  text-align: right;
  font-size: .8em;
  margin: 0 0 0.5em 0; }

.top-menu li a {
  color: #000000;
  text-decoration: none; }

.top-menu li a:hover {
  color: #666666;
  text-decoration: underline; }

.top-menu .sub-menu {
  position: absolute;
  right: -6000em; }

/*-- we are not tolerating sub menus in the top menu ---*/
.top-menu li {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 1em; }

p.site-description {
  margin: 0em 0em .5em 1.5em;
  font-weight: normal;
  display: block;
  font-style: italic;
  letter-spacing: .1em; }

h1.site-title {
  margin: 0;
  letter-spacing: .1em;
  display: inline;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1em; }

h1.site-title a:hover {
  text-decoration: none; }

@media (max-width: 1000px) {
  h1.site-title {
    margin: 0;
    letter-spacing: .1em;
    display: inline;
    font-weight: bold;
    font-size: 1.5em; }

  p.site-description {
    margin: 0em 0em .5em .75em;
    font-weight: normal;
    display: block;
    font-style: italic;
    letter-spacing: .05em; } }
@media (max-width: 850px) {
  h1.site-title {
    margin: 0;
    letter-spacing: .1em;
    display: inline;
    font-weight: bold;
    font-size: 1.25em; }

  p.site-description {
    margin: 0em 0em .5em .5em;
    font-weight: normal;
    display: block;
    font-style: italic;
    letter-spacing: 0em;
    font-size: .85em; } }
@media (max-width: 700px) {
  h1.site-title {
    margin: 0;
    letter-spacing: 0em;
    display: inline;
    font-weight: bold;
    font-size: 1.15em; }

  p.site-description {
    margin: 0em 0em .5em .5em;
    font-weight: normal;
    display: block;
    font-style: italic;
    letter-spacing: 0em;
    font-size: .75em; } }
@media (max-width: 600px) {
  #top-logo {
    float: left;
    width: 125px; }

  #top-name {
    float: right;
    width: calc(100% - 125px); }

  p.site-description {
    margin: 0em 0em 0em .5em;
    font-weight: normal;
    display: block;
    font-style: italic;
    letter-spacing: 0em;
    font-size: .65em; } }
@media (max-width: 400px) {
  .top-social-icons li {
    float: left;
    padding-left: 1em;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.25); }

  h1.site-title {
    margin: 1.5em 0 0 0;
    font-size: 1em; }

  p.site-description {
    visibility: hidden; } }
.wp-block-column {
  padding: 0 .5em; }

.wp-block-image figcaption {
  text-align: center;
  font-size: 75%; }

.wp-block-columns {
  margin-bottom: 0 !important; }

.wp-block-query-pagination {
  padding: 2em 0; }

/*--- gutenberg attached styles ---*/
h3.short-bio {
  font-weight: normal;
  padding-top: 1em; }

h3.short-bio, h5.short-bio, h3.focus-bio, h5.focus-bio, h3.micro-section, h5.micro-section {
  margin: 0;
  line-height: 1em;
  color: #000000 !important; }

h5.focus-bio, p.focus-bio {
  padding: .5em 1em 0em 1em; }

h3.focus-bio {
  padding: 0 .9em;
  margin-top: 1em; }

.focus-bio img {
  margin: 1em 0 .5em 0; }

h5.short-bio, h5.focus-bio, h5.micro-section {
  font-weight: normal; }

.wp-block-image.short-bio {
  margin: 1em; }

.wp-block-image.micro-section img {
  width: 70%;
  margin: 0 15%; }

.ninetypercent {
  width: 90%;
  margin: 0 5%; }

.eightypercent {
  width: 80%;
  margin: 0 10%; }

h3.main-sections {
  margin: 0;
  margin-top: 1em;
  line-height: 1.25em;
  color: #000000 !important;
  font-weight: normal; }

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

/*-------------------NAVIGATION OVER RIDES -----------------------------*/
.page-template-landing-page .main-navigation a,
.page-template-landing-page #right-head li a,
.page-template-landing-page .main-navigation a:hover,
.page-template-landing-page #right-head li a:hover {
  color: #ffffff !important; }

.main-navigation {
  clear: both;
  display: block;
  font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  position: relative;
  z-index: 999;
  /*--float:right;width:40%;height:3em;position:absolute; top:1.5em; right:0; --*/ }

.main-navigation ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0; }

.main-navigation li {
  position: relative;
  margin-right: 0em;
  font-size: 1.15em;
  display: inline-block;
  padding: 0em 2em 0em 0em;
  background: transparent;
  color: #000000;
  line-height: 1em; }

.main-navigation li:hover {
  background: transparent; }

.main-navigation li:hover a {
  color: #001f30;
  text-decoration: underline; }

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  font-style: normal; }

.main-navigation a:hover {
  color: #001f30; }

.main-navigation li.current-menu-item a {
  background: transparent;
  text-decoration: none; }

.main-navigation .current-menu-item {
  color: #001f30;
  background: transparent; }

.main-navigation ul ul {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-left: 0;
  display: block;
  float: left;
  position: absolute;
  top: 1.25em;
  left: 1em;
  z-index: 99999;
  text-align: left;
  visibility: collapse;
  /*transition:all .125s ease-in-out 0s; */
  background: #ffffff;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000; }

.main-navigation ul ul li {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000000;
  padding-left: 1em !important;
  line-height: 1.5em; }

.main-navigation ul ul li a {
  text-decoration: none;
  font-size: .8em; }

.main-navigation ul ul li a:hover {
  text-decoration: underline; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 250px;
  color: #000000; }

.main-navigation ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*transition:all 0.0125s ease 0s;*/
  width: 250px;
  overflow: hidden; }

.main-navigation ul li:hover:last-of-type > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*transition:all 0.0125s ease 0s;*/
  width: 250px;
  overflow: hidden;
  margin-left: -200px; }

.main-navigation ul li:hover > ul li a {
  color: #000000;
  text-decoration: none; }

.main-navigation ul li:hover > ul li a:hover {
  color: #000000;
  text-decoration: underline; }

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--- CENTERING THE NAV ---*/
.main-navigation {
  margin-top: 0em;
  padding-top: 0em;
  padding-right: 0px; }

.main-navigation ul {
  display: block; }

.main-navigation li {
  float: none !important;
  position: relative;
  display: inline-block; }

@media (max-width: 1150px) {
  .main-navigation li {
    font-size: 1em;
    padding: 0em 1.5em 0em 0em; } }
@media (max-width: 800px) {
  #primary {
    margin-top: 1em; }

  .main-navigation ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-top: 1em; }

  .main-navigation a {
    font-size: 1.25em;
    color: #000000;
    background: transparent;
    font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; }

  .main-navigation li {
    position: relative;
    margin-right: .05em;
    font-size: .75em;
    display: inline-block;
    padding: .5em .5em;
    background: transparent;
    color: #000000;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }

  .main-navigation li:last-child {
    position: relative;
    margin-right: 0;
    font-size: .75em;
    margin-bottom: .25em;
    display: inline-block;
    padding: .5em .5em; }

  .main-navigation ul {
    /*margin-top: 5em;*/ }

  .main-navigation ul ul {
    top: 0; }

  .main-navigation ul.sub-menu {
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: -1em; }

  .menu-toggle, .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation {
    width: 100%; }

  .main-navigation {
    margin-top: 0em; }

  .main-navigation ul {
    list-style: none;
    padding-left: 0;
    text-align: center; }

  .main-navigation li, .main-navigation li:last-child {
    font-size: .7em; }

  .main-navigation ul {
    margin-top: 1.85em !important; }

  .main-navigation a {
    color: #ffffff !important; }

  h1.menu-toggle {
    color: #ffffff;
    font-size: 1.25em;
    padding: 1em 0;
    line-height: 1.5em;
    top: -1em;
    font-weight: normal;
    font-family: "Roboto", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    position: fixed;
    left: 0; }

  h1.menu-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    padding-right: .5em; }

  .site-branding h1.site-title a {
    text-decoration: none;
    font-weight: normal; }

  .menu-toggle, .main-navigation.toggled .nav-menu {
    display: block;
    position: absolute;
    top: -2em;
    z-index: 999;
    right: 0em;
    padding: .5em; }

  .menu-toggle {
    background-color: #ed7902;
    color: #ffffff;
    -webkit-border-radius: 20px 20px 5px 5px;
    border-radius: 20px 20px 5px 5px;
    border-color: transparent !important;
    padding: .5em 1em;
    margin-right: 1em; }

  .toggled h1.menu-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056"; }

  .main-navigation {
    height: auto; }

  .main-navigation .current-menu-item {
    background: transparent; }

  .main-navigation li.current-menu-item a {
    background: transparent; }

  .main-navigation ul {
    display: none;
    margin-left: 1em;
    background: #ed7902;
    margin-top: 0;
    max-width: 300px;
    min-width: 300px; }

  .main-navigation li, .main-navigation li:last-child {
    float: none;
    width: 100%;
    text-align: left;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.25em; }

  .main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #1349ad;
    background: transparent; }

  .main-navigation ul li:hover > ul, .main-navigation li:hover > ul a {
    visibility: visible;
    color: #000000;
    width: 80%; }

  .main-navigation li, .main-navigation li:last-child {
    float: none;
    width: 100%;
    text-align: left;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .85em; }

  .main-navigation li:hover, .main-navigation li:last-child:hover, .main-navigation ul ul li:hover > a, .main-navigation ul ul li:last-child:hover > a {
    background: transparent;
    color: #000000; }

  .main-navigation ul ul li:hover, .main-navigation ul ul li:last-child:hover, .main-navigation li:hover > a, .main-navigation li:last-child:hover > a {
    background: inherit;
    color: #000000; }

  .main-navigation li a:hover, .main-navigation li:last-child a:hover {
    text-decoration: underline; }

  .menu-main-menu-container {
    position: absolute;
    left: -.5em;
    width: 95%;
    border: none !important; }

  .main-navigation ul ul {
    margin-left: 0;
    display: block;
    float: left;
    position: relative;
    top: 0;
    left: 1em;
    z-index: 99999;
    text-align: left;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    background: transparent;
    border: none;
    width: 80%;
    margin-top: 0 !important;
    box-shadow: none; }

  .main-navigation ul ul li {
    background: transparent;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

  .main-navigation ul ul li a {
    font-size: 1.5em !important; }

  .main-navigation ul ul a, .main-navigation ul ul a:hover {
    width: auto; } }
@media (max-width: 300px) {
  .main-navigation ul {
    display: none;
    margin-left: 1em;
    background: #ed7902;
    margin-top: 0;
    max-width: 100%;
    min-width: 100%; }

  .menu-main-container {
    top: 5px;
    right: 0;
    position: absolute;
    width: 100%; } }
/*--- HIDES IMAGE TITLE IN SIMPLE LIGHT BOX----*/
.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
  /*visibility: hidden;height: 0; padding: 0;font-size: 0;*/ }

/*--- STORE LOCATORS PLUGIN ---*/
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store,
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo, #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .btn.btn-asl, #asl-storelocator.asl-cont .agile-modal-content .btn.btn-default {
  background-color: #ed7902 !important; }

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p, #asl-storelocator.asl-cont .agile-modal h4, #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li i {
  color: #ec1c24 !important; }

.leaflet-control-attribution.leaflet-control {
  visibility: hidden !important; }

.leaflet-popup-content h6 {
  font-size: 1.15em !important; }

.leaflet-popup-content p {
  font-size: 1em !important;
  text-align: left !important; }

.gform_wrapper.gravity-theme .gform_footer input {
  background: #008a24;
  color: #ffffff; }

.gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #003d10;
  color: #ffffff; }

.nextend-arrow img.skip-lazy {
  width: 75px !important;
  border-radius: 50% !important;
  border: solid 3px #ffffff !important;
  background: #000000 !important; }

.nextend-arrow img.skip-lazy:hover {
  width: 75px !important;
  border-radius: 50% !important;
  border: solid 4px #ffffff !important;
  background: #8a6d07 !important; }

@media (max-width: 1200px) {
  .nextend-arrow img.skip-lazy {
    width: 25px !important;
    border-radius: 50% !important;
    border: solid 2px #ffffff !important;
    background: #000000 !important; }

  .nextend-arrow img.skip-lazy:hover {
    width: 25px !important;
    border-radius: 50% !important;
    border: solid 3px #ffffff !important;
    background: #8a6d07 !important; } }
ul.ecs-event-list {
  list-style: none;
  margin: 0;
  padding: 0; }

li.ecs-event {
  border-bottom: solid 1px #422901;
  margin-bottom: 1em; }

.post-template-single-itinerary #primary {
  padding-bottom: 0 !important;
  background: transparent; }

.post-template-single-itinerary .entry-content.fullwidth {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.post-template-single-itinerary .wp-block-cover, .post-template-single-itinerary .wp-block-cover-image {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.page-template-page-no-title #primary {
  padding-bottom: 0 !important;
  background: transparent; }

.page-template-page-no-title .entry-content.fullwidth {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.page-template-page-no-title .wp-block-cover, .post-template-single-itinerary .wp-block-cover-image {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.clear.upper-foot {
  max-width: 1400px;
  margin: 0 auto; }

/*--------FOOTER SPECIFIC ---------*/
.top-footer {
  width: 100%;
  padding: .5em 2em 0 2em;
  border-top: 1px solid #fdbd10; }

.top-footer .aligncenter {
  margin-bottom: .5em; }

.top-footer .widget {
  margin: 0 0 .5em 0; }

#colophon.site-footer {
  bottom: 0;
  padding: 0 1.5em;
  border-top: solid 1px #000000; }

#leftfoot-widget {
  /*margin:0 1em; padding: 0; width:calc(49% - 2em); float:left;*/ }

#rightfoot-widget {
  /*margin:0 1em; padding: 0; width:calc(49% - 2em); float:right;*/ }

#leftfoot-widget, #centerfoot-widget, #rightfoot-widget {
  margin: 0 1em;
  padding: 1em 0;
  width: calc(33% - 2em);
  float: left; }

.site-info {
  max-width: 1400px;
  margin: 0 auto; }

.footer-menu {
  display: block;
  text-align: center;
  font-size: .7em;
  margin: 1em 0; }

.footer-menu ul {
  padding: 0;
  margin: 0; }

.footer-menu li {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 1em; }

.footer-menu li a {
  color: #000000;
  text-decoration: none; }

.footer-menu li a:hover {
  color: #666666;
  text-decoration: underline; }

.footer-menu .sub-menu {
  position: absolute;
  left: -6000em; }

/*-- we are not tolerating sub menus in the footer ---*/
@media (max-width: 800px) {
  #leftfoot-widget, #centerfoot-widget, #rightfoot-widget {
    margin: 0 1em;
    padding: 0;
    width: calc(100% - 2em);
    float: left; } }
.social {
  z-index: 99; }

ul.top-social-icons {
  list-style: none;
  display: flex;
  justify-content: center; }

.top-social-icons li {
  float: left;
  padding-left: .75em;
  font-size: 1.25em;
  /*background-color:rgba(255,255,255, .25);*/ }

.top-social-icons li:last-of-type {
  padding-right: .75em; }

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