/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  background: #2b2b2b;
  background-size: contain;
  border-radius: 0px;
  overflow: hidden;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-position: bottom;
  padding: 70px 0;
}

.footer-section .contact-info{
  margin-bottom: 10px;
}

.footer-section .contact-info i{
  margin-right: 10px;
}

.footer-section .contact-info h6{
  color: #ffffff;
}

.footer-section .contact-info h6, 
.footer-section .contact-info p{
  margin-bottom: 0;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #c00113;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
  color: white;
}

.footer-logo img, #logo img{
    max-height: 36px;
    min-height: 50px;
    margin-right: 10px;
    background: linear-gradient(0deg, #ffffff 0%, #b86d4e 100%);
    border-radius: 0 17px;
    padding: 8px;
}

.footer-logo h1 {
  color: white;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Squada One', cursive;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 2em;
  margin-right: 15px;
}

.footer-social-icon i {
  height: auto;
  width: 100px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.footer-social-icon i:hover{
  color: #a75e43;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #a75e43;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #a75e43;
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  outline: none;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
  outline: none;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #a75e43;
  padding: 16px 20px;
  border: honeydew;
  top: 0px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.subscribe-form button:hover {
  background: #2e2e2e;
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  color: #ffffff;
}

.copyright-text p a {
  color: #a75e43;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #a75e43;
}

.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}

.footer-menu li a:hover {
  color: #000000;
}

#footer .footer-content h2{
    color: white;
}

#footer .footer-content ul li{
    color: white;
}

#footer .footer-content ul li a{
    color: white;
}
