
/* Footer */
.landing-footer {
  border-radius: 12px;
  background: #0E0D0D !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.landing-footer h5 {
  color: #FFF !important;
}

.landing-footer ul li,
.newsletter-input {
  font-size: 0.9rem !important;
  transition: 0.3s ease-in;
}

.landing-footer ul li a:hover {
  transition: 0.5s ease-in-out;
}

.landing-footer ul li a:hover {
  transition: 0.3s ease-in;
  color: rgb(255, 255, 255) !important;
  transition: 0.3s ease-in-out;
}

.newsletter-input {
  border-radius: 12px !important;
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 70%;
}

.form-control.newsletter-input {
  padding: 0.875rem 0.75rem;
}

.landing-footer .subscribe-btn {
  border-radius: 12px !important;
  background: #008037;
  border: none;
  color: #fff;
  box-shadow:
      0px 2.2px 2.2px rgba(76, 211, 58, 0.02),
      0px 5.3px 5.3px rgba(76, 211, 58, 0.02),
      0px 10px 10px rgba(76, 211, 58, 0.02),
      0px 17px 17px rgba(76, 211, 58, 0.02),
      0px 33px 33px rgba(76, 211, 58, 0.02),
      0px 80px 80px rgba(76, 211, 58, 0.02);
  transition: 0.3s ease-in-out;
}

.landing-footer .subscribe-btn:hover {
  background: #06b552;
  transition: 0.3s ease-in-out;
}

.social-icons {
  line-height: 50px;
}

.social-icons a {
  font-size: 14px !important;
  width: 30px;
  height: 10px;
  padding: 10px 10px 10px 10px;
  border-radius: 25%;
  border: 1px solid #FFF;
  color: #FFF;
  transition: 0.3s ease-in-out;

}

.main-logo {
    width: 150px;
}

.main-logo-sm {
  display: none;
}


.social-icons a:hover {
  color: #008037;
  border: 1px solid #008037;
  transition: 0.3s ease-in-out;
  box-shadow: 1px 1px 34px 8px rgba(114, 156, 106, 0.75);
  -webkit-box-shadow: 1px 1px 34px 8px rgba(111, 156, 106, 0.75);
  -moz-box-shadow: 1px 1px 34px 8px rgba(108, 156, 106, 0.75);
}

.bottom-links a {
  text-decoration: none;
}
@media screen and (max-width:599px) {

  .main-logo-sm {
    width: 40px;
    display: block;
}

.main-logo {
    display: none;
}

  .landing-footer {
    width: 98%;
    margin: auto;
    text-align: center !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.social-icons {
  width: 100%;
  line-height: 45px;
}

.social-icons a {
  font-size: 14px !important;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 12px;
}


}