.elementor-kit-8{--e-global-color-primary:#F1F1DE;--e-global-color-secondary:#566E49;--e-global-color-text:#810029;--e-global-color-accent:#E7DF5D;--e-global-color-a5c4a5b:#87AE73;--e-global-color-b3398dc:#BCD0A9;--e-global-color-8fa0393:#978CB4;--e-global-color-e14771b:#644A6B;--e-global-color-5687a07:#D78682;--e-global-color-30d3350:#A04956;--e-global-color-4b99b65:#99C5C9;--e-global-color-b6ab1f9:#E56A5E;--e-global-color-90af18d:#B67965;--e-global-color-28cc401:#CA9E6D;--e-global-typography-primary-font-family:"Gumbo Regular";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Sweet Apricot";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:lowercase;--e-global-typography-text-font-family:"Figtree Static";--e-global-typography-text-font-weight:500;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Figtree Static";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.5px;background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:var( --e-global-color-text );font-family:"Gumbo Regular", Sans-serif;font-weight:400;text-transform:uppercase;}.elementor-kit-8 h2{color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}site-header{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*#FAQ {
  scroll-margin-top: 100px;
}*/

.text-container img {
  height: 100%;
  width: 100%;
}

.text-content {
  background: #06c;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translateY(-200%);
}

.text-content1 {
  background: #06c;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-svg {
  position: relative;
}

/*This is for the Ticker*/
.marquee {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
  font-size: 2em;
}

.marquee-content span {
  white-space: nowrap;
  /*font-size: 1.3rem;*/
  /*color: #566e49;*/
  /*color: #e7df5d;*/
}
  
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* This is for the Ribbon*/
.ribbon-banner {
  display: flex; /* Use flexbox for centering text */
  align-items: center; /* Center text vertically */
  justify-content: center; /* Center text horizontally */
  background-color: #566E49; /* Colour */
  height: 120px; /* Banner height */
  width: 100%; /* Adjust width */
  margin: 18px auto; /* Center the banner horizontally */
  clip-path: polygon(
    5% 0%,   /* Top-left inward taper */
    95% 0%,  /* Top-right inward taper */
    90% 50%, /* Right outward point */
    95% 100%, /* Bottom-right inward taper */
    5% 100%, /* Bottom-left inward taper */
    10% 50% /* Left outward point */
  );
  color: white; /* White text */
  font-size: 1rem; /* Adjust font size as needed */
  font-weight: bold; /* Make the text bold */
  text-align: center; /* Ensure text is centered */
}

/* This removes the WP Header */
.site-header {
    display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gumbo Regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/08/gumbo-regular.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sweet Apricot';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/08/sweetapricot-webfont.woff2') format('woff2'),
		url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/08/sweetapricot-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Figtree Static';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.growingsmilesfundraising.com/wp-content/uploads/2025/09/Figtree-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */