/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */

.lp-footer {
  background: #28282a;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 20px 100px;
}

.lp-footer h2.subheading {
  color: #fff;
  display: block;
  margin: 0 0 20px !important;
  text-align: center;
}

.lp-footer-headline {
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 3.8rem;
  margin: 0 auto 50px;
  max-width: 440px;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-footer-headline .lp-icon {
  font-size: 0.83em;
  margin: 0 20px 0 0;

  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.lp-site-footer-header {
  color: #fff;
  display: block;
  font-family: 'Playfair Display', serif;
  line-height: normal;
  text-align: center;
}

.lp-footer .sv-jcrmenu-portlet ul {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  margin: 0 0 80px;
  padding: 0;

  -webkit-box-pack: center;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-footer .sv-jcrmenu-portlet li {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.lp-footer .sv-jcrmenu-portlet li + li:before {
  background: #d19700;
  content: '';
  display: inline-block;
  height: 17px;
  width: 2px;
}

.lp-footer .sv-jcrmenu-portlet a.normal {
  color: #fff;
  margin: 0 !important;
  padding: 10px 20px;
  text-decoration: none;
}

.lp-footer .sv-jcrmenu-portlet a.normal:hover,
.lp-footer .sv-jcrmenu-portlet a.normal:focus {
  text-decoration: underline;
}
