.home .page-wrap {
     display: none;
}

@media only screen and (min-width: 1025px) {
  .header-wrap .row { 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
  }
}

.page-wrap {
  padding: 83px 0 100px;
  clear: both;
  margin-top: -160px;
}

.page header.entry-header {
  display: none;
}

.site-logo {
  line-height: 0;
  max-height: 420px;
  max-width: 420px;
}

#mainnav li{
    font-size: 26px;
    font-family: 'Agency', sans-serif;
}

#mainnav ul li a:hover{
	color: #ffffff;
}

input.wpcf7-submit {
    background-color: #000000;
    border: none;
    box-shadow: none;
}