@media only screen and (min-width: 1025px) {
  .float-header .site-logo {
    max-width: 100px;
  }
} 
.page-wrap{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .site-header {
   background: linear-gradient(
  to bottom,
  rgba(84,141,191,0.9),
  rgba(84,141,191,0.9) 95%,
  white 5%,
  white
) !important;
  }
}
.wpcf7 .wpcf7-textarea .p {
width: 100% !important;	
}