/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-start-theme - WDG's opinionated WordPress theme
 * @version 0.8.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */
/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-start-theme - WDG's opinionated WordPress theme
 * @version 0.8.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */
.classic-template footer {
  padding-left: var(--wp--custom--spacing--medium);
  padding-right: var(--wp--custom--spacing--medium);
}

body footer .wp-block-columns {
  height: auto !important;
}

footer {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  position: relative;
  padding-top: var(--wp--custom--spacing--large) !important;
  padding-bottom: var(--wp--custom--spacing--medium) !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  font-family: var(--wp--preset--font-family--public-sans);
}
footer .wp-block-columns {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: var(--wp--custom--spacing--xlarge);
          margin-block-end: var(--wp--custom--spacing--xlarge);
}
footer .wp-block-column h5 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  footer .wp-block-column {
    margin-bottom: 0 !important;
  }
}
footer .site-links .wp-block-column > ul {
  padding-left: 0;
  padding-right: 0;
}
footer .site-links .wp-block-column > ul a {
  -webkit-text-decoration-color: #134A86;
          text-decoration-color: #134A86;
}
footer .site-links .wp-block-column > ul a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
footer .site-links .wp-block-column > ul li {
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
footer .site-links .wp-block-column > ul li strong {
  text-transform: uppercase;
  letter-spacing: 1;
}
footer .site-links .wp-block-column > ul li ul {
  list-style: disc;
  padding: 15px 0 0 30px;
  margin: 0 !important;
}
footer .site-links .wp-block-column > ul li ul li {
  list-style: disc;
}
footer ul.wp-block-social-links {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
footer iframe {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  footer iframe {
    margin-top: 58px !important;
  }
}

.svg-wrap {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}

.jump-wrap {
  position: fixed;
  z-index: 500;
  top: 320px;
  right: 0;
  display: block;
  width: 41px;
  height: 30px;
}

.jump-top {
  -webkit-transition: right 0.5s ease-in-out 0.2s;
  transition: right 0.5s ease-in-out 0.2s;
  display: block;
  border-radius: 10px 0 0 10px;
  background-color: #00A5A5;
  position: relative;
  right: -42px;
  width: 41px;
  height: 30px;
}
.jump-top svg {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-left: 15px;
}

.show-jump .jump-top {
  right: 0;
}

.debug-element {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  border: 2px solid #f0f;
  background-color: #fff;
  color: black;
  padding: 5px 10px;
  font-size: 14px;
  display: none !important;
}
/*# sourceMappingURL=footer.css.map */

/*# sourceMappingURL=footer.min.css.map */
