.sidebar {
  margin-top: 0;
}

.widget {
  padding: 0 10px;
  display: initial;
}

.widgettitle {
  border-bottom: 1px solid #444;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 480px) {
  #breadcrumb {
    display: none;
  }
}
.blogDate {
  color: #A6A6A6;
  margin-bottom: 1rem;
}
.blogDate p {
  float: left;
  font-size: 90%;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 480px) {
  .blogDate p {
    font-size: 0.8em;
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  header.article-header h2 {
    font-size: 1.35em;
  }
}

.entry-content {
  /*
  h3:before,h3:after{ 
    position: absolute;
    top: 0;
    content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
  }
  h3:before{
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
    left: 0;
  }
  h3:after{
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
  }*/
}
.entry-content h3 {
  text-align: left;
  font-size: 1.25rem;
  margin: 2rem 0;
  position: relative;
  line-height: 1.4;
  padding: 1em 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAK/Vh/9zwjjgzhsodaMYAEYB8RmROaABAD6Rg9uyc676AAAAABJRU5ErkJggg==);
  width: 100%;
}
.entry-content h4 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 1.5rem !important;
  font-weight: 600;
}
.entry-content h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #FAABC5;
}

h3 {
  text-align: left;
  font-size: 1.25rem;
  margin: 2rem 0;
  position: relative;
  line-height: 1.4;
  padding: 1em 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAK/Vh/9zwjjgzhsodaMYAEYB8RmROaABAD6Rg9uyc676AAAAABJRU5ErkJggg==);
  width: 100%;
}
h3.postTitle {
  text-align: left;
  font-size: 0.8rem;
  margin: 0;
  position: relative;
  line-height: 1.4;
  padding: 1em 1em;
  width: 100%;
  background: none;
}

h4.widgettitle {
  margin-top: 4rem;
}

.sidebar ul li {
  font-size: 80%;
}

.d-5of7 {
  padding-right: 2.75em;
}
@media screen and (max-width: 480px) {
  .d-5of7 {
    padding-right: 0em;
  }
}

/**********************************************
sideBar 
**********************************************/
.widget_categories ul li {
  font-size: 0.8rem;
}

.newsBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.newsBox div.newsPic {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: calc((99.2% / 4) - 10px);
  margin: 0 0.75rem 0 0;
  background: #fff;
  margin-bottom: 0.75rem;
}
.newsBox div.newsPic:last-child {
  margin: 0;
}
.newsBox div.newsPic .newsPicIn {
  overflow: hidden;
  height: 150px;
}
.newsBox div.newsPic span.newsPic4col {
  height: auto;
  width: 140%;
  display: block;
}
.newsBox div.newsPic span.newsPic4col:hover {
  transition: all 0.3s;
  width: 145%;
}
.newsBox div.newsPic .time {
  font-size: 0.8rem;
  position: relative;
  left: 0.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .newsBox div.newsPic {
    width: calc(100%);
    margin: 1rem;
  }
}

.newsBox div.newsPic:last-child {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .newsBox div.newsPic:last-child {
    margin: 16px;
  }
}

.marker-line {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
