.page-footer .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-top: 2px solid var(--wjs-text-color);
  padding-top: 2em;
}

.wjs-footer-main {
  display: table;
}

.wjs-footer-main div {
  display: table-cell;
}

.wjs-footer-main div:first-of-type {
  text-align: left;
}

.wjs-footer-main div:last-of-type {
  text-align: right;
  flex-grow: 1;
}

.wjs-footer-main div {
  font-size: 13px;
}

.wjs-footer-main a {
  font-weight: bold;
}

.wjs-footer-links {
  margin: 2em;
}

.wjs-all-pub-logos {
  content: url(/media/wjs/wjs-pub-logos-light.png);
  max-width: 650px;
  display: inline-block;
  margin-bottom: 0.4em;
}

/* dark/light theme */

html.dark-theme .wjs-all-pub-logos {
  content: url(/media/wjs/wjs-pub-logos-dark.png);
}

.page-footer {
  color: var(--wjs-text-color) !important;
  background-color: var(--wjs-bg-color) !important;
}

.page-footer a {
  color: var(--wjs-text-color) !important;
}

.page-footer a:hover {
  color: var(--wjs-green) !important;
}

/* screen sizes */
@media only screen and (max-width: 1023px) {
  .wjs-all-pub-logos {
    width: 85vw !important;
  }
  .wjs-footer-main {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 3em !important;
  }
  .wjs-footer-main div:last-of-type {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .wjs-all-pub-logos {
    max-width: 500px !important;
    margin-bottom: 2px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .wjs-all-pub-logos {
    max-width: 600px !important;
    margin-bottom: 5px !important;
  }
}

/* Social Media Links */
.wjs-social-media img{
  width: 30px;
  vertical-align: middle;
}

.wjs-social-media img[src*="whatsapp"] {
  width: 27px;
  margin: 2px !important;
}

html.dark-theme .wjs-social-media img {
  filter: invert(100%);
}

.wjs-social-media{
  margin-top: 2em;
  margin-bottom: -0.5em;
}

@media only screen and (max-width: 991px) {
  .wjs-social-media{
    margin: -1em
  }
}
