.elementor-kit-927{--e-global-color-primary:#F3D6D7;--e-global-color-secondary:#CA6E6D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-5fd7e88:#C3D442;--e-global-color-22bd4c6:#564D72;--e-global-color-a726c0b:#3A1B1B;--e-global-color-aa8617d:#000000;--e-global-color-ace55c0:#EE3A66;--e-global-typography-primary-font-family:"avenir-lt-pro";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6em;--e-global-typography-primary-letter-spacing:-0.2px;--e-global-typography-secondary-font-family:"goldenbook";--e-global-typography-secondary-font-size:4vw;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:3.8px;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:2.3vw;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.1em;--e-global-typography-text-letter-spacing:0.8px;--e-global-typography-accent-font-family:"avenir-lt-pro";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-a3a4f9a-font-family:"goldenbook";--e-global-typography-a3a4f9a-font-size:12px;--e-global-typography-a3a4f9a-font-weight:900;--e-global-typography-a3a4f9a-text-transform:uppercase;--e-global-typography-a3a4f9a-line-height:1.5em;--e-global-typography-a3a4f9a-letter-spacing:7.1px;background-color:var( --e-global-color-aa8617d );}.elementor-kit-927 e-page-transition{background-color:#FFBC7D;}.elementor-kit-927 a{color:var( --e-global-color-secondary );}.elementor-kit-927 a:hover{color:#DD8483;}.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;}{}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:1024px){.elementor-kit-927{--e-global-typography-secondary-font-size:33px;--e-global-typography-text-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-927{--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:21px;--e-global-typography-text-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* reformats text so that never one word on a single line */
.jayalign h1, .jayalign h2, .jayalign h3, .jayalign h4, .jayalign h5, .jayalign h6, .jayalign p {
  text-wrap: balance;
}

.jayalign h1::after, .jayalign h2::after, .jayalign h3::after, .jayalign h4::after, .jayalign h5::after, .jayalign h6::after, .jayalign p::after {
  content: "\00a0";
  font-size: 0;
}

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-250px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* menu anchor space */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 100px;         /* The space you want above the anchor */
  margin: -100px 0 0;    /* Negative margin pulls the anchor up */
  visibility: hidden;
  pointer-events: none;
}

/* turn off the outline link bug we had */
a {
    outline: none!important;
}

/* force covering of post template images */
.backfix {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* === ACTEOL FORM: FINAL WORKING TEST STYLES === */

/* All text white + forced line height */
.display-acteol-block,
.display-acteol-block * {
  color: white !important;
  line-height: 1.2em !important;
}

/* Inputs */
.display-acteol-block input.form-control {
  color: #000000 !important;
}

/* Placeholder text */
.display-acteol-block input.form-control::placeholder {
  color: #000000 !important;
  opacity: 0.6;
}

/* Space each field/label block */
.display-acteol-block .form-group {
  margin-bottom: 15px !important;
}

/* Safety: if any controls are not in .form-group, add spacing directly */
.display-acteol-block .form-control {
  margin-bottom: 0px !important;
}

/* Base: mobile-first – all fields full width */
.acteol-two-column-form {
  display: flex;
  flex-wrap: wrap;
}
.acteol-two-column-form > .form-group {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
}

/* From 768px up (tablet/desktop): only fields 1 and 2 side by side */
@media (min-width: 768px) {
  .acteol-two-column-form > .form-group:nth-of-type(1),
  .acteol-two-column-form > .form-group:nth-of-type(2) {
    width: 50%;
  }

  /* Add right padding only to the first column */
  .acteol-two-column-form > .form-group:nth-of-type(1) {
    padding-right: 10px;
  }
}/* End custom CSS */