/* HEADLINE FRONTPAGE */
.gk-desc h2 {
color: #c63d20;
}

/* Template CSS Line 2957 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #aaa;
  font-size: 15px;
  line-height: 1.5;
  height: 50px;
  padding: 0 20px;
  max-width: 100% !important;
}

