/*--Footer--*/

footer {
  background-color: #f8f8f8;
  border-top: 4px solid #d9a931;
}

.top-footer {
  padding-top: 30px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #aaa;
}

.social-bottom a:hover {
  background-color: #d9a931;
  color: #fff;
}

.footer-title {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #d9a931;
}

.shop-list a {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
}

.shop-list a:hover {
  color: #d9a931;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 100px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #666;
}

.recent-post-info h6:hover {
  color: #d9a931;
}

.recent-post-info span {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #d9a931;
}

footer p {
  padding-bottom: 20px;
  font-size: 14px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #d9a931;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 30px 0 15px 0;
}

small {
  font-size: 11px;
}