.main_foot {
  background: #e63b32;
  color: white;
  display: block;
  font-family: 'Bitter';
  position: relative;
  text-align: center;
}
.main_foot a {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.footer_logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -30px;
}
.info {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.75em;
  line-height: 1.25em;
  margin: 0 0 40px;
}
.info span {
  display: block;
}
.info a {
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  -moz-border-image: url('/wp-content/themes/amerson/images/border_img.png') 0 0 0 8 stretch;
  -webkit-border-image: url('/wp-content/themes/amerson/images/border_img.png') 0 0 0 8 stretch;
  -o-border-image: url('/wp-content/themes/amerson/images/border_img.png') 0 0 0 8 stretch;
  border-image: url('/wp-content/themes/amerson/images/border_img.png') 0 0 0 8 stretch;
  font-size: 0.8em;
  margin: 15px 0 0 10px;
  padding: 0 0 0 10px;
}
.info a:first-of-type {
  border-width: 0;
}

.privacy_info {
  display: block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 0 auto;
  width: 65%;
}
.privacy_info a:not(.social) {
  margin: 10px 0;
  padding: 2px 15px;
}
.privacy_info a:not(.social):nth-of-type(4) {
  border: none;
}
.privacy_info a.social {
  background: none;
}
.privacy_info .clear {
  display: block;
  height: 0;
  width: 0;
}
.poweredby {
  background: #790d07;
  display: block;
  font-size: 0.6em;
  margin: 35px 0 0;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}
.poweredby svg {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}
.poweredby polygon {
  fill: white;
}

@media only screen and (min-width: 321px) {
  .footer_logo {
    top: -40px;
  }
}

@media only screen and (min-width: 769px) {
  .footer_logo {
    top: -50px;
  }
  .privacy_info {
    width: auto;
  }
  .privacy_info .clear {
    display: none;
  }
  .privacy_info a:not(.social) {
    border-right: 2px solid white;
  }
  .info span {
    display: inline-block;
    vertical-align: middle;
  }
  .info a {
    margin: 0 0 0 10px;
  }
  .info a:first-of-type {
    border-width: 0 0 0 8px;
  }

}
