/*
Theme Name: baktwentytwentyfive
Theme URI:
Author:
Author URI: 
Description:
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: baktwentytwentyfive
Tags: 
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}


/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}



/* Flex container for reunion cards  styling  */
.flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-container h4 {
  color: var(--wp--preset--color--accent-2);
  font-size:x-large;
  font-weight: bold;
}

.flex-container p {
  color: var(--wp--preset--color--contrast);
  font-size: large;
}

.reunion-card-link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.reunion-button-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--wp--preset--color--accent-3);
  padding: 1.2em;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.reunion-card-link:hover .reunion-button-card:hover {
  background: var(--wp--preset--color--base);
  transform: translate(-4px) scale(1.1) !important;
  box-shadow: 0 12px 12px var(--wp--preset--color--accent-3);
  h4 {color: var(--wp--preset--color--accent-4);}

}
/* forminator button styling */

.forminator-button-submit {
  font-size: 14px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  color: var(--wp--preset--color--contrast) !important;
  background-color: var(--wp--preset--color--base) !important;
}
  /* fluent form button styling */

form.fluent_form_8 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: var(--wp--preset--color--base) !important; /* your light green */
  color: var(--wp--preset--color--contrast) !important; /* or #ffffff if you prefer white text */
  border: none !important;
}

form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: var(--wp--preset--color--base) !important; /* your light green */
  color: var(--wp--preset--color--contrast) !important; /* or #ffffff if you prefer white text */
  border: none !important;
}

form.fluent_form_7 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: var(--wp--preset--color--base) !important; /* your light green */
  color: var(--wp--preset--color--contrast) !important; /* or #ffffff if you prefer white text */
  border: none !important;
}

.ff-message-success {
  border: 1px solid #ced4da;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  margin-top: 10px;
  padding: 15px;
  position: relative;
  background-color: var(--wp--preset--color--base);
  color:var(--wp--preset--color--contrast);
}



/* pmpro styling */

/* Membership Required Card and Content */
.pmpro .pmpro_content_message .pmpro_card_content p {
    line-height:1.2;
	padding: 0;
}

input#fr_num_guests {
  height: 20px; /* Adjust as needed */
  font-size: 16px; /* Optional: match text size */
  padding: 0px 0px; /* Optional: tweak spacing */
}

.pmpro {
  & .pmpro_section #loginform .login-submit .button:hover {
    background-color: var(--wp--preset--color--custom-login-button-hover);
    background-position: 0 0;
    border-color: var(--pmpro--color--accent);
    color: var(--wp--preset--color--contrast);
  }
}

.pmpro {
  & .pmpro_section #loginform .login-submit .button {
    background-color: var(--wp--preset--color--custom-login-button);
    border: 1px solid var(--wp--preset--color--base);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: 1px 2px 4px var(--wp--preset--color--custom-light-gray);
    box-sizing: border-box;
    color: var(--wp--preset--color--contrast);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5;
    min-height: 40px;
    outline: 0;
    padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    transition: background-color 0.2s, color 0.2s;
  }
}




/* PMPro Advanced Levels plugin compare table styling section */

/* TABLE (desktop / compare table) — even COLUMNS */
table.pmpro_advanced_levels-compare_table thead th:nth-child(even),
table.pmpro_advanced_levels-compare_table tbody td:nth-child(even),
table.pmpro_advanced_levels-compare_table tfoot td:nth-child(even) {
  background-color: var(--wp--preset--color--custom-pricing-page-background) !important;
}

/* Optional: alternate ROW shading (instead of columns) */
table.pmpro_advanced_levels-compare_table tbody tr:nth-child(even) > td,
table.pmpro_advanced_levels-compare_table tbody tr:nth-child(even) > th {
  background-color: var(--wp--preset--color--custom-pricing-page-background) !important;
}

/* PMPro Advanced Levels — alt row color for responsive card view */
.wp-block-pmpro-advanced-levels-advanced-levels-page {
    --pmproal--row--color-alt: var(--wp--preset--color--custom-pricing-page-background); 
}

/* PMPro Advanced Levels plugin compare table styling the table */
table.pmpro_advanced_levels-compare_table {
  border-collapse: collapse !important;
}

table.pmpro_advanced_levels-compare_table th,
table.pmpro_advanced_levels-compare_table td {
  border: 1px solid var(--wp--preset--color--base) !important;
}

table.pmpro_advanced_levels-compare_table thead {
     border-bottom: 3px solid var(--wp--preset--color--base) !important;
     border-right: 3px solid var(--wp--preset--color--base) !important;
}

/* Removes the border from the upper left compare table */
table.pmpro_advanced_levels-compare_table thead > tr > th:first-child{
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 3px solid var(--wp--preset--color--base) !important;
}

/* Set border top over pricing table and not border the far left corner of compare table*/

table.pmpro_advanced_levels-compare_table thead > tr:first-child > th:first-child {
  border-top: 0 !important;
}

table.pmpro_advanced_levels-compare_table thead > tr:first-child > th:not(first-child) {
  border-top: 3px solid var(--wp--preset--color--base) !important;
}

table.pmpro_advanced_levels-compare_table tbody {
  border-left: 3px solid var(--wp--preset--color--base) !important;
  border-right: 3px solid var(--wp--preset--color--base) !important;
}

table.pmpro_advanced_levels-compare_table tfoot {
  border-left: 3px solid var(--wp--preset--color--base) !important;
  border-right: 3px solid var(--wp--preset--color--base) !important;
  border-bottom: 3px solid var(--wp--preset--color--base) !important;
}

/* Put "Ready to Try" into the empty first cell in the tfoot row */
table.pmpro_advanced_levels-compare_table tfoot > tr > td:first-child {
  position: relative;
  color: transparent; /* hides the &nbsp; */
}

table.pmpro_advanced_levels-compare_table tfoot > tr > td:first-child::before {
  content: "Ready to Try? ➔";
  color: var(--wp--preset--color--custom-blue);
  font-weight: 700;
}






/* PMPro Advanced Levels: FORCE TABLE-ONLY at/below this width (edit 770px) */
@media only screen and (max-width: 770px) {

  /* show table */
  table#pmpro_levels.pmpro_advanced_levels-compare_table,
  table.pmpro_advanced_levels-compare_table {
    display: table !important;
  }

  /* hide the responsive div/card layout */
  .pmpro_advanced_levels-compare_table_responsive,
  .pmpro_advanced_levels-compare_table-mobile,
  .pmpro_advanced_levels-responsive,
  .pmpro_advanced_levels-levels,
  .pmpro_advanced_levels-level {
    display: none !important;
  }
}





/* PMPro Advanced Levels: MOBILE (touch) PORTRAIT adjustments */
@media (hover: none) and (pointer: coarse) and (orientation: portrait) {

  /* TUNABLE KNOBS */
  :root{
    --al-th-font: 36%;
    --al-td-font: 58%;
    --al-btn-font: 1.4rem;
    --al-col-ch: 16ch;
    --al-btn-text: "Join";
  }

h2.pmpro_font-large {
    font-size: 1.3rem !important;
}

  /* 1) Full width table (break out of the theme’s max-width container) */
  .wp-block-pmpro-advanced-levels-advanced-levels-page,
  .pmpro {
    width: 99.5vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: var(--wp--preset--color--contrast) !important;          /* change me */
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table{
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  /* 2) Separate font sizes for TH vs TD */
  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table th{
    font-size: var(--al-th-font) !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table td{
    font-size: var(--al-td-font) !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* 3) TD wraps + try to clamp to ~2 lines (only applies if content is inside an element) */
  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table td > :is(div,span,a,p,small,strong,em){
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }

  /* Column width (plan columns only) */
  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table thead th:not(:first-child),
  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table tbody td:not(:first-child),
  .pmpro table#pmpro_levels.pmpro_advanced_levels-compare_table tfoot td:not(:first-child){
    width: var(--al-col-ch) !important;
    max-width: var(--al-col-ch) !important;
  }

  /* 4) Buy Now size + (optional) text swap */
  a.pmpro_btn.pmpro_btn-select{
    font-size: var(--al-btn-font) !important;
    padding: 0.4em 0.6em !important;
    line-height: 1.1 !important;
    position: relative !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }
  a.pmpro_btn.pmpro_btn-select::after{
    content: var(--al-btn-text) !important;
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
  }
}

/* Gold message text inside the header emphasis wrapper so that the gold show up on all pages*/
.virtual_ai_nav_emphasis :is(p, .wp-block-shortcode, .wp-block-shortcode p){
  color: var(--wp--preset--color--accent-5) !important;
  
  /* emphasis font (uses WP preset if available; falls back safely) */
  font-family: var(--wp--preset--font-family--serif, Georgia, "Times New Roman", serif) !important;
  font-style: italic; /* optional */
}

/* Hover + focus for top-level + submenu items in the Navigation block */
.nav_header .wp-block-navigation-item__content:hover,
.nav_header .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.nav_header .wp-block-navigation__submenu-container .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.nav_header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,

.nav_header .wp-block-navigation-item__content:focus-visible,
.nav_header .wp-block-navigation-item:focus-within > .wp-block-navigation-item__content,
.nav_header .wp-block-navigation__submenu-container .wp-block-navigation-item:focus-within > .wp-block-navigation-item__content,
.nav_header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible{
  color:var(--wp--preset--color--accent-1) !important;
}

/* Keep visited links from turning purple/blue */
.nav_header .wp-block-navigation-item__content:visited{
  color:var(--wp--preset--color--contrast) !important;
}
.nav_header .wp-block-navigation-item__content:hover:visited,
.nav_header .wp-block-navigation-item__content:focus-visible:visited{
  color:var(--wp--preset--color--accent-1) !important;
}

/* Optional: tint the submenu toggle arrow (hover + focus) */
.nav_header .wp-block-navigation-submenu__toggle:hover svg,
.nav_header .wp-block-navigation-submenu__toggle:focus-visible svg{
  fill:var(--wp--preset--color--accent-1) !important;
}

/* WP login/out link — force white everywhere */
.logged-in .wp-block-loginout a{
  color:var(--wp--preset--color--contrast) !important;
}

/* Touch devices: hover is unreliable, so include focus/active */
.logged-in .wp-block-loginout a:is(:hover,:focus,:active){
  color:var(--wp--preset--color--accent-1) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.10em !important;
}

/* Reset: don't underline the whole menu wrapper */
.wp-block-kadence-navigation .menu{
  text-decoration: underline !important;
  text-decoration-color: var(--wp--preset--color--contrast) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 0.10em;
}

/* Sub-menus: NOT underlined by default */
.kadence_navigation ul ul a {
  text-decoration: none !important;
}

/* Sub-menus: underline on hover/focus only */
.kadence_navigation ul ul a:hover,
.kadence_navigation ul ul a:focus,
.kadence_navigation ul ul a:focus-visible,
.kadence_navigation ul ul a:active {
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  text-decoration-skip-ink: auto;
}










input#submit.submit.wp-block-button__link.wp-element-button {
  background-color: var(--wp--preset--color--base);
  color:var(--wp--preset--color--contrast);
  border-color: transparent;
}


input#submit.submit.wp-block-button__link:hover .wp-element-button:hover {
  background-color: var(--wp--preset--color--base);
  color:var(--wp--preset--color--contrast);
  border-color: transparent;
}


/* Put footer at bottom of page */

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.wp-site-blocks {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

/* Styling buttons for photo download */

.bulk-controls {
  display: flex;
  gap: 10px;
  margin: 1em 0;
  align-items: center;
  justify-content: flex-start;
}

.bulk-controls select,
.bulk-controls button {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  cursor: pointer;
}

.image-grid {
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*gap: 4px;*/
  /*margin-top: 0.5rem;*/
  display: flex !important;      /* override existing grid */
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;            /* avoids scrollbar overlay */
  scroll-snap-align: start;
}

.image-grid > .grid-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.image-grid .grid-item img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 6px;
}

.grid-item {
  position: relative;
     }

.grid-item.selected {
      outline: 3px solid #a7d397;
      border-radius: 8px;
      position: relative;
}
.select-btn {

  position: absolute;
  top: 5px;
  right: 10px;
  background: #0074e9;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}

.select-btn:hover {
opacity: .8;
}

.image-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-top: 1rem;
}

.grid-item .selectable-image {
border: 0px solid transparent;
cursor: pointer;
transition: border 0.2s ease;
}

/* Tablet styling */  
@media (max-width: 768px) {
.image-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0px 10px;
}
}

/* Mobile styling */
@media (max-width: 480px) {
.image-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.image-grid .grid-item {
  position: relative;
}

.image-grid .grid-item img {
  border-radius: 4px;
  transition: box-shadow 0.2s ease-in-out;
  display: block;
  width: 100%;
}

.select-checkbox {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}

.select-image-checkbox {
  width: 20px;
  height: 20px;
}

.grid-item.selected {
  /* box-shadow: 0 0 0 4px #a7d397; */
  outline: 4px solid #a7d397;
  border-radius: 8px;
}
}

/* Event page styling */

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
color:var(--wp--preset--color--base) !important;
font-size: var(--tec-font-size-6);
font-style: normal;
text-shadow: none;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
color: var(--wp--preset--color--base) !important;
font-family: var(--tec-font-family-sans-serif);
font-weight: var(--tec-font-weight-bold);
text-transform: none;
}


.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
background-color: var(--wp--preset--color--base) !important;
color:var(--wp--preset--color--contrast) !important;
border: 1px solid var(--tec-color-border-default);
border-radius: var(--tec-border-radius-default);
text-align: center;
transition: var(--tec-transition-color-border-color);
}

.tribe-common a.tribe-events-calendar-latest-past__event-title-link {
color:var(--wp--preset--color--base) !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
font-family: var(--tec-font-family-sans-serif);
font-size: var(--tec-font-size-0);
font-weight: var(--tec-font-weight-regular);
line-height: var(--tec-line-height-2);
color: var(--wp--preset--color--contrast) !important;
text-transform: uppercase;
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
color: var(--wp--preset--color--base) !important;
font-family: var(--tec-font-family-sans-serif);
font-weight: var(--tec-font-weight-bold);
text-transform: none;
line-height: var(--tec-line-height-2);
}
.tribe-common .tribe-common-b2 {
color: var(--wp--preset--color--base) !important;
font-family: var(--tec-font-family-sans-serif);
font-size: var(--tec-font-size-1);
font-weight: var(--tec-font-weight-regular);
line-height: var(--tec-line-height-0);
}
.tribe-events .tribe-events-calendar-list__event-datetime {
color: var(--wp--preset--color--base) !important;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    flex: none;
    margin-top: 0;
    color: var(--wp--preset--color--contrast);
    background: var(--wp--preset--color--base);
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    background-color: var(--wp--preset--color--base) !important;
    color: var(--wp--preset--color--contrast) !important;
    border-color:var(--wp--preset--color--base) !important;
}

/* Focus Styles for Contribution Button */
.contribution_button .wp-block-button__link:focus,
.contribution_button .wp-element-button:focus {
    outline-color: var(--wp--preset--color--base) !important;
    outline-offset: 2px; /* Adjusted from 22px, which is very large */
}

/* Hover Styles for Contribution Button */
.contribution_button .wp-block-button__link:hover,
.contribution_button .wp-element-button:hover {
    background-color: var(--wp--preset--color--accent-1) !important;
}




/* Woo Commerce cart page styling the button such as proceed-to-checkout */
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--wp--preset--color--base);
    border-width: 0;
    color: var(--wp--preset--color--contrast);
}

.wc-block-components-button:not(.is-link):focus { 
    box-shadow: none !important; 
 }
/* End of Woo Commerce button for proceed-to-checkout */


/* Woo single product "Add to cart" button: remove the green focus outline */
.woocommerce.single-product button.single_add_to_cart_button.wp-element-button:focus,
.woocommerce.single-product button.single_add_to_cart_button.wp-element-button:focus-visible {
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
  box-shadow: none !important; /* in case the theme uses shadow for focus */
}

/* Woo Commerce description Page Add to Cart button to remove border */

:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
    outline-color: none !important;
    outline-offset: 2px !important;
}

/* Woo Commerce x in Cart button in Store or /shop/: remove the green focus outline */
.wc-block-components-product-button__button.wp-element-button:focus,
.wc-block-components-product-button__button.wp-element-button:focus-visible {
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
  box-shadow: none !important; /* in case the theme uses a focus shadow */
}


/* Styling the Add to Cart Button so it doesn't disappear abruptly */
/* 1. BASE BUTTON - This sets the animation rules */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart {
    background-color: var(--wp--preset--color--base) !important;
    color: var(--wp--preset--color--contrast) !important;
    opacity: 1 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    /* The transition MUST be here to control the "fade out" speed */
    transition: opacity 0.6s ease, background-color 0.6s ease !important;
}

/* 2. LOADING STATE - The button starts fading to gray and transparency */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart.loading {
    background-color: var(--wp--preset--color--custom-medium-gray) !important; 
    opacity: 0 !important; 
    pointer-events: none; /* Prevents clicking the button while it's fading */
}

/* 3. ADDED STATE - Keeps it hidden after the item is successfully added */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
}

/* 4. CLEANUP - Ensures no icons or spinners interfere with the fade */
a.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart::after {
    display: none !important;
    content: none !important;
}

/* Woo Commerce empty cart frown face with mixture of blue-yellow */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: 
 var(--wp--preset--color--accent-6);
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 5em;
    width: 5em;
}

/* Puts the navigation menu and submenus on top of the content window so it doesn't disappear*/
.wp-block-navigation {
  position: relative;
  z-index: 9999;
}
















