/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.sidebar {
  font-size: 110%;
  letter-spacing: 2px;
  margin-top: 30px;
}
.sidebar .carousel {
  margin-bottom: 30px;
}
.sidebar .carousel img {
  margin: 0 auto;
  display: block;
  width: 96%;
}
form {
  margin-top: 20px;
}
form input.form-control,
form textarea.form-control,
form select.form-control {
  border: none;
  box-shadow: none;
  background-color: none;
}
form .textarea-label {
  line-height: 18px;
  margin-bottom: 0;
}
form textarea {
  height: 60px;
}
form label {
  font-weight: normal;
  width: 100%;
  line-height: 34px;
  margin-bottom: 0;
  font-family: baskerville, serif;
  font-style: italic;
  letter-spacing: 1px;
}
form label .required {
  color: red;
}
form .form-group {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
form .submit-box {
  position: relative;
  width: 250px;
  margin: 20px auto 0;
  border: 1px solid #CDCDCD;
  padding: 3px;
  color: #386282;
}
form .submit-box::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 114%;
  border: 1px solid #CDCDCD;
  left: 1%;
  top: -7%;
  pointer-events: none;
  background: none;
}
form .submit-box .btn {
  background: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: initial;
  margin: 0;
  padding: 0;
}
.instafeed {
  margin-top: 60px;
}

/*# sourceMappingURL=maps/contact.css.map */
