#eb .eb-post-nickel {
  border: 2px solid rgba(33, 79, 112, 0.15);
  border-radius: 10px;
}

#eb .eb-post-nickel .eb-post-content {
  background-color: #f6fafc;
  border-radius: 0px 0px 10px 10px;
}

#eb .eb-post-nickel .eb-post-top {
  border-bottom: 1px solid rgba(0, 89, 113, 0.1);
  background-color: #f6fafc;
  border-radius: 10px 10px 0px 0px;
  }

#eb .eb-post-title {
  color: #214f70 !important;
  font-size: 26px;
  line-height: 32px;
}

#eb .eb-post-thumb .eb-post-image img {
  border-radius: 10px !important;
}

#eb .mt-20 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#eb .form-control {
  height: 50px !important;
  font-size: 15px;
  color: #0f2433;
  background-color: #ffffff !important;
  border-radius: 10px 0px 0px 10px !important;
  border: none !important;
  }


#eb .input-group-btn:last-child > .btn {
  margin-left: -5px !important;
}

#eb .btn-default {
  color: #fff !important;
  background-color: #eb942c !important;
  border-color: #eb942c !important;
}

#eb .btn-default:hover {
  color: #fff !important;
  background-color: #214f70 !important;
  border-color: #214f70 !important;
}


#eb .btn-default:active {
  color: #fff !important;
  background-color: #eb942c !important;
  border-color: #eb942c !important;
}

#eb .input-group-btn > .btn {
  height: 50px !important;
}


#eb .btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 800;
  }


#eb .mod-muted {
  color: #716e70 !important;
}

#eb .eb-post-thumb .eb-post-image img {
  border-radius: 10px !important;
}

#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none !important;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none !important;
    border-radius: 10px !important;
  }


#eb .eb-post-meta {
  padding-bottom: 10px !important;
}

.text-muted {
  color: #716e70 !important;
}

#eb .reset-heading {
  color: #214f70 !important;
  font-size: 26px;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
  color: #716e70 !important;
}

#fd {
  display: none;
}


#eb hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-top: 3px solid #eb942c !important;
}