/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 19:49:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
#site-forms .col-6,
#site-forms .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* margin-right: 1%;
  margin-left: 1%; */
  margin-top: 10px;
  margin-bottom: 10px;
}

#site-forms .row {
  display: flex;
  max-width: 100%;
  position: relative;
  /*flex-wrap: wrap;*/
  gap: 21px;
  row-gap: 0px;
}

/*#site-forms .col-md-12 {*/
/*  -webkit-box-flex: 0;*/
/*  -ms-flex: 0 0 48.5%;*/
/*  flex: 0 0 48.5%;*/
/*  max-width: 48.5%;*/
/*}*/
#site-forms input {
  font-family: roboto;
}

#site-forms input:not([type="file"]),
#site-forms select {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #797979;
  height: 69px;
  padding: 30px 12px 6px 12px;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

#site-forms .elementor-field-type-upload {
  padding: 10px 20px;
  /*   background: #5C72F2; */
  color: white;
  border: none;
  height: 60px;
  margin: 0 !important;
  margin-left: 5px !important;
  padding: 0;
  margin-top: 10px !important;
}

#site-forms .elementor-field-type-upload:hover {
  background-color: #4044AC;
  border: none;
}

#site-forms .elementor-field-type-upload input {
  background: transparent;
  margin-top: 10px;
}

#site-forms .elementor-field-type-upload input::file-selector-button {
  display: none;

}

#site-forms .elementor-field-type-upload label {
  width: 100%;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  position: relative;
  left: unset;
  top: unset;
  margin: 0;
  background: #5C72F2;
  height: 60px;
  line-height: 60px;
}

#site-forms select {
  background: url(/wp-content/uploads/2024/07/stat_minus_1.svg) no-repeat 95% 50% #fff !important;
  appearance: none;
  padding-left: 10px !important;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#site-forms .elementor-field-type-select label {
  z-index: 50;
}

#site-forms .select-caret-down-wrapper {
  display: none;
}

#site-forms .elementor-field-type-html {
  color: #fff;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 20px;
}

#site-forms .elementor-mark-required .elementor-field-label::after {
/*   content: none; */
  color: #797979;
  padding-inline-start: 0;
}

#site-forms button[type="submit"] {
  margin-top: 30px;
  height: auto;
  padding: 10px 20px;
  background: #94cb00;
  color: white;
  border: 2px solid #94cb00;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  height: 60px;
}

.w-100 {
  width: 100%;
}

#site-forms button[type="submit"]:hover {
  background: #76A200;
  border-color: #76A200;
}
#site-forms .elementor-field-group.recaptcha_v3-bottomright{
  margin-top: 0 !important;
}
#site-forms .elementor-field-group.elementor-field-type-acceptance {
  margin: 0;
}
#site-forms .justify-content-center {
  justify-content: center;
}

#site-forms .hide {
  display: none;
}

#site-forms .elementor-field-group {
  margin-top: 10px;
}

#site-forms label {
  position: absolute;
  left: 15px;
  color: #797979;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
  top: 10px;
}
#site-forms.contact_form label{
left: 20.5px;
}

#site-forms textarea {
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #797979;
  padding: 30px 12px 6px 12px;
  font-size: 24px;
  line-height: 31px;
  resize: none;
}

#site-forms .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-type-text:nth-child(1),
#site-forms .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group.elementor-field-type-email,
#site-forms .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-type-text:nth-child(5),
{
padding-right: 16px;
}

#site-forms label.required::after {
  content: "*";
  color: #797979;
  font-weight: 400;
  position: relative;
  left: 4px;
}
input[required="required"] + label::after {
  content: "*";
  color: #797979;
  font-weight: 400;
  position: relative;
  left: 4px;
}
#site-forms .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;

}

#site-forms .checkbox-wrapper label {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  position: unset;
  font-family: Helvetica;
  color: #fff;
  text-transform: none;
}

#site-forms .checkbox-wrapper label {
  margin-top: 0;
}

#site-forms .checkbox-wrapper label a {
  color: #fff;
  text-decoration: underline;
}

#site-forms .checkbox-wrapper label a:hover {
  color: #fff;
}

#site-forms .checkbox-wrapper label::after {
  color: #fff;
}

#site-forms input#form-field-agree_marketing_comm-0 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 3px;
  accent-color: #94CB00;
  appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  border: 2px solid white;
  border-radius: 1px;
  background: rgba(40, 40, 40, 0.2);
}

#site-forms #form-field-agree_marketing_comm-0::before {
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  transform: scale(0);
  background-color: #94cb00;
}

#site-forms input[type="checkbox"]:checked::before {
  transform: scale(1) !important;
}

#site-forms .elementor-field-type-checkbox .elementor-field-option,
#site-forms .elementor-field-type-acceptance .elementor-field-option {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

#site-forms.contact_form .elementor-field-type-checkbox .elementor-field-option,
#site-forms.contact_form .elementor-field-type-acceptance .elementor-field-option {
  margin-top: 9px !important;
}

#site-forms .elementor-field-type-checkbox label,
#site-forms .elementor-field-type-acceptance label {
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  position: unset !important;
  font-family: Helvetica !important;
  color: #fff !important;
  text-transform: none;
}

#site-forms .elementor-field-type-checkbox label,
#site-forms .elementor-field-type-acceptance label {
  margin-top: 0 !important;
}

#site-forms .elementor-field-type-checkbox label a,
#site-forms .elementor-field-type-acceptance label a {
  color: #fff;
  text-decoration: underline;
}

#site-forms .elementor-field-type-checkbox label::after,
#site-forms .elementor-field-type-acceptance label::after {
  color: #fff;
}

#site-forms input#form-field-agree_marketing_comm,
#site-forms input#form-field-agree_marketing_comm-0 {
  width: 20px !important;
  height: 20px !important;
  margin-right: 20px !important;
  margin-top: 3px !important;
  accent-color: #94CB00 !important;
  appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-content: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  padding: 0 !important;
  border: 2px solid white !important;
  border-radius: 1px !important;
  background: rgba(40, 40, 40, 0.2) !important;
}
#site-forms.productsForm input#form-field-agree_marketing_comm{
  margin-top: 0px !important;
}
#site-forms #form-field-agree_marketing_comm::before,
#site-forms #form-field-agree_marketing_comm-0::before {
  content: "";
  width: 20px;
  height: 17px;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  transform: scale(0);
  background-color: #94cb00;
}

#thank-you-message {
  margin-top: 115px;
}

#thank-you-message .thankyou-header {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  font-family: "Oswald", Sans-serif;
  line-height: 125%;
  color: #fbfbfb;
  margin-bottom: 20px;
  text-align: center;
}

#thank-you-message .thankyou-p {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fbfbfb;
  text-align: center;
}

#site-forms .gap-0 {
  gap: 0;
}
#site-forms .elementor-field-group.elementor-field-type-submit {
  margin-top: 0px;
}
/* #site-forms.contact_form .elementor-column.elementor-md-100 {
  max-width: calc((100% - 21px)/2);
} */
#site-forms.productsForm .elementor-column.elementor-md-100{
/*   -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7%;
  flex: 0 0 48.7%; */
  max-width: calc((100% - 10px)/2);
	}
#site-forms .elementor-form-fields-wrapper{
 justify-content:space-between;
}
@media (max-width: 1198px) {
  #site-forms.productsForm .elementor-column.elementor-md-100
{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	}
}
@media(max-width:1024px) {
  #thank-you-message {
    margin-top: 0px;
  }

  #site-forms .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #site-forms .row {
    flex-wrap: wrap;
  }

/*   #site-forms .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-type-text:nth-child(1),
  #site-forms .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group.elementor-field-type-email {
    padding-right: calc(10px/2);
  }
 */
  #site-forms textarea {
    padding: 56px 12px 6px 12px;
  }

  #site-forms .elementor-field-type-html {
    margin-left: 20px;
  }
}

/* #site-forms .elementor-mark-required.elementor-field-type-upload .elementor-field-label::after {
  content: none;

} */
@media(max-width:768px) {
  #site-forms .elementor-field-type-upload .elementor-message {
    margin-top: 40px
  }
}

@media(min-width:0px) {
  #site-forms .elementor-field-type-html {
    display: flex;
    margin-top: 10px !important;
  }

  #site-forms .elementor-field-type-html p {
    margin-top: 23px;
    margin-left: -20px;
  }
}

@media(min-width:768px) {
  #site-forms .elementor-field-type-html p {
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media(min-width:1133px) {
  #site-forms .elementor-field-type-html {
    margin-top: 20px !important;
  }
}