.post-card{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.7);
  padding: 14px;
	color: 3A614D;
	
}
.post-card .wp-block-post-featured-image{
  margin: -14px -14px 12px;  
}

/* === Added: make .post-card participate in the hero equal-height flex sizing === */

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;  /* ← This aligns icons AND button vertically */
}


.icon-row svg {
  width: 25px;  /* small but clear */
  height: 25px;
}


.social-icons svg path
{
	fill: currentColor;
	
}

.social-icons a:hover
{
	color: #01935f
}

.menu-item-object-category a {
  transition: #3A614D 90ms ease;
}

.menu-item-object-category a:hover {
	border-radius: 999px;
  background-color: #01935f;
}

.wp-block-search__button svg {
  transition: fill 150ms ease;
  fill: #3A614D;
}

.wp-block-search__button:hover svg,
.wp-block-search__button:focus-visible svg {
  fill: #01935F;
}

.wp-block-heading a {
  color: #FFD700 !important;
	border-radius: 999px;
}


/* PILL HEADING RULES START */


.wp-block-heading pill-heading {
  background-color: #014A30;
  color: #FFD700 !important;

}

/* Tight pill background for a heading (uses #f7f3dc) */
.pill-heading{
  padding: 6px 20px;     /* controls pill size */
  border-radius: 999px;
  background: #014A30;
}
/* Remove default margins so the pill hugs the text */
.pill-heading .wp-block-heading,
.pill-heading h1,
.pill-heading h2,
.pill-heading h3{
  margin: 0;
}


.wp-block-group .pill-heading {
  align-items: center;
  border-radius: 999px;
  background-color: #014A30;
}

.wp-block-group .pill-heading:hover,
.wp-block-group .pill-heading:focus-within {
  background-color: #01935f;
}

.pill-heading-featured {
  padding: 6px 20px;
  border-radius: 999px;
  background: #014A30;
  position: relative;
  overflow: hidden;
}

.pill-heading-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 400%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 10px,
    rgba(255, 215, 0, 0.3) 10px,
    rgba(255, 215, 0, 0.3) 20px
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pill-heading-featured:hover::before {
  opacity: 1;
  animation: swirl 7s linear infinite;
}

@keyframes swirl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25%);
  }
}

.pill-heading-featured h1,
.pill-heading-featured h2,
.pill-heading-featured h3,
.pill-heading-featured .wp-block-heading {
  position: relative;
  z-index: 1;
  margin: 0;
}

/* PILL-HEADING RULE END */

.wp-block-outermost-icon-block.social-icons
.icon-container svg path {
  fill: #014A30;
  transition: fill 0.25s ease-in-out;
}

.wp-block-outermost-icon-block.social-icons
.icon-container:hover svg path {
  fill: #01935f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3A614D;
  transition: color 0.25s ease-in-out, transform 0.2s ease-in-out;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #01935f;
  transform: scale(1.02);
}

.wp-block-image.size-full.wp-container-content-69bc4bdf {
  transition: transform 0.25s ease-in-out;
}

.wp-block-image.size-full.wp-container-content-69bc4bdf:hover {
  transform: scale(1.04);
}



.wp-block-button__link {
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #FFD700;
  color: #01935F !important;
}

h1, h2, h3 
{
	font-family: "Quincy CF", serif;
	
	font-weight: 700;
}

wp-block-post-title
{
	font-family: "Quincy CF", serif;
	font-weight:700;
}

wp-block-navigation-item__label 
{
	font-family: "Quincy CF", serif;
	font-weight:700;
}

@media (max-width: 768px) {
    .mobile-hide-ad {
        display: none !important;
    }
}

/* Targets screens 1024px wide or smaller (Tablets + Phones) */
@media (max-width: 1024px) {
    /* Hides the ad column */
    .wp-block-column.mobile-hide-ad {
        display: none !important;
    }

    /* Forces the remaining post-card columns to take up full width */
    .wp-block-column.post-card {
        flex-basis: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.page-card {
  box-shadow: 0 0 20px rgba(0,0,0,0.04);
}

/* 1. Hide the icon on Desktop and Tablet by default */
.mobile-only-icon {
    display: none !important;
}

/* 2. Show the icon only on Mobile (768px and below) */
@media (max-width: 768px) {
    .mobile-only-icon {
        display: inline-block !important; /* or 'block' depending on layout */
        margin-right: 10px; /* Adds space between the icon and the social links */
    }
}

/* Remove space from the skip link target area */
#wp--skip-link--target.wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Sometimes the main element also has a default margin */
main.wp-block-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Start of CSS Skeleton */

.skeleton{
	opacity: .7;
	animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading{
	0%{
		background-color: hsl(200, 20%, 70%);
	}
	100%{
		background-color: hsl(200, 20%, 95%);
	}
}

/* Start of CSS Skeleton */