body.trendy .content-view.full-page {
  display: grid;
  place-items: center;
}

body.trendy .content-view.full-page .content-post {
  max-width: 720px;
}

body.trendy .content-post *:not(.fa):not(.bx-prev):not(.bx-next) {
}

/* >>>>>>> HEADER >>>>>>> */
body.trendy .content-post header {
  margin-top: 20px;
}

body.trendy .content-post header .meta {
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-color: #444;
  font-size: 12px;
}

body.trendy .content-post header .meta span {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
}

body.trendy .content-post header .meta span.format {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: #f85050;
  margin-right: 5px;
  color: #fff;
}

body.trendy .content-post header .meta span.date {
}

body.trendy .content-post header .meta span.date i {
  color: #f85050;
  margin: 0 7px;
}

body.trendy .content-post header .meta span.category i {
  color: #f85050;
  margin: 0 7px;
}

body.trendy .content-post header .meta span.category a {
  color: #ffffff;
}

body.trendy .content-post header .meta span.author i {
  color: #f85050;
  margin: 0 7px;
}

body.trendy .content-post header .meta span.facebook-likes {
  width: 70px;
  float: right;
  position: relative;
  top: 10px;
}

body.trendy .content-post header h1 {
  font-weight: 400;
  line-height: 1.1;
  color: #222;
  margin: 20px 0 10px 0;
  outline: none;
  clear: both;
}

body.trendy .content-post header h2 {
  font-weight: normal;
  color: #999;
  margin: 0 0 20px 0;
  outline: none;
  clear: both;
  font-size: 16px;
  padding: 0 0;
}

body.trendy .content-post ul.post-share {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
  list-style: none;
}

body.trendy .content-post ul.post-share li {
  display: inline-block;
  border-radius: 3px;
}

body.trendy .content-post ul.post-share li > span {
  margin-right: 10px;
  font-size: 16px;
}

body.trendy .content-post ul.post-share li i {
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative;
  top: 1px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

body.trendy .content-post ul.post-share li.share-facebook {
  background-color: #305b9e;
  line-height: 38px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  position: relative;
}

body.trendy .content-post ul.post-share li.share-twitter {
  background-color: #3aaef0;
  line-height: 38px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  position: relative;
}

body.trendy .content-post ul.post-share li.share-whatsapp {
  background-color: #76c155;
  line-height: 38px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  position: relative;
}

body.trendy .content-post ul.post-share li a {
  color: #ffffff;
  position: relative;
}
/* <<<<<<< HEADER <<<<<<< */
body .content-post .entry_tags span {
  float: left;
  margin-right: 10px;
}

body .content-post .entry_tags a {
  line-height: 18px;
  position: relative;
  font-size: 14px;
  margin: 0 8px 8px 0px;
  padding: 8px 10px;
  background: #f0f0f0;
  color: #777;
  text-decoration: none;
  border-radius: 3px;
}

body .content-post .entry_tags a:hover {
  background: #d9d9d9;
}
