#sp-top-bar {
    background-color: #f9fbfc;
    color: #8c9195;
    background-image: url("../images/header-repeat.jpg");
    height: 230px;
    border-bottom: none;
}

#sp-header {
    background: rgb(237, 74, 65);
    height: 45px;
    border-bottom: none;
}

#sp-top2 {
  text-align: right;
}

ul.social-icons >li a i {
  font-size: 18px;
  color: #FFFFFF;
}

.sp-megamenu-parent {
  float: none;
  text-align: center;
}
.sp-megamenu-parent >li >a {
    color: #FFFFFF;
    line-height: 45px;
}
.sp-megamenu-parent >li.active, 
.sp-megamenu-parent >li.active > a,
.sp-megamenu-parent >li.active:hover > a, 
.sp-megamenu-parent >li:hover > a {
    border: none;
    color: #FFC82D;
}

#sp-bottom {
    background-color: #ee4035;
}

#sp-bottom p {
    color: #FFFFFF;
}

#sp-bottom a {
    color: #fff !important;
}

#sp-bottom #sp-bottom2 a {
  border-bottom: 1px solid rgba(249, 251, 252, 0.15);
}

#sp-bottom #sp-bottom1 i {
  color: #F9FBFC;
}

#sp-footer {
  background-color: #222;
  padding: 20px 0;
}

a.purchase {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    width: 167px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #8ad542;
    -webkit-box-shadow: 0 2px #8ad542;
    -moz-box-shadow: 0 2px #8ad542;
    box-shadow: 0 2px #8ad542;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.sp-module {
    margin-top: 0px;
}

.team-item a img {
  width: 100%;
}

button {
  background: #8ad542;
  border: none;
  padding: 10px 15px;
    margin: 5px 4px;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button:hover,
button:active {
    background: #EE4035;
    color: white;
}

.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: white;
  width: 22px;
  height: 22px;
  float: left;
  margin: 5px;
}
.tp-bullets.simplebullets.square-old .bullet:nth-child(2) {
  background: #ED4A41;
}
.tp-bullets.simplebullets.square-old .bullet:nth-child(3) {
  background: #FFC627;
}
.tp-bullets.simplebullets.square-old .bullet:nth-child(4) {
  background: #79BC4B;
}

.col-md-4 a img {
    width: 100%;
}

#offcanvas-toggler {
  float: right;
  line-height: 45px;
}

@media all and ( max-width: 767px ) {
    #sp-top-bar {
        height: 277px;
    }
}

.food_section {
  max-width: 950px;
  margin: 0 auto;
}
.food_section .sppb-container {
  max-width: 100%;
}