footer {
  background-color: #333;
  padding-bottom: 40px;
  padding-top: 50px;

}

.footer-bottom {
  background-color: #000;
  padding: 35px 0;
}

.footer h5 {
  color: #e4e4e4;
  font-size: 24px;
  font-weight: 0 0 26px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.footer .list-unstyled li a{
  color: #919191;
  font-size: 15px;
  font-weight: 300;
}
.footer .list-unstyled li {
  padding-bottom: 14px;
  padding-left: 26px;
  position: relative;
}

.footer .list-unstyled li:last-child {
    padding-bottom: 10px;
}

.footer .list-unstyled li::before {
  background: #51555d none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
  z-index: 999;
  transition: all .3s ease 0s;
}

.footer-about > p , .single-tweet > p {
  color: #919191;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}

.footer-support {
  margin-top: 27px;
}
.footer-logo {
  margin-bottom: 30px;
}

.footer-support h5 {
  color: #b6b6b6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
.footer-support span a{
  color: #686868;
  font-size: 18px;
  font-weight: 400;
  font-family: "Oswald",sans-serif;
}

.single-tweet > p a {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 600;
}
.single-tweet {
  margin-bottom: 18px;
}
.single-tweet:last-child {
  margin-bottom: 0px;
}

.footer-widget-title > h3 {
  color: #e4e4e4;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 26px;
}
.food-info-title > span {
    color: #a7a7a7;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}
.food-info-content > p {
  color: #919191;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.food-info-content > p a {
  color: #686868;
  display: block;
}

.food-info-content > a {
  color: #919191;
  display: block;
}
.food-info-content > a:hover {
  color: #ed1c24;
}
.food-address {
  margin-bottom: 17px;
}

.food-address:last-child {
  margin-bottom: 0px;
}
.footer-payment-method img {
  float: right;
  margin-top: 1px;
}
.copyright > p {
  color: #919191;
  line-height: 20px;
  margin: 0;
}

.copyright > p a {
  color: #ed1c24;
  font-weight: 600;
}


/* newsletter */
.newsletter-area {
  margin-top: 50px;
}
.newsletter-wrapper-all {
  margin-bottom: -124px;
  position: relative;
  z-index: 9;
  background: #ffb52f;
}
.newsletter-img > img {
  margin-left: 45px;
  margin-top: -67px;
}
.newsletter-img {
  padding: 7px 0;
  background-repeat: no-repeat;
}
.newsletter-wrapper {
  padding: 37px 154px 44px 110px;
}
.newsletter-title > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.subscribe-form form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #876830;
  color: #001232;
  font-size: 14px;
  height: 45px;
  padding-left: 24px;
  padding-right: 78px;
  width: 100%;
}
.subscribe-form form {
  position: relative;
  transition: all 0.3s ease 0s;
}
.subscribe-form form input::-moz-placeholder {
  color: #001232;
  opacity: 1;
}

.subscribe-form form input::-webkit-input-placeholder {
  color: #001232;
  opacity: 1;
}

.mc-form .mc-news {
  left: -5000px;
  position: absolute;
}

.subscribe-form .clear input {
  border: medium none;
  padding: 0;
  text-indent: -99999px;
  transition: all 0.3s ease 0s;
  width: 77px;
}
.subscribe-form .mc-form .clear {
  background-color: #001232;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
.subscribe-form .mc-form .clear:hover {
  background-color: #fff;
}
.subscribe-form .mc-form .clear::before {
  color: #fff;
  content: "\f1d8";
  font-family: FontAwesome;
  font-size: 18px;
  left: 39px;
  position: relative;
  top: 2px;
  transition: all 0.3s ease 0s;
}
.subscribe-form .mc-form .clear:hover::before {
  color: #001232;
}

@media (max-width: 767px) {
  .newsletter-wrapper {
    padding: 37px 0px 44px 0px !important;
    text-align: left;
  }
}
