/** main-footer **/

.main-footer {
  position: relative;
  display: block;
  width: 100%;
  color: #c6c6c5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 86px 0px 80px 0px;
}

.main-footer:before {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-footer .logo-widget {
  position: relative;
  margin-top: 11px;
}

.main-footer .logo-widget .footer-logo {
  position: relative;
  margin-bottom: 24px;
}

.main-footer .logo-widget .text {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .logo-widget .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.main-footer .logo-widget .social-links li:last-child {
  margin-right: 0px;
}

.main-footer .logo-widget .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #c6a47e;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.main-footer .logo-widget .social-links li a:hover {
  background: #c6a47e;
  color: #ffffff;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.main-footer .widget-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.main-footer .post-widget .post {
  position: relative;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.main-footer .post-widget .post a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #c6c6c5;
}

.main-footer .post-widget .post a:hover {
  color: #c6a47e;
}

.main-footer .gallery-widget .widget-content {
  position: relative;
  display: block;
  margin: 0px -3px 0px -4px;
}

.main-footer .gallery-widget .widget-content .list li {
  position: relative;
  float: left;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: #c6a47e;
  margin: 0px 3px 7px 4px;
}

.main-footer .gallery-widget .widget-content .list li img {
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.main-footer .gallery-widget .widget-content .list li:hover img {
  opacity: 0.2;
  transform: scale(1.05);
}

.main-footer .gallery-widget .widget-title {
  margin-bottom: 24px;
}

.main-footer .contact-widget .list li {
  position: relative;
  display: block;
  font-size: 14px;
  color: #c6c6c5;
  margin-bottom: 23px;
}

.main-footer .contact-widget .list li a {
  position: relative;
  display: inline-block;
  color: #c6c6c5;
}

.main-footer .contact-widget .list li a:hover {
  color: #c6a47e;
}

.main-footer .contact-widget .list li:last-child {
  margin-bottom: 0px;
}

.main-footer .contact-widget .list li span {
  position: relative;
  display: block;
  color: #c6a47e;
}

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

.main-footer .footer-bottom .copyright a {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #c6a47e;
}

.main-footer .footer-bottom .copyright a:hover {
  color: #ffffff;
}

.main-footer .widget-section {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
