@charset "UTF-8";

body {
  background-color: #1d232b;
  color: white;
}

.logo {
  background-image: url('/img/logo-nav.png');
  height: 80px;
  width: 140px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

@media only screen and (max-width: 940px) {
  .logo {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }

  .form {
    padding: 0 15px;
    margin-top: 40px;
  }

  li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

.form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}

ul, ul li {
  list-style: none;
  padding: 0;
}

.content, .content h1, .content p, .content label {
  color: white;
}

* {
  box-sizing: border-box;
}

h1, h2, .left-sidebar {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Raleway", sans-serif;
}

li {
  margin-bottom: 6px;
}

li label {
  display: none;
}

li.phone, li.email {
  display: inline-block;
  width: 49%;
  width: calc(50% - 3px);
}

li.email {
  margin-right: 3px;
}

li.phone {
  margin-left: 3px;
}

li.cv label {
  display: inline-block;
  float: left;
  padding-left: 20px;
}

li.cv > div {
  float: right;
  display: inline-block;
  padding-right: 20px;
}

.gform_footer {
  clear: both;
}

input[type="text"], textarea {
  border: none;
  padding: 20px;
  outline: 0;
  color: #263342;
  background-color: #ebebeb;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
}

textarea {
  min-height: 150px;
}

input[type="submit"] {
  background-color: #f45c5b;
  float: right;
  padding: 15px 40px;
  color: white;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
  border: 0;
}

input[type="submit"]:hover {
  background-color: #880100;
}

.validation_error {
  font-weight: 700;
}

.validation_message {
  margin-top: 6px;
  color: #f45c5b;
}

.gfield_visibility_hidden {
  display: none;
}
