/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twentytwentyfive-child
Description: Child theme for Twenty Twenty-Five
Author: Adrian Whyte
Template: twentytwentyfive
Version: 1.0
*/

/* :root {
  --wp--preset--color-primary: #0D2B45;
}
  */

body {
  /* --wp--preset--color-primary: var(--wp--custom--enforcePrimary); */
  --wp--preset--color-primary: #0D2B45;
}

.sbb-title-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.wp-block-button__link > a {
    background-color: var(--wp--preset--color-primary) !important; 
    /* background-color: red !important; */
    color: #ffffff !important;
}

.wp-block-navigation-item.current-menu-item > a,
.wp-block-navigation-item__content.wp-block-navigation-item__content--current {
  text-decoration: underline;
}

.stb-event-meta {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.stb-event-date {
  font-weight: 600;
}

.stb-event-time {
  color: #666;
}