/*!
Theme Name: tenf
Theme URI: http://10fdesign.io/
Author: Underscores.me
Author URI: http://10fdesign.io/
Description: A great theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tenf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@import url("https://use.typekit.net/tje4mzz.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

p,
ul {
  font-family: "Open Sans", sans-serif;
}

/* variables go here */
:root {
}

.site-header {
  top: 0;
}

body.logged-in .site-header {
  top: 32px;
}

.basic-slider .slick-track {
  display: flex !important;
  margin-bottom: 2em;
  /* gap: 3rem; */
}

.basic-slider .slick-list {
  margin: 0 -1.5em;
}

.basic-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
}

body .slick-dots {
  position: static;
  bottom: unset;
  display: flex;
}

body .slick-dots li button::before {
  border: 2px solid #52525b;
  content: "";
  border-radius: 50%;
}

body .slick-dots li.slick-active button::before {
  background: #ea7603;
}

body .header-dots li button::before {
  border-color: white;
}

.page-links a,
.wysiwyg-container a:not(.bg-blue) {
  color: #ea7603;
  /* text-decoration: underline; */
}

.bg-orange .wysiwyg-container a {
  color: white;
}

.entry-content h2,
.wysiwyg-container h2,
.municipality h2 {
  color: #0086b3;
  padding: 0.5rem 0;
  font-size: 30px;
  font-weight: 300;
}

.wysiwyg-container h3,
.wysiwyg-container h4,
.wysiwyg-container h5,
.wysiwyg-container h6 {
  color: rgb(82 82 91);
}

.entry-content h3,
.wysiwyg-container h3 {
  color: #ea7603;
  padding: 0.5rem 0;
  font-size: 22px;
  font-weight: 300;
}

.entry-content p {
  padding: 0.5rem 0;
  color: rgb(82 82 91);
}

.entry-content ul,
.wysiwyg-container ul {
  list-style: disc inside none;
  padding: 0.5rem 0 0.5rem 2rem;
  color: rgb(82 82 91);
  font-family: "Open Sans", sans-serif;
}

.shiftnav:after {
  box-shadow: none;
}

#shiftnav-main {
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.35);
}

.wp-block-button a {
  display: flex;
}

.wp-block-button a:before {
  content: url("/wp-content/themes/tenf-wordpress-theme-master/assets/chevron.svg");
  width: 1em !important;
  height: 1em !important;
  display: inline-block;
  margin-right: 0.5ch;
  transform: translate(0, -2px);
}

a.wp-block-button__link {
  border-radius: 0 !important;
  text-decoration: none !important;
  padding: 0.75rem 1.5rem !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: white !important;
  margin: 1rem 0;
  transition: background-color 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.wp-block-table td:first-of-type {
  color: #ea7603;
  font-size: 22px;
  font-weight: 500;
  border-color: black;
}

.wp-block-table td:last-of-type {
  font-family: "Open Sans", sans-serif;
  color: rgb(82 82 91);
}

.wp-block-table thead th {
  color: #ea7603;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

h1.tenf-header-image-title {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

.tribe-common button[disabled],
.tribe-common input[disabled] {
  opacity: 0.5;
}

.shiftnav-toggle-button .fa {
  margin-right: 0 !important;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  height: 0.75rem !important;
  width: 0.75rem !important;
}

.what-is-compact-header .slick-arrow {
  background: rgba(255, 255, 255, 0.2);
  display: grid;
  align-content: center;
  padding: 0.5em 0.8em;
  border-radius: 50%;
  border: 2px solid rgb(234, 118, 3);
  fill: white;
}

.what-is-compact-header .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.what-is-compact-header .slick-arrow svg {
  fill: white;
}

.wysiwyg-container p {
  margin-bottom: 1em;
}

p {
  color: rgb(82 82 91);
  font-size: 16px;
}

.tenf-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(
    120deg,
    rgba(107, 150, 100, 0.9) 0%,
    rgba(107, 150, 100, 0.7) 20%,
    rgba(107, 150, 100, 0) 45%,
    rgba(13, 140, 183, 0) 55%,
    rgba(13, 140, 183, 0.7) 80%,
    rgba(13, 140, 183, 0.9) 100%
  );
  mix-blend-mode: multiply;
}

.homepage-map h2 {
  text-shadow: 0 0 10px white, 0 0 20px white;
}

.tenf-content p a,
.tenf-content a {
  /* color: rgba(234,118,3,var(--tw-text-opacity)); */
}

.bg-orange p {
  color: white;
}

.orange-box p a {
  text-decoration: underline;
}

.tenf-content ul,
.tenf-content li,
.tenf-content ol {
  font-size: 16px;
  color: rgb(82 82 91);
  font-family: "Open Sans";
}

.tenf-content ol,
.tenf-content ul {
  list-style: inherit;
  margin-left: 2em;
}

.tenf-content ol {
  list-style-type: decimal;
}

.tenf-content li {
  margin-bottom: 1em;
  list-style: inherit;
}

.tenf-accordion summary {
  cursor: pointer;
}

.fancybox__content img {
  background: white;
}

.initiative-divider + .initiative-side-by-side-block {
  margin-top: 3rem;
}

.iframe-container iframe {
  width: 100%;
  max-height: calc(100vh - 200px);
  height: 100vh;
}

.tenf-orange-box .tenf-orange-box-inner a {
  color: white;
  text-decoration: underline;
}

.tenf-orange-box {
  background-color: rgb(234, 118, 3);
  color: white;
}

.tenf-orange-box p {
  color: white;
}

.tenf-orange-box-inner {
  padding: 1em;
}

#recommendations summary::-webkit-details-marker {
  display: none;
}

.wp-blockade .gallery {
  display: grid;
  gap: 1em;
}

@media only screen and (min-width: 600px) {
  .wp-blockade .gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

.dataTables_wrapper {
  max-width: 100%;
  overflow: auto;
}

.container .tablepress > :where(thead, tfoot) > * > th {
  font-weight: 400;
}

.dataTables_wrapper a {
  color: #ea7603;
}

.dataTables_wrapper {
  font-size: 15.8px;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
  margin-bottom: 1em;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required::before {
  display: none !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required::after {
  content: "\2217";
  position: absolute;
  top: -4px;
  color: #f5463b;
}

footer .ctct-gdpr-text {
  display: none;
}

footer .ctct-form-footer {
  display: none;
}

.municipality h2 {
  margin: 1em 0 0.5em 0;
}

.single-municipality iframe,
.single-municipality .wp-blockade-map-wrapper {
  padding-bottom: 0 !important;
}

.shiftnav-inner .sub-menu li a {
  color: rgb(234, 118, 3) !important;
}

.shiftnav ul.shiftnav-menu .sub-menu li.menu-item > a.shiftnav-target {
  padding-left: calc(5ch + 15px);
}

.shiftnav-inner li.menu-item.menu-item-has-children li a {
  color: rgb(234, 118, 3) !important;
  text-transform: unset;
}

.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children span {
  background: #fff !important;
  color: #222 !important;
  padding-left: 5ch;
  position: relative;
}

.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children span:before {
  content: "";
  width: 1.3ch;
  height: 1.3ch;
  position: absolute;
  left: 2.5ch;
  top: 50%;
  border: solid rgb(234, 118, 3);
  border-width: 0 2px 2px 0;
  transform: translate(0, -71%) rotate(45deg);
}

.shiftnav
  ul.shiftnav-menu
  li.menu-item.menu-item-has-children
  span.shiftnav-target {
  color: #444;
}

.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.shiftnav-active
  > span.shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.shiftnav-in-transition
  > span.shiftnav-target {
  color: rgb(234, 118, 3);
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
  background: white;
}

.shiftnav.shiftnav-skin-light h3.shiftnav-site-title {
  font-size: 24px;
  padding: 30px 25px;
}

a.shiftnav-target {
  background: white;
}

.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > a.shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  ul.sub-menu
  .current-menu-item
  > a.shiftnav-target {
  background: white;
}

.shiftnav-inner {
  text-transform: uppercase;
}

.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  ul.sub-menu
  li.menu-item
  > .shiftnav-target {
  text-transform: initial;
}

.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > a.shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  ul.sub-menu
  .current-menu-item
  > a.shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  > span.shiftnav-target,
.shiftnav.shiftnav-skin-light
  ul.shiftnav-menu
  li.menu-item
  > a.shiftnav-target {
  font-weight: 600;
  color: #222;
}

.tenf-meta-container .tribe-venue {
  margin-bottom: 0;
}

.tenf-event-categories {
  display: none;
}

.post-password-form input[type=password] {
  outline: 1px solid gray;
}

.sponsor-slider {
  /* opacity: 0; */
}

.sponsor-slider.slick-initialized {
  /* opacity: 1; */
}

.tenf-content ul.slick-dots {
  margin-left: 0;
}

@media only screen and (min-width: 400px) {

  .wysiwyg-container img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .wysiwyg-container img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
