/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------
.site-footer {
  clear: both;
  width: 100%;
}

.footer-container-wrapper #footer .grid {
  display:none;
}
.footer-container-wrapper #footer {
  text-align: center;
  padding: 2.5em 0 0;
  color: #333;
  position: relative;
  background: transparent url(https://payroc.com/wp-content/themes/v/img/backgrounds/footer-bg_opt.png) top center no-repeat;
  background-size: cover;
  padding-top: 160px;
}
@media (max-width: 1000px) {
  .footer-container-wrapper #footer {
    background: linear-gradient(45deg, #CF4520, #003da6);
    margin-top: 0;
    padding-top: 0;
  }
  #footer li {
    text-align: center;
  }
}
.general-style__black-tie #footer {
  color: #fff;
  background: transparent;
}
.black-tie #footer:before {
  content: "";
  width: 80%;
  max-width: 980px;
  height: 2px;
  background: #222;
  display: block;
  margin: 0 auto;
}
#footer:before {
  content: "";
  background: url("https://payroc.com/wp-content/themes/v/img/backgrounds/grid.png");
  background-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 1000px) {
  #footer:before {
    display: block;
  }
}
#footer .footer-branding {
  margin: 1em auto;
  max-width: 250px;
}
@media (max-width: 480px) {
  #footer .footer-branding {
    max-width: 70%;
  }
}
#footer a {
  color: #fff !important;
  text-decoration: none;
}
.general-style__black-tie #footer a {
  color: #fff !important;
}
#footer .widget {
  text-align: left;
}
@media (max-width: 800px) {
  #footer .widget {
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer .widget h3 {
  font-size: 1.3em;
  color: #fff;
}
@media (max-width: 1000px) {
  #footer .widget h3 {
    text-align: center;
  }
}
#footer li a {
  margin-bottom: 10px;
  display: block;
}
#footer li .sub-menu li {
  font-size: 0.7em;
  margin-bottom: 0;
}
#footer li .sub-menu li a {
  margin: 0;
}
@media (max-width: 1000px) {
  #footer ul {
    width: auto;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer .footer-menus {
  padding: 80px 0% 30px 15%;
}
@media (max-width: 1000px) {
  #footer .footer-menus {
    padding: 30px;
  }
}
#footer #foot-soc {
  text-align: center;
  position: relative;
  padding: 10px;
  background: #333;
}
#footer #foot-soc a {
  font-size: 25px;
  color: #003da6;
  text-decoration: none;
  margin: 0 8px;
}
#footer #footer-bottom {
  text-align: center;
  padding: 50px 10px;
  font-size: 0.7em;
  color: #fff;
}
#footer #footer-bottom a {
  color: #fff !important;
}
#footer .footer-contact-info {
  font-size: 1em;
}
#footer h5 {
  margin-bottom: 0.5em;
}
#footer p {
  text-transform: none;
}
@media (max-width: 1000px) {
  #footer .footer-content > div {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #footer .footer-content > div {
    display: none;
  }
}
@media (max-width: 800px) {
  #footer .footer-content > div.footer-widget-1 {
    display: block !important;
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  #footer .social-links {
    text-align: center;
  }
}

.entry-footer {
  display: none;
}

#footer .footer-copyright {
  background: #003da6;
  position: relative;
  padding: 0.6em 1em;
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 50px;
  font-weight: 100;
  text-transform: none;
  line-height: 1.6em;
}
.general-style__black-tie .footer-copyright {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#footer .footer-copyright a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}
.general-style__black-tie #footer .footer-copyright a {
  color: #fff !important;
}

@media (max-width: 800px) {
  .credits {
    display: block;
  }
}

#footer-nav li {
  display: inline-block;
  margin: 0 10px;
}

.social-links a {
  font-size: 2em;
  margin: .3em;
}

.footer-content {
  justify-content:center;
}*/