.header-center .logo {
  display:none;
}

.logophoto {
   height:187px;
   margin:20px 0 0 0;
}

.logotitle {
   font-family:'Playfair Display', sans-serif;
   font-size:34px;
   font-weight:400;
   color:#000000;
   text-align:center;
   letter-spacing:9px;
   padding-top:5px;
   padding-bottom:5px;
   border-bottom:1px solid #b4b4b4;
   width:340px;
   margin:0 auto;
}

.logosubtitle {
   font-family:'Playfair Display', sans-serif;
   font-size:22px;
   font-weight:400;
   color:#000000;
   text-align:center;
   font-style:oblique;
   letter-spacing:1px;
   padding-top:8px;
   padding-bottom:5px;
   margin:0 auto;
}

input[type=submit] {
  -webkit-appearance: none;
    background-color: #222 !important;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin: 0;
    padding: 9px 18px !important;
}

input[type=submit]:hover {
    background-color: #8fbdda !important;
}

.article-content input {
  border:1px solid #ccc;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  border:1px solid #ccc;
}

form.wpcf7-form p:nth-child(2) {
width:100%;
padding-right:0;
margin-bottom:0;
}

div.topbarinfo span.contact-location, span.contact-info-phone, span.contact-info-email {
  margin-right:30px;
}

@media screen and (max-width: 600px) {
div.topbarinfo span.contact-location, span.contact-info-phone, span.contact-info-email {
  clear:both;
  float:left;
  width:100%;
  margin-bottom:3px;
  }
.main-nav .mobile i {
  float:right;
 }
} 