#footer_wrap {
  background: #4fa7b2;
  color: #333;
  padding: 40px 0 20px;
  text-align: center;
  /*height: 44px;*/
  color: #fff; }
  #footer_wrap .inner {
    text-align: right; }
    @media screen and (max-width: 768px) {
      #footer_wrap .inner {
        text-align: center;
        margin: 0.5em auto; } }
    #footer_wrap .inner a {
      color: #fff;
      text-decoration: none; }
      #footer_wrap .inner a:hover {
        opacity: 0.4; }
      #footer_wrap .inner a:not(:first-child) {
        margin-left: 0.5em;
        padding-left: 0.5em;
        border-left: 1px solid #fff; }
  #footer_wrap #contact_footer {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 50px;
    padding: 7px 40px;
    border: 3px solid #fff;
    width: 200px;
    margin: 0 auto 30px; }
    #footer_wrap #contact_footer:hover {
      background: #fff;
      color: #623389; }
  #footer_wrap #footer-copy a {
    color: #fff;
    text-decoration: none; }
