/*@media screen and (min-width: 980px) {
#logo {
    margin-top: 30px;
}
}*/

.single-project .et_pb_post {
  margin-bottom: 0 !important;
}

#mobile_menu a {
  text-transform: uppercase !important;
}

#top-menu {
  padding-right: 20px;
}
#top-menu li {
  padding-right: 30px;
}
#top-menu li a {
  font-weight: 600 !important;
}

.single-project .et_pb_gallery_image.portrait, .single-project .et_pb_gallery_image.landscape {
    box-shadow: 0 0 30px #eee; -moz-box-shadow: 0 0 30px #eee; -webkit-box-shadow: 0 0 30px #eee; -khtml-box-shadow: 0 0 30px #eee;
    border: 7px solid #fff;
}

#projectconrow a {
  color: #fff !important;
  text-decoration: underline;
}

.single-project .mfp-title {
  display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}

#cf7proj {
  padding: 30px;
  box-shadow: 0 0 30px #7f8388;
  -moz-box-shadow: 0 0 30px #7f8388;
  -webkit-box-shadow: 0 0 30px #7f8388;
  -khtml-box-shadow: 0 0 30px #7f8388;
  max-width: 500px;
  margin: 0px auto 0;
  background: #fff;
  border-radius: 5px;
}

#main-footer .footer-widget h4 {
    margin-bottom: 13px;
}

#top-menu li a {
    font-weight: 500 !important;
}

#blackbutton {
    background: #000;
    border: none !important;
    border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; -khtml-border-radius: 0 !important;
    font-size: 18px;
}

/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #000 none repeat scroll 0 0;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    font-size: 14px;
    padding: 8px 6px;
    border-color: #ccc;
}

