.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6cfe9d2:#000000;--e-global-color-c89e414:#FFFFFF;--e-global-color-e9b2e07:#A10203;--e-global-color-fc35c1f:#C2C2C2;--e-global-color-78b3e37:#FAFAFA;--e-global-color-c723f00:#343A40;--e-global-color-4e35925:#EFEFEF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-3705095-font-family:"Roboto Condensed";--e-global-typography-3705095-font-size:16px;--e-global-typography-3705095-font-weight:500;--e-global-typography-9828588-font-family:"Oswald";--e-global-typography-9828588-font-size:16px;--e-global-typography-9828588-font-weight:500;--e-global-typography-9828588-text-transform:uppercase;--e-global-typography-63f0c7a-font-family:"Oswald";--e-global-typography-63f0c7a-font-size:30px;--e-global-typography-3bb4d36-font-family:"Roboto Condensed";--e-global-typography-3bb4d36-font-size:20px;--e-global-typography-3bb4d36-font-weight:500;--e-global-typography-906c975-font-family:"Roboto Condensed";--e-global-typography-906c975-font-size:24px;--e-global-typography-906c975-font-weight:700;--e-global-typography-906c975-font-style:italic;--e-global-typography-906c975-line-height:24px;--e-global-typography-906c975-letter-spacing:-0.5px;--e-global-typography-519bd76-font-family:"Roboto Condensed";--e-global-typography-519bd76-font-size:16px;--e-global-typography-519bd76-font-weight:500;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-c89e414 );font-family:"Roboto Condensed", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-e9b2e07 );box-shadow:2px 2px 0px 0px #000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-e9b2e07 );border-radius:5px 5px 5px 5px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-e9b2e07 );color:var( --e-global-color-c89e414 );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-family:"Oswald", Sans-serif;}.elementor-kit-4 h2{font-family:"Oswald", Sans-serif;}.elementor-kit-4 h3{font-family:"Oswald", Sans-serif;}.elementor-kit-4 h4{font-family:"Oswald", Sans-serif;}.elementor-kit-4 h5{font-family:"Oswald", Sans-serif;}.elementor-kit-4 h6{font-family:"Oswald", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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);}@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 *//* =========================
   HEADINGS
   ========================= */
.post-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 2.25rem 0 2rem;
}
@media (max-width: 767px) {
  .post-content h2 {
    font-size: 1.75rem;
    margin: 1.5rem 0 0.25rem;
  }
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 2.25rem 0 0.25rem;
}
@media (max-width: 767px) {
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: 1.35rem;
    margin: 1.25rem 0 0.25rem;
  }
}

/* =========================
   PARAGRAPHS
   ========================= */
.post-content p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  .post-content p {
    font-size: 0.95rem;
    margin: 0 0 1rem;
  }
}

/* =========================
   LISTS
   ========================= */
.post-content ul,
.post-content ol {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 2rem 1.5rem;
  padding-left: 0;
}
.post-content li { margin: 0 0 0.75rem; }
.post-content li > ul,
.post-content li > ol { margin-top: 0.5rem; }

@media (max-width: 767px) {
  .post-content ul,
  .post-content ol {
    font-size: 1rem;
    margin: 0 0 1.5rem 1.25rem;
  }
  .post-content li { margin: 0 0 0.6rem; }
}

/* =========================
   IMAGES
   ========================= */
.post-content img {
  display: block;
  margin: 2rem auto;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .post-content img {
    margin: 1.5rem auto;
  }
}

/* Alignment helpers (Classic Editor) */
.post-content .alignleft  { float: left;  margin: 0.25rem 1rem 1rem 0; }
.post-content .alignright { float: right; margin: 0.25rem 0 1rem 1rem; }
.post-content .aligncenter { display: block; margin: 0 auto; }

/* =========================
   CAPTIONS
   ========================= */
.post-content .wp-caption {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin: 2rem auto;
  max-width: 100%;
}
.post-content .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.post-content .wp-caption .wp-caption-text {
  font-size: 0.9rem;
  color: #666666;
  text-align: center;
  padding: 0.5rem 0.75rem 0.75rem;
}
@media (max-width: 767px) {
  .post-content .wp-caption { margin: 1.5rem auto; }
}

/* =========================
   BUTTONS
   ========================= */
.post-content a.btn {
  display: inline-block;
  padding: 0.6em 1.1em;
  border-radius: 8px;
  background-color: #9D1A1E;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.post-content a.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .post-content a.btn { padding: 0.55em 1em; }
}/* End custom CSS */