#footer.solid-bg {
  background: #c5c5c5 none repeat center top;
}
.footer {
  padding: 0;
  display: block;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
  grid-area: footer;
}

#footer > .wf-wrap,
#footer #bottom-bar > .wf-wrap {
  padding: 0 50px 0 50px;
}

#main > .wf-wrap,
#bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  width: 1300px;
}

.wf-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.wf-container-bottom > div {
  max-width: 33%;
  min-width: 33%;
}

.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
  gap: 15px;
  display: flex;
  align-items: center;
}

.wf-float-left {
  display: flex !important;
  flex-grow: 1 !important;
  justify-content: flex-start !important;
}

.wf-float-right {
  display: flex;
  float: unset;
  flex-grow: 1;
  justify-content: flex-end;
}

.wf-float-right a {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.4em;
  cursor: pointer;
}

.wf-float-left {
  font-size: 1.1em;
}

.wf-container-bottom .center {
  font-size: 18px;
  gap: 10px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  #footer {
    position: relative;
  }

  .wf-float-left {
    font-size: 0.9em !important;
  }
  .wf-container-bottom {
    flex-wrap: wrap;
  }
  .wf-container-bottom > div {
    min-width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
}
