/* Footer background for vertical */
#colophon {
  /*   background: url("../../../wp-content/uploads/2020/05/footer-bg-vertical.jpg") no-repeat center top fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; */

  background-color: #58ba4b !important;
}

@media (min-width: 992px) {
  footer#colophon .custom-logo {
    height: inherit;
  }

  footer#colophon .site-info {
    text-align: right;
    margin-top: 0 !important;
  }

  #colophon {
    /*     background: url("../../../wp-content/uploads/2020/05/footer-bg-horizontal.jpg") no-repeat center bottom fixed;
          background-size: 100%; */
    background-color: #58ba4b !important;
  }
}
