/*
  Custom CSS from Imagebox.com
*/

.vh {
  osition: absolute;
  border: 0 none;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect( 0 0 0 0 );
}

.vh.focusable:active,
.vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


.sticky-footer {
  display: none;
  background: #ed2324;
  padding: .9em 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}

.sticky-footer .wrap {
  width: 90%;
  max-width: 1245px;
  margin: 0 auto;
  position: relative;
}

.sticky-footer label {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.sticky-close {
  float: right;
  width: 16px;
  height: 15px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url(../assets/icon-close.png);
  background-size: 16px 15px;
}

.sticky-footer h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0em;
}



.sticky-footer .gfield {
  margin-bottom: 1em;
}

.sticky-footer .gfield .ginput_complex .name_first input {
  margin-bottom: 1.45em;
}

.sticky-footer .gfield .minimal-form-input {
  padding-top: 0;
}

body[data-form-submit="regular"] .sticky-footer input[type="submit"] {
  background-color: #fff !important;
  color: #ed2324;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: .5em;
}


body[data-form-style="minimal"] .sticky-footer input[type="text"],
.sticky-footer input[type="text"],
.sticky-footer .minimal-form-input.has-text input {
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: .5em !important;
  background-color: #ed2324 !important;
  font-family: 'PT Sans Caption', sans-serif !important;
}

.sticky-footer input#input_1_1::placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_1::-webkit-input-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_1::-moz-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_1:-ms-input-placeholder {
  color: #fff !important;
}


.sticky-footer input#input_1_2_3::placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_3::-webkit-input-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_3::-moz-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_3:-ms-input-placeholder {
  color: #fff !important;
}


.sticky-footer input#input_1_2_6::placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_6::-webkit-input-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_6::-moz-placeholder {
  color: #fff !important;
}
.sticky-footer input#input_1_2_6:-ms-input-placeholder {
  color: #fff !important;
}


#gform_confirmation_message_1 {
  text-align: center;
}


@media screen and (min-width: 960px) {

  .sticky-footer h3 {
    text-align: left;
    /* margin-bottom: 0;
    display: inline-block; */
  }

  .sticky-close {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .ginput_complex {
    margin-left: 1.5em;
  }

  #input_1_2_6_container {
    margin-left: 1.25em;
  }

  #gform_wrapper_1 {
    display: inline-block;
  }

  body[data-form-submit="regular"] .sticky-footer input[type="submit"] {
    height: 38px;
    position: relative;
    top: 1px;
  }

  .gform_wrapper {
    width: 100%;
  }

  .sticky-footer .gfield,
  .sticky-footer .gfield .ginput_complex,
  .sticky-footer .gfield .ginput_complex span {
    margin-bottom: 0;
    display: inline-block;
  }

  .sticky-footer .gform_body,
  .sticky-footer .gform_footer {
    display: inline-block;
  }

  .gform_footer {
    width: 25%;
    text-align: center;
  }

  .gform_body {
    width: 73%;
  }

  #gform_fields_1 {

  }

  /* .sticky-footer .gform_body {
    margin-left: 1em;
  } */

  .sticky-footer .gfield .ginput_complex .name_first input {
    margin-bottom: 0;
  }


}


@media screen and (min-width: 1245px) {
  #field_1_1 {
    width: 30%;
  }
  #field_1_2 {
    width: 70%;
  }

  #field_1_2 .ginput_complex {
    width: 100%;
  }

  #input_1_2_3_container,
  #input_1_2_6_container {
    width: 40%;
  }

}
