/*****************************/
/** FOARM                   **/
/*****************************/

.entry-contents .gform_wrapper {
  width: 100%;
  /*-webkit-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);*/
  margin-bottom: 2.5em;
}


.gform_wrapper .gform_heading .gform_title {
    font-size: 2.0em;
    text-align: center;
    padding-bottom: 1.0em;
    margin-bottom: 1.5em;
    position: relative;
}

.gform_wrapper .gform_heading .gform_title:after {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  background-color: #333;
}

.loco .gform_wrapper label.gfield_label, 
.loco .gform_wrapper legend.gfield_label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_fileupload input {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 2em;
}

.loco .gform_wrapper .top_label .birthday input.datepicker {
  width: 100%;
}



.loco input.text, 
.loco input.title, 
.loco input[type=email], 
.loco input[type=password], 
.loco input[type=tel], 
.loco input[type=text], 
.loco select, 
.loco textarea {
  border: 1px solid #ccc;
  margin: 0;
}

.privacy-agree p {padding: 5%; border: 1px solid #eaeaea; background-color: #fff; font-size: 12px; font-weight: 400;}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {border: 1px solid #dcdcdc;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){padding: 10px 8px!important;}
input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"]{
    display: inline-block;
    font-size: 1rem;
    padding: 1em 2em;
    text-align: center !important;
    vertical-align: middle;
    background-image: none;
    border-radius: 0;
    outline: none;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background-color: #654089; 
    color: #fff; 
    font-weight: 700;
    border: 1px solid #654089;
    position: relative;
    min-width: 200px;
    z-index: 1;
}

input[type="submit"]:after, 
input[type="reset"]:after, 
input[type="button"]:after, 
button[type="submit"]:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  z-index: -1;
  transition:all 0.3s ease; 
  -webkit-transition:all 0.3s ease; 
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

/*input[type="submit"]:hover,*/ 
input[type="reset"]:hover, 
/*input[type="button"]:hover,*/ 
button[type="submit"]:hover{
  color: #fff;
} 

input[type="submit"]:hover:after, 
input[type="reset"]:hover:after, 
input[type="button"]:hover:after, 
button[type="submit"]:hover:after  {
  width: 100%;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gform_fields .gfield select:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  background-color: #f4f5f7;
}

.loco input:-internal-autofill-selected {
  background-color: rgba(255,255,255,0)!important;
}

input:-webkit-autofill {
  background-color: rgba(255,255,255,0)!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fff0e6 inset !important;
}

body.loco .gform_wrapper ul li.gfield {
  margin-top: 25px;
}

.gform_confirmation_message {padding: 5%; border: 1px solid #dcdcdc; background-color: #f7f7f7;}
.gform_confirmation_message p {font-size: 1.0em; font-weight: 500; color: #333;}

.loco .gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
  border-color: #666;
}

input[type=checkbox]:checked:before {
    content: "\f00c";
}

input[type=radio]:checked:before {
  content: "\f111";
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands","Font Awesome 5 Pro";
    font-weight: 900;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 2.2em;
    color: #2ea24a;
    font-size: .5em;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-size: 1em;
    -webkit-appearance: none;
    margin-right: 8px;
    padding: 8px;
    position: relative;
    text-align: center;
    line-height: normal;
    border: 1px solid #666;
}

input[type=radio] {
  border-radius: 50%;
}


.loco .gpnf-nested-entries {
  border-top: 2px solid #666;
  width: 100%;
  font-size: .8em;
}

.loco .gpnf-nested-entries th {
  background-color: rgba(255,255,255,0);
}

.loco .gpnf-nested-entries td, 
.loco .gpnf-nested-entries th {
  padding: 10px 8px;
}

body.loco .gform_wrapper img.ui-datepicker-trigger {
  display: none;
}

.ui-datepicker-title select {
  cursor: pointer;
}

.gform_wrapper li.genre ul.gfield_radio li input {
  display: inline-block;
}

.gform_wrapper .gfield_checkbox li input[type=text], 
.gform_wrapper .gfield_radio li input[type=text] {
  display: inline-block;
}

.gf_list_inline ul.gfield_radio {
  display: flex;
  align-items: center;
}




button.gpnf-add-entry {
  font-size: .8em;
  padding: .8em 2.25em;
  margin-top: 1rem;
  border: 1px solid #666;
  margin-bottom: .5rem;
  cursor: pointer;
}



.loco .gfield_repeater_wrapper input {
  border-radius: 0;
}

.gfield_repeater_item .gfield_repeater_cell {
  display: inline-block;
  vertical-align: bottom;
  width: 60%;
  margin-left: 10px;
}

.gfield_repeater_item .gfield_repeater_cell:first-child {
  width: 35%;
  margin-left: 0;
}

.gfield_repeater_item .gfield_repeater_cell input[type="text"] {
  width: 100%;
}

.gform_wrapper ul li.gfield.xleadership-subscribe {
  padding: 1.5em;
  background-color: #f4f5f7;
}

.gform_wrapper ul li.gfield.xleadership-subscribe label {
  font-weight: 700;
}

.gform_confirmation_message {
  margin-bottom: 3.5em;
}

.zip-btn input[type=button] {
  margin-top: 35px;
  padding: .85em;
  font-size: .85em;
  color: #fff;
  background-color: #333;
  border: none;
}


.loco .gform_wrapper .gform_footer {
  text-align: center;
  padding: 1.7em 0;
}

.loco .gform_wrapper li.gfield.gfield_error, 
.loco .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255,255,255,0);
}

.loco .gform_wrapper .gfield_consent_description {
  background-color: #f7f7f7;
  padding: 10px!important;
}

.loco .gform_wrapper .gfield_required {
  color: #e94746;
}

@media all and (min-width: 768px) {
  .entry-contents .gform_wrapper {
    padding: 2.5em 1em;
    border: 1px solid #ddd;
  }

  .entry-contents .gform_wrapper form {
    width: 90%;
    max-width: 980px;
  }

  .form-wrap .zip-btn {padding-top: 30px!important;}
}




.login-warning {
  background-color: #f4f5f7;
  max-width: 920px;
  margin: 0 auto 2.5em;
}

.form-notice-wrap {
  padding: 2.5em 1.5em;
  text-align: center;
  background-color: #161616;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.form-notice-wrap i {
  margin-right: 7px;
  color: #2ea24a;
}

.wpforms-submit:hover {
    transition: none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
}
.wpforms-submit:hover:after  {
    width: inherit !important;
}
.wpforms-field-description {
    font-size: 14px !important;
}

.wpforms-container input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

@media all and (min-width: 768px) {
    div.wpforms-container-full {
        width: 50%;
    }
}

div.wpforms-submit-container {
    text-align: center;
}

.download-btn {
    content: '';
}

