#eb .eb-post-simple__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #1d3e6c;
  font-family: 'Playfair Display';
}

#eb .reset-heading {
 font-family: 'Playfair Display';
 color: #1d3e6c;
 font-weight: 700;
}


#eb .eb-post-simple { 
  border: 5px solid #d5af49;
  border-radius: 40px;
  padding: 15px;
}


#eb .eb-post-simple__image {
  border-radius: 40px;
}


#eb .btn-default {
  color: #fff !important;
  background-color: #d7162f !important;
  border-color: #d7162f !important;
}


#eb .btn-default:hover {
  color: #fff !important;
  background-color: #980c19 !important;
  border-color: #980c19 !important;
}


#eb .btn-default:active {
  color: #fff !important;
  background-color: #980c19 !important;
  border-color: #980c19 !important;
}


#eb .input-group-btn:last-child > .btn {
  margin-left: -25px;
}

#eb .btn {
  font-size: 14px;
  border-radius: 99px;
  }

#eb .input-group-btn > .btn {
  height: 56px;
}


#eb .form-control {
  height: 56px;
  font-size: 16px;
   border-radius: 99px !important;
  }



#eb .eb-post-thumb .eb-post-image img {
  border-radius: 30px;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none;
    border-radius: 30px;
}


#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none;
}

#eb h3 {
  font-size: 28px !important;
  text-transform: capitalize !important;
  color: #1d3e6c !important;
  font-family: 'Playfair Display' !important;
  font-weight: 700 !important;
}

#eb hr {  margin-top: 30px !important;   
          margin-bottom: 30px !important;   
          border-top: 3px solid #1d3e6c  !important; }
#eb a {
    color: #1d3e6c !important; 
}