.elementor-kit-59287{--e-global-color-primary:#4D767F;--e-global-color-secondary:#94B4A4;--e-global-color-text:#54595F;--e-global-color-accent:#F4F3E5;--e-global-color-c176258:#B86458;--e-global-typography-primary-font-family:"Astralega";--e-global-typography-primary-font-size:5rem;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Astralega";--e-global-typography-secondary-font-size:3.5rem;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:2rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5b3aa89-font-family:"Merriweather";--e-global-typography-5b3aa89-font-size:2rem;--e-global-typography-5b3aa89-text-transform:capitalize;--e-global-typography-5b3aa89-font-style:italic;--e-global-typography-595a8bf-font-family:"Roboto";--e-global-typography-595a8bf-font-size:1.5rem;--e-global-typography-595a8bf-font-weight:600;--e-global-typography-595a8bf-line-height:1.7;--e-global-typography-617a4a5-font-family:"Merriweather";--e-global-typography-617a4a5-font-size:1.7rem;--e-global-typography-617a4a5-line-height:1.2;--e-global-typography-f7d27c7-font-family:"Astralega";--e-global-typography-f7d27c7-font-size:2.5rem;--e-global-typography-f7d27c7-text-transform:capitalize;--e-global-typography-f7d27c7-line-height:1.4;--e-global-typography-f7d27c7-letter-spacing:1px;}.elementor-kit-59287 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-59287{--e-global-typography-text-font-size:2rem;--e-global-typography-text-line-height:1.7;--e-global-typography-617a4a5-font-size:1.7rem;--e-global-typography-617a4a5-line-height:1.3;--e-global-typography-f7d27c7-font-size:2.5rem;}}@media(max-width:1200px){.elementor-kit-59287{--e-global-typography-text-font-size:2rem;--e-global-typography-text-line-height:1.7;--e-global-typography-f7d27c7-font-size:2.5rem;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-divider,
.elementor-divider__text{
    
}
.golden-plains h4 {
    font-size:1.75rem !important;
}
.golden-plains h3,
.elementor-divider h3 {
    font-size:2.5rem !important;
}
.tggp-ads{display:none;}
.tggp-banner-container, .tggp-featured-container {
    text-align: center;
    justify-content: center;
}
a{text-decoration:none!important;}
.tag-videos header.ast-header-without-markup {
    margin-bottom:30px!important;
}
.carousel-heading h3 {
    font-size: calc(1em + 1.2vw)!important;
    white-space: normal!important;
    padding-top:1rem!important;
}
.feature-title h4 {font-size: calc(1em + .5vw)!important;}



/* Parent Category Carousel styles */
.pcc-carousel { position: relative; }
.pcc-carousel .swiper { overflow: hidden; }
.pcc-carousel .swiper-slide { height: auto; }

/* Card with background image */
.tggp-card {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 200px;
	width:20vw;
  padding: 16px;
	border-radius:0!important;
  background: #fafafa;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
	aspect-ratio: 16 / 9;
}
.tggp-card:hover { transform: translateY(-2px); }

.pcc-card--bg { padding: 22px; }
.pcc-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}
.pcc-bg--placeholder { background: linear-gradient(135deg, #f6f7f8, #e9ecef); }

.pcc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35));
}
.pcc-count {
    display: none!important;
}
.pcc-name {
  position: relative;
  color: #fff;
}
.pcc-name { font-weight: 700; font-size: 18px; letter-spacing: .2px; }
.pcc-count { font-size: 12px; opacity: .9; margin-top: 2px; }

/* No-JS fallback as a tidy grid */
.pcc-noscript { display:grid; grid-template-columns: repeat(5,1fr); gap: 16px; list-style:none; padding:0; margin:0; }
@media (max-width: 1024px){
  .pcc-noscript { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 767px){
  .pcc-noscript { grid-template-columns: 1fr; }
}
/** 16:9 Aspect Ratio **/
.grid-image > div {
    aspect-ratio: 16/9;
    overflow: hidden;
}
.grid-image > div img {
}

/** SVG IMAGE WITH ANCHOR **/
.elementor-widget-image a img[src$=".svg"] {
    width:100%^!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Astralega';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thegritandgraceproject.org/wp-content/uploads/2025/08/Astralaga-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */