.elementor-kit-6{--e-global-color-primary:#333333;--e-global-color-secondary:#333333;--e-global-color-text:#333333;--e-global-color-accent:#333333;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#BB914D;color:#FFFFFF;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#BB914D;}.elementor-kit-6 h1{color:#46564C;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h2{color:#46564C;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h3{color:#46564C;font-family:"Roboto", Sans-serif;}.elementor-kit-6 img{border-style:none;}.elementor-kit-6 img:hover{border-style:none;}.elementor-kit-6 label{color:#000000;font-family:"Open Sans", Sans-serif;font-size:1em;line-height:1.5em;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Open Sans", Sans-serif;font-size:1em;font-weight:500;color:#333333;accent-color:#333333;background-color:#F5F5F5;border-style:solid;border-width:0px 0px 3px 0px;border-color:#CCCCCC;border-radius:0px 0px 0px 0px;padding:20px 10px 10px 10px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{background-color:#FFFFFF;border-style:solid;border-width:0px 0px 3px 0px;border-color:#46564C;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.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:640px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

a:focus,
.focus a {
	outline: none !important;
}

input::placeholder, textarea::placeholder {
    color: #pasteyourhexcolorhere !important;
    opacity: 1 !important;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="url"] {
  font-size: 1em!important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 10px 10px 10px!important;
}

.gfield--type-captcha {margin:20px 0px;}

.eael-contact-form textarea {background: #F5F5F5!important;font-size: 1em!important;font-weight: 500!important;padding: 20px 10px 10px 10px!important;color: #333333!important;font-family: "Open Sans", Sans-serif!important;}

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
}

.gform_button {
  cursor: pointer !important;
}

/* Default Table Styling */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  font-size: 1rem;
  color: #333;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

thead {
  background-color: #f5f5f5;
}

th,
td {
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #ddd;
}

th {
  font-weight: 600;
  background-color: #fafafa;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

/* === Default Form Styling === */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.2);
  outline: none;
}

/* Style for checkboxes and radio buttons */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em;
}

/* Button Styling */
button,
input[type="submit"],
input[type="button"] {
  background-color: #0073e6;
  color: white;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #005bb5;
}

/* Form Layout Spacing */
form > * + * {
  margin-top: 1em;
}/* End custom CSS */