/* space under footer should be black */
html:not(.wp-toolbar) {
  background-color: #000;
}
body:not(.wp-admin) {
  background-color: #FFF;
}
/* auto-size home page background */
body.home-page #main article .entry-content section:first-of-type > .elementor-container {
  min-height: calc(100vh - 126px);
}
/* don't show secondary nav on home */
body.home-page #secondary-navigation {
  display: none;
}
/* home page mission statement */
body.home #main article .entry-content blockquote {
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
}
/* Set padding on the footer to fit the footer menu appropriately */
footer.site-info {
  padding: 0;
}
/* Social media icons in footer menu */
footer.site-info nav.footer-nav ul.menu {
  display: block;
  text-align: center;
}
footer.site-info nav.footer-nav ul.menu li {
  float: none;
  display: inline-block !important;
}
footer.site-info nav.footer-nav ul.menu li a i.fa {
  display: none;
}
footer.site-info nav.footer-nav ul.menu li.menu-item-object-custom a span {
  /*display: none;*/
}
footer.site-info nav.footer-nav ul.menu li.menu-item-object-custom {
  /*float: left;*/
}
/* whyyyy? */
#main hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* Contact page - WP Forms column field sizing */
#main .wpforms-container-full .wpforms-form .wpforms-field-medium {
  max-width: 100%;
}
/* Temporary: hide cart icon in menu bar */
#primary-menu ul li.wc-menu-item {
  display: none !important;
}
/* Variations dropdown select menu on Product page */
.woocommerce div.product.elementor form.cart table.variations td.value select {
  background: #fafafa !important;
  color: #666;
  border: 1px solid #ccc !important;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
}
/* variation prices (sub options) */
.woocommerce div.product.elementor form.cart .single_variation_wrap span.price {
  padding: 10px;
  display: block;
}
/* GP correction code */
pre {
  font-family: monospace;
  font-size: 13px;
  line-height: 15px;
}
/* Override WC fields cause they don't include [date] and whatnot */
body:not(.wp-admin) input[type="text"], body:not(.wp-admin) input[type="email"], body:not(.wp-admin) input[type="date"], body:not(.wp-admin) input[type="url"], body:not(.wp-admin) input[type="password"], body:not(.wp-admin) input[type="search"], body:not(.wp-admin) input[type="tel"], body:not(.wp-admin) input[type="number"], body:not(.wp-admin) textarea, body:not(.wp-admin) select {
  background: #fafafa;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%;
  color: #666666;
  background-color: #FFFFFF;
  border-color: #cccccc;
}
body:not(.wp-admin) input[type="date"] {
  padding: 9px 14px;
}
/* customize fieldset and fields */
body:not(.wp-admin) fieldset {
  border: 1px solid #CCC;
  background: #F6F6F6;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 2em;
}
body:not(.wp-admin) fieldset legend {
  font-family: "Press Start 2P", serif;
  font-size: 24px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-bottom: 0;
  background: #FFF;
}
body:not(.wp-admin) fieldset p {
  margin-bottom: 0.5em;
}
body:not(.wp-admin) fieldset label {
  font-size: 82.5%;
  margin-left: 5px;
  clear: left;
}
body:not(.wp-admin) fieldset abbr.required {
  display: none;
}
/* payment form card icons */
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  float: right;
  width: 35px;
  margin: 5px 4px 5px 0;
}
/* WooCommerce alert links */
.woocommerce-MyAccount-content p.woocommerce-message a {
  color: #FFF;
}
/* WooCommerce readonly fields */
.woocommerce-page input[readonly="readonly"] {
  background: #EEE;
  color: #888;
}
#kb-article-content a img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
/* include "remove" links in order summary in checkout */
#primary dl.variation {
  display: inline-block;
  margin-left: 7px;
}
#primary dt.variation-remove_link {
  display: none;
}
/* Some fancy styling for the new "keep shopping" button on the Cart page */
.wc-proceed-to-checkout {
  display: flex;
}
.wc-proceed-to-checkout a.checkout-button {
  flex: 1;
  margin: 0 10px;
}
.wc-proceed-to-checkout a.checkout-button.return-to-shop {
  background-color: #070;
}
.wc-proceed-to-checkout a.checkout-button.return-to-shop:hover {
  background-color: #090;
}
/* Checkout terms and conditions (membership agreement) checkbox */
.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox {
  background: #DDD;
  padding: 10px;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
}
/* Ninja Forms styling */
/* yes I know what the red asterisk means, thanks */
.nf-form-fields-required {
  display: none;
}
/* paragraph/list styling; <li> elements should have bottom margin */
.nf-field-container.html-container .field-wrap.html-wrap .nf-field-element ol li {
  margin-bottom: 1em;
}
/* Membership Agreement page */
body.page-membership-agreement .elementor-text-editor li {
  margin-top: 10px;
}
body.page-membership-agreement .elementor-text-editor li li li {
  margin-top: 4px;
}
body.page-membership-agreement .elementor-text-editor > ol:first-of-type > li::marker, body.page-membership-agreement .elementor-text-editor > ol:first-of-type > li > strong {
  font-size: 26px;
  font-weight: bold;
}
/* alert element list items */
.elementor-alert-description li {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
/* Implementing Hello transition from GeneratePress */
@media (min-width: 768px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 95%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin: 16px auto;
  }
  div.page-content {
    margin: auto auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 95%;
  }
}
@media (min-width: 1366px) {
  .page-header .entry-title {
    max-width: 1500px;
  }
}
@media (min-width: 1366px) {
  .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1280px;
  }
}
/* Set more sensible list spacing */
#eckb-article-content-body ul:not(:last-child), #eckb-article-content-body ol:not(:last-child), .elementor-text-editor ul:not(:last-child), .elementor-text-editor ol:not(:last-child) {
  margin-bottom: 20px;
}
/* Manual query targets for stupidly small resolutions (potato phones) */
@media (max-width: 420px) {
  /* Wiki stuff; have to use !important because wiki.css is loaded after denhac.css because ... the alphabet */
  h1 {
    font-size: 18px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  blockquote {
    margin: 10px 20px;
  }
  #content #epkb-main-page-container.epkb-basic-template #epkb_search_form {
    width: 100% !important;
  }
  #content #epkb-main-page-container.epkb-basic-template #epkb_search_form #epkb_search_terms {
    padding: 10px !important;
  }
  body.single.single-epkb_post_type_1 ul.breadcrumb li, body.archive.tax-epkb_post_type_1_category ul.breadcrumb li {
    display: block !important;
    font-size: 14px !important;
  }
  #eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner {
    padding: 5px 10px !important;
  }
  #eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul {
    padding-top: 10px !important;
  }
  #eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul li {
    margin: 0 !important;
  }
}
/* Tighten up heading text */
h1, h2, h3, h4 {
  letter-spacing: -0.05em !important;
}
/* add highlight borders to checkout page to show what membership type is selected */
/* linked to snippet: https://denhac.org/wp-admin/admin.php?page=edit-snippet&id=163 */
body.denhac_cart_contains_membership .membership-type {
  border: 2px solid #FFFFFF;
}
body.denhac_cart_contains_membership .membership-type:hover {
  border: 2px solid #EFEFEF;
  background: #FAFAFA;
}
body.denhac_cart_contains_membership.denhac_membership_student #membership-student-senior, body.denhac_cart_contains_membership.denhac_membership_standard #membership-standard, body.denhac_cart_contains_membership.denhac_membership_group #membership-group {
  border: 2px solid #CCC;
  background: #EFEFEF;
}
/* WOOCOMMERCE -- Account sidebar */
nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  border: 1px solid #CCC;
  list-style: none;
  margin: -1px 0 0 -1px;
  padding: 0;
  line-height: 26px;
  /* get rid of stupid icon in WC account sidebar nav for Store Credit */
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 4px 8px 1px;
  font-size: 16px;
  font-family: "Press Start 2P", serif;
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #CCC;
  color: #000;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active > a {
  background-color: #000;
  color: #FFF;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--store-credit a::before {
  display: none !important;
}
/* Account Page - Denhac Member Code banner */
.denhac-edit-account-member-code {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 15px 10px 10px;
  margin: 0 60px 20px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Press Start 2P";
  background-color: #F6F6F6;
  text-align: center;
}
.denhac-edit-account-member-code > span.code {
  color: #c36;
}
/* add some reasonable top margin to default page titles */
.page-header .entry-title {
  margin-top: 30px;
}
/* Membership page checkout customization */
@media (min-width: 1366px) {
  body.woocommerce-checkout.denhac_cart_contains_membership main#content {
    max-width: 1280px;
    margin: auto;
    /* custom top heading */
  }
  body.woocommerce-checkout.denhac_cart_contains_membership main#content > .page-content > .woocommerce > h1 {
    margin-top: 30px;
  }
  body.woocommerce-checkout.denhac_cart_contains_membership main#content form.checkout.woocommerce-checkout {
    margin-top: 30px;
  }
}
/* Default WooCommerce page styling */
@media (min-width: 1366px) {
  body.page-template-default.woocommerce-page main#content {
    max-width: 1280px;
    margin: auto auto 30px;
  }
}
/* login page */
@media (min-width: 1366px) {
  body:not(.logged-in).woocommerce-account .woocommerce {
    max-width: 320px;
    margin: 40px auto;
  }
  body:not(.logged-in).woocommerce-account .page-header {
    display: none;
  }
  body:not(.logged-in).woocommerce-account .page-content h2 {
    font-size: 32px;
    text-align: center;
  }
}
/* NORMALIZE ALL DEFAULT BUTTONS WTF */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .elementor-button.elementor-button-link {
  color: #FFF;
  background-color: #1e85be;
  border-color: #1e85be;
  font-weight: 700;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  margin: 0 auto;
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:focus, .elementor-button.elementor-button-link:hover, .elementor-button.elementor-button-link:focus {
  color: #FFF;
  background-color: #0e5278;
  border-color: #0e5278;
}
