footer {
  background-color: #262626;
  padding: 30px 0 10px 0;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0 20px 0;
}
footer h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: rgb(255, 255, 255);
}
@media (max-width: 575.8px) {
  footer .contact {
    margin-left: -37px;
  }
}
footer .footer_wp {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1199.5px) {
  footer .footer_wp {
    padding-bottom: 15px;
  }
}
@media (max-width: 767.5px) {
  footer .footer_wp {
    padding-bottom: 10px;
  }
}
footer .footer_wp i {
  position: absolute;
  left: 30px;
  top: 0;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 991.8px) {
  footer .footer_wp.opening {
    margin-left: -38px;
  }
}
footer .copy {
  padding-top: 5px;
  margin-bottom: 0px;
}
@media (max-width: 767.8px) {
  footer .copy {
    padding-top: 0px;
  }
}
@media (max-width: 382.8px) {
  footer .copy {
    font-size: 12px;
  }
}
footer .copy .loQal {
  display: inline-block;
  color: #fbc108;
  transition: all 0.3s ease-in-out;
}
footer .copy .loQal:hover {
  transform: translateY(-5px);
}
footer .legal {
  padding-top: 5px;
}
@media (max-width: 767.8px) {
  footer .legal {
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
}
footer .legal ul {
  display: flex;
}
footer .legal ul li {
  margin-right: 18px;
}
@media (max-width: 382.8px) {
  footer .legal ul li {
    font-size: 12px;
  }
}
@media (max-width: 767.5px) {
  #newsletter {
    margin-top: 20px;
  }
}
#newsletter h6 {
  margin: 15px 0 15px 0;
}
#newsletter input[type=email] {
  border: 0;
  height: 40px;
  border-radius: 0;
  padding-left: 15px;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ccc;
}
#newsletter input[type=email]:focus {
  border: 0;
  box-shadow: none;
}
#newsletter button[type=submit] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  top: 0;
  border: 0;
  opacity: 1;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background-color: #978667;
  transition: all 0.3s ease-in-out;
  outline: none;
}
#newsletter button[type=submit]:hover {
  filter: brightness(115%);
}

#message-newsletter #success_page {
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 767.8px) {
  .follow_us {
    padding-top: 20px;
  }
}
.follow_us ul {
  margin: 0 0 10px 0;
  padding-top: 5px;
  list-style: none;
  float: right;
}
@media (max-width: 575.5px) {
  .follow_us ul {
    float: none;
  }
}
@media (max-width: 991.8px) {
  .follow_us ul {
    text-align: center;
    float: none;
  }
}
.follow_us ul li {
  display: inline-block;
  margin: 0 5px;
}
.follow_us ul li a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.follow_us ul li a img {
  width: 30px;
  height: 30px;
}
.follow_us ul li a:hover {
  transform: translateY(-5px);
}

.footer_wp ul {
  list-style: none;
  /* Remove bullet points */
  padding: 0;
  /* Remove default padding */
}

.footer_wp li {
  display: flex;
  /* Use Flexbox */
  justify-content: flex-start;
  /* Align items to the start */
  padding: 2px 0;
  /* Add some padding for better readability */
}

.footer_wp .label {
  flex: 0 0 80px;
  /* Fixed width for labels */
  text-align: left;
  /* Align labels to the left */
}

.footer_wp .time {
  flex: 1;
  /* Take remaining space for time */
  text-align: left;
  /* Align times to the left */
  margin-left: 20px;
}/*# sourceMappingURL=footer.css.map */