.elementor-kit-9{--e-global-color-primary:#4169E1;--e-global-color-secondary:#A40501;--e-global-color-text:#000000;--e-global-color-accent:#B79B4F;--e-global-color-3dd8765:#0F3870;--e-global-color-e4a967c:#ED1B24;--e-global-color-cff0902:#959089;--e-global-color-698de84:#303030;--e-global-color-243803d:#E9E7E2;--e-global-color-bd458cc:#5F5E5E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:28px;--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h2{font-family:"Crimson Text Bold", Sans-serif;font-size:48px;}.elementor-kit-9 h3{font-family:"Crimson Text Bold", Sans-serif;font-size:18px;}.elementor-kit-9 h5{font-size:18px;}.elementor-kit-9 h6{font-family:"Crimson Text Bold", Sans-serif;font-size:16px;font-weight:500;}.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-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 */h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat !important;
}
p, ul, li, span {
    font-family: 'open sans' !important;
}

.entry-title {
display: none;

}
.entry-header h1 {
    display: none
}
h1:not(.site-title):before, h2:before{
    background: none
}
.default-btn, button, .cta-button, #gform_submit_button_4, .elementor-button {
    padding: 20px 40px !important;
    background-color: #B79B4F !important;
    color: #ffffff !important;
}
.default-btn:hover, button:hover, .cta-button:hover, #gform_submit_button_4:hover, .elementor-button:hover {
    background-color: #4169E1 !important;
    cursor: pointer;
}
:root {
  --font-base: Montserrat;
  --font-size-base: 16px !important;
  --line-height-base: 1.6;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-base);
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
}

/* Responsive Heading Sizes */
h1 { font-size: 2rem !important; }
h2 { font-size: 1.5rem !important; }
h3 { font-size: 1.25rem !important; }
h4 { font-size: 1.125rem!important; }
h5 { font-size: 1rem !important; }
h6 { font-size: 0.875rem !important; }

@media (min-width: 769px) {
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 2rem !important; }
  h3 { font-size: 1.5rem !important; }
  h4 { font-size: 1.25rem !important; }
  h5 { font-size: 1.125rem !important; }
  h6 { font-size: 1rem !important; }
}

@media (min-width: 1025px) {
  h1 { font-size: 3rem !important; }
  h2 { font-size: 2.5rem !important; }
  h3 { font-size: 2rem !important; }
  h4 { font-size: 1.5rem !important; }
  h5 { font-size: 1.25rem !important; }
  h6 { font-size: 1.125rem !important; }
}

/* PARAGRAPHS */
p {
  font-family: var(--font-base);
  font-size: 1rem !important;
  line-height: var(--line-height-base);
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  p {
    font-size: 1.125rem !important;
  }
}

/* LISTS */
ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

li {
  font-family: var(--font-base);
  font-size: 1rem !important;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* SPAN */
span {
  font-family: var(--font-base);
  font-size: 1rem !important;
}

/* ANCHORS */
a {
  font-family: var(--font-base);
  text-decoration: underline;
  transition: color 0.2s ease;
}/* End custom CSS */