/* HTech temporary HostX overrides */

body.hostx-child-blue-mode #mainfooterhostx,
#mainfooterhostx,
#mainfooterhostx.footer-block-latest,
.copyright,
.footer-copyright {
  background: #0f3d3a !important;
  background-color: #0f3d3a !important;
  background-image: none !important;
}
/* Remove remaining blue footer divider */
#mainfooterhostx,
#mainfooterhostx::before,
#mainfooterhostx::after,
.footer-bottom,
.footer-bottom::before,
.footer-bottom::after,
.copyright,
.copyright::before,
.copyright::after,
[class*='copyright'] {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#mainfooterhostx::before,
#mainfooterhostx::after,
.footer-bottom::before,
.footer-bottom::after,
.copyright::before,
.copyright::after {
  background: transparent !important;
}
/* Override HostX copyright bar */
body.hostx-child-blue-mode #copyRightHostx,
#copyRightHostx.copyright {
  background: #0f3d3a !important;
  background-color: #0f3d3a !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #d9f4ef !important;
}

#copyRightHostx a {
  color: #d9f4ef !important;
}

#copyRightHostx a:hover {
  color: #f59e0b !important;
}