.site-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 216px;
  padding-top: 43px;
  padding-bottom: 25px;
  color: inherit;
  background-color: #fff !important;
}

.orange-theme .site-footer {
  background-color: #f3f3f3 !important;
}

.site-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  top: 0;
  left: 0;
}

.site-footer .container.row {
  padding: 0 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer .dropdown-menu > li > a {
  color: #4d4d4d;
}

.site-footer .dropdown-menu > li > a:hover, .site-footer .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}

.site-footer nav,
.site-footer .block-social-media-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.site-footer nav[aria-labelledby*='footer-menu'] > ul {
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer nav[aria-labelledby*='footer-menu'] > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.site-footer nav[aria-labelledby*='footer-menu'] > ul a {
  padding: 0;
  font-weight: 700;
  margin-right: 12px;
}

.site-footer .block-copyright-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-size: .875rem;
}

.site-footer .block-copyright-block p {
  margin-bottom: 0;
}

.site-footer .block-social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer .block-social-media-links > ul {
  margin: 0 -8px;
}

.site-footer .block-social-media-links > ul li {
  padding: 0 8px;
}

.site-footer .block-social-media-links > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}

.site-footer .block-social-media-links > ul .fab {
  font-size: 1rem;
}

.site-footer .block-social-media-links > ul [class*='facebook'] {
  font-size: 1.25rem;
}

.site-footer .block-social-media-links > ul [class*='facebook']:before {
  content: '\f39e';
}

.site-footer .block-social-media-links > ul [class*='linkedin']:before {
  content: '\f0e1';
}

.site-footer .footer-logo {
  margin-bottom: 25px;
  text-align: center;
}

.site-footer .footer-logo img {
  width: 70px;
  height: 85px;
}

.site-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

@media (min-width: 600px) {
  .site-footer .container.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-footer nav,
  .site-footer .block-social-media-links {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 15px;
  }
  .site-footer nav[aria-labelledby*='footer-menu'] > ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .block-copyright-block {
    font-size: 1rem;
    text-align: left;
  }
  .site-footer .block-social-media-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-footer .footer-logo {
    margin-bottom: 0;
    padding-right: 30px;
    text-align: left;
  }
  .site-footer .footer-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .site-footer .container.row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer nav[aria-labelledby*='footer-menu'] > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-footer nav[aria-labelledby*='footer-menu'] > ul li + li:before {
    content: '|';
    display: block;
    color: #000;
    margin-right: 12px;
  }
  .site-footer .block-copyright-block {
    padding-top: 0;
    margin-left: 0;
  }
  .site-footer .footer-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
