/* Custom Style */

#fh5co-logo a img {
  position: relative;
  top: -20px;
  width: 152px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  padding: 2px;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

#page > .fh5co-project {
  padding-top: 2em;
}

.project .subSections {
  padding: 3em 1em 2em;
}

.project #fh5co-testimonial,
.about #fh5co-testimonial,
.photo #fh5co-testimonial{
    background: #ffffff;
}

.photo > .fh5co-project {
  padding-top: 2em;
  background: rgba(0, 0, 0, 0.05);
}

input {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.65em;
  letter-spacing: -0.015em;
}

.fh5co-contact-info ul li {
    white-space: normal;
    max-width: 80%;
    /* max-width: 300px; */
}

#fh5co-contact h3 {
  padding-bottom: 1.5em;
}

#fh5co-started input[type="text"],
#fh5co-started input[type="email"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border: 0;
}

#fh5co-started input[type="text"],
#fh5co-started input[type="email"] {
    height: 3em;
    max-width: 320px;
    margin: 0 auto;
}

#fh5co-started input[type="submit"],
#fh5co-started input[type="reset"],
#fh5co-started input[type="button"],
#fh5co-started .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    background: #fff;
    color: #EA9215;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 3em;
    line-height: 3em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width: 1280px){
  #fh5co-started input{
      font-size: 11pt;
  }
}

@media screen and (max-width: 1680px) {
  #fh5co-started input {
      font-size: 13pt;
  }
}


@media (min-width: 768px) {
  .top-menu .container {
      width: 1024px;
  }
}
