footer.simple-footer {
  background: rgb(237, 235, 235);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 235, 235, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(180deg, rgba(237, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.simple-footer,
.simple-footer p,
.simple-footer a {
  color: #20242F;
}

.simple-footer .simple-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.simple-footer .simple-footer-wrap .simple-middle-footer {
  width: 100%;
}

.simple-footer .simple-footer-wrap .contact-wrapper {
  margin-bottom: 50px;
}

.simple-footer .simple-footer-wrap .contact-information{
  width: 100%;
}

.simple-footer .simple-footer-wrap .contact-wrapper h3 {
  /* color: #20242F; */
  margin-bottom: 40px;
  /* font-weight: 400; */
}

/* footer .simple-middle-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} */

footer .simple-middle-footer .contact-lists,
footer .simple-middle-footer .social-information {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

footer .simple-middle-footer .contact-lists{
  display: flex;
}

footer .simple-middle-footer .contact-lists li {
  padding: 10px;
  position: relative;
  padding-left: 65px;
  min-height: 50px;
  margin-bottom: 15px;
  width: 33.333%;
}

footer .simple-middle-footer .contact-lists li a {
  display: block;
}

footer .simple-middle-footer .contact-lists li img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer .simple-middle-footer .contact-lists li a {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

footer .simple-middle-footer .contact-lists li a:hover {}

footer .simple-middle-footer .social-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  max-width: 100%;
}

footer .simple-middle-footer .social-information li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%
}

footer .simple-middle-footer .social-information li span {
  display: none;
}

footer .simple-middle-footer .social-information li a {
  display: block;
  width: 45px;
  height: 45px;
}

footer .simple-middle-footer .social-information li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* footer .simple-footer-copyright {} */

footer .simple-footer-copyright .copyright {
  text-align: left;
}

footer .simple-footer-copyright .copyright p,
footer .simple-footer-copyright .copyright p a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #20242F;
}

footer .simple-footer-copyright .copyright p a {}

footer .simple-footer-copyright .copyright p:first-child {}

footer .simple-footer-copyright .copyright p:first-child:after {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

footer .simple-footer-copyright {
  padding: 0;
  width: 100%;
}

footer .simple-footer-copyright .copyright p,
footer .simple-footer-copyright .copyright p a {
  margin-bottom: 0;
}

footer .simple-footer-copyright .copyright p:last-child:after {
  display: none;
}

/* footer .simple-middle-footer .row {
  width: 100%;
} */

footer .simple-middle-footer .mailchimp-information #mc_embed_signup div.mce_inline_error {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: transparent;
  color: red;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
}

footer .simple-middle-footer .mailchimp-information .mc-field-group {
  position: relative;
}

footer .simple-middle-footer .mailchimp-information .mc-field-group label {
  display: none;
}

footer .simple-middle-footer .mailchimp-information .mc-field-group input[type="email"] {
  width: auto;
  padding: 10px 30px;
  font-size: 15px;
  margin-right: 155px;
  margin-left: 0px;
  border: none;
  background-color: transparent;
  border: 1px solid #20242F;
  border-radius: 25px;
  outline: none;
  color: #20242F;
}

footer .simple-middle-footer .mailchimp-information .mc-field-group button[type="submit"] {
  display: block;
  position: absolute;
  width: 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: auto;
  border: none;
  background-color: #FF794F;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  outline: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

footer .simple-middle-footer .mailchimp-information .response,
footer .simple-middle-footer .mailchimp-information .response a {
  font-size: 12px;
}

footer.simple-footer {
  position: relative;
}

/*
footer.simple-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(/wp-content/uploads/2020/04/Footer_shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
} */

@media (max-width:991px) {
  footer#SimpleFooter.simple-footer .simple-footer-wrap .simple-middle-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information .mc-field-group input[type="email"] {
    margin-right: auto;
    margin-bottom: 20px;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information .mc-field-group button[type="submit"] {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information #mc_embed_signup div.mce_inline_error {
    position: relative;
    top: auto;
    left: auto;
  }

  .simple-footer .simple-footer-wrap{
    padding-top: 60px;
  }
  footer .simple-footer-copyright{
    padding-bottom: 30px;
  }
  footer .simple-footer-copyright .copyright{
    text-align: center;
  }
  .simple-footer .simple-footer-wrap .contact-wrapper{
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  /* footer#SimpleFooter.simple-footer .simple-footer-wrap .simple-middle-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information .mc-field-group input[type="email"] {
    margin-right: auto;
    margin-bottom: 20px;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information .mc-field-group button[type="submit"] {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
  }

  footer#SimpleFooter .simple-middle-footer .mailchimp-information #mc_embed_signup div.mce_inline_error {
    position: relative;
    top: auto;
    left: auto;
  }
  .simple-footer .simple-footer-wrap {
    padding-top: 60px;
  }
  .simple-footer .simple-footer-wrap .contact-wrapper {
    margin-bottom: 25px;
  }
  .simple-footer .simple-footer-wrap .contact-wrapper h3 {
    margin-bottom: 25px;
  } */

  footer .simple-middle-footer .contact-lists{
    display: block;
  }
  footer .simple-middle-footer .contact-lists li{
    width: 100%;
  }
}
