#eb .eb-post-title {
  font-size: 24px;
  line-height: inherit;
  color: #59382e !important;
}

#eb .btn-default {
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  background-color: #8fb63f !important;
  border-color: #8fb63f !important;
  border-radius: 100px;
}


#eb .btn-default:hover {
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  background-color: #84a73a !important;
  border-color: #84a73a !important;
  border-radius: 100px;
}


#eb .btn-default:active {
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  background-color: #0E966C !important;
  border-color: #0E966C !important;
  border-radius: 100px;
}

#eb .form-control {
  border-radius: 100px;
}

#eb .eb-post-nickel {
  border-radius: 20px;
  border: 4px solid #8fb63f !important;
}

#eb .form-control {
  height: 50px;
  font-size: 16px;
  border: none;
  }

#eb .input-group-btn > .btn {
  position: relative;
  height: 50px;
}

#eb .btn {
  padding: 8px 36px;
  }

#eb .eb-post-nickel .eb-post-content {
  padding: 15px 15px 30px 15px;
}

#eb .eb-post-thumb .eb-post-image img {
  border-radius: 20px;
}


#eb .reset-heading {
  text-transform: inherit;
  font-weight: 700;
  color: #59382e;
  font-family: 'Varela Round', sans-serif;
}


#eb h3 {
  color: #8fb63f; 
}


#eb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 3px solid #8fb63f;
}