.elementor-kit-11{--e-global-color-primary:#67BAAF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#67BAAF;--e-global-color-35f7c406:#FFF;--e-global-color-1cc03a9:#3F3F3F;--e-global-color-d5351c3:#626262;--e-global-color-9f61675:#EEEEEE;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;font-size:18px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#FFFFFF;font-family:"Open Sans", Sans-serif;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.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{background-color:var( --e-global-color-accent );color:var( --e-global-color-35f7c406 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 a:hover{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 h1{font-family:"Open Sans", Sans-serif;font-size:40px;}.elementor-kit-11 h2{font-family:"Open Sans", Sans-serif;font-size:30px;}.elementor-kit-11 h3{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 h4{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 h5{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 h6{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 label{font-family:"Open Sans", Sans-serif;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{font-family:"Open Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color-hover:#0000009E;}@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 *//* ----------------------------------
:: 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-text-editor p {
  color: white;
}


/* Links ---------------- */
.theme-dark .elementor-text-editor a {
  color: white;
  border-bottom: 1px solid white;
}

.theme-dark .elementor-text-editor a:hover {
  color: gray;
}


/* 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
---------------------------------- */

.theme-dark select option {
    color: black;
    background-color: white;
}

/* Remove Focus Border from inputs ---------------- */
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    
}



#clicktoshow{
cursor: pointer;
}
.showclick{
display: none;
}/* End custom CSS */