.standard-post-special {
  position: relative;
  margin: 0 0 26px 0;
}
.standard-content-special {
  padding: 0;
  text-align: center;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.standard-post-special.no-thumbnail .standard-content-special {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #ECECEC;
}
.format-post-box {
  display: block;
  padding: 52px 30px 21px 30px;
}
.format-post-box.penci-format-link {
  padding-top: 19px;
}
.format-post-box .post-format-icon {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  top: 16px;
  margin-left: -36px;
}
.format-post-box.penci-format-link .post-format-icon {
  display: none;
}
.format-post-box .post-format-icon i {
  font-size: 35px;
  padding: 0 20px;
  display: inline-block;
  color: #305098;
}
.format-post-box .post-format-icon i.fa-quote-left:before {
  content: 'â€œ';
  font-family: 'Playfair Display SC', serif;
  font-size: 72px;
  font-weight: 900;
}
.format-post-box .dt-special,
.format-post-box .dt-special a {
  color: #888;
  font-size: 112.5%;
  font-style: italic;
}
.format-post-box.penci-format-quote .dt-special {
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
.format-post-box .dt-special a:hover {
  color: #305098;
}
.author-quote {
  margin: 15px 0 5px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.author-quote span {
  display: inline-block;
  font-size: 12px;
  padding: 0 11px;
  position: relative;
  color: #305098;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.author-quote span:before,
.author-quote span:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 50%;
  left: 100%;
  background: #305098;
}
.author-quote span:before {
  left: auto;
  right: 100%;
}
.standard-post-image {
  margin: 0 0 26px 0;
  text-align: center;
  display: block;
  position: relative;
}
.standard-post-image .audio-iframe,
.standard-content-special {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: block;
}
.standard-post-image.no-thumbnail .audio-iframe,
.standard-post-special.no-thumbnail .standard-content-special {
  position: static;
}
.standard-post-image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.header-standard {
  padding-bottom: 17px;
  position: relative;
  margin: 0 0 19px 0;
}
.header-standard:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #305098;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.penci-standard-cat {
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
}
.header-standard .cat {
  display: inline-block;
  position: relative;
}
.header-standard h2,
.header-standard .post-title,
.header-standard h2 a {
  color: #313131;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.container-single-magazine .single-post-title {
  letter-spacing: 1px;
}
.header-standard h2 a:hover {
  color: #888888;
}
.header-standard .author-post span {
  color: #888;
}
.header-standard .author-post {
  margin: 6px 0 0;
  font-size: 12px;
}
.header-standard .author-post span,
.header-standard .author-post span a {
  font-size: inherit;
}
.header-standard .author-post span a {
  color: #313131;
  text-transform: capitalize;
}
.header-standard .author-post span a:hover {
  color: #305098;
}
.standard-content {
  position: relative;
}
.standard-main-content {
  text-align: left;
}
.penci-more-link {
  text-align: center;
  overflow: hidden;
  clear: both;
}
.penci-more-link a.more-link {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #305098;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.standard-post-entry a.more-link:hover {
  text-decoration: none;
}
.penci-more-link a.more-link:before,
.penci-more-link a.more-link:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 0;
  top: 50%;
  left: 100%;
  margin: 0 10px;
  margin-top: -1px;
  border-top: 1px solid #305098;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.penci-more-link a.more-link:before {
  left: auto;
  right: 100%;
}
.penci-more-link a.more-link:hover:before {
  right: 50%;
  margin-right: -10px;
  width: 90px;
}
.penci-more-link a.more-link:hover:after {
  left: 50%;
  margin-left: -10px;
  width: 90px;
}
.penci-post-box-meta {
  padding: 15px 0;
  clear: both;
  display: block;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 30px 0 0;
}
.penci-post-box-meta.center-inner {
  text-align: center;
}
.penci-post-box-meta.center-inner .penci-post-share-box {
  float: none;
}
.penci-post-box-meta .penci-box-meta {
  display: inline-block;
  font-size: 12px;
}
.penci-post-box-meta .penci-box-meta span,
.penci-post-box-meta .penci-box-meta a {
  color: #888888;
}
.penci-post-box-meta .penci-box-meta i.fa {
  margin-right: 10px;
}
.penci-post-box-meta .penci-box-meta a:hover {
  color: #305098;
}
.penci-post-box-meta .penci-box-meta span:after {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 16px 0 20px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.penci-post-box-meta .penci-box-meta span:last-child:after {
  content: none;
  display: none;
}
.penci-post-box-meta .penci-post-share-box {
  display: inline-block;
  float: right;
}
.penci-post-box-meta .penci-post-share-box a {
  display: inline-block;
  position: relative;
  color: #313131;
  margin-left: 10px;
  font-size: 14px;
}
.penci-post-box-meta .penci-post-share-box a:first-child {
  margin-left: 0;
}
.penci-post-share-box a.liked,
.penci-post-share-box a:hover {
  color: #305098;
}
.penci-post-share-box .dt-share {
  position: absolute;
  display: inline-block;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: #313131;
  color: #fff;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  bottom: -45px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.penci-post-share-box a:hover .dt-share {
  opacity: 1;
  bottom: -30px;
  visibility: visible;
}
.penci-post-share-box .dt-share:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #313131;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -4px;
}
.penci-post-like.liked i:before {
  content: "\f004";
}
/* = Classic style
-----------------------------------------------------*/
.header-standard.header-classic {
  margin: 0 0 26px 0;
  padding: 0;
}
.header-standard.header-classic:after {
  content: none;
  display: none;
}
.header-standard.header-classic.penci-title-bellow {
  margin-bottom: 40px;
}
/* = Gird style
-----------------------------------------------------*/
ul.penci-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.penci-grid > li {
  display: inline-block;
  vertical-align: top;
  width: 31.62%;
  margin-bottom: 51px;
  float: left;
  margin-right: 2.57%;
  list-style: none !important;
}
.sd-content ul li {
  clear: none !important;
  width: auto !important;
}
.penci-grid > li.grid-style {
  text-align: center;
}
.penci-grid > li:nth-of-type(3n+3) {
  margin-right: 0;
}
.penci-grid > li:nth-of-type(3n+1) {
  clear: both;
}
.container.penci_sidebar .penci-grid > li {
  width: 48.05%;
  margin-right: 3.9%;
}
.penci-grid > li.grid-2-style {
  width: 48.7%;
  margin-right: 2.6%;
}
.container.penci_sidebar .penci-grid li:nth-of-type(3n+3) {
  margin-right: 3.9%;
  clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+1) {
  clear: both;
}
.penci-grid li.grid-2-style:nth-of-type(3n+3) {
  margin-right: 2.6%;
  clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+2),
.penci-grid li.grid-2-style:nth-of-type(2n+2) {
  margin-right: 0;
  clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),
.penci-grid li.grid-2-style:nth-of-type(2n+1) {
  clear: both;
}
.penci-grid li .item > .thumbnail,
.penci-masonry .item-masonry > .thumbnail {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  margin-bottom: 28px;
  width: 100%;
}
.penci-grid li .item .thumbnail .icon-post-format,
.penci-masonry .item-masonry > .thumbnail .icon-post-format,
.grid-mixed .thumbnail .icon-post-format {
  position: absolute;
  z-index: 2;
  text-align: center;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 38px;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
  font-size: 16px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.penci-grid li .item .thumbnail .icon-post-format i.fa-play,
.penci-masonry .item-masonry > .thumbnail .icon-post-format i.fa-play {
  margin-left: 3px;
}
.grid-mixed .thumbnail:hover .icon-post-format,
.penci-grid li .item > .thumbnail:hover .icon-post-format,
.penci-masonry .item-masonry > .thumbnail:hover .icon-post-format {
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}
.grid-mixed .thumbnail:hover,
.penci-grid li .item > .thumbnail:hover,
.penci-masonry .item-masonry > .thumbnail:hover {
  opacity: 0.85;
}
.penci-grid li .item img,
.penci-masonry .item-masonry a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
}
.penci-grid li .item .cat,
.penci-masonry .item-masonry .cat {
  color: #305098;
  display: block;
  margin-bottom: 8px;
}
.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
  font-size: 18px;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.penci-grid li .item h2 a:hover,
.penci-masonry .item-masonry h2 a:hover {
  color: #888888;
}
.penci-grid li .item p,
.penci-masonry .item-masonry p {
  margin-bottom: 0;
}
.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content,
.penci-grid .mixed-detail .item-content {
  margin-top: 18px;
  text-align: left;
}
.penci-post-box-meta.penci-post-box-grid {
  border: none !important;
  padding: 0;
  text-align: center;
  position: relative;
  margin-top: 27px;
  clear: none;
}
.penci-post-box-meta.penci-post-box-grid:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background: #DEDEDE;
  display: block;
  top: 49%;
  z-index: 1;
}
.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
  float: none !important;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  background: #ffffff;
  display: inline-block;
  margin-top: 0;
}
.grid-header-box {
  padding-bottom: 17px;
  position: relative;
}
.grid-header-box:after {
  width: 60px;
  height: 1px;
  background: #305098;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
}
.penci-readmore-btn,
.penci-featured-cat-seemore {
  margin-top: 10px;
  display: block;
  text-align: left;
}
.penci-featured-cat-seemore {
  clear: both;
  margin: -40px 0 60px;
  line-height: 1;
}
.penci-readmore-btn a,
.penci-featured-cat-seemore a {
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  line-height: inherit;
}
.penci-readmore-btn a:hover,
.penci-featured-cat-seemore a:hover {
  opacity: 0.7;
}
.penci-readmore-btn i,
.penci-featured-cat-seemore i {
  margin-left: 5px;
  font-size: inherit;
  color: inherit;
}