/*
Theme Name: Jenkins Arboretum
Theme URI: https://jenkinsarboretum.org/
Author: WP Engine
Author URI: https://untuck.com/
Description: Custom theme for Jenkins Arboretum
Requires at least: 6.5
Tested up to: 6.5.2
Requires PHP: 7.0
Version: 1.0.9
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/


/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 15%;
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--neutral);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Buttons -- */

.wp-block-button .wp-block-button__link.has-base-2-color:hover {
	color: #fff;
}

/* -- Code -- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	gap:10px;
}

.wp-block-navigation .wp-block-navigation-item a,
.wp-block-navigation .wp-block-navigation-item {
	font-family: "henderson-sans-basic",sans-serif; 
}

.wp-block-navigation .wp-block-navigation-item a:hover {
	color: var(--wp--preset--color--custom-grass);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}

/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------- */

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

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

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

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}

/* Custom CSS
---------------------------------------- */

/* Global Classes */

.no-border {
	border: 0 none;
}

.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
padding: 1.5rem;
border:1px solid var(--wp--preset--color--custom-grass);
border-radius: 1rem;
}

summary strong {
font-family: var(--wp--preset--font-family--henderson) !important;
font-weight: bold;
color: var(--wp--preset--color--primary);
}

::marker {
color: var(--wp--preset--color--custom-grass);
}


/* Mobile Menu */

body .site-header .mobile-navigation-block.is-layout-flex {
	display: none;
}

.site-header  .mobile-navigation-block ul.wp-block-navigation__container {
	padding-top: 40px;
}


.wp-block-navigation__submenu-container li {
	font-size: 16px;
}

@media (max-width: 1024px) {

  .site-header .mobile-navigation-block {
	display: flex !important;
  }
  
  .site-header .desktop-navigation-block {
	display: none !important;
  }
  
}


.site-header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
  padding-top: 1rem;
  padding-left: 0.5rem;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu li {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu li.has-medium-font-size {
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
  }
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation {
  width: 100%;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation li {
  width: 100%;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle {
  width: 100%;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon {
  display: inline-block !important;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.25em;
  right: 0;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: var(--wp--preset--color--primary);
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle + span + ul.wp-block-navigation-submenu {
  display: none;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle[aria-expanded=true] + span + ul.wp-block-navigation-submenu {
  display: block;
}
.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu__toggle[aria-expanded=false] + span + ul.wp-block-navigation-submenu {
  display: none;
}

/* Navigation */


.wp-block-navigation-item__label {
font-size: 13px;
line-height:16px;
}

.wp-block-navigation__submenu-container.has-text-color.has-primary-color.has-background.has-neutral-background-color.wp-block-navigation-submenu {
padding: 16px 12px;
}

.wp-block-navigation-item.wp-block-navigation-link.has-kepler-font-family {
border-bottom: 1px solid var(--wp--preset--color--custom-pollen);
padding-bottom: 8px;
}
.wp-block-button__link.wp-element-button:hover {
background-color:var(--wp--preset--color--custom-evergreen) !important;
color:var(--wp--preset--color--base) !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover {
color:var(--wp--preset--color--secondary) !important;
}

.wp-block-navigation-item__label:hover {
color:var(--wp--preset--color--custom-evergreen) !important;
}


/* Events Calendar Widget */


.home .tribe-events-widget-events-list__view-more {
display:none !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-row {
padding:20px 0;
border-bottom: 1px solid #f4f2ea;
}

.tribe-events-widget-events-list__event-date-tag-month, .tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium, .tribe-events-widget-events-list__event-datetime {
font-family:var(--wp--preset--font-family--henderson) !important;
color:var(--wp--preset--color--primary) !important;
}

.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin {
font-size:var(--tec-font-size-6);
font-weight:var(--tec-font-weight-regular)
}

/* Events Calendar Views */


.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium {
font-size:var(--tec-font-size-8);
color:var(--wp--preset--color--custom-evergreen) !important;
}

.tribe-common .tribe-common-h7 a, .tribe-common .tribe-common-h8 a {
color:var(--wp--preset--color--custom-evergreen) !important;
fon-weight: bold !important;
}

.tribe-common .tribe-common-h7 a, .tribe-common .tribe-common-h8 a,
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month__calendar-event {
font-family: var(--wp--preset--font-family--henderson) !important;
letter-spacing:-0.08rem;
font-size: 16px !important;
}

.tribe-events-calendar-list__event-description {
font-family: var(--wp--preset--font-family--kepler) !important;
	font-size: var(--wp--preset--font-size--small) !important;
}

.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h4 a:where(:not(.wp-element-button)),
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list li a span,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h5 a, .tribe-common .tribe-common-h6 a, .tribe-event-date-star, .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-c-nav__prev-label, .tribe-events-c-nav__next-label, .tribe-events-c-subscribe-dropdown__button-text.tribe-common-c-btn--clear, .tribe-events-calendar-list__event-datetime, .tribe-events-calendar-month__header-column-title.tribe-common-b3, .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden, .tribe-events-pro-photo__event-datetime.tribe-common-b2, .tribe-events-pro-photo__event-date-tag-datetime, .tribe-events-single-event-title {
font-family: var(--wp--preset--font-family--henderson) !important;
letter-spacing:-0.08rem;
}

.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin, .tribe-events-c-top-bar__datepicker-time, .tribe-events-pro-photo__event-title-link.tribe-common-anchor-thin {
color:var(--wp--preset--color--primary) !important;
}

.tribe-events-calendar-list__event-venue.tribe-common-b2 {
font-family: var(--wp--preset--font-family--kepler) !important;
font-size: var(--tec-font-size-4) !important;
}

.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
color:var(--wp--preset--color--custom-evergreen) !important;
font-size: var(--tec-font-size-10) !important;
letter-spacing:-0.25rem;
}

#tribe-events-events-bar-keyword {
font-family: var(--wp--preset--font-family--kepler) !important;
font-size: var(--tec-font-size-4) !important;
}

.tribe-events-c-small-cta__price {
font-family: var(--wp--preset--font-family--kepler) !important;
font-size: var(--tec-font-size-4) !important;
font-weight:bold;
font-style:italic;
}

.tribe-events-calendar-list__event-venue-address {
display:none !important;
}

.tribe-events-pro-photo__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
color:var(--wp--preset--color--custom-evergreen) !important;
}


/* GTranslate */ 

.gt_float_switcher .gt_options a {
color: var(--wp--preset--color--contrast) !important;;
font-size:16px !important;
}

.gt_float_switcher {
color: var(--wp--preset--color--primary) !important;;
font-family: var(--wp--preset--font-family--henderson) !important;
font-size: 16px !important;
border-radius: 4px !important;
}




/* Notibar */

.njt-nofi-button {
margin-left: 20px;
}

.njt-nofi-notification-bar .njt-nofi-button:hover {
	transform: scale(1);
}

.njt-nofi-button a.njt-nofi-button-text.njt-nofi-padding-text {
	font-family: var(--wp--preset--font-family--henderson) !important;
	font-style: normal;
	font-weight: 700;
	line-height: var(--wp--custom--line-height--medium);
	font-size: 12px !important;
	padding-top: 12px !important;
	padding-right: 16px !important;
	padding-bottom: 12px !important;
	padding-left: 16px !important;
	text-decoration: none;
	text-transform: uppercase;
}

.njt-nofi-button a.njt-nofi-button-text.njt-nofi-padding-text:hover {
	background-color: var(--wp--preset--color--custom-evergreen) !important;
	color: var(--wp--preset--color--base) !important;
}

.njt-nofi-text {
	font-family: var(--wp--preset--font-family--kepler);
}

/* Custom */ 

summary {font-family: var(--wp--preset--font-family--henderson) !important;
font-weight: bold;
color: var(--wp--preset--color--primary);
}

.wp-block-navigation-item.wp-block-navigation-link {
  padding-bottom: .5rem;
  border-bottom: 1px solid #dfded2;
}

/* Map Key */

/* .key-row.wp-block-group-is-layout-flex > .wp-block-group {
	display: flex;
	align-items: center; 
} */

.key-row {
	display: flex;
	align-items: center !important; 	
}

.key-row figure.wp-block-image {
	width: 24px;
	max-width: 24px;
	display: flex;
	align-items: center; 
}

.key-row figure.wp-block-image.h-8 {
	height: 8px;
}

.key-row figure.wp-block-image.h-7 {
	height: 7px;
}

.key-row figure.wp-block-image.h-13 {
	height: 13px;
}

.key-row figure.wp-block-image.h-24 {
	height: 24px;
}

.key-row figure.wp-block-image.h-25 {
	height: 25px;
}

.key-row figure.wp-block-image.h-26 {
	height: 26px;
}

.key-row figure.wp-block-image.h-35 {
	height: 35px;
}

.key-row figure.wp-block-image.h-36 {
	height: 36px;
}

.key-row figure.wp-block-image img {
	vertical-align: text-top;
	max-width: 24px;
}


@media (max-width:495px) {
	.has-global-padding > .alignfull.wp-block-cover {
		padding-left: 0 !important; 
		padding-right: 0 !important; 
	}
}

.wp-block-cover h1 {
	word-wrap: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.site-header .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon {
	width:20px;
	height:20px;
}


.site-header .wp-block-navigation__responsive-container .wp-block-navigation-submenu .wp-block-navigation__submenu-icon:hover svg {
	stroke: var(--wp--preset--color--custom-evergreen);
}