/*=====Template Footer======*/

footer {
  background: #000;
  font-family: "Avenir Next LT Pro";
}

footer .newsletter {
  padding: 3rem 0;
  background: #565095;
}

footer .newsletter .subscribe-form .text-wrap {
  border: 0px;
  background: none;
  font-size: 24px;
  color: #fff;
  font-family: "Lora", serif;
}

footer .newsletter .subscribe-form input, .popup-newsletter input {
  height: 52px;
  border: 0px;
  font-size: 14px;
  font-family: "Avenir Next LT Pro";
  padding: 5px 10px;
  width: 280px;
}
.popup-newsletter input { width: 100%; }
footer .newsletter .subscribe-form input:focus, .form-popup input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
footer .newsletter .subscribe-form .subscribe-btn, .form-popup .subscribe-btn {
  background: #fff;
  color: #565095;
  font-size: 14px;
  font-weight: 600;
  font-family: "Avenir Next LT Pro";
  border: 0px;
  border-radius: 0px;
  padding: 0px 20px;
  transition: all 0.4s;
  height: 52px;
  position: absolute;
  right: 1px;
} 
.form-popup .subscribe-btn { top: 0; }
footer .newsletter .subscribe-form .subscribe-btn span {
  transition: all 0.4s;
}

footer .newsletter .subscribe-form .subscribe-btn:hover span, .form-popup .subscribe-btn:hover span {
  padding-right: 5px;
}
.form-popup {
  position: relative;
  margin-top: 30px;
}
footer .newsletter .info-text {
  color: #cdcdcd;
}
.wpcf7-response-output {
  border-color: var(--white)!important;
  color: var(--white)!important;
  text-align: right;
}
footer .footer-main .get-social {
  text-align: center;
  display: flex;
}

footer .footer-main .get-social li {
  list-style: none;
}

footer .footer-main .get-social li img {
  transition: all 0.4s;
}

footer .footer-main .get-social li img:hover {
  opacity: 0.6;
}

footer .copyright {
  border-top: 1px solid #302d2d;
}
ul.get-social li a i {
  font-size: 20px;
  color: #fff;
}
ul.get-social li a i:hover {
  color: #565095;
}
.footer-main img {
  width: 220px;
	max-height: 120px;
	object-fit:contain;
	object-position:left;
}
@media (max-width: 767px) {
  footer .newsletter {
    padding: 3.5rem 0 1rem;
  }
  footer .newsletter .subscribe-form .text-wrap {
    position: absolute;
    top: -45px;
    z-index: 1;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
