@media only screen and (max-width: 768px) {
  .footer_links {
    display: none;
}
  #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
    width: 100%;
}
  body.home div:nth-child(2) {
  width: 100% !important;
}
  body.home .home_img img {
  width: 100% !important;
  height: auto !important;
}
  .mnu {
    display: none !important;
}
  .top1 {
    width: 100%;
    margin: auto;
}
  body {
    overflow-x: hidden;
}
  #site-info {
    width: 90% !important;
    margin-left: 4%;
  }
  #container {
    float: none !important;
    width: 100% !important;
}
  .hentry {
    width: 100% !important;
}
  .entry-content h1 {
    text-align: center !important;
}
  #content {
    margin: 2% !important;
}
  #branding img {
    width: 100% !important;
    height: auto !important;
}
  .entry-content input, #content textarea {
    margin: 0px;
    margin-left: -15px;
}
}

 #content .wpcf7-form p {
    margin-bottom: 0px !important;
}
.mabs {
    background-color: #F7F7F7;
    padding: 1.5em;
    text-align: right;
    font-family: monospace;
    font-size: 14px;
}