@charset "UTF-8";
/**
 * Core Assets > SCSS > Extra style (below the fold).
 *
 * @package Media Base Theme
 */
/**
 * Core Assets > SCSS > Variables module.
 *
 * @package Media Base Theme
 */
/**
 * Core Assets > SCSS > Helper functions module.
 *
 * @package Media Base Theme
 */
/**
 * Core Assets > SCSS > Helper mixins module.
 *
 * @package Media Base Theme
 */
footer {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 10px solid var(--header-bg-color);
}
footer .site-brand {
  padding: 1rem 0;
}

.footer-wrapper {
  padding: 35px 0;
  border-top: 1px solid var(--divider-color);
  border-bottom: 1px solid var(--divider-color);
}
.footer-wrapper p {
  margin: 0;
}
.footer-wrapper a::before {
  content: "●";
  font-size: 14px;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.site-tagline {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--copyright-text-color);
}

.copyright-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--copyright-text-color);
}
.copyright-text a {
  color: var(--copyright-text-color);
}

#footer-col-1 li,
#footer-col-2 li {
  display: inline-block;
  transition-delay: calc(0.25s * var(--index));
}
#footer-col-1 a,
#footer-col-2 a {
  font-size: 12px;
  font-size: 0.75rem;
}

#footer-col-1 a {
  box-shadow: none;
  border-radius: 8px;
  margin: 5px 5px 5px 0;
  padding: 4px 8px;
  text-transform: uppercase;
}

#footer-col-2 a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  text-transform: uppercase;
}
#footer-col-2 a:hover {
  text-decoration: underline;
}

#scroll-to-top {
  width: 36px;
  height: 36px;
  position: fixed;
  top: unset;
  right: 20px;
  bottom: 20px;
  left: unset;
  z-index: 2;
  padding: 5px;
  opacity: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
#scroll-to-top.visible {
  opacity: 1;
  pointer-events: all;
}
#scroll-to-top path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}

/*# sourceMappingURL=extra.css.map */
