/**
 * Cremonasportiva.it - Footer SCSS 
 */
/**
 * Brands colour
 */
@media (min-width: 851px) {
  .site-footer__top .region {
    width: 35%;
    padding: 0 0.65%;
  }
}
.site-footer {
  font-family: inherit;
  padding: 0;
  background: #004A85;
  margin-top: 5rem;
  padding: 1rem 0;
  border-top: 5px solid #D4413D;
}

.site-footer .block {
  margin: 20px 0;
  border: none;
  padding: 10px;
}

.site-footer__top h2,
.site-footer h2 {
  color: #FFFFFF;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: none;
}
.site-footer__top h2::after,
.site-footer h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #D4413D;
}

.site-footer .content, .site-footer .content a {
  color: #FFFFFF;
  line-height: 2rem;
  text-decoration: none;
  font-size: 1rem;
}

.site-footer .content a:hover {
  background: #FFFFFF;
  color: #004A85;
}

.site-footer__top .content li a {
  display: inline;
  border-bottom: none;
  padding: 0;
  text-indent: 0;
  background-color: transparent;
  line-height: 2rem;
}

.site-footer .content li a:hover {
  background: #FFFFFF;
  color: #004A85;
}

.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
  padding-left: 0;
}