body.responsive.layout-full #page-wrapper .full-container {
  padding: 0px;
  position: relative;
  display: block;
}

span.wpcf7-list-item {
  display: block;
}

#tr_credit {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #secondary {
    display: none;
  }

  ul.geo-mashup-nearby-posts {
    flex-wrap: wrap;
  }
}

#theme-attribution {
  display: none;
}

#masthead.force-responsive .hgroup {
  text-align: left;
}

ul.geo-mashup-nearby-posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

#flatlist ul {
  display: inline-block;
  padding: 0;
  margin-left: 0;
  text-align: center;
}

#flatlist li {
  display: inline;
  margin-left: 0 !important;
}

#flatline li a {
  white-space: nowrap;
}

#flatlist li:not(:last-child):after {
  content: " \00b7";
  letter-spacing: 0.5em;
  background: center center no-repeat;
}