/* footer */
#site-footer {
    background: #49a025;
    text-align: center;
    position: relative;
}
#site-footer #site-footer-social {
    display: block;
    height: 50px;
}
#site-footer .social-navigation li {
    float: none;
    display: inline-block;
    margin: 10px;
}
#site-footer .social-navigation {
  background: #3a801e;
}
#site-footer .social-navigation a {
    border: none;
    color: #fff;
    height: 30px;
    width: 30px;
}
#site-footer .social-navigation a:hover {
    background: none;
    border: none;
    color: #fff !important;
    text-decoration: none;
}
#site-footer .social-navigation a:before {
    font-size: 22px;
    line-height: 30px;
}
#site-footer .site-info {
    padding: 20px;
    display: block;
    color: #356c00;
}
#footer-menu {
    color: #fff;
    text-align: center;
    border: solid 2px #3a801e;
    background: transparent;
    border-radius: 0;
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 80%;
    margin: auto;
}
#footer-menu-mobile-container {
    position: relative;
    height: 80px;
    padding: 30px 0 0 0;
}
@media (min-width: 480px) {
  #site-footer #footer-menu-desktop-container nav:first-of-type {
    margin-top: 20px;
  }
  #site-footer #footer-menu-desktop-container ul.menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: center;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li {
    display: inline;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li > a {
    line-height: 40px;
    font-size: 16px;
    font-family: 'Catamaran';
    font-weight: 300;
    color: #fff;
    padding: 0 4px;
  }
}
@media (min-width: 620px) {
  #site-footer #footer-menu-desktop-container ul.menu > li > a {
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  #site-footer #site-footer-social {
    background: #3a801e url(../images/footer-logotype.png) no-repeat 30px 14px;
    background-size: auto 25px;
  }
  #site-footer #site-footer-social > ul {
    float: right;
    margin-right: 20px;
  }
}
@media (min-width: 868px) {
  #site-footer #footer-menu-desktop-container {
    text-align: left;
    background: url(../images/footer-certs-b-corp.png) no-repeat right center;
    margin-right: 30px;
  }
  #site-footer #footer-menu-desktop-container nav {
    margin: 20px 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  #site-footer #footer-menu-desktop-container nav:first-of-type {
    margin-left: 20px;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li > a {
    line-height: 30px;
  }
  #site-footer #footer-menu-desktop-container ul.menu {
    text-align: left;
    columns: 2;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li {
    display: block;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li > a {
    line-height: 40px;
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  #site-footer #footer-menu-desktop-container ul.menu {
    columns: 3;
  }
}
@media (min-width: 1280px) {
  #site-footer #footer-menu-desktop-container ul.menu {
    columns: initial;
  }
  #site-footer #footer-menu-desktop-container ul.menu > li {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  #site-footer #footer-menu-desktop-container nav {
    margin-left: 0;
    margin-top: 0;
    display: block;
  }
  #site-footer #footer-menu-desktop-container nav:first-of-type {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
/*
@media (min-width: 1400px) {
  #site-footer #footer-menu-desktop-container nav {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }
  #site-footer #footer-menu-desktop-container nav:first-of-type {
    width: auto;
    margin-left: 0;
  }
}
*/
