/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
}
.footer p {
  color: #ddd;
}

.footer-top {
  position: relative;
  display: block;
  background-color: #1b1b1b;
  padding: 60px 0  0;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/*.footer-top .footer-column {*/
/*  margin-bottom: 30px;*/
/*}*/

.footer-title {
  font-size: 30px;
  color: #C19D60;
  margin-bottom: 20px;
}

.footer-about-text {
  font-size: 12px;
  color: #777;
  margin: 0;
}

.footer-about-social-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: transparent;
  transition: all 500ms ease;
}

.footer-about-social-list a + a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  background-color: transparent;
  color: #C19D60;
}

.footer-explore-list li + li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #1b1b1b;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #1b1b1b;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #1b1b1b;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  font-size: 12px;
  margin: 0;
  color: #777;
  padding-bottom: 20px;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  display: block;
  transition: all 500ms ease;
}

.footer-contact-phone:hover {
  color: #C19D60;
}

.footer-contact-mail {
  font-size: 12px;
  line-height: 3em;
  color: #777;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.footer-contact-mail:hover {
  color: #fff;
}

.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C19D60;
  content: "";
  transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
  background-color: #777;
}

.footer-language .btn-1 {
  background: transparent;
  color: #777;
  border: 1px solid #C19D60;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.footer-bottom {
  position: relative;
  display: block;
  background-color: #1b1b1b;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.04);
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-bottom-inner {
  position: relative;
  display: block;
}

.footer-bottom-copy-right {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.footer-bottom-copy-right a {
  color: #777;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #C19D60;
}

/* subscribe */
.subscribe form {
  margin-top: 30px;
  position: relative;
}

.subscribe form input {
  width: 100%;
  padding: 13px 60px 13px 15px;
  background-color: transparent;
  border: 1px solid #C19D60;
  border-radius: 0px;
  color: #777;
  margin-bottom: 15px;
  outline: none;
}

.subscribe form input::-moz-placeholder {
  color: #777;
}

.subscribe form input::placeholder {
  color: #777;
}

.subscribe form button {
  background-color: #C19D60;
  padding: 11.5px 18px;
  border-radius: 0px;
  color: #fff;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  outline: none;
}

.subscribe form button:hover {
  background-color: #fff;
  color: #1b1b1b;
  outline: none;
}/*# sourceMappingURL=footer.css.map */