/* 

  SW Common Footer CSS for WordPress
  Created by EstevaoT | Feb, 2024

==========================================================================
  Footer
========================================================================== */

#footer {
  display: block;
  line-height: 1.6;
  padding: 30px 0 30px;
  font-family: Georgia, 'Times New Roman', serif;
}

/* Overriding responsive-header.css */
#footer * { font-size: 0.75rem; }

#footer .inner {
  margin: 0 auto;
  width: 100%;
  padding: 1.25rem 2.5rem 4px 2.5rem;
  max-width: 1260px;
}

#footer a {
  color: #c62a14;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
}