
.cabin-400 {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.cabin-700 {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.lora-body {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}
.lora-head {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: lora, serif;
}

body .custom-background {
	margin-top:2rem;

}

form.formkit-form[data-format="inline"] {
  display:none;
}

.site-title {
  /* position:relative; */
  /* border: 5px solid rgba(0, 0, 0, 1); */
}

.site-title a {
  border: 5px solid rgba(0, 0, 0, 1);
  color: black;
  display: block;
  padding: .25rem .25rem;
  position: absolute;
  text-decoration: none;
  bottom: 2rem;
  left: 2rem;
  /* transform: translateX(-50%); */
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 900 !important;
  line-height: 1.25;
  letter-spacing: .25em;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
}

@keyframes floatAround {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(10px, -15px); }
  50%  { transform: translate(-10px, -5px); }
  75%  { transform: translate(5px, 15px); }
  100% { transform: translate(0, 0); }
}

@keyframes floatAround_hp_promo {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(8px, 10px); }
  50%  { transform: translate(-6px, 20px); }
  75%  { transform: translate(4px, 30px); }
  100% { transform: translate(0, 0); }
}

/* 1. Hide title + featured image only on page ID 13536 */
.page-id-13536 h1.entry-title,
.page-id-13536 .post-thumbnail,
.page-id-13536 img.wp-post-image {
  display: none !important;
}

/* 2. Hide featured images from posts on the home page */
.home .post-thumbnail,
.home img.wp-post-image {
  display: none !important;
}


.bg-primary {
	background-color: black !important;
}

.navbar-brand {
	display:none;
}

#main-menu {
  margin-left: auto !important;
  margin-right: auto !important;
}

.menu-item {
	text-transform: uppercase;
    /* margin-left:1rem !important;
    margin-left:1rem !important;	 */
}
.menu-item li {
  
}
.menu-item a {
	color:white;
}
.menu-item a:visited {
	color:white;
}

.dropdown-menu a {
	color:black;
}
.dropdown-menu a:visited {
	color:black
}
.dropdown-menu a:active {
	color:white;
	background-color:black;
}

.home .entry-header {
	/* display:none; */
}

  .hp_promo2 {
    background-color: #b8d2d4;
    border: #dd0b0b solid 2px;
    border-radius: 8px;
    padding: 0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 275px;
    transition: .2s ease-in-out;
    position: relative;
    z-index: 900;
    margin-bottom: 1rem;
  }
  .hp_promo2 img {
 /* width:175px; */
 /* vertical-align: top; */
  }
  .hp_promo2:hover {
  transform: scale(1.05);   
  box-shadow: 8px 8px 28px rgba(0, 0, 0, 0.4);
  }
  .hp_promo2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/wp-content/uploads/2025/08/GBWFinal.jpeg');
  background-size: cover;      /* fill entire box */
  background-position: center; /* center the image */
  background-repeat: no-repeat;	 filter: blur(6px);  /* adjust blur amount */
  z-index: -1;        /* keep it behind content */
  }
  .hp_promo2.no-bg::before {
 background: none !important; /* wipes image */
 filter: none !important;     /* also remove blur */
  }

.hp_promo_link {
  display: block;           /* let it wrap the whole card */
  text-decoration: none;    /* remove underline */
  color: black;           /* keep normal text color */
}

.hp_promo_link:hover {
  color:black;
  text-decoration: none;
}

.hp_promo h2 {
	font-size:1.75rem;
	line-height:1;
	letter-spacing: -.5px;
	/* font-weight: 900; */
	/* text-shadow: 0 0 8px rgba(255, 255, 255, 0.6); */
	bottom:0;
}
.hp_promo:hover .hp_promo_float {
	box-shadow: 0 10px 8px rgba(0,0,0,0.2);
	transform: scale(1.05);
	transition: .2s ease-in-out;
	cursor: default;
	z-index:1000;

}

.section_label {
  background-color:#dd0b0b;
  color:white;
  padding-left:1rem;
  padding-bottom: 6px;
}
.home .entry-title {
	display:none;
}

.page .site-main {
	/* border:green solid 1px; */
	max-width: 800px;
	margin-right: auto;
   margin-left: auto;
}
.home .site-main {
	/* border:orange solid 1px; */
	max-width: 100%;
	margin-right: auto;
     margin-left: auto;
}

.page .entry-content h2 {
  /* border:red solid 1px; */
  margin-bottom:0;
  margin-top:1rem;
  
}
#wrapper-footer-full {
	background-color: rgba(0, 0, 0, 0.86);
	background-color: aliceblue;
    padding-top: 4em;
    padding-right: 2em;
    padding-left: 2em;
    }
}
.footer-widget  h3 {
    color:white !important;
    }
    
.mobile_only {display:none;}
.no_mobile {display:block;}


.review_link {
}
.review_link table {
  padding:22px;
  border:black solid 1px;
  transition: ease-in-out .5s;
  color: black;
  margin-top:2rem;
}
.review_link table td {
  padding:1rem;
}
a {
  text-decoration: none;  
}
.review_link a table:hover {
  background:#009ad0;
  cursor:pointer;
  transition: ease-in-out .5s;
  color:white;
}
.review_link table td {
border-bottom:none;
}
.media_type {
float:right;
background-color:black;
color:white;
font-weight:900;
position: absolute;
right: 12px;
top: -25px;
padding: 0 12px;
}
/*can't find where prev added this so am force hiding it*/
body.page-id-672 img[src*="The-Big-Hurt-Erika-Schickel-sml.png"] {
    display: none;
}



@media (max-width: 768px) {

	.mobile_only {display:block;}
	.no_mobile {display:none;}
      .footer_specs {display:none;}

} 