#block-footer-location {
  background-color: #000;
  color: #FFFFFF; }

#block-footer-location a {
  color: #FFFFFF;
  text-decoration: none; }

#block-footer-location .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 750px) {
  #block-footer-location .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 750px) {
  #block-footer-location .logo {
    width: 100%; } }

#block-footer-location .fa-phone, #block-footer-location .address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

#block-footer-location .fa-phone:before, #block-footer-location .address:before {
  font-size: 22px;
  margin-right: 8px; }

@media (max-width: 550px) {
  #block-footer-location .fa-phone, #block-footer-location .address {
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-bottom: 8px; } }

#block-footer-location .social_icon {
  width: 32px;
  height: 32px;
  background-color: #343A40;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

#block-footer-location .social_icon:not(:last-child) {
  margin-right: 8px; }

/*# sourceMappingURL=../../maps/components/blocks/footer_location.css.map */
