/*
Charity home css file
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500);




/* =========================================================
   Bradley St Thomas' theme
   Based on the colours in the Bradley St Thomas' logo
   ========================================================= */
:root {
  --bradley-teal: #006066;
  --bradley-teal-dark: #004D52;
  --bradley-orange: #F28C00;
  --bradley-purple: #5A1E5C;
  --bradley-red: #C62828;
  --bradley-cream: #FFF7F0;
  --bradley-light: #F2F2F2;
  --bradley-mid-grey: #7B7B7B;
  --bradley-dark: #333333;
  --bradley-white: #FFFFFF;
}
/* Mourning Greyscale
html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

*/

body {
  color: #7b7b7b;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  background-color: var(--bradley-light);
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
}

.o-hidden {
  overflow: hidden;
}

.top-bar {
  background-color: #060c17;
  color: #fff;
  padding: 5px 0;
}

.top-bar ul {
  margin: 0px;
  padding: 0px;
}

.top-bar ul li a {
  color: #fff;
}

.top-bar ul li a:hover {
  color: #999;
}

.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px;
  position: relative;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav>li>a {
  color: var(--bradley-teal);
  font-weight: 700;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-default .navbar-nav>li.active>a:after {
  content: "";
  width: 7px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background: url(../images/v1-active.png) no-repeat;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: var(--bradley-teal);
  background-color: transparent;
}

.navbar-brand {
  padding: 10px 15px;
  height: unset;
}

.top-search {
  width: 250px;
  padding: 10px 15px;
}

.clients {
  padding: 30px 0;
  margin: 0px;
}

.clients li {
  vertical-align: middle;
  padding: 10px 20px;
}

.footer {
  padding: 12px 0 0 0;
  background-color: var(--bradley-teal);
  margin-top: 10px;
}

.footer p {
  color: #fff;
}

.footer h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #D9D9D9;
}

.footer h4 {
  font-size: 18px;
  color: #fff;
}

.footer ul.f-nav li a {
  display: block;
  color: #fff;
}

.footer ul.f-nav li a:before {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 6px;
}

.news-list li img {
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  float: left;
  margin-right: 15px;
}

.news-list h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--bradley-light);
}

.news-list p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
}

.news-list span {
  font-size: 12px;
  color: var(--bradley-light);
}

.news-list li {
  padding-bottom: 20px;
}

.footer-bottom {
  padding: 10px 0;
  background-color: var(--bradley-light);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
}

.footer-bottom ul li a {
  color: #999;
  font-size: 20px;
}

.footer-bottom ul li a:hover {
  color: #333f55;
}



.footer small {
  line-height: 13px;
}

.footer form {
  position: relative;
  margin-bottom: 20px;
}

.footer form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background-color: #D9D9D9;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: var(--bradley-teal);
  font-size: 14px;
}

.footer .form-control {
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border: 0px;
}

.banner {

  background-size: cover;
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.70);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

.banner h3,
.banner p {
  color: #fff;
}

.banner h1 {
  color: var(--bradley-teal);
  text-align: center;
}

.banner h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.buttons a {
  margin: 10px;
}

.btn {
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  border: 0px;
}

.btn-red {
  /* background: var(--bradley-teal); */
  background-color: rgba(0, 96, 102, 0.78);
  color: #fff;
}

.btn-red:hover {
  background: #fff;
  color: var(--bradley-teal);
}

.btn-white {
  background: var(--bradley-light);
  color: var(--bradley-teal);
}

.btn-white:hover {
  background: #333;
  color: var(--bradley-light);
}


.btn-green {
  background: var(--bradley-teal);
  color: #fff;
}

.btn-green:hover {
  background: #000;
  color: #fff;
}

.event-coverage {
  padding: 90px 0;
  background-color: var(--bradley-teal)
}

.event-coverage h1 {
  font-weight: 800;
  font-size: 50px;
  margin-top: 0px;
  color: #000;
}

.media-box {
  padding: 30px 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.media-box:before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: -1px;
  top: 0;
  content: "";
  box-shadow: 3px 0px 8px black;
}

.media-box:after {
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0px;
  top: 0;
  content: "";
  box-shadow: -3px 3px 8px 0px black;
}

.media-box .media-left {
  padding-right: 20px;
}

.media-box .icon-round {
  width: 110px;
  height: 110px;
  padding-top: 23px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
}

.media-box a {
  color: #fff;
  text-decoration: underline;
}

.media-box.green {
  background: var(--bradley-teal);
}

.media-box.red {
  background: var(--bradley-red);
}

.media-box.blue {
  background: var(--bradley-orange);
}

.media-box h4 {
  margin-top: 0px;
}

.red-text {
  color: var(--bradley-teal);
}

.grey-text {
  color: #D9D9D9;
}

.white-text {
  color: #fff;
}


.video-content {
  position: relative;
  overflow: hidden;
}

.video-content a {
  position: absolute;
  width: 64px;
  left: 50%;
  display: block;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

.divider-img {
  margin-bottom: 30px;
}

.social-icons {
  margin-top: 20px;
}

.social-icons li {
  padding: 0 3px;
}

.social-icons li a {
  font-size: 30px;
}

.social-icons li a .fa-facebook-square {
  color: #3d4de7;
}

.social-icons li a .fa-twitter-square {
  color: #37a6c2;
}

.social-icons li a .fa-google-plus-square {
  color: #ff0000;
}

.social-icons li a .fa-linkedin-square {
  color: #37a6c2;
}

.about-us {
  padding: 30px 0;
  background: var(--bradley-light);
}

.about-us h1 {
  color: var(--bradley-teal);
  font-weight: 800;
  text-transform: uppercase;
}

.about-us h3 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.about-us h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}

.about-us img {
  border: 10px solid var(--bradley-teal);
}

.most-causes {
  padding: 90px 0;
  background-color: var(--bradley-light);
}

.most-causes h1 {
  font-weight: 800;
  margin-top: 0px;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.causes-box {
  background: var(--bradley-teal);
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  margin-top: 30px;
}

.causes-box .progress {
  height: 5px;
  box-shadow: none;
  background: #fff;
  margin-bottom: 0px;
}

.causes-box .progress .progress-bar {
  background: var(--bradley-teal);
  box-shadow: none;
}

.causes-box h4 {
  color: #D9D9D9;
  font-weight: 600;
  margin-top: 0px;
}

.causes-box .causes-desc {
  padding: 20px 15px;
}

.causes-box p {
  margin-bottom: 20px;
  color: #fff
}

.causes-box h6 {
  margin-bottom: 25px;
  margin-top: 15px;
}

.causes-box h6 strong {
  color: #000;
}

.fun-facts {
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.70);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  color: var(--bradley-teal);
}

.fun-facts h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
}

.fun-facts .col-md-3 {
  margin-top: 30px;
}

.fun-facts .col-md-3 h2 {
  margin-top: 20px;
}

.fun-facts .col-md-3 span {
  font-weight: 600;
}

.upcoming-events {
  padding: 90px 0;
  background-color: var(--bradley-light);
}

.upcoming-events h1 {
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.event-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
      height: 445px;
}

.event-box img {
  margin-bottom: 20px;
}

.event-box .e-date {
  background: var(--bradley-teal);
  color: #fff;
  display: inline-block;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 0;
  font-weight: 400;
  box-shadow: -3px 2px 8px rgba(0, 0, 0, 0.7);
  right: 15px;
}

.event-box .e-date strong {
  font-size: 30px;
}

.event-box h3 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.event-box h6 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.sponsors {
  padding: 90px 0;
  background-color: var(--bradley-teal);
}

.sponsors h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.sponsors .col-sm-3 {
  margin-top: 40px;
}

.sponsors .col-sm-3 img {
  display: block;
  margin: 0;
  border: 4px solid #D9D9D9;
}

.volunteer {
  padding: 90px 0;
  background: var(--bradley-light);
}

.volunteer h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.volunteer-box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.volunteer-box .vol-overlay {
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 96, 102, 0.88);
}

.volunteer-box .vol-overlay ul {
  margin: 0;
  padding: 0;
}

.volunteer-box .vol-overlay ul li a {
  color: #fff;
  font-size: 20px;
}

.page-bread {
  padding: 40px 0;
  background: url(../images/charity/bread.jpg) no-repeat;
}

.page-bread h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  margin: 0px;
}

.about-page {
  background: #fff;
}

.about-page .media-box {
  margin-top: 30px;
}

.about-page .media-box img {
  border: 0px;
}

.page-comes {
  font-weight: 500;
  padding: 10px 0;
  text-transform: capitalize;
  background: #ebebeb;
  margin-bottom: 10px;
}

.page-comes ul {
  margin: 0px;
}

.services {
  padding: 90px 0;
  padding-bottom: 0;
}

.services h1 {
  color: #000;
  font-weight: 800;
  font-size: 50px;
}

.service-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #ebebeb;
  margin-top: 30px;
  transition: all 0.3s;
}

.service-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: #333;
}

.service-box img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.service-box a {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: var(--bradley-red);
  border-radius: 3px;
}

.service-box a:hover {
  background-color: var(--bradley-orange);
}

.service-box:hover {
  background: #fff;
}

.welcome_text {
  font-size: 18px;
  line-height: 200%;
}

.copy-text {
  color: var(--bradley-teal);
  font-size: 16px;
}


.video-content img {
  border: 10px solid #D9D9D9;
}

.flexslider .slides .flex-caption {
  position: absolute;
  left: 80px;
  bottom: 10px;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}



.flexslider .slides .flex-caption br {
  display: none;
}

.flexslider .slides .flex-caption .main {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30%;
  line-height: 30px;
  background-color: rgba(0, 96, 102, 0.78);
  padding: 10px 15px;
}

.flexslider .slides .flex-caption .secondary {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  padding: 10px 15px;
  background-color: rgba(0, 96, 102, 0.78);
}

.flexslider .slides .flex-caption .secondaryxs {
  display: block;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  padding: 5px 10px;
  background-color: rgba(0, 96, 102, 0.78);
}


.button {
  left: 60px;
  margin-top: 10px;
}

.banner-page {

  background-size: cover;
  background-position: top center;
  background-color: hsla(0, 0%, 100%, 0.40);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  height: 300px;
}

.banner-page h3,
.banner-page p {
  color: #fff;
}

.banner-page h1 {
  color: var(--bradley-teal);
  text-align: center;
}

.banner-page h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 60px;
  margin-top: 150px
}

.grid-section img {
  width: 100%;
}

.flex-direction-nav .flex-next {
  right: unset;
}

.nav-container {
  width: 95%;
  margin: auto;
}

.btn-sponsors {
  margin-top: 10px;
}




.breadcrumbs {
  display: inline-block;
}

.breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}

.breadcrumbs ul li {
  color: var(--bradley-teal);
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}

.breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}

.breadcrumbs ul li a:hover {
  color: #aaaaaa;
}

.breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}

.breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}

.breadcrumbs {
  text-align: center;
  display: block;
}

.breadcrumbs ul {
  padding-top: 0;
  padding-left: 0;
  margin: 0 auto;
}

.breadcrumbs ul li {
  float: none;
  display: inline-block;
}

.breadcrumbs ul li.current {
  max-width: inherit;
  overflow: visible;
}

div.need-help {
  margin-bottom: 100px;
}


.logo_container {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.logo_container:hover .image {
  opacity: 0.3;
}

.logo_container:hover .middle {
  opacity: 1;
}

.text {
  background-color: white;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.sponsors .text a {
  color: var(--bradley-teal);
}

.col-md-2.text-right {
  margin-top: 20px
}

.footer .col-md-7 {
  margin-top: 20px
}

.column {
  padding: 20px 10px;
}

.page-content {
  background: transparent !important;
}

.date-label .date-number {
  line-height: 27px !important;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: var(--bradley-orange);
  color: #fff;
}

.side-bar .column {
  background: #fff !important;
  padding: 0px;
}

.page-wrapper .page-content h1 {
  font-size: 20px !important;
  font-weight: normal;
  padding: 12px;
  margin-top: 0px;
}

.section-content {
  padding: 12px;
}

.read-more {
  padding: 12px !important;
  color: #fff !important;
}


.event-date {
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.event-detail {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.event-date span {
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: var(--bradley-teal);
  color: #fff;
  font-weight: bold;
}

.event-date strong {
  background: #fff;
  display: block;
  color: #656762;
}

.event-detail p {
  margin-bottom: 15px;
}

.event-detail ul li {
  margin-bottom: 5px;
  color: #656762;
  display: table;
  width: 100%;
  text-align: left;
}

.content-row:last-child {
  margin-bottom: 0;
}

.event-detail ul li span {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
}

.border-yellow,
.border-yellow:after {
  border-color: var(--bradley-orange) !important;
}

.all-events a {
  color: var(--bradley-orange);
}

.all-events {
  padding-bottom: 0px;
}

.all-events a i {
  margin-left: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.event-detail ul li span:first-child {
  padding-left: 0;
  width: 12px;
}

.content-row {
  margin-top: 2%;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 3%;
  padding-bottom: 1%;
}

.content-row h3 {
  color: var(--bradley-teal);
  font-weight: bold;
}

.div-title {
  background: var(--bradley-teal);
  color: #fff;
  padding: 6px 15px;
}

.event-detail ul {
  padding-left: 5px;
}

a {
  color: var(--bradley-teal);
}

.upcoming-events .btn {
  margin-bottom: 15px;
}

.event-page {
  margin-top: 25px;
  margin-bottom: 25px;
  color: var(--bradley-teal);
}

/* ul li:hover>ul,
ul li ul:hover {
  opacity: 1;
  display: block;
} */


#overlay_image {
  position: absolute;
  bottom: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("https://cross-hills.org.uk/media/tspnne2k/overlay_new.png");
  background-repeat: repeat-x;
}


#container-image {
  position: relative;
  width: 200px;
  height: 200px;
}

.embed-responsive {
  margin-bottom: 15px
}



@media screen and (min-width: 1024px) {
ul li:hover>ul,
ul li ul:hover{
  opacity: 1;
  display: block;
} 
}

@media screen and (max-width: 1024px) {
.event-box {

      height: unset;
}
 .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>a::after {
            display: block;
            content: "";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-left-color: #000;
            margin-top: 6px;
            margin-right: -10px;
        }

        .dropdown-submenu>ul.dropdown-menu {
          width: 100% !important;
        }
        .dropdown ul.dropdown-menu ul.dropdown-menu {
    width: 100%;
    padding: 0 0 0 5px;
}

}
 
.footeredit {
    margin-bottom: 12px;
    
}


.checkout-section { padding: 3rem 0; }
.checkout-section__boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 992px) { .checkout-section__boxes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .checkout-section__boxes { grid-template-columns: 1fr; } }

.checkout-box { border: 1px solid #e5e7eb; border-radius: 16px; overflow: hidden; background: #fff; }
.checkout-box__media img { width: 100%; height: auto; display: block; }
.checkout-box__body { padding: 1rem; }


/* ===== Facts Section ===== */

.facts-section {
  background: var(--bradley-cream);
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0;
}

/* optional subtle background image via --facts-bg */
.facts-section[style*="--facts-bg"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--facts-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  filter: grayscale(100%);
}

.facts-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(247,246,244,0.95), rgba(247,246,244,0.98));
  pointer-events: none;
}

.facts-section__inner {
  position: relative;
  z-index: 1;
}

.facts-header {
  max-width: 780px;
  margin: 0 auto 28px;
}

.facts-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--bradley-teal); /* burgundy */
}

.facts-subtitle {
  margin: 0 auto;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.6;
  color: #3a3a3a;
}

.facts-subtitle.richtext p { margin: 0; }
.facts-subtitle.richtext a { text-decoration: underline; }

/* Grid */
.facts-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

@media (max-width: 992px) {
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 576px) {
  .facts-grid { grid-template-columns: 1fr; }
}

/* Cards */
.fact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 30px 22px 34px; 
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.fact-card__icon {
  height: 70px;              /* gives breathing room around the icon */
  margin-bottom: 30px;      /* more space before the number */
  display: grid;
  place-items: center;
}

.fact-card__icon img {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
}


/* fallback if no icon */
.fact-card__icon-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--bradley-teal);
  opacity: 0.7;
}

.fact-card__figure {
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--bradley-teal);
  margin: 0 0 14px; 
  white-space: nowrap;      /* stops “Around £25,000” wrapping */
}


.fact-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: #2f2f2f;
  margin: 0 auto;
  max-width: 32ch;     /* consistent line length */
}

/* ===== Worship section (mockup style) ===== */

.worship-section{
  background:var(--bradley-cream);
  padding: clamp(40px, 6vw, 80px) 0;
}

/* grid: cards left, content right */
.worship-grid{
  display:grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: start;
}

@media (max-width: 1199px){
  .worship-grid{ grid-template-columns: 380px 1fr; }
}

@media (max-width: 991px){
  .worship-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* LEFT: list of cards */
.worship-list{
  display:flex;
  flex-direction: column;
  gap: 16px;
}

/* Card */
.wcard{
  --accent: var(--bradley-teal);
  background: rgba(255,255,255,0.92);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  overflow:hidden;
  display:flex;
  gap: 16px;
  padding: 18px 18px;
  position: relative;
}

.wcard::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width: 6px;
  background: var(--accent);
}

.wcard__icon{
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  display:grid;
  place-items:center;
  flex: 0 0 auto;
  margin-left: 6px;
}

.wcard__icon img{
  max-width: 42px;
  max-height: 42px;
  object-fit: contain;
}

.wcard__dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--accent);
  opacity: .8;
}

.wcard__title{
  margin: 2px 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--bradley-teal);
}

.wcard__text{
  color:#3a3a3a;
  font-size: 15px;
  line-height: 1.55;
}

.wcard__text p{ margin: 0 0 8px; }
.wcard__text p:last-child{ margin-bottom: 0; }

/* NEW: meta row includes grey chip + read more link */
.wcard__meta{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.wcard__chip{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  color:#2f2f2f;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.wcard__link{
  color: var(--bradley-teal);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.wcard__link:hover,
.wcard__link:focus{ text-decoration: underline; }

/* RIGHT: main wrapper */
.worship-main{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.10);
  padding: 26px 26px 28px;
}

.worship-title{
  margin: 0 0 10px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  color: var(--bradley-teal);
  letter-spacing: -0.01em;
}

.worship-intro{
  color:#333;
  font-size: 16px;
  line-height: 1.65;
  max-width: 70ch;
}

.worship-intro p{ margin: 0 0 12px; }
.worship-intro p:last-child{ margin-bottom: 0; }

/* Image + panel side-by-side like mockup */
.worship-split{
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}

@media (max-width: 991px){
  .worship-split{ grid-template-columns: 1fr; }
}

/* Image */
.worship-media{ margin: 0; }

.worship-media img{
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display:block;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Right panel (bullets + buttons) */
.worship-panel{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.worship-panel__title{
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--bradley-teal);
}

/* Bullets */
.worship-bullets{
  margin: 0;
  padding-left: 18px;
  color:#333;
  line-height: 1.55;
  font-size: 16px;
}

.worship-bullets li{ margin: 8px 0; }

/* Buttons */
.worship-actions{
  margin-top: 16px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration:none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn-primary{
  background:var(--bradley-teal);
  color:#fff;
  box-shadow: 0 12px 24px rgba(0, 96, 102, 0.25);
}

.btn-primary:hover,
.btn-primary:focus{
  background:var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.28);
}

.btn-ghost{
  background: transparent;
  color:var(--bradley-teal);
  border: 2px solid rgba(0, 96, 102, 0.25);
}

.btn-ghost:hover,
.btn-ghost:focus{
  border-color: rgba(0, 96, 102, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.06);
}

.btn-primary:focus-visible,
.btn-ghost:focus-visible{
  outline: 3px solid rgba(0, 96, 102, 0.28);
  outline-offset: 3px;
}

/* Small screens */
@media (max-width: 576px){
  .worship-main{ padding: 20px 18px 22px; }
  .wcard{ padding: 16px; }
  .wcard__icon{ width: 62px; height: 62px; }
  .worship-panel__title{ font-size: 24px; }
}

/* ===== Community Use ===== */

.community-use {
  background: var(--bradley-cream);
  padding: clamp(40px, 6vw, 80px) 0;
}

/* Header */
.community-use__header {
  max-width: 860px;
  margin: 0 auto 32px;
}

.community-use__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bradley-teal);
}

.community-use__intro {
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
  color: #333;
}

.community-use__intro p {
  margin: 0;
}

/* CTA */
.community-use__cta {
  margin-top: 22px;
}

.community-use__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 14px;
  background: var(--bradley-teal);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.community-use__button:hover,
.community-use__button:focus {
  background: var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 96, 102, 0.30);
}

.community-use__button:focus-visible {
  outline: 3px solid rgba(0, 96, 102, 0.35);
  outline-offset: 3px;
}

/* Grid */
.community-use__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 992px) {
  .community-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .community-use__grid {
    grid-template-columns: 1fr;
  }
}

/* Tiles */
.community-use__tile {
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  overflow: hidden;
}

.community-use__tilelink {
  position: relative;
  display: block;
  padding: 18px;
  text-decoration: none;
  color: inherit;
}

.community-use__tilelink--nolink {
  cursor: default;
}

/* Logo container */
.community-use__logo {
  height: 150px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.05);
  display: grid;
  place-items: center;
}

.community-use__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

/* Hover overlay */
.community-use__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(111,29,42,0.0),
    rgba(0, 96, 102, 0.60)
  );
  opacity: 0;
  transition: opacity 180ms ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}

.community-use__overlaytext {
  background: rgba(255,255,255,0.95);
  color: var(--bradley-teal);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.community-use__tilelink:hover .community-use__overlay,
.community-use__tilelink:focus .community-use__overlay {
  opacity: 1;
}

.community-use__tile:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease;
}

/* ===== Church Officers (redesigned) ===== */

.officers{
  background: var(--bradley-cream);
  padding: clamp(40px, 6vw, 80px) 0;
}

.officers__header{
  max-width: 900px;
  margin: 0 auto 34px;
}

.officers__title{
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bradley-teal);
}

.officers__intro{
  color:#333;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.officers__intro p{ margin: 0 0 10px; }
.officers__intro p:last-child{ margin-bottom: 0; }
.officers__intro a{ color:var(--bradley-teal); text-decoration: underline; font-weight: 800; }

/* Optional CTA */
.officers__cta{ margin-top: 18px; }

.officers__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 22px;
  border-radius: 14px;
  background: var(--bradley-teal);
  color:#fff;
  text-decoration:none;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.officers__button:hover,
.officers__button:focus{
  background:var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 96, 102, 0.30);
}

.officers__button:focus-visible{
  outline: 3px solid rgba(0, 96, 102, 0.35);
  outline-offset: 3px;
}

/* Grid */
.officers__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 992px){
  .officers__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 576px){
  .officers__grid{ grid-template-columns: 1fr; }
}

/* Card */
.officer-card{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.officer-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.10);
}

/* Photo: consistent circle without massive ring */
.officer-card__photo{
  padding: 22px 22px 14px;
  display:flex;
  justify-content:center;
}

.officer-card__photo img,
.officer-card__placeholder{
  width: 160px;
  height: 160px;
  border-radius: 999px;
  object-fit: cover;
  border: 6px solid rgba(111, 29, 42, 0.12);
  box-shadow: 0 12px 22px rgba(0,0,0,0.10);
  background: #e9e9e9;
}

/* Name + role */
.officer-card__info{
  padding: 0 18px 20px;
  text-align: center;
}

.officer-card__name{
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  color: var(--bradley-teal);
}

.officer-card__role{
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
  font-weight: 600;
}


/* ===== Upcoming Events (drop-in) ===== */

.events-section{
  background:var(--bradley-cream);
  padding: clamp(40px, 6vw, 80px) 0;
}

.events-header{
  max-width: 920px;
  margin: 0 auto 28px;
}

.events-title{
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:var(--bradley-teal);
}

.events-intro{
  color:#333;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.events-intro p{ margin: 0 0 10px; }
.events-intro p:last-child{ margin-bottom: 0; }

.events-header__actions{ margin-top: 18px; }

.events-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 14px;
  background:var(--bradley-teal);
  color:#fff;
  font-weight: 900;
  text-decoration:none;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.events-button:hover,
.events-button:focus{
  background:var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 96, 102, 0.30);
}

.events-button:focus-visible{
  outline: 3px solid rgba(0, 96, 102, 0.35);
  outline-offset: 3px;
}

.events-subtitle{
  margin: 22px 0 0;
  font-size: 22px;
  font-weight: 700;
  color:#5b5b5b;
}

/* Grid */
.events-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

@media (max-width: 992px){
  .events-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 576px){
  .events-grid{ grid-template-columns: 1fr; }
}

/* Card */
.event-card{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.event-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.event-card__link{
  display:block;
  color: inherit;
  text-decoration:none;
  height: 100%;
}

/* Media: standardised size */
.event-card__media{
  position: relative;
  height: 220px;
  background: #fff;
  overflow: hidden;
}

.event-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: scale(1);
  transition: transform 220ms ease;
}

.event-card:hover .event-card__media img{
  transform: scale(1.05);
}

.event-card__media--placeholder{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.06);
}

/* Hover shade overlay */
.event-card__shade{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.0), rgba(0,0,0,0.25));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.event-card:hover .event-card__shade{
  opacity: 1;
}

/* Date badge */
.event-date{
  position:absolute;
  top: 14px;
  left: 14px;
  width: 72px;
  border-radius: 14px;
  background:var(--bradley-teal);
  color:#fff;
  box-shadow: 0 14px 26px rgba(0,0,0,0.18);
  padding: 10px 8px 9px;
  text-align:center;
}

.event-date__day{
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.event-date__month{
  margin-top: 3px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.event-date__year{
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.9;
}

/* Body */
.event-card__body{
  padding: 16px 16px 18px;
  display:flex;
  flex-direction: column;
  flex: 1;
}

.event-card__title{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  color:var(--bradley-teal);
}

.event-card__summary{
  margin: 0 0 12px;
  color:#3a3a3a;
  font-size: 15px;
  line-height: 1.55;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta chips pinned to bottom */
.event-card__meta{
  margin-top: auto;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  color:#2f2f2f;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.event-chip i{ color:var(--bradley-teal); }

/* Focus */
.event-card__link:focus-visible{
  outline: 3px solid rgba(0, 96, 102, 0.28);
  outline-offset: 4px;
  border-radius: 18px;
}

/* ===== Welcome section ===== */

.welcome{
  background:var(--bradley-cream);
  padding: clamp(40px, 6vw, 80px) 0;
}

/* Header */
.welcome__header{
  margin-bottom: 32px;
}

.welcome__kicker{
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color:#6d6868;
}

.welcome__title{
  margin: 0;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 900;
  color:var(--bradley-teal);
  line-height: 1.05;
}

/* Content layout */
.welcome__content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 992px){
  .welcome__content{
    grid-template-columns: 1fr;
  }
}

/* Image */
.welcome__image{
  border-radius: 18px;
  overflow: hidden;
  background:#fff;
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
}

.welcome__image img{
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

/* Text box */
.welcome__box{
  background: rgba(255,255,255,0.75);
  border-radius: 22px;
  padding: 26px 26px 28px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
}

.welcome__text{
  font-size: 16px;
  line-height: 1.75;
  color:#333;
}

.welcome__text p{
  margin: 0 0 14px;
}

.welcome__text p:last-child{
  margin-bottom: 0;
}

.welcome__text a{
  color:var(--bradley-teal);
  font-weight: 900;
  text-decoration: underline;
}

/* Buttons */
.welcome__actions{
  margin-top: auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.welcome-btn{
  padding: 13px 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: all 160ms ease;
}

.welcome-btn--primary{
  background:var(--bradley-teal);
  color:#fff;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
}

.welcome-btn--primary:hover{
  background:var(--bradley-teal-dark);
  transform: translateY(-1px);
}

.welcome-btn--ghost{
  border: 2px solid rgba(111,29,42,0.3);
  color:var(--bradley-teal);
}

.welcome-btn--ghost:hover{
  border-color: rgba(0, 96, 102, 0.60);
  transform: translateY(-1px);
}

/* =========================================================
   FULL-WIDTH HERO SLIDER
   ========================================================= */

/* Section wrapper */
.hero{
  position: relative;
  width: 100%;
  background: #0b0b0b;
  overflow: hidden;
}

/* Full-width breakout */
.hero__inner--full{
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}

/* Flexslider wrapper */
.hero__slider{
  width: 100%;
}

/* Slides reset */
.hero__slider .slides,
.hero__slider .slides > li{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Individual slide */
.hero__slide{
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #111;
}

/* Media */
.hero__media{
  position: relative;
  width: 100%;
  height: clamp(320px, 42vw, 560px);
  background: #111;
}

.hero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 700ms ease;
}

/* Subtle zoom on hover */
.hero__slide:hover .hero__media img{
  transform: scale(1.04);
}

/* Placeholder if no image */
.hero__placeholder{
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.10),
    rgba(255,255,255,0.02)
  );
}

/* Readability overlay */
.hero__shade{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,0,0,0.15), rgba(0,0,0,0.45)),
    linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05));
  pointer-events: none;
}

/* Content layer */
.hero__content{
  position: absolute;
  inset: auto 0 0 0;
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 42px) 16px;
  display: grid;
  gap: 10px;
  align-content: end;
}

/* Kicker line */
.hero__kicker{
  margin: 0;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}

/* Headline */
.hero__headline{
  margin: 0;
  font-size: clamp(28px, 3.5vw, 28px);
  font-weight: 100;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

/* Actions */
.hero__actions{
  margin-top: 10px;
}

/* CTA button */
.hero__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 14px;
  background: var(--bradley-teal);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 96, 102, 0.35);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero__btn:hover,
.hero__btn:focus{
  background: var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(111, 29, 42, 0.40);
}

.hero__btn:focus-visible{
  outline: 3px solid rgba(255,255,255,0.35);
  outline-offset: 3px;
}

/* =========================================================
   FLEXSLIDER NAVIGATION (RESTYLED)
   ========================================================= */

.hero__nav{
  margin: 0 !important;
}

.hero__slider .flex-direction-nav{
  display: block;
}

.hero__navbtn{
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255,255,255,0.95) !important;
  color: var(--bradley-teal) !important;
  font-size: 24px !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.30);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hero__navbtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}

/* Position arrows */
.hero__slider .flex-direction-nav .flex-prev{
  left: 24px !important;
  opacity: 1 !important;
}

.hero__slider .flex-direction-nav .flex-next{
  right: 24px !important;
  opacity: 1 !important;
}

/* =========================================================
   CLEAN-UP / OVERRIDES
   ========================================================= */

/* Remove legacy captions */
.hero .flex-caption{
  display: none !important;
}

/* Prevent image stretching issues in flexslider */
.hero img{
  max-width: none;
}

/* Mobile tweaks */
@media (max-width: 576px){
  .hero__content{
    padding: 20px 16px;
  }

  .hero__headline{
    font-size: 26px;
  }
}

/* =========================================================
   Right column events (macro) – fixed + consistent
   ========================================================= */

.right-col--events .div-title{
  background: var(--bradley-teal);
  padding: 14px 16px;
  border-radius: 14px;
}

.right-col--events .div-title h2{
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.right-col--events .div-content{
  padding-top: 10px;
}

.right-col--events .content-row--event{
  display: flex;
  gap: 14px;
  padding: 14px 6px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.right-col--events .content-row--event:last-child{
  border-bottom: 0;
}

.right-col--events .event-date{
  width: 54px;
  flex: 0 0 54px;
  text-align: center;
}

.right-col--events .event-date span{
  display: block;
  background: var(--bradley-teal);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 0;
  border-radius: 12px 12px 0 0;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.right-col--events .event-date strong{
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-top: 0;
  color: #2f2f2f;
  font-weight: 900;
  padding: 8px 0;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  line-height: 1;
}

.right-col--events .event-detail{
  flex: 1 1 auto;
  min-width: 0;
}

.right-col--events .event-title{
  margin: 0 0 6px;
  font-weight: 900;
  color: var(--bradley-teal);
}

.right-col--events .event-title a{
  color: var(--bradley-teal);
  text-decoration: none;
}

.right-col--events .event-title a:hover{
  text-decoration: underline;
}

.right-col--events .event-meta{
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  display: grid;
  gap: 6px;
}

.right-col--events .event-meta li{
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #555;
}

.right-col--events .event-meta i{
  color: var(--bradley-teal);
  margin-top: 2px;
  width: 16px;
  flex: 0 0 16px;
}

.right-col--events .event-summary{
  margin: 0;
  color: #666;
  line-height: 1.5;

  /* keep the list compact */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile tweaks */
@media (max-width: 576px){
  .right-col--events .content-row--event{
    padding: 12px 0;
  }
}
/* =========================================================
   FIX: old float-based .event-date/.event-detail breaking the macro
   (scoped to the right-col events only)
   ========================================================= */

.right-col--events .content-row--event{
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
  clear: both;            /* prevents float bleed from earlier rules */
}

.right-col--events .event-date{
  float: none !important; /* IMPORTANT: overrides your old .event-date float */
  margin: 0 !important;
  width: 54px !important;
  flex: 0 0 54px;
}

.right-col--events .event-detail{
  float: none !important; /* just in case */
  width: auto !important; /* IMPORTANT: overrides old calc width */
  padding-left: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

/* =========================================================
   Events page redesign (drop-in CSS)
   ========================================================= */

.events-hero{
  position: relative;
  background-size: cover;
  background-position: center;
  padding: clamp(42px, 6vw, 90px) 0;
}

.events-hero__shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 15%, rgba(0,0,0,0.12), rgba(0,0,0,0.45)),
    linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.15));
}

.events-hero .container{
  position: relative;
  z-index: 1;
}

.events-hero__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.05;
  text-shadow: 0 14px 34px rgba(0,0,0,0.35);
}

/* Layout */
.events-page{
  background: var(--bradley-cream);
  padding: clamp(28px, 4.5vw, 56px) 0;
}

.events-layout{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 22px;
  align-items: start;
}

@media (max-width: 992px){
  .events-layout{
    grid-template-columns: 1fr;
  }
}

/* Header */
.events-header{
  max-width: 900px;
  margin-bottom: 18px;
}

.events-header__title{
  margin: 0 0 8px;
  color: var(--bradley-teal);
  font-weight: 900;
  font-size: clamp(22px, 2.2vw, 34px);
}

.events-header__summary{
  margin: 0;
  color: #444;
  line-height: 1.65;
  font-size: 16px;
}

/* Grid */
.events-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

@media (max-width: 768px){
  .events-grid{ grid-template-columns: 1fr; }
}

/* Card */
.event-card{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.event-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.event-card__link{
  display:block;
  color: inherit;
  text-decoration:none;
}

.event-card__media{
  position: relative;
  height: 220px;
  background: #111;
}

.event-card__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1);
  transition: transform 260ms ease;
}

.event-card:hover .event-card__media img{
  transform: scale(1.05);
}

.event-card__placeholder{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
}

/* Date badge */
.event-card__date{
  position:absolute;
  top: 14px;
  left: 14px;
  width: 74px;
  border-radius: 14px;
  background:var(--bradley-teal);
  color:#fff;
  text-align:center;
  padding: 10px 8px 9px;
  box-shadow: 0 14px 26px rgba(0,0,0,0.18);
}

.event-card__day{
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.event-card__month{
  margin-top: 3px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.event-card__year{
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.9;
}

/* Body */
.event-card__body{
  padding: 16px 16px 18px;
}

.event-card__title{
  margin: 0 0 8px;
  color:var(--bradley-teal);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}

.event-card__summary{
  margin: 0 0 12px;
  color:#3a3a3a;
  font-size: 15px;
  line-height: 1.55;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-card__meta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.event-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  color:#2f2f2f;
  font-weight: 800;
  font-size: 13px;
}

.event-chip i{
  color:var(--bradley-teal);
}

.event-card__cta{
  display:flex;
  justify-content:flex-end;
}

.event-card__btn{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  background:var(--bradley-teal);
  color:#fff;
  font-weight: 900;
}



@media (max-width: 992px){
  .events-aside__card{
    position: static;
  }
}

/* =========================================================
   EVENTS PANEL – FULL STYLED SECTION
   ========================================================= */

/* Panel shell */
.events-panel{
  background: rgba(255,255,255,0.96);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,0.14);
  display: flex;
  flex-direction: column;
}

/* =========================================================
   HEADER (blended, modern)
   ========================================================= */

.events-panel__header{
  position: relative;
  padding: 22px 22px 20px;
  background: linear-gradient(
    135deg,
    var(--bradley-teal) 0%,
    var(--bradley-teal-dark) 45%,
    var(--bradley-teal-dark) 100%
  );
}

.events-panel__header::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,0.22);
}

.events-panel__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* =========================================================
   LIST
   ========================================================= */

.events-panel__list{
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
}

/* =========================================================
   EVENT ITEM
   ========================================================= */

.events-panel__item{
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.events-panel__item:last-child{
  border-bottom: 0;
}

/* Link wrapper */
.events-panel__link{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 14px 10px;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  transition: background 160ms ease, transform 160ms ease;
}

.events-panel__link:hover{
  background: rgba(0,0,0,0.035);
  transform: translateY(-1px);
}

/* =========================================================
   DATE BADGE
   ========================================================= */

.events-panel__date{
  align-self: start;
  background: linear-gradient(135deg, var(--bradley-teal), var(--bradley-teal-dark));
  color: #fff;
  text-align: center;
  padding: 10px 8px 9px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.events-panel__day{
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.events-panel__month{
  margin-top: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.events-panel__year{
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.9;
}

/* =========================================================
   BODY CONTENT
   ========================================================= */

.events-panel__body{
  min-width: 0;
}

.events-panel__itemTitle{
  margin: 0 0 8px;
  color: var(--bradley-teal);
  font-weight: 900;
  font-size: 17px;
  line-height: 1.25;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta chips */
.events-panel__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.event-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  color: #2f2f2f;
  font-weight: 800;
  font-size: 12px;
  max-width: 100%;
}

.event-chip i{
  color: var(--bradley-teal);
}

/* Summary */
.events-panel__summary{
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================================
   FOOTER CTA
   ========================================================= */

.events-panel__footer{
  padding: 18px;
  display: flex;
  justify-content: flex-end;
}

.events-panel__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bradley-teal), var(--bradley-teal-dark));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 36px rgba(111,29,42,0.32);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.events-panel__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(111,29,42,0.38);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 480px){
  .events-panel__link{
    grid-template-columns: 84px 1fr;
    padding: 12px 8px;
  }

  .events-panel__title{
    font-size: 22px;
  }
}

/* Remove global section padding for the events panel */
section.events-panel{
  padding: 0 !important;
}

/* Remove global section padding for the facebook panel */
section.facebook-panel{
  padding: 0 !important;
}

/* =========================================================
   Facebook panel (sidebar)
   ========================================================= */

.facebook-panel{
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.facebook-panel__header{
  background: linear-gradient(135deg, var(--bradley-teal), var(--bradley-teal-dark));
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.facebook-panel__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.facebook-panel__body{
  padding: 12px;
}

/* Responsive iframe wrapper */
.facebook-embed{
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* Make iframe fill container */
.facebook-embed iframe{
  width: 100% !important;
  height: 700px;          /* match the macro default */
  display: block;
  border: 0;
}

/* Short screens: reduce height */
@media (max-height: 800px){
  .facebook-embed iframe{
    height: 560px;
  }
}

/* =========================================================
   Facebook Panel – Responsive + Matches Events Styling
   ========================================================= */

.facebook-panel{
  background: rgba(255,255,255,0.96);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,0.14);
  display: flex;
  flex-direction: column;
}

/* Header matches Events panel */
.facebook-panel__header{
  padding: 20px 20px 18px;
  background: linear-gradient(
    135deg,
    var(--bradley-teal) 0%,
    var(--bradley-teal-dark) 45%,
    var(--bradley-teal-dark) 100%
  );
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.facebook-panel__title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.02em;
}

/* Body */
.facebook-panel__body{
  padding: 12px;
}

/* Responsive iframe wrapper */
.facebook-embed{
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

/* Override Facebook inline sizing */
.facebook-embed iframe{
  width: 100% !important;
  max-width: 100% !important;
  height: 720px !important;   /* good for desktop sidebar */
  border: 0 !important;
  display: block;
}

/* Shorter screens (kiosk / laptops) */
@media (max-height: 800px){
  .facebook-embed iframe{
    height: 560px !important;
  }
}

/* Mobile fallback */
@media (max-width: 768px){
  .facebook-embed iframe{
    height: 520px !important;
  }
}

/* =========================================================
   Content Cards (Walking group / Lunch fellowship / etc.)
   Modern, consistent with Events cards
   ========================================================= */

.content-cards{
  background: var(--bradley-cream);
  padding: clamp(26px, 4.2vw, 54px) 0;
}

.content-cards__header{
  max-width: 900px;
  margin: 0 auto 18px;
}

.content-cards__title{
  margin: 0 0 10px;
  color: var(--bradley-teal);
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -0.02em;
}

.content-cards__intro{
  color: #444;
  line-height: 1.65;
}

.content-cards__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 992px){
  .content-cards__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px){
  .content-cards__grid{
    grid-template-columns: 1fr;
  }
}

/* Card */
.content-card{
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.content-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.content-card__link{
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Media: enforce consistent image sizes */
.content-card__media{
  height: 220px;            /* consistent */
  background: #111;
  position: relative;
}

.content-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 260ms ease;
}

.content-card:hover .content-card__media img{
  transform: scale(1.05);
}

.content-card__placeholder{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
}

/* Body */
.content-card__body{
  padding: 16px 16px 18px;
}

.content-card__title{
  margin: 0 0 10px;
  color: var(--bradley-teal);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
}

/* Keep descriptions tidy and consistent height */
.content-card__text{
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 4;          /* keeps cards aligned */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA button like the new site */
.content-card__cta{
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
}

.content-card__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bradley-teal), var(--bradley-teal-dark));
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(0, 96, 102, 0.25);
}


/* =========================================================
   Activity cards (Walking Group / Lunch Fellowship / etc.)
   Matches the modern card style used elsewhere
   ========================================================= */

.activity-cards{
  background: var(--bradley-cream);
  padding: clamp(26px, 4.2vw, 54px) 0;
}

.activity-cards__header{
  max-width: 920px;
  margin: 0 auto 18px;
}

.activity-cards__title{
  margin: 0 0 10px;
  color: var(--bradley-teal);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(22px, 2.6vw, 36px);
}

.activity-cards__intro{
  color: #444;
  line-height: 1.65;
}

/* Grid */
.activity-cards__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 992px){
  .activity-cards__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  .activity-cards__grid{
    grid-template-columns: 1fr;
  }
}

/* Card shell */
.activity-card{
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.activity-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.16);
}

.activity-card__link{
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Consistent image ratio like mockup */
.activity-card__media{
  height: 250px;
  background: #111;
  position: relative;
}

.activity-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 260ms ease;
}

.activity-card:hover .activity-card__media img{
  transform: scale(1.05);
}

.activity-card__placeholder{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02));
}

/* Body */
.activity-card__body{
  padding: 16px 18px 18px;
}

/* Title styling like the mockup */
.activity-card__itemTitle{
  margin: 0 0 10px;
  color: var(--bradley-teal);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
}

/* Keep descriptions aligned */
.activity-card__text{
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.65;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer/button */
.activity-card__footer{
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
}

.activity-card__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bradley-teal), var(--bradley-teal-dark));
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(0, 96, 102, 0.25);
}

section.activity-cards{ padding: clamp(26px, 4.2vw, 54px) 0 !important; }


/* Default logo size (big navbar) */
.navbar.navbar-default .navbar-brand img{
  height: 70px;
  width: 300px;
  display: block;
  transition: height .2s ease;
}

/* Shrunk logo size */
.navbar.navbar-default.navbar-shrink .navbar-brand img{
  height: 50px;
  width: 190px;
}

/* Optional: reduce vertical padding so the navbar actually shrinks */
.navbar.navbar-default.navbar-shrink .navbar-nav > li > a{
  padding-top: 20px;
  padding-bottom: 20px;
}


.events-filters { margin: 1.5rem 0 2rem; }
.events-filters__row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: end; }
.events-filters__field { display: flex; flex-direction: column; gap: .35rem; min-width: 180px; }
.events-filters__field--grow { flex: 1 1 260px; min-width: 260px; }
.events-filters__field--check { min-width: 140px; }
.events-filters__checkbox { display: inline-flex; gap: .5rem; align-items: center; }
.events-filters__actions { display: flex; gap: .75rem; }
.events-empty { padding: 1rem 0; }


/* ===========================
   Filters styled like event cards
   =========================== */

/* Whole bar becomes a card */
.events-filters{
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;               /* matches .event-card */
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);  /* matches events page card */
  padding: 16px 16px 14px;
}

/* Tidy layout, same spacing as your grids */
.events-filters__row{
  gap: 14px;
  align-items: end;
}

/* Labels consistent with rest of site */
.events-filters__field label{
  font-weight: 800;
  color: #5b5b5b;
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Controls as mini-cards */
.events-filter__control{
  height: 46px;
  width: 100%;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.98);
  color: #333;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  outline: none;

  /* stop bootstrap/globals making them square */
  -webkit-appearance: none;
  appearance: none;
}

/* Focus like your card focus ring */
.events-filter__control:focus{
  border-color: rgba(180, 30, 40, 0.35); /* your burgundy */
  box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}

/* Select chevron (keeps consistent look across browsers) */
select.events-filter__control{
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Search field a touch wider on desktop */
.events-filters__field--grow{
  flex: 1 1 360px;
}

/* Checkbox styling to feel “designed” */
.events-filters__checkbox{
  font-weight: 800;
  color: #5b5b5b;
  gap: 10px;
}

.events-filters__checkbox input{
  width: 18px;
  height: 18px;
  accent-color: var(--bradley-red);
}

/* Actions: make Apply match your modern buttons */
.events-filters__actions{
  margin-left: auto;
  gap: 12px;
  align-items: end;
}

/* Your .btn is currently square (border-radius:0) globally.
   Override ONLY in filters so they match cards. */
.events-filters__actions .btn{
  height: 46px;
  padding: 0 18px;
  border-radius: 14px !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Give Apply a subtle “card button” look even if it's grey */
.events-filters__actions .btn{
  background: rgba(0,0,0,0.04);
  color: #555;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.events-filters__actions .btn:hover{
  background: rgba(0,0,0,0.06);
}

/* Reset link: keep it neat */
.events-filters__actions a{
  font-weight: 900;
  text-decoration: none;
  padding: 0 6px;
  align-self: center;
}

/* ==============================
   Filters – Modern Button Style
   ============================== */

.events-filters__actions .btn{
  height: 46px;
  padding: 0 20px;
  border-radius: 14px !important;   /* override global .btn */
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* APPLY button */
.events-filters__actions button.btn{
  background: linear-gradient(135deg, var(--bradley-red), var(--bradley-teal-dark));
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
}

.events-filters__actions button.btn:hover{
  background: var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 96, 102, 0.30);
}

/* RESET button */
.events-filters__actions a.btn{
  background: rgba(0,0,0,0.06);
  color: #444;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.events-filters__actions a.btn:hover{
  background: rgba(0,0,0,0.10);
  transform: translateY(-1px);
}

/* Align checkbox + buttons nicely */
.events-filters__field--check{
  display: flex;
  align-items: center;
  padding-bottom: 4px; /* balances visual height */
}

.events-filters__actions{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

/* Base style for BOTH Apply + Reset */
.events-filters__actions .btn{
  height: 46px;
  padding: 0 22px;
  border-radius: 14px !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* APPLY */
.events-filters__actions .btn--apply{
  background: linear-gradient(135deg, var(--bradley-red), var(--bradley-teal-dark));
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 96, 102, 0.25);
}

.events-filters__actions .btn--apply:hover{
  background: var(--bradley-teal-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 96, 102, 0.30);
}

/* RESET */
.events-filters__actions .btn--reset{
  background: rgba(0,0,0,0.06);
  color: #555;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.events-filters__actions .btn--reset:hover{
  background: rgba(0,0,0,0.10);
  transform: translateY(-1px);
}

/* ===== Flip behaviour (CSS only) ===== */

/* 3D context */
.officer-card {
  perspective: 1000px;
}

/* This MUST NOT set a fixed height/min-height/aspect-ratio,
   so your cards keep their original proportions. */
.officer-card__inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 600ms ease;
}

/* Flip on hover + keyboard focus */
.officer-card:hover .officer-card__inner,
.officer-card:focus-within .officer-card__inner {
  transform: rotateY(180deg);
}

/* FRONT: stays in normal flow so it defines the card height */
.officer-card__face--front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* BACK: overlays the front without changing layout height */
.officer-card__face--back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  /* Match your card styling */
  border-radius: inherit;
  background: #fff;

  /* Center content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner back content spacing */
.officer-card__back {
  padding: 24px;
  text-align: center;
}

/* Email formatting */
.officer-card__email a {
  word-break: break-word;
  text-decoration: underline;
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .officer-card__inner,
    .event-card__join {
        transition: none;
    }
}

.event-card__title a {
    color: inherit;
    text-decoration: none;
}

.event-card__title a:hover {
    color: var(--bradley-purple);
}

/* Footer actions */
.event-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.event-card__details {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--bradley-purple);
    font-weight: 600;
    text-decoration: none;
}

.event-card__details:hover {
    text-decoration: underline;
}

.event-card__join {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;
    border-radius: 999px;
    border: none;

    background: var(--bradley-purple);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;

    transition: background-color .2s ease, transform .2s ease;
}

.event-card__join:hover,
.event-card__join:focus {
    background: var(--bradley-teal-dark);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.event-card__join i {
    font-size: 1rem;
}

/* Mobile */
@media (max-width: 575px) {

    .event-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .event-card__details {
        justify-content: center;
    }

    .event-card__join {
        justify-content: center;
        width: 100%;
    }
}

/* =========================================================
   Bradley St Thomas' – final colour treatment
   ========================================================= */

/* General */
body {
  color: var(--bradley-mid-grey);
  background-color: var(--bradley-light);
}

a {
  color: var(--bradley-teal);
}

a:hover,
a:focus {
  color: var(--bradley-orange);
}

/* Navigation */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: var(--bradley-teal);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--bradley-orange);
}

/* Replace the old Cross Hills active nav marker */
.navbar-default .navbar-nav > li.active > a:after {
  background-image: none;
  background-color: var(--bradley-orange);
  width: 34px;
  height: 3px;
  left: 50%;
  bottom: 20px;
  margin-left: -17px;
  border-radius: 3px;
}

/* Main headings */
.banner h1,
.banner-page h1,
.about-us h1,
.facts-title,
.worship-title,
.worship-panel__title,
.community-use__title,
.officers__title,
.events-title {
  color: var(--bradley-purple);
}

/* Smaller card headings and links */
.wcard__title,
.wcard__link,
.officer-card__name,
.officers__intro a,
.community-use__overlaytext {
  color: var(--bradley-teal);
}

/* Primary CTAs: orange */
.btn-red,
.btn-primary,
.community-use__button,
.officers__button,
.events-button,
.service-box a {
  background: var(--bradley-orange);
  color: var(--bradley-white);
}

.btn-red:hover,
.btn-primary:hover,
.btn-primary:focus,
.community-use__button:hover,
.community-use__button:focus,
.officers__button:hover,
.officers__button:focus,
.events-button:hover,
.events-button:focus,
.service-box a:hover {
  background: var(--bradley-teal);
  color: var(--bradley-white);
}

/* Secondary / ghost buttons */
.btn-white,
.btn-ghost {
  background: var(--bradley-cream);
  color: var(--bradley-teal);
}

.btn-ghost {
  border-color: rgba(0, 96, 102, 0.28);
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--bradley-purple);
  border-color: var(--bradley-purple);
}

/* Banner slider captions */
.flexslider .slides .flex-caption .main,
.flexslider .slides .flex-caption .secondary,
.flexslider .slides .flex-caption .secondaryxs {
  background-color: rgba(0, 96, 102, 0.82);
  color: var(--bradley-white);
}

/* Date / event accents */
.date-label .date-number,
.event-date span,
.event-box .e-date {
  background: var(--bradley-orange);
  color: var(--bradley-white);
}

.all-events a {
  color: var(--bradley-orange);
}

.content-row h3,
.event-page {
  color: var(--bradley-purple);
}

.div-title {
  background: var(--bradley-teal);
}

/* Cards / facts */
.fact-card__icon-dot {
  background: var(--bradley-orange);
}

.fact-card__figure {
  color: var(--bradley-teal);
}

.wcard {
  --accent: var(--bradley-orange);
}

/* Community hover */
.community-use__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 96, 102, 0),
    rgba(0, 96, 102, 0.72)
  );
}

/* Officer portraits */
.officer-card__photo img,
.officer-card__placeholder {
  border-color: rgba(90, 30, 92, 0.14);
}

/* Footer */
.footer {
  background-color: var(--bradley-teal);
}

.footer h3 {
  color: var(--bradley-cream);
}

.footer h4,
.footer p,
.footer ul.f-nav li a,
.footer .news-list h5,
.footer .news-list span {
  color: var(--bradley-white);
}

.footer ul.f-nav li a:hover {
  color: var(--bradley-orange);
}

.footer form button {
  background-color: var(--bradley-orange);
  color: var(--bradley-white);
}

.footer form button:hover,
.footer form button:focus {
  background-color: var(--bradley-purple);
}

.footer-bottom {
  background-color: var(--bradley-cream);
}

.footer-bottom ul li a {
  color: var(--bradley-teal);
}

.footer-bottom ul li a:hover {
  color: var(--bradley-orange);
}

/* Optional four-colour footer strip */
.footer::after {
  content: "";
  display: block;
  height: 5px;
  margin-top: 12px;
  background: linear-gradient(
    90deg,
    var(--bradley-teal) 0 25%,
    var(--bradley-orange) 25% 50%,
    var(--bradley-purple) 50% 75%,
    var(--bradley-red) 75% 100%
  );
}

/* Accessibility focus */
a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--bradley-orange);
  outline-offset: 3px;
}

.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}