
/* Walkinto contacts.php - exact white minimal contact section */
html,
body {
  background: #ffffff !important;
}

#wrapper,
#wrapper .content,
.walkinto-contact-page,
.walkinto-contact-page * {
  box-sizing: border-box;
}

#wrapper {
  background: #ffffff !important;
}

.walkinto-contact-page {
  width: 100%;
  min-height: 880px;
  background: #ffffff !important;
  padding: 88px 0 120px !important;
}

.walkinto-contact-inner {
  width: 1180px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.walkinto-contact-form {
  width: 560px;
  margin-right: 52px;
}

.walkinto-contact-divider {
  width: 1px;
  min-width: 1px;
  height: 398px;
  background: #8c8c8c;
  margin: -6px 34px 0 0;
}

.walkinto-contact-info {
  width: 430px;
  padding-top: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.walkinto-contact-form input,
.walkinto-contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #626262 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 0 13px 0 !important;
  padding: 0 16px !important;
}

.walkinto-contact-form input {
  height: 48px !important;
  line-height: 48px !important;
}

.walkinto-contact-form textarea {
  height: 208px !important;
  line-height: 1.45 !important;
  padding-top: 17px !important;
  resize: vertical;
}

.walkinto-contact-form input::placeholder,
.walkinto-contact-form textarea::placeholder {
  color: #6f6f6f !important;
  opacity: 1 !important;
}

.walkinto-contact-form input:focus,
.walkinto-contact-form textarea:focus {
  border-color: #a8a8a8 !important;
}

.walkinto-send-btn {
  display: inline-block !important;
  width: 176px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #3b3b3b !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: .4px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.walkinto-send-btn:hover,
.walkinto-send-btn:focus {
  background: #2f2f2f !important;
  color: #ffffff !important;
}

.walkinto-info-row {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
  color: #5e5e5e;
}

.walkinto-info-label {
  width: 112px;
  min-width: 112px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #6b6b6b;
  text-transform: uppercase;
}

.walkinto-info-value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #595959;
  line-height: 1.25;
}

.walkinto-info-value a {
  color: #1d2430 !important;
  text-decoration: none !important;
}

.walkinto-info-value a:hover {
  color: #2698cf !important;
}

@media (max-width: 991px) {
  .walkinto-contact-page {
    min-height: auto;
    padding: 50px 0 70px !important;
  }

  .walkinto-contact-inner {
    width: 92%;
    max-width: 92%;
    display: block;
  }

  .walkinto-contact-form,
  .walkinto-contact-info {
    width: 100%;
    margin: 0;
  }

  .walkinto-contact-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    margin: 34px 0 26px;
  }
}
