/*
Theme Name: Catskills Visitor Center Theme
Theme URI: https://gitlab.com/partnerandpartners/catskills-visitor-center
Author: Partner & Partners
Author URI: https://catskillsvisitorcenter.org
Description: This is my description.
Requires at least: WordPress 4.9.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: non-profit
Tags: bootstrap, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  --orange: #F5884E;
  --green: #73BA8B;
  --light-green: #D5EBD0;
  --dark-green: #1B995B;
  --yellow: #F7D053;
  --light-light-yellow: #FFFBEE;
  --light-yellow: #FBE397;
  --light-blue: #C4D7EF;
  --blue: #547EBC;
  --bright-blue: #0173B8;
  --pink: #E69FC1;
  --light-red: #FEE4D7;
  --red: #E35959;
  --med-brown: #694E38;
  --white: #fff;
  --gray: #666;
  --light-gray: #B3B3B3;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Basis Grotesque Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-bold: "Basis Grotesque Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-headings: "Railroad Gothic LT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "CMU Typewriter Regular", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-monospace-italic: "CMU Typewriter Italic", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* .has-background {

}

.has-text-color {

}

.has-secondary-background-color {

} */

/* smooth scroll for back to top button */
html {
  scroll-behavior: smooth;
}

.has-white-color {
  color: var(--white);
}

.has-gray-color {
  color: var(--gray);
}

.has-white-background-color {
  background: var(--white);
}

.wp-block-cover, .wp-block-cover-image {
  background-color: transparent !important;
  min-height: 300px !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link  {
  border-radius: 10px !important;
}

body {
  background: var(--white);
}

figcaption {
  font-family: var(--font-family-monospace-italic);
  font-size: 1rem !important;
  margin-top: .5rem;
  color: var(--gray);
}

a {
  color: var(--black);
  text-decoration: none;
  background-color: transparent;
}

.para a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--light-gray);
}

.para a:hover {
  text-decoration-color: var(--black);
}

a:hover {
  color: var(--black);
  /* opacity: 0.7; */
  text-decoration: underline;
}

.explore-page a:hover {
  text-decoration: none;
}


a.underline:hover {
  text-decoration: underline;
}

a.image-link:hover {
  opacity: 1 !important;
}

h1.cms-title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 600px;
  opacity: 0.2;
  text-align: center;
  font-weight: 800;
}

.list-label {
  font-family: var(--font-family-sans-serif-headings) !important;
}

.lead {
  font-size: 1.75rem;
}

.diff-level {
  padding: 5px 10px;
  border-radius: 5px;
}

.place-type {
  padding: 5px 10px;
  border-radius: 5px;
}

.locale {
  padding: 5px 10px;
  border-radius: 5px;
}

h1 {
  font-size: 9.375rem;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 3.75rem;
}

.small {
  font-size: 1rem;
}

.fs-14 {
  font-size: .9rem;
}

.typewriter {
  font-family: var(--font-family-monospace) !important;
}

.typewriter-italic {
  font-family: var(--font-family-monospace-italic) !important;
}

.basis-regular {
  font-family: var(--font-family-sans-serif) !important;
}

.basis-bold {
  font-family: var(--font-family-sans-serif-bold) !important;
}

h4.basis-bold {
  line-height: 1.25 !important;
}

ul {
  list-style-type: none;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

ul.children {
  padding-left: 3rem;
  font-family: var(--font-family-sans-serif) !important;
}

ul.sub-menu {
  font-weight: normal;
}

#menu-explore-menu ul {
  padding-inline-start: 0;
}

#menu-explore-menu > li {
 border: 2px solid var(--black);
 margin-bottom: 1rem;
 margin-top: 1rem;
}

.explore-menu-image-container {
  width: 100%;
  text-align: right;
  order: 4;
}

#menu-explore-menu h4 {
  text-transform: uppercase;
}

.block-header {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.btn-border-white {
  border: 1.5px solid var(--white);
}

.btn-border-black {
  border: 1.5px solid var(--black);
}

.btn-border-radius {
  border-radius: 5px;
}

footer.border-top {
  border-top: 2px solid var(--black) !important;
}

.crop-height {
  max-height: 250px;
  overflow: hidden;
}

[type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
  outline: none;
  border: none;
}

.search-button {
  background-color: transparent;
  border: none;
}

.search-field-button {
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  padding: 18px 0px 15px 15px;
}

.search-page-input-group .input-group-btn .search-field-button {
  padding-right: 15px;
}

.full {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  margin-bottom: 2rem;
}

.entry-content .para {
  width: 75%;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.entry-content .wp-block-columns .para {
  width: 100%;
  padding-left: 0rem;
}

.entry-content h2 {
  font-family: var(--font-family-sans-serif-bold);
}

.railroad {
  font-family: var(--font-family-sans-serif-headings) !important;
}

.entry-content .explore-page h2 {
  font-family: var(--font-family-sans-serif-headings) !important;
}

.entry-content .host-block h2 {
  font-family: var(--font-family-sans-serif-headings) !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.entry-content h3 {
  font-family: var(--font-family-sans-serif-bold);
}

.entry-content h4 {
  font-family: var(--font-family-sans-serif-bold);
}

strong, b {
  font-family: var(--font-family-sans-serif-bold);
}

.entry-content ul {
  width: 75%;
  list-style: disc !important;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.wp-block-separator {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border-bottom: 2px solid var(--black) !important;
}

/* Search Modal */

.search-modal .modal-lg {
  top: 60px;
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
}

.search-modal .modal-header {
  padding: 0px 15px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
}

.modal-backdrop.show {
    opacity: .93;
}

.search-modal .modal-content {
  border-radius: 0px;
  border: none;
  background-color: transparent;
  color: var(--white) !important;
}

.search-modal .modal-content input {
  color: var(--white) !important;
  padding: 15px 0px;
  font-size: 2rem;
}

input.search-field::-webkit-search-cancel-button {
  position:relative;
  -webkit-appearance: none;
  content: 'Clear';
}

input.search-field::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

.search-modal .modal-content svg {
  color: var(--white) !important;
  fill: var(--white) !important;
  width: 32px;
  height: 32px;
}

.search-modal .modal-content input::placeholder {
  color: var(--white) !important;
  opacity: 0.3;
}

.search-modal .modal-content .close {
  color: var(--white);
  opacity: 1 !important;
  text-shadow: none;
  font-size: 35px;
  padding: 0px;
  font-weight: normal;
  font-family: var(--font-family-monospace);
  position: absolute;
  top: -35px;
  right: 15px;
}

.search-modal .modal-content .close:hover, .search-modal .modal-content .close:focus {
  color: var(--white);
  text-decoration: none;
  outline: none;
  opacity: 1 !important;
}

/* .home .search-button {
  width: 17.5rem;
} */

/* explore menu grid */
.gridd {
  height: 230px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 25% 10%;
  grid-template-areas:
    "h3 h3 h3 div"
    "p p p p "
    "li li li li";
}

.item-a {
  grid-area: h3;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: center;
}
.item-b {
  grid-area: li;
  grid-column-start: span col1-start;
  grid-column-end: span col2-end;
  grid-row-start: 3;
  grid-row-end: 3;
  justify-self: center;
}
.item-c {
  grid-area: div;
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.item-d {
  grid-area: p;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
}

.item-b a {
  border-bottom: 3px solid var(--black);
}

.item-c img {
  padding: 1.25rem;
}

.list-label {
  font-family: var(--font-family-sans-serif-headings) !important;
}

.list-container input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  /* background-color: #e9ecef; */
  border: 1px solid transparent;
  border-radius: 0rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.search-button input {
  position: absolute;
  opacity: 1;
  background: inherit;
}

a.search-button:hover {
  opacity: 1;
}

.search-page-input {
  background-color: var(--black);
  font-family: var(--font-family-monospace);
  color: var(--white) !important;
  font-size: 1.5rem;
  padding: 15px 0px;
  border: none !important;
}

input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;

  /* Now your own custom styles */
  height: 30px;
  width: 30px;
  background-size: contain;
  background: transparent;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('./icons/backspace.svg');
  /* Will place small red box on the right of input (positioning carries over) */
}

a.search-button svg {
  width: 35px !important;
  height: 35px !important;
  margin-top: -15px;
}

a.search-button:hover {
  cursor:pointer;
}

.search-page-input-group .input-group-prepend .input-group-text {
  background-color: var(--black);
  border: none;
  fill: var(--white) !important;
  border-radius: none !important;
}

.input-group-btn {
  background-color: var(--black) !important;
  color: var(--white) !important;
  border: none;
  fill: var(--white) !important;
  border-radius: none !important;
}

.input-group-btn-modal {
  color: var(--white) !important;
  border: none;
  fill: var(--white) !important;
  border-radius: none !important;
}

.search-page-input-group .input-group-prepend .input-group-text svg {
  width: 32px;
  height: 32px;
}

.search-page-input-group .input-group-append input[type="submit"] {
  background-color: var(--black);
  color: var(--white) !important;
  -webkit-appearance: none;
  border: none;
  padding: 10px 20px;
}

input.search-field {
  background-color: transparent;
}

.search-form input[placeholder], .search-button input[placeholder] {
  font-family: var(--font-family-monospace);
}

.row {
  display: -webkit-box;
  display: flex;
}
.row .col {
  -webkit-box-flex: 1;
          flex: 1;
}
.row .col:last-child {
  margin-left: 1rem;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: var(--black);
  overflow: hidden;
  border-bottom: 2px solid var(--black);
}

.tab a:hover {
  text-decoration: none !important;
}

.tab-label:hover {
  cursor: pointer;
  opacity: .8;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0px;
  align-items: center;
  /* Icon */
}
.tab-label::after {
  content: url('./icons/down-arrow.svg');
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -10px;
  border-radius: 2rem;
  margin-left: 2rem;
  line-height: 1.35;
  text-align: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tab-label.ext-link::after {
  content: url('./icons/open-tab.svg') !important;
}

.tab-label.internal-link::after {
  border-radius: 4px;
  font-size: 1.25rem;
  width: 4.5rem;
  height: 2.5rem;
  line-height: 2;
  border: 2px solid var(--black);
  color: var(--black);
  font-family: var(--font-family-sans-serif-headings);
  content: 'View' !important;
}

.tab-label.ext-link:hover:after {
  content: url('./icons/open-tab-white.svg') !important;
  pointer: cursor;
  background-color: var(--black);
  text-decoration: none;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: var(--black);
  background: white;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1.5rem;
  font-size: 0.75rem;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1.5rem;
}

.prev-btn {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.3rem;
  display: inline-block;
  background: var(--black);
  color: var(--white);
  position:relative;
}

.prev-btn:before {
  content: "\A";
  border-style: solid;
  border-width: 20px 20px 20px 0px;
  border-color: transparent var(--black) transparent transparent;
  position: absolute;
  left: -20px;
  top: 0px;
}

.prev-btn:hover {
  color: var(--white) !important;
}

.menu-item-has-children {
  margin-bottom: 1rem;
}

.back-arrow {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.3rem;
  display: inline-block;
  background: var(--black);
  color: var(--white);
  position:relative;
  opacity: 1;
}

.back-arrow:hover {
  color: var(--white) !important;
  opacity: 1;
}

.back-arrow:before {
  content: "\A";
  border-style: solid;
  border-width: 20px 20px 20px 0px;
  border-color: transparent var(--black) transparent transparent;
  position: absolute;
  left: -20px;
  top: 0px;
}

.arrow {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  margin-left: 0rem;
  margin-right: 1.5rem;
  position: relative;
  line-height: 2.25;
  padding-left: 1rem;
  padding-right: .5rem;
  background: var(--black);
  color: var(--white);
}
.arrow:after {
  border-left: 20px solid var(--black);
}

.arrow:after {
  content: "";
  position: absolute;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  height: 0px;
  width: 0px;
  margin-right: -20px;
  right: 0;
}

.arrow:hover, .arrow:active {
  background: var(--black);
  color: var(--white) !important;
}
.arrow:hover:after, .arrow:active:after {
  border-left: 20px solid var(--black);
}

.page-id-826 .entry-header {
  background: #403F3C;
  color: #fff;
}

/* Theme Colors */

.has-dark-green-color {
  color: #1B995B;
}

.has-dark-green-background-color {
  background: #1B995B;
}

.has-med-green-color {
  color: #B6DCAE;
}

.has-med-green-background-color {
  background: #B6DCAE;
}

.has-light-green-color {
  color: #D5EBD0;
}

.has-light-green-background-color {
  background: #D5EBD0;
}

.has-dark-blue-color {
  color: #0052A0;
}

.has-dark-blue-background-color {
  background: #0052A0;
}

.has-med-blue-color {
  color: #547EBC;
}

.has-med-blue-background-color {
  background: #547EBC;
}

.has-light-blue-color {
  color: #C4D7EF;
}

.has-light-blue-background-color {
  background: #C4D7EF;
}

.has-red-orange-color {
  color: #F26A3B;
}

.has-red-orange-background-color {
  background: #F26A3B;
}

.has-orange-color {
  color: #F5884E;
}

.has-orange-background-color {
  background: #F5884E;
}

.has-light-red-orange-color {
  color: #FEE4D7;
}

.has-light-red-orange-background-color {
  background: #FEE4D7;
}

.has-yellow-color {
  color: var(--yellow);
}

.has-yellow-background-color {
  background: var(--yellow);
}

.has-med-yellow-color {
  color: #FBE397;
}

.has-med-yellow-background-color {
  background: #FBE397;
}

.has-light-yellow-color {
  color: #FFFBEE;
}

.has-light-yellow-background-color {
  background: #FFFBEE;
}

.has-dark-warm-gray-color {
  color: #403F3C;
}

.has-dark-warm-gray-background-color {
  background: #403F3C;
}

.has-med-brown-color {
  color: var(--med-brown);
}



/* position shop and donate in header on the right */
#menu-header-secondary-menu {
  justify-content: flex-end;
}

/* .home .main-nav {
  margin-top: -5rem;
  float: right;
  display: inline-block;
} */

.border-bottom-black {
  border-bottom: 3px solid #000;
}

.border-bottom-blue {
  border-bottom: 2px solid var(--bright-blue);
}

/* catskill center logo in header */
#catskillcenterLogo {
  max-width: 8rem;
}

/* adjust padding from nav links so it will line up with logos in header */
#menu-main .nav-link {
  padding-left: 0;
  padding-right: 4rem;
}

/* .home #menu-main .nav-link {
  padding-left: 4rem;
  padding-right:0;
}

.home #menu-header-secondary-menu .nav-link {
  padding-right:0;
  padding-left: 1rem;
} */

/* hide the location from the weather widget */
.wp-forecast-curr-details, .nav-link .wp-forecast-fc {
  display: none;
}

.weather-modal .wp-forecast-curr-head {
  display: block;
}

.nav-link .wp-forecast-curr-head  {
  display: none;
}

.weather-modal .hw-title {
  display: block;
}

.weather-modal div.wp-forecast-curr-block {
  float: none;
}

.weather-modal .wp-forecast-curr-block {
  justify-content: center;
}

.weather-modal .wp-forecast-fc {
  display: flex;
  width: 100%;
  justify-content: center;
}

.weather-modal .wp-forecast-fc-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.weather-modal .wp-forecast-fc-right {
  width: auto;
}

.weather-modal .wp-forecast-fc-head {
  text-align: center;
  float: none;
}

.wp-forecast {
  padding-top: 1.05rem !important;
}

.wp-forecast-curr-right {
  font-size: 1.25rem !important;
}

.wp-forecast-curr-block {
  display: flex !important;
  align-items: center !important;
}

/* let height adjust itself based on the width so icons aren't stretched */
img.wp-forecast-curr-left {
  width: auto;
}

/* let height adjust itself based on the width so icons aren't stretched */
.weather-modal img.wp-forecast-curr-left {
  width: 44px;
  height: auto;
}

.weather-modal .wp-forecast-curr-block {
  margin-bottom: 2rem;
}

img.wp-forecast-fc-left {
  width: 44px;
  height: auto;
}

.more-info {
  background-color: var(--light-green);
  color: var(--green);
}

.emergency-text {
  background-color: var(--light-red);
  color: var(--red);
}

.important-notice {
  background-color: var(--light-yellow);
  color: var(--black);
}

.weather-summary {
  background-color: var(--light-blue);
  color: var(--blue);
}

.footer-note {
  width: 75%;
  margin: 0px auto;
}

.footer-note p {
  font-family: var(--font-family-sans-serif);
}

.footer-note p a {
  font-family: var(--font-family-sans-serif-bold);
}

.weather-summary a {
  color: var(--blue);
}

.weather-summary a:hover {
  color: var(--blue);
}

.weather-updates {
  background-color: var(--white);
}

.weather-updates .wp-forecast-curr-head {
  display: block;
}

.weather-updates .hw-title {
  display: block;
}

.weather-updates div.wp-forecast-curr-block {
  float: none;
}

.weather-updates .wp-forecast-curr-block {
  justify-content: center;
}

.weather-updates .wp-forecast-fc {
  display: flex;
  width: 100%;
  justify-content: center;
}

.weather-updates .wp-forecast-fc-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.weather-updates .wp-forecast-fc-right {
  width: auto;
}

.weather-updates .wp-forecast-fc-head {
  text-align: center;
  float: none;
}

.weather-updates .wp-forecast {
  padding-top: 1.25rem !important;
}

.weather-updates .wp-forecast-curr-right {
  font-size: 1.25rem !important;
}

.weather-updates .wp-forecast-curr-block {
  display: flex !important;
  align-items: center !important;
}

/* let height adjust itself based on the width so icons aren't stretched */
.weather-updates img.wp-forecast-curr-left {
  width: auto;
}

/* let height adjust itself based on the width so icons aren't stretched */
.weather-updates img.wp-forecast-curr-left {
  width: 44px;
  height: auto;
}

.weather-updates .wp-forecast-curr-block {
  margin-bottom: 2rem;
}

.weather-updates img.wp-forecast-fc-left {
  width: 44px;
  height: auto;
}

#menu-main {
  font-family: var(--font-family-sans-serif-headings);
  font-size: 2.5rem;
}

#top-header-bar a {
  color: var(--bright-blue);
}

#mailinglistblock {
  background-image: url('img/mailinglistsignupBG.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

#mailinglistblock form {
  font-family: var(--font-family-monospace);
}

#mailinglistblock button {
  border: none;
  background: var(--white);
  padding: .75rem;
  min-width: 98px;
}

#mailinglistblock input {
  border: none;
  padding: .75rem;
}

.newsletter-form-body {
  display: inline-flex;
}

.btn {
    font-family: var(--font-family-sans-serif-headings);
    padding: 6px 12px 3px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}


.btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.shop-block img {
  max-height: 350px;
  width: auto;
}

.host-block img {
  max-height: 300px;
  width: auto;
}

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

.wp-block-button__link {
  font-family: var(--font-family-sans-serif-headings);
  font-size: 1.5rem;
  padding: 6px 12px;
}

.shop-block .wp-block-button__link {
  font-family: var(--font-family-sans-serif-bold);
  font-size: 1.5rem;
  padding: 6px 5px 6px 10px !important;
  line-height: 1;
}

.shop-block .wp-block-button__link:hover {
  color: white;
}

/* override wp button styling to apply the arrow style */
.arrow .wp-block-button__link {
  background-color: transparent;
  padding: 0 12px;
}

/* .arrow {
  border-radius: 0;
  color: #000;
  text-align: center;
  height: 25px;
  border: 3px solid #000;
  vertical-align: middle;
  position: relative;
  border-right: none;
  padding: .5rem;
}

.arrow:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 3px;
  right: -12px;
  border: 3px solid #000;
  border-left: none;
  border-bottom: none;
    -webkit-transform: rotate(47deg) skew(5deg);
    -moz-transform: rotate(47deg) skew(5deg);
    transform: rotate(47deg) skew(5deg);
} */


.entry-content {
  max-width: 1600px;
  margin: 3rem auto;
}

.entry-content p, .entry-content ul {
  font-family: var(--font-family-sans-serif);
  /* width: 75%;
  margin: 3rem auto; */
}

.entry-content p a {
  font-family: var(--font-family-sans-serif-bold);
}

.entry-content p a:hover {
  /* color: var(--blue) !important; */
  opacity: 1 !important;
  text-decoration: underline;
}

.entry-content .alignright {
    margin-top: 7px;
    float: right;
    margin-right: 6.66666%;
    max-width: 39%;
    margin-left: 2rem;
}

.entry-content .alignleft {
    margin-top: 7px;
    float: left;
    margin-left: 1.5rem;
    max-width: 39%;
    margin-right: 30px;
}

.custom-block p {
  width: 100%;
}

footer #fine-print {
  color: var(--light-gray);
}

#menu-footer-primary-menu > li, #menu-footer-secondary-menu > li {
  padding-bottom: 1rem;
}

#menu-footer-primary-menu > li > a:first-child, #menu-footer-secondary-menu > li > a:first-child {
  font-family: var(--font-family-monospace);
  font-weight: normal;
  text-transform: uppercase;
}

footer .sub-menu {
  font-size: 1rem;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#menu-footer-primary-menu > li > .sub-menu > li > a:first-child {
  font-weight: bold;
}

/* set the nav color to white for the explore page */
.page-id-826 .main-nav li a {
  color: var(--white);
}

/* set the nav color to white for the explore page */
.page-id-826 .search-button {
  color: var(--white);
  fill: var(--white);
}

#menu-main a {
  opacity: 0.7;
}

#menu-main a:hover, #menu-main a:focus, #menu-main li.active a {
  opacity: 1;
}

.home #menu-main a {
  opacity: 1;
 }

.home #menu-main:hover a, .home #menu-main:focus a {
  opacity: 0.7;
}
.home #menu-main a:hover {
 opacity: 1;
}

#menu-header-secondary-menu:hover a, #menu-header-secondary-menu:focus a {
  opacity: 0.7;
}
#menu-header-secondary-menu a:hover {
 opacity: 1;
}



/* filter styles */
.cvc-filter{
    height:3rem;
    width:100%;
    position:relative;
    /* border-bottom:2px solid #000; */
}
.cvc-filter::after{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:100%;
    background:rgba(255,255,255,0);
    background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background:-webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
}
.cvc-filter-control{
    display:flex;
    width:100%;
    align-items:stretch;
    border:2px solid var(--black);
}
.cvc-filter-control-value{
    width:100%;
    height:3rem;
    padding-left:8px;
    padding-top:7px;
    white-space:nowrap;
    overflow:auto;
    position:relative;
}

.cvc-filter-control-value::after{
  background-image: linear-gradient(to right,rgba(255,255,255,0),white 100%);
}
.close-filter-close {
    color: var(--red);
}
.cvc-filter-control-value::-webkit-scrollbar{
    width:0;
    height:0;
    background:0 0;
}
.cvc-filter-control-value::-webkit-scrollbar-thumb{
    background:0 0;
}
.cvc-filter-control-value::-webkit-scrollbar-track{
    -webkit-box-shadow:none;
    background-color:transparent;
}
.cvc-filter.open .cvc-filter-control-value{
    background: var(--black);
}
.cvc-filter.open .cvc-filter-control-button{
    color: var(--white);
}
.cvc-filter.open .cvc-filter-control-button i.icon{
    color: var(--white);
}
.cvc-filter.open .cvc-filter-control-button:focus{
    outline:1px dotted #ececec!important;
}
.cvc-filter-control-button{
    cursor:pointer;
}
.cvc-filter-control-button:hover+.cvc-filter-control-value{
    background-color: var(--black);
    color: var(--white);
}
.cvc-filter-control-value a{
  margin:0 10px 0 0;
  padding:5px 10px;
  border-radius:4px;
  background: rgba(255,255,255,0.85);
  color: var(--black);
  display:inline-block;
}

.cvc-filter-control-value a:hover{
  background: rgba(255,255,255,1);
  opacity: 1 !important;
  text-decoration: none;
}

.filter-value-text {
  display:inline-block;
  padding-top: 5px;
  padding-left: 7px;
}
.cvc-filter-control-button{
    background:0 0;
    height:3rem;
    width:3rem;
    border:0;
    padding:0;
    font-size:1.5rem;
}
.cvc-filter-control-button i.icon{
    top:0;
    left:4px;
}
.cvc-filter .cvc-filter-list{
    display:none;
    visibility:hidden;
}
.cvc-filter.open .cvc-filter-list{
    display:block;
    visibility:visible;
    z-index:1000;
    top: 50px;
}
.cvc-filter-list a{
    display:block;
    color: var(--black);
    text-decoration:none;
    padding-left:15px;
}
li.no-link-item{
    color: var(--light-gray);
    padding-left:15px;
}
.filter-header{
    text-transform:uppercase;
    font-size:.875rem;
    letter-spacing:1px;
    padding-bottom: 0.3rem;
    color: var(--light-gray);
}
.cvc-filter>ul{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    max-height:222px;
    overflow-y:auto;
    margin:0;
    padding:0;
    list-style-type:none;
    background: var(--white);
    border:2px solid var(--black);
    line-height:3rem;
}
.cvc-filter>ul li>ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
h6.tags a:hover{
    color: var(--black);
    opacity:1;
}
.cvc-filter-list a.active{
    display:none;
}
.cvc-filter-single-value.open .cvc-filter-list a.active{
    display:block;
}
i.icon{
    position:relative;
}
.reset-filters-button{
    font-family:"GT Eesti Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    border:2px solid var(--black);
    padding:8px 12px 8px 8px;
    position:relative;
    top:-7px;
}
.reset-filters-button i.icon{
    font-size:1.5rem;
    top:3px;
    margin-right:5px;
}
.reset-filters-button:focus,.reset-filters-button:hover{
    color: var(--white);
    background-color: var(--black);
    opacity: 1!important;
}

/* make breadcrumb text vertically aligned with back arrow */
.breadcrumb h5{
  vertical-align: text-top;
}

.wp-block-columns {
  padding: 1.5rem;
}

.wp-block-image {
  margin-bottom: 0px;
}

.wp-block-quote {
  margin-left: 1rem;
  padding-left: 0rem;
}

.wp-block-quote cite {
  padding-left: 1rem;
}

.wp-block-image img {
  height: auto;
  align-self: center;
}

figure {
  margin-bottom: 0px;
}

figure.wp-block-image {
  display: flex;
  flex-direction: column;
}

.wp-block-image .alignleft figcaption {
  display: block;
  padding: 0 1rem;
}

.wp-block-image .alignright figcaption {
  display: block;
  padding: 0 1rem;
}

.wp-block-image .aligncenter figcaption {
  display: block;
  padding: 0 1rem;
}

.wp-block-image .alignnone figcaption {
  display: block;
  padding: 0 1rem;
}

.bg-img {
  background-position: center;
  background-size: cover;
  height: 500px;
}

.trail-bg-img {
  background-position: center;
  background-size: cover;
  height: 700px;
}

.event-bg-img {
  background-position: center;
  background-size: cover;
  height: 350px;
}

#mobile-nav-menu {
  display: none;
}

.site-wrapper {
  overflow-x: hidden;
}

#footer-email {
  overflow-wrap: anywhere;
}

/* match the entry-content max-width to apply to other elements */
.max-width-container {
  max-width: 1600px;
  margin: 0 auto;
}

.mobile-search-button {
  display: none;
}

.desktop-search-button {
  display: block;
}

#fine-print > div:nth-child(2) {
  text-align: right;
}

.single-event .entry-content{
  padding-left: 3rem;
  padding-right: 3rem;
}

.desktop-nav-menu {
  display: block;
}



/* ----------------------------------------------------------------------------------------------------------
Media queries
---------------------------------------------------------------------------------------------------------- */
/* fix header layout for chrome small screen not mobile */
@media screen and (max-width: 991px) {
  @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    #menu-header-secondary-menu li:first-child,#menu-header-secondary-menu li:nth-child(2) {
      margin-top: 0 !important;
    }
  }
}


@media screen and (max-width:767px) {
  .weather-updates .wp-forecast {
    padding-top: 0rem !important;
  }
}


@media screen and (max-width:991px) {

  .wp_forecast_widget {
    max-height: 44px !important;
  }

  .wp-forecast {
    padding: 0 !important;
  }

  /* set the nav color to white for the explore page */
  .page-id-826 .search-button {
    color: var(--black) !important;
    fill: var(--black) !important;
  }

  #menu-header-secondary-menu li:first-child {
   max-height: 44px !important;
  }

  .hw-title {
    display: none !important;
  }

  .navbar {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .entry-content .alignleft {
    display: block;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .entry-content .alignright {
    display: block;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .entry-content .para {
    width: 100%;
  }

  .entry-content ul {
    width: 100%;
  }

  .entry-content h1 {
    width: 100%;
  }

  .entry-content h2 {
    width: 100%;
  }

  .entry-content h3 {
    width: 100%;
  }

  .entry-content h4 {
    width: 100%;
  }

  .entry-content h5 {
    width: 100%;
  }

  .entry-content h6 {
    width: 100%;
  }

  .single-event .entry-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile-search-button {
    display: block;
    padding-top: .25rem;
  }

  .desktop-search-button {
    display: none;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.15rem;
  }

  .main-nav {
    display: none;
  }

  #mobile-nav-menu {
    display: block !important;
    width: 100%;
    order: 2;
  }
  .search-button {
    order: 1;
    width: 100% !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #navbar-collapse {
    border-bottom: 3px solid #000;
  }

  #menu-mobile-menu {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }

  #menu-mobile-menu li {
    font-family: var(--font-family-sans-serif-headings);
    border: 2px solid var(--black);
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  /* set the nav color to white for the explore page */
  .page-id-826 #menu-mobile-menu li {
    border: 2px solid var(--white);
  }

  #menu-mobile-menu img {
    padding-top: .25rem;
    float: right;
  }

  .desktop-nav-menu {
    display: none;
  }

  .main-logo-link {
    width: 78%;
  }

  .main-logo-link a {
    width: 95%;
  }

  #menu-header-secondary-menu {
    flex-direction: row;
    justify-content: flex-start;
    height: 3rem;
    /* margin-bottom: 1rem; */
  }

  #menu-header-secondary-menu li {
    padding-right: 0.5rem;
  }

  #menu-header-secondary-menu .menu-item {
    display: none;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .grid {
    grid-gap: 0;
  }


  #fine-print > div:nth-child(2) {
    text-align: left;
    margin-top: -1rem;
  }

  /* footer .grid > div:nth-child(3) {
    margin-top: -1.5rem;
  } */

  footer .grid > div:nth-child(2),  footer .grid > div:nth-child(3) {
    padding-top: 1rem;
  }

  footer #fine-print {
    margin-top: 2rem !important;
  }
  /* make sure logo and menu toggle are accessible since secondary menu overlaps */
  .navbar-brand, .navbar-toggler {
    z-index: 10;
  }
}

@media screen and (max-width:767px) {
  h2.explore-title {
    font-size: 2.5rem !important;
  }

  h4.typewriter-italic {
    font-size: 1.5rem !important;
  }

  h1 {
    font-size: 4.375rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .w-50 {
    width: 100% !important;
  }

  .entry-content {
    margin: 1.5rem auto;
  }

  footer .grid > div:nth-child(3) {
    padding-top: 0;
  }
}
