/* IMPORT THE FRAMEWORK */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
.contact-form .submit-button {
  text-transform: uppercase;
}

/*  LAYOUT FRAMEWORK  */
.contact-form .submit-button {
  position: relative;
}

.contact-form fieldset input, .contact-form textarea, .our-details .phone, .our-details .fax, .our-details .email, .social-links a {
  display: block;
}

.contact-form .submit-button {
  display: inline-block;
  zoom: 1;
}

.contact-form fieldset input, .contact-form textarea {
  box-sizing: border-box;
}

.contact-form .submit-button {
  text-align: center;
}

.contact-form .loader {
  display: none;
}

/*  COLUMN FRAMEWORK  */
/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
/* --------------------------------- */
/* /////// SITE SPECIFIC STYLES //// */
/* --------------------------------- */
.contact-form .submit-button {
  width: 150px;
  margin: 1em 1em 0 0;
  padding: 1em 1.5em;
  color: #FFF !important;
  border: none;
  cursor: pointer;
  font-size: 0.95em;
  border-bottom: 1px solid #fff;
}

.contact-form .submit-button {
  background-color: #da560a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f56f22), to(#da560a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f56f22, #da560a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f56f22, #da560a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f56f22, #da560a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f56f22, #da560a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f56f22, #da560a);
}

.contact-form .submit-button:hover {
  background-color: #da560a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f78f53), to(#da560a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f78f53, #da560a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f78f53, #da560a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f78f53, #da560a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f78f53, #da560a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f78f53, #da560a);
}

.contact-form .submit-button:active {
  background-color: #c24c09;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da560a), to(#c24c09));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #da560a, #c24c09);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #da560a, #c24c09);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #da560a, #c24c09);
  /* IE10 */
  background-image: -o-linear-gradient(top, #da560a, #c24c09);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #da560a, #c24c09);
}

.contact-form fieldset input, .contact-form textarea {
  width: 100%;
  padding: .8em 0.5em;
  background: #f8f8f8;
  font-size: 0.9em !important;
  border: 1px solid #f56f22;
  font-family: Calibri, sans-serif;
  font-weight: normal;
  outline: none;
  color: #666464 !important;
}

.contact-form fieldset input:hover, .contact-form textarea:hover {
  border-color: #696969;
}

.contact-form fieldset input:focus, .contact-form textarea:focus {
  border-color: #2a2a2a;
}

@media screen and (max-width: 500px) {
  .contact-form fieldset input, .contact-form textarea {
    font-size: 1em;
  }
}

/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
.our-details {
  float: left;
  width: 35%;
}

.our-details .phone, .our-details .fax, .our-details .email {
  font-size: 1.2em;
  background-image: url(/images/contact/contact-icons.png);
  background-repeat: no-repeat;
  padding: 0px 0 35px 40px;
  background-size: 28px;
  margin-right: 1.5em;
}

.our-details .phone {
  background-position: 0 -1px;
}

.our-details .fax {
  background-position: 0 -135px;
}

.our-details .email {
  background-position: 0 -77px;
}

.social-links {
  float: left;
  width: 35%;
  margin: 1.5em 0;
}

.social-links a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 1.2em;
  background-image: url(/images/contact/social-icons.png);
  background-repeat: no-repeat;
  background-size: 35px;
  margin-right: 1.5em;
}

.social-links .fb {
  background-position: 0 0px;
}

.social-links .instagram {
  background-position: 0 -76px;
}

.social-links .linkedin {
  background-position: 0 -139px;
}

/* CONTACT FORM */
.contact-form {
  float: left;
  width: 60%;
  padding: 1.5em 5% 1.5em 0;
  margin-bottom: 5em;
}

.contact-form h1 {
  padding-bottom: 0.5em;
}

.contact-form fieldset, .contact-form > .input-group {
  float: left;
  width: 48%;
}

.contact-form fieldset {
  margin-right: 4%;
}

.contact-form textarea {
  height: 250px;
}

.contact-form .text-group {
  width: 48%;
  float: left;
}

.contact-form .loader, .contact-form .submit {
  float: right;
}

.contact-form .submit-wrapper.loader, .contact-form .submit-wrapper .results {
  display: none;
}

.form-group .has-text ~ .form-label {
  top: 0.4em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 700px) {
  .our-details {
    width: 100%;
  }
  .contact-form {
    width: 100%;
    padding: 1.5em 5% 3em 0;
  }
}
