#eb .eb-header {
  background-color: #3296ac;
}
#eb .eb-posts {
  width:100%;
  max-width:600px;
  margin:0 auto;
}
#eb .eb-toolbar, 
#eb [data-eb-posts-wrapper] {
  width:100%;
  max-width:768px;
  margin:0 auto;
}
#eb [data-eb-posts-wrapper]  {
  padding: 015px;
}
#eb .eb-cards__item {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
}
#eb .eb-card__ft-content {
  font-size:1.3rem;
  display:none;
}


#eb .eb-card__title {
    color: #333;
    font-size: 2.0rem;
    font-weight: nomal;
    line-height: 1.3em;
    text-align:left;
    margin-bottom: 0px;
}
#eb .eb-card__bd-content {
    font-size: 1.4rem;
  	margin-top: 7px !important;
  min-height: inherit;
}
#eb .eb-card .eb-post-more {
  margin-top: 10px !important;
}
#eb .fa {
    font: normal normal normal 20px/1 FontAwesome;
}
#eb .eb-toolbar__item--home-submenu .eb-toolbar__link {
  font-size: 1.4rem;
}
#eb .eb-toolbar__link.has-composer, #eb .eb-toolbar .btn-search-submit {
    font-weight: 400 !important;
}
#eb .eb-toolbar__search-input {
  height: 30px;
  margin-top:6px;
  background-color: rgba(255,255,255,0.3);
  color: #1a708a !important;
}

#eb .article-header h1, #eb .article-header h2 {
    font-size: 3.0rem;
    text-align:left;
  color: #333;
}
#eb .article-header a {
  color:#333;
}
#eb .eb-entry-author, 
#eb .eb-card__meta,
#eb .eb-post-actions,
#eb .eb-image-popup-button:before,
.article-info .createdby, .article-info .hits,
#eb .eb-dialog-content .form-group:first-child {
  display:none;
}
#eb .eb-image.eb-post-thumb.is-full a {
  cursor: default
}
#eb .eb-post-thumb .eb-post-image-cover {
  border:none;
}
.article-info {
   font-size:1.4rem;
  margin-top: 10px;
}
.article-info .category-name:before {
  content:"Category : "
}
.article-info .category-name a {
  color:  #3296ac !important;
}
.article-info .published:before {
  content:" -  "
}
#eb .btn-primary {
    color: #fff !important;
    background-color:  #3296ac !important;
    border-color:  #3296ac !important;
}
#eb .article-social-share .btn {
  width: 32px;
  padding: 6px 0 3px;
}
#eb .eb-shares {
  position:relative;
}
#eb .eb-shares:after {
  content:"share !";
  font-size:1.3rem;
  font-weight: 600 !important;
  color:#3f4d71;
  position: absolute;
  bottom:2px;
  left:73px
}
#eb .eb-entry-body p {
  line-height:1.8em;
}

.eb-category-head .eb-category-name {
  font-weight: 600;
  font-size:1.8rem;
  margin:0;
}
.eb-category-head .eb-category-name:before {
  content: "\f07b";
  font: normal normal normal 18px/1 FontAwesome;
  color:#3f4d71;
}
#eb .eb-category-profile {
  padding-bottom:0;
}
#eb .eb-post-body {
  margin-bottom:15px;
}

#eb ul.pagenav {
  display:flex;
  justify-content: space-between;
}

#eb .pagenav a {
  font-size:1.6rem;
  color:  #3296ac;
}

#eb .eb-dialog-content p {
  text-align:center;
}
#eb .eb-dialog-content .control-label {
    width: 80px;
}




.sidebar {
  width:280px;
  height:500px;
  float:right;
  padding:25px 15px;
}
.sidebar h5 {
  font-size:1.3rem;
  margin-bottom:10px;
}
.mod_easyblogcategories a {
  font-size:1.3rem;
}
.sidebar #eb .eb-mod-media-thumb.fa {
  margin-right:5px !important;
}
