.elementor-kit-11{--e-global-color-primary:#121212;--e-global-color-secondary:#3398D3;--e-global-color-text:#20201F;--e-global-color-accent:#EA5E28;--e-global-color-b73b22b:#000000;--e-global-color-35f7c406:#FFF;--e-global-color-b2587a4:#F2BB46;--e-global-color-de8cfe6:#42B783;--e-global-color-f07ec1f:#767676;--e-global-color-e6091e5:#F4F3EF;--e-global-color-be0ade8:#F6F7F9;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:400;line-height:24px;}.elementor-kit-11 a{font-weight:700;}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-kit-11 h1{color:var( --e-global-color-35f7c406 );font-family:"Outfit", Sans-serif;font-size:3.052rem;font-weight:400;}.elementor-kit-11 h2{color:var( --e-global-color-text );font-family:"Outfit", Sans-serif;font-size:2.441rem;font-weight:500;text-transform:capitalize;}.elementor-kit-11 h3{color:#000;font-family:"Outfit", Sans-serif;font-size:1.953rem;font-weight:500;text-transform:capitalize;}.elementor-kit-11 h4{font-family:"Outfit", Sans-serif;font-size:1.563rem;}.elementor-kit-11 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-11 h6{font-family:"Outfit", Sans-serif;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:500;text-transform:capitalize;color:var( --e-global-color-35f7c406 );background-color:var( --e-global-color-accent );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{color:var( --e-global-color-35f7c406 );background-color:var( --e-global-color-primary );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}@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-kit-11 h1{font-size:3.05rem;}.elementor-kit-11 h2{font-size:1.95rem;}.elementor-kit-11 h3{font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.e-con .elementor-widget-text-editor:last-child p {
    border: 1px solid red;
}


/* ----------------------------------
:: RESPONSIVE UTILITES
---------------------------------- */
/* HIDE - On Tablet and lower ---------------- */
@media (max-width: 1024px) {
    .hide-tablet { display: none; }
}

/* HIDE - On Mobile ---------------- */
@media (max-width: 480px) {
    .hide-mobile { display: none; }
}

/* Hex Code P ----------------*/
.colour-swatch-hex {
    position: relative;
    background-color: black;
    color: white;
    padding: 0px 5px;
    width: fit-content;
    text-transform: uppercase;
    pointer-events: none;
}



/* ----------------------------------
:: DARK THEME
---------------------------------- */

/* Headings ---------------- */
.theme-dark h1 { color: white; }
.theme-dark h2 { color: white; }
.theme-dark h3 { color: white; }
.theme-dark h4 { color: white; }
.theme-dark h5 { color: white; }


/* Paragraphs ---------------- */
.theme-dark .elementor-widget-text-editor p {
  color: white;
}


/* Links ---------------- */
.theme-dark .elementor-widget-text-editor a {
  color: white;
  border-bottom: 1px solid white;
}

.theme-dark .elementor-widget-text-editor a:hover {
  color: gray;
}

.theme-dark select option {
    color: black;
    background-color: white;
}

/* Buttons ---------------- 
.theme-dark .elementor-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.theme-dark .elementor-button:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}
*/


/* ----------------------------------
:: GHOST BUTTON
---------------------------------- */

.button-ghost .elementor-button {
  color: black;
  border: 1px solid black;
  background-color: transparent;
}

.button-ghost .elementor-button:hover {
  color: white;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}

/* ----------------------------------
:: CONTACT FORM
---------------------------------- */

/* Remove Focus Border from inputs ---------------- */
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    
}/* End custom CSS */