.blog.show-more {
  margin-bottom: 50px;
  text-align: left;
}
.blog.show-more button {
  border: none;
  font-weight: 300;
  padding: 0;
  line-height: normal;
}
.blog.show-more button:hover {
  background: none;
}
.blog.show-more button span {
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.blog.show-more button span em {
  padding-left: 15px;
}
.post-list .post-holder {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.post-list .post-holder .post-header .addthis_toolbox {
  float: none;
}
.post-list .post-holder .post-header .post-title-holder .post-title {
  padding-bottom: 35px;
  max-width: unset;
  line-height: 1em;
}
@media screen and (max-width: 540px) {
  .post-list .post-holder .post-header .post-title-holder .post-title a {
    font-size: 0.8em;
  }
}
.post-list .post-holder .post-header .post-info {
  padding: 0 !important;
}
.post-list .post-holder .post-header .post-info .item.post-posed-date::after {
  display: none !important;
}
.post-list .post-holder .post-header .post-read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .post-view h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .post-view h1 {
    font-size: 1.3em;
  }
}
.post-view .post-info {
  display: flex;
  gap: .3em;
  color: #b9b9b9 !important;
  font-weight: lighter !important;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .post-view .post-info {
    display: inline-block;
  }
  .post-view .post-info div[class*="-date"] {
    font-size: 0.8em;
  }
}
.post-view .post-holder {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.post-view .post-holder .post-content .post-description .post-info .item.post-posed-date {
  text-align: center;
}
.post-view .post-holder .post-bottom {
  margin: 0;
  border-top: 1px solid #000;
  padding-top: 30px;
}
.post-view .post-holder .post-bottom .post-nextprev-hld a {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100 !important;
  font-style: italic;
  text-decoration: none;
}
.post-title {
  font-style: italic;
}
.post-title a {
  color: unset !important;
}
.item.post-posed-date span.label {
  display: none;
}
.item.post-posed-date span.value {
  font-style: italic;
}
.item.post-categories {
  display: none !important;
}
.social-links {
  min-height: 40px;
  position: relative;
  display: block;
  /*min-height: 100px;
    height: 100px;
    border: 2px solid red;*/
}
.social-links > iframe,
.social-links > a {
  position: relative;
  display: inline-block;
  height: 30px;
  vertical-align: top;
}
.social-links .twitter-share {
  vertical-align: top;
}
.social-links .ts-icon-twitter:before {
  content: '\f099';
  color: #00A6ED;
}
.social-links .ts-icon:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
