/* Insert your sonnenpark_subtheme footer custom SASS styling. */
.footer-wrapper {
  background-color: #f2f2f2;
}

.footer-wrapper .footer {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 2rem;
}

.footer-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.footer-wrapper .footer section.region-footer div[id$="-copyright"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
  font-size: 16px;
  color: #fff;
}

.footer-wrapper .footer section.region-footer .menu--footer {
  padding: 1rem 0;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 1rem 0 1rem;
}
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .menu--footer ul.nav {
    justify-content: left;
  }
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav li {
  padding: 0 1rem;
}

.views-field-field-socialicon img {
    max-width: 68px;
}
.view-social-icons-footer-tax .views-row:first-child img {
    max-width: 77px;
    margin-left: -8px;
}

@media (min-width: 990px) and (max-width: 1199px) { 
  .view-social-icons-footer-tax .views-row:first-child img {
      max-width: 65px;
      margin-left: -8px;
  }
  .views-field-field-socialicon img {
      max-width: 58px;
  }
}

@media (min-width: 1200px) and (max-width: 1659px) {  
  .view-social-icons-footer-tax .views-row:first-child img {
      max-width: 65px;
      margin-left: -8px;
  }
  .views-field-field-socialicon img {
      max-width: 58px;
  }
}

@media (min-width: 1660px) { 
.view-social-icons-footer-tax { max-width: 160px;  margin-left: 15px; margin-top: 36px; }
} 

