/*
Contact Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.full-banner-section {
  padding: 50px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (max-width: 1100px) {
    .full-banner-section {
      padding: 25px; } }
  @media screen and (max-width: 850px) {
    .full-banner-section {
      padding: 0px 15px; } }

.border-wrap {
  border: 2px solid #231f20;
  padding: 75px 25px 75px 25px; }
  @media screen and (max-width: 1200px) {
    .border-wrap {
      padding: 50px 25px; } }
  @media screen and (max-width: 850px) {
    .border-wrap {
      border-top: 0px !important;
      padding: 30px 0 0 0px; } }

.col-wrap {
  max-width: 1065px;
  margin: 0 auto; }
  .col-wrap .col-6 {
    padding: 0px 50px; }
    @media screen and (max-width: 1200px) {
      .col-wrap .col-6 {
        padding: 0px 20px; } }
    @media screen and (max-width: 850px) {
      .col-wrap .col-6 {
        padding: 0px 25px 30px 25px;
        width: 100%; } }

.text-col table {
  font-size: 13px;
  line-height: 2;
  margin: 30px 0 0; }
  .text-col table td {
    vertical-align: top; }
    .text-col table td strong, .text-col table td b {
      text-transform: uppercase;
      letter-spacing: 2px; }
    .text-col table td p {
      margin-bottom: 0px; }

.form-col p {
  margin-bottom: 10px;
  position: relative; }
.form-col #gform_wrapper_1 #gform_1 .validation_error {
  background: #f37543;
  color: white;
  border: none;
  padding: 15px 20px;
  line-height: 1.3;
  font-weight: 400; }
.form-col #gform_wrapper_1 #gform_1 .validation_message {
  border: none;
  padding: 0px;
  color: black;
  opacity: 0.8;
  font-weight: 400; }
.form-col #gform_wrapper_1 #gform_1 li {
  padding: 0px 0px 10px 0px;
  margin: 0px; }
  .form-col #gform_wrapper_1 #gform_1 li.gfield_error {
    border: none;
    background: none; }
  .form-col #gform_wrapper_1 #gform_1 li label {
    display: none; }
  .form-col #gform_wrapper_1 #gform_1 li input, .form-col #gform_wrapper_1 #gform_1 li textarea {
    border: none !important;
    font-family: "DM Serif Display", serif;
    background: #ededed;
    height: 40px;
    font-size: 18px;
    padding: 0px 18px;
    width: 100%;
    margin: 7.5px 0px !important; }
    .form-col #gform_wrapper_1 #gform_1 li input:focus, .form-col #gform_wrapper_1 #gform_1 li textarea:focus {
      outline: none !important;
      background: gainsboro; }
  .form-col #gform_wrapper_1 #gform_1 li textarea {
    height: 150px;
    padding: 10px 18px; }
.form-col #gform_wrapper_1 #gform_1 .gform_footer {
  padding: 0px;
  text-align: right; }
  .form-col #gform_wrapper_1 #gform_1 .gform_footer input {
    margin: 0px;
    background: none;
    background: url("/wp-content/themes/cheviot/images/shell/arrow.svg") no-repeat right center;
    background-size: 10px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    height: 40px;
    font-weight: 800;
    float: right;
    font-size: 12px;
    padding: 10px 20px 10px 10px; }
    .form-col #gform_wrapper_1 #gform_1 .gform_footer input:hover {
      color: #f37543;
      background: url("/wp-content/themes/cheviot/images/shell/arrow-orange.svg") no-repeat right center;
      background-size: 10px; }
    .form-col #gform_wrapper_1 #gform_1 .gform_footer input:focus {
      background: url("/wp-content/themes/cheviot/images/shell/arrow-orange.svg") no-repeat right center;
      background-size: 10px; }
.form-col input, .form-col textarea {
  border: none !important;
  font-family: "DM Serif Display", serif;
  background: #ededed;
  height: 40px;
  font-size: 18px;
  padding: 0px 18px; }
  .form-col input:focus, .form-col textarea:focus {
    outline: none !important;
    background: gainsboro; }
.form-col textarea {
  height: 150px;
  padding: 10px 18px; }
.form-col .wpcf7-recaptcha {
  float: left; }
  @media screen and (max-width: 400px) {
    .form-col .wpcf7-recaptcha {
      position: relative; } }
.form-col .wpcf7-response-output {
  margin: 0px;
  padding: 10px 15px;
  text-align: center;
  color: white;
  background: #f37543;
  border: none;
  font-size: 13px;
  float: left;
  clear: left;
  margin-top: 20px;
  width: 100%; }
.form-col span.wpcf7-not-valid-tip {
  color: #f37543;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 13px; }

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