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

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

#content {
  padding : 0;
}

#contact .card {
  background : none;
}

.contact-form__left, .contact-form__right {
  background    : var(--color-grey-default);
  border-radius : 5px;
}

.contact-form__left {
  padding : 0 15px;
}

#contact .form-control {
  background : var(--color-white-default);
}

#contact .form-control-select {
  background : var(--color-white-default) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem
}

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

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

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

.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 : 48%;
}

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

.contact-form .page-header h1 {
  border-bottom : none;
  line-height   : 1;
  background    : none;
  font-size     : 2rem;
}

.contact-form .input-group .input-group-btn > .btn {
  background : var(--color-primary);
}

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

.form-footer {
  width           : 100%;
  display         : flex;
  justify-content : center;
}

.form-group .form-control-label {
  font-size : 18px;
}

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

/*
--------------------------------------
Success message
--------------------------------------
*/
.alert.alert-success {
  display         : flex;
  justify-content : center;
  align-items     : center;
  padding         : 50px 0;
}

.contact-form .alert {
  font-size   : 1rem;
  font-weight : 500;
}
