input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  display: block;
  padding: 10px 20px;
  margin: 0 0 5px;
  background-color: #fff;
  border: 1px solid #ccc !important;
  outline: none;
  font-size: 16px;
}
[data-elementor-type="popup"] .elementor-form .elementor-button {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
/* wpcf7 formular */
.wpcf7 {
  font-family: inherit;
  font-weight: 500;
}
.wpcf7 label {
  display: block;
  line-height: 1.2;
}
.wpcf7 label > em {
  font-weight: 300;
  font-variant: normal;
  font-style: normal;
  opacity: 0.75;
}
.wpcf7 h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.wpcf7 form > div:first-child + h3 {
  margin-top: 0;
}
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"] {
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"] {
  height: 58px;
  line-height: 1.5;
}
.elementor-field-group,
.elementor-field-option {
  position: relative;
}
.elementor-field-group input[type="checkbox"],
.elementor-field-option input[type="radio"],
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  visibility: hidden;
  display: none;
}
.elementor-field-group input[type="checkbox"] + label,
.elementor-field-option input[type="radio"] + label,
.wpcf7 input[type="checkbox"] + span,
.wpcf7 input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  display: block;
  margin-right: 30px;
  margin-left: 15px;
  font-size: 16px;
}
.elementor-field-group input[type="checkbox"] + label::before,
.elementor-field-option input[type="radio"] + label::before,
.wpcf7 input[type="checkbox"] + span::before,
.wpcf7 input[type="radio"] + span::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #29a3af;
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
}
.elementor-field-group input[type="checkbox"] + label::before,
.wpcf7 input[type="checkbox"] + span::before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  left: -30px;
  top: 0;
}
.elementor-field-option input[type="radio"] + label {
  margin-left: 8px;
}
.elementor-field-option input[type="radio"] + label::before {
  left: -24px;
  top: 4px;
}
.elementor-field-group input[type="checkbox"] + label::before {
  top: 3px;
}
.elementor-field-option input[type="radio"]:checked + label::before,
.wpcf7 input[type="radio"]:checked + span::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #29a3af;
}
.elementor-field-group input[type="checkbox"]:checked + label::before,
.wpcf7 input[type="checkbox"]:checked + span::before {
  background-color: #29a3af;
}
.elementor-field-group input[type="checkbox"]:checked + label::after,
.wpcf7 input[type="checkbox"]:checked + span::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  position: absolute;
  font-size: 11px;
  left: -26px;
  top: 3px;
}
.wpcf7 input[type="submit"] {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #29a3af;
  background: rgb(109, 187, 215);
  background: linear-gradient(
    90deg,
    rgba(109, 187, 215, 1) 0%,
    rgba(0, 140, 154, 1) 50%,
    rgba(45, 84, 91, 1) 100%
  );
  padding: 12px 16px 12px 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 input[type="submit"]:hover {
  transform: scale(1.1);
}
.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  display: block;
  margin: 10px 0;
}
.wpcf7 .SumoSelect {
  width: 100%;
}
.wpcf7 h3,
.wpcf7 h5 {
  float: left;
  width: 100%;
}
.wpcf7 h5 {
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 0;
}
.wpcf7 form > div:first-child + h5 {
  margin-top: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  color: #e6005f;
}
.wpcf7 div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 15px 20px;
  background-color: #fff;
}
.wpcf7 .SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #ccc;
  height: 58px;
  background-color: #fff;
  border-radius: 2px;
  padding: 12px 20px;
  margin: 10px 0;
}
.wpcf7 .SumoSelect > .CaptionCont > span {
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
}
.wpcf7 .SumoSelect.open > .CaptionCont,
.wpcf7 .SumoSelect:focus > .CaptionCont,
.wpcf7 .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #ccc;
}
.wpcf7 .SumoSelect > .CaptionCont > label {
  width: 40px;
}
.wpcf7 .SumoSelect.open > .optWrapper {
  top: 67px;
}
.wpcf7 .SumoSelect > .optWrapper {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
}
.wpcf7 .SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 265px;
}
.wpcf7 .SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.wpcf7 .SumoSelect > .optWrapper > .options li.opt {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
}
.wpcf7 .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f2f2f2;
}
.wpcf7 .SumoSelect > .optWrapper > .options li.opt.selected {
  background-color: #29a3af;
  color: #fff;
}
.wpcf7 .SumoSelect > .optWrapper > .options > li > label {
  font-size: 16px;
}
/* .wpcf7 .SumoSelect > .CaptionCont > label > i {
  background-image: none;
}
.wpcf7 .SumoSelect > .CaptionCont > label > i:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 24px;
  color: #fff;
  position: relative;
  left: 1px;
  top: 5px;
} */

.wpcf7-space {
  margin-bottom: 30px;
}
.wpcf7-row {
  margin: 0 -15px;
  clear: left;
}
.wpcf7-row {
  margin: 0 -15px;
}
.wpcf7-col-half {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.wpcf7-col-full {
  float: left;
  width: 100%;
}
.wpcf7-form-control-wrap.reachability
  .wpcf7-checkbox
  span.wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}
.wpcf7-form-control-wrap.reachability input[type="checkbox"] + span::before {
  width: 100%;
  height: 58px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  content: "";
  left: 0;
  top: 0;
  float: left;
  z-index: -1;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-form-control-wrap.reachability input[type="checkbox"] + span::after {
  display: none;
}
.wpcf7-form-control-wrap.reachability input[type="checkbox"]:checked + span {
  color: #fff;
}
.wpcf7-form-control-wrap.reachability
  input[type="checkbox"]:hover
  + span::before {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.wpcf7-form-control-wrap.reachability
  input[type="checkbox"]:checked
  + span::before {
  background-color: #29a3af;
  border: 1px solid #29a3af;
}
.wpcf7-form-control-wrap.reachability .wpcf7-list-item {
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.wpcf7-form-control-wrap.reachability .wpcf7-list-item:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .wpcf7-col-half {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 h3 {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
}
.parsley-errors-list {
  padding: 0;
  margin: 0;
}
.parsley-errors-list > li {
  list-style: none;
  color: #e6005f;
}
.SumoSelect .SumoUnder {
  z-index: -1;
}
/* .wpfl-stores .SumoSelect > .optWrapper {
  max-height: 221px;
} */
.elementor-field-type-acceptance.elementor-field-group {
  margin-top: 8px;
}
.elementor-field-type-submit.elementor-field-group {
  margin-top: 16px;
}
#wpmem_login_form .div_text,
#wpmem_login_form .button_div,
#wpmem_login_form .link-text,
#wpmem_register_form .div_text,
#wpmem_register_form .button_div,
#wpmem_register_form .link-text {
  width: 100%;
}
#wpmem_login_form .req,
#wpmem_register_form .req {
  color: #e6005f;
  display: inline-block;
  margin: 0 4px;
  position: relative;
  top: -4px;
  font-size: 14px;
}
#wpmem_login_form label,
#wpmem_register_form label {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}
#wpmem_login_form label[for="rememberme"],
#wpmem_register_form label {
  margin-bottom: 5px;
}
#wpmem_login_form .link-text,
#wpmem_register_form .req-text {
  font-size: 14px;
}
#wpmem_login_form fieldset,
#wpmem_register_form fieldset {
  margin: 0;
}
#wpmem_login_form fieldset > legend,
#wpmem_register_form fieldset > legend {
  margin-bottom: 24px;
}
#wpmem_register_form .button_div {
  text-align: left;
}
#wpmem_login_form .buttons,
#wpmem_register_form .buttons {
  border: 0;
  color: #fff;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#wpmem_login_form .buttons:hover,
#wpmem_register_form .buttons:hover {
  transform: scale(1.1);
}
