/* == 7.0 Contact
-------------------------------------------------------------- 
   = 7.0.1 ----- Contact Page
   = 7.0.2 ----- Contact Form
-------------------------------------------------------------- */
/* = 7.0.1 ----- Contact Page
-------------------------------------------------------------- */
.contact-page, .premieres-page {
  padding-top: 10px;
}
.contact h1 {
  padding: 10px 40px !important;
}
.contact p {
  padding: 0 40px !important;
}
.contact hr {
  margin: 5px 40px !important;
}
body.page .contact-page, body.page .premieres-page {
  margin-bottom: 80px;
}
body.page .contact-page .side .side-post, body.page .premieres-page .side .side-post {
  display: none;
  /* = 7.0.2 ----- Contact Form
-------------------------------------------------------------- */
}
.contact-form {
  display: table;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.contact-row {
  display: table-row;
}
.contact-cell {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0;
}
.contact-left {
  padding-right: 10px;
  vertical-align: top;
  /* Form element styles (see 10.0.3 [forms.css]) */
}
.input-wrap {
  vertical-align: top;
}
.contact-msg {
  font-size: 12px;
  margin: 0;
  padding: 0 40px;
}
.contact-options {
  padding: 0 40px;
}
.contact-error {
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  background-position: -122px -337px;
  padding-left: 20px;
  float: left;
  color: #f85170;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-submit {
  display: table-cell;
}
