/* ===== MAP SECTION ===== */
.map-section {
    width: 100%;
    line-height: 0;
    border-top: 1px solid #e8e8e8;
}

    .map-section iframe {
        width: 100%;
        height: 400px;
        display: block;
        border: none;
    }

 /* ===== CONTACT PAGE ===== */
.contact-col-heading {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

/* Contact form */
.contact-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.required {
  color: #e74c3c;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #444;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #2cc5e3;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-submit {
  display: inline-block;
  background: #2cc5e3;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.form-submit:hover {
  background: #1aa8c4;
}

/* Address block */
.address-block {
  margin-bottom: 24px;
}

.address-block p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #747474;
  line-height: 1.8;
  margin-bottom: 10px;
}

.address-block a {
  color: #2cc5e3;
  text-decoration: none;
}

.address-block a:hover {
  text-decoration: underline;
}

.contact-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

/* ===== LEE HERRON PAGE ===== */
.attorney-facts {
  background: #f5f5f5;
  border-left: 4px solid #2cc5e3;
  padding: 20px 24px;
  margin-bottom: 28px;
}

.attorney-facts p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 8px;
}

.attorney-facts p:last-child {
  margin-bottom: 0;
}

.attorney-facts strong {
  color: #333;
}
