/*
--------------------------------------
Containers
--------------------------------------
*/

body#contact #wrapper{
  background: #f6f5f4 !important;
}

body#contact .page-header{
  margin-bottom: 0;
}

body#contact .page-header h1{
  background: #f6f5f4;

}

.wrapper__inner {
  position       : relative;
  width          : 100%;
  max-width      : var(--container-primary-max-width);
  margin         : 0 auto;
  padding-bottom : 20px;
}

#content {
  padding : 0;
}

/*
--------------------------------------
Form -- body
--------------------------------------
*/

.contact-form {
  color      : var(--color-grey-font-default);
  width      : 100%;
}

.contact-form__form{
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  background : white;
}

.contact-logo-container {
  display         : flex;
  justify-content : center;
  padding-bottom  : 0.5em;
  padding-top: 20px;
}

.contact-links-list-hours {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  text-align     : center;
}

.contact-links-list-hours a {
  font-weight   : 500;
  border-radius : 5px;
  transition    : all 0.35s ease-in-out;
  margin-top    : 1em;
}

.contact-form__right .form-group {
  width : 100%;
}

/*
--------------------------------------
Form -- footer
--------------------------------------
*/

.contact-form .contact-form__form,
.form-footer {
  padding : 0 15px;
}

.form-footer {
  padding-bottom : 2.5em;
}

/*
--------------------------------------
HONEYPOT
--------------------------------------
*/
.label-special-token {
  pointer-events : none;
  opacity        : 0;
  height         : 0;
}

.contact-form__right .form-control{
  border-radius: 5px;
}
