.edgtf-blog-holder article {
  margin-bottom: 54px;
}

.edgtf-blog-holder article .edgtf-post-image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.edgtf-blog-holder article .edgtf-post-image a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.edgtf-blog-holder article .edgtf-post-image a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.edgtf-blog-holder article .edgtf-post-image img {
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.edgtf-blog-holder article .edgtf-post-text {
  position: relative;
  padding: 17px 0 0 0;
  background-color: #fff;
}

.edgtf-blog-holder article .edgtf-post-text-inner > h1:not(.edgtf-post-title),
.edgtf-blog-holder article .edgtf-post-text-inner > h2:not(.edgtf-post-title),
.edgtf-blog-holder article .edgtf-post-text-inner > h3:not(.edgtf-post-title),
.edgtf-blog-holder article .edgtf-post-text-inner > h4:not(.edgtf-post-title),
.edgtf-blog-holder article .edgtf-post-text-inner > h5:not(.edgtf-post-title),
.edgtf-blog-holder article .edgtf-post-text-inner > h6:not(.edgtf-post-title) {
  margin: 15px 0;
}

.edgtf-blog-holder article .edgtf-post-excerpt {
  margin-bottom: 0;
}

.edgtf-blog-holder article .edgtf-post-title {
  margin-bottom: 9px;
}

.edgtf-blog-holder article.sticky .edgtf-post-title a {
  color: #0f58fb;
}

.edgtf-blog-holder article .edgtf-post-info {
  margin-bottom: 27px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Rubik", sans-serif;
}

.edgtf-blog-holder article .edgtf-post-info > div {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  color: rgba(136, 136, 136, 0.66);
}

.edgtf-blog-holder article .edgtf-post-info > div a {
  color: rgba(136, 136, 136, 0.66);
}

.edgtf-blog-holder article .edgtf-post-info > div a:hover {
  color: #0f58fb;
}

.edgtf-blog-holder article .edgtf-post-info > div:after {
  height: 10px;
  width: 2px;
  background-color: #9b9b9b;
  position: absolute;
  right: 0;
  bottom: 2px;
  content: '';
}

.edgtf-blog-holder article .edgtf-post-info > div:last-child:after {
  display: none;
}

.edgtf-blog-holder article .edgtf-post-info > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.edgtf-blog-holder article .edgtf-blog-read-more {
  margin-top: 17px;
  display: block;
  color: #000;
  font-weight: 500;
}

.edgtf-blog-holder article .edgtf-post-info-bottom {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 2px solid #efefef;
  padding: 18px 0 10px;
  margin-top: 17px;
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left {
  float: left;
  width: 50%;
  color: #0f58fb;
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left a {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0f58fb;
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
  float: right;
  text-align: right;
  width: 50%;
}

.edgtf-blog-holder article.format-link .edgtf-post-info, .edgtf-blog-holder article.format-quote .edgtf-post-info {
  margin-bottom: 55px;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text {
  padding: 25px 29px 0;
  position: relative;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner {
  position: relative;
  z-index: 2;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-info-bottom, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-info-bottom {
  border-top: 2px solid #efefef;
  border-bottom: none;
  padding: 20px 0 17px;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-title, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-title {
  margin-bottom: 7px;
  margin-top: 5px;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-quote-author, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-quote-author {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #313131;
  display: block;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark {
  position: absolute;
  color: #ebebeb;
  z-index: 1;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark {
  top: 0;
  right: 7px;
  width: 300px;
  height: 100%;
  background-image: url(img/quote.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark .icon_quotations, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark .icon_quotations {
  display: none;
}

.edgtf-blog-holder article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark, .edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark {
  font-size: 180px;
  right: 29px;
  top: 25px;
}

.edgtf-blog-holder article.format-link .edgtf-post-info {
  margin-bottom: 48px;
}

.edgtf-blog-holder article.format-link .edgtf-post-info-bottom {
  margin-top: 25px;
}

.edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-info-bottom {
  margin-top: 38px;
}

.edgtf-blog-holder article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-post-title {
  margin-bottom: 16px;
  margin-top: 5px;
}

.edgtf-blog-infinite-scroll-button {
  display: none;
}

.edgtf-filter-blog-holder {
  text-align: center;
  margin-bottom: 30px;
}

.edgtf-filter-blog-holder li {
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  font-size: 15px;
}

.edgtf-filter-blog-holder li.edgtf-active {
  color: #0f58fb;
}

/* #Blog Split Column - start
   ========================================================================== */
.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-image,
.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-text-inner {
  padding-left: 5px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-info-bottom {
  margin-top: 0;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
  float: none;
  width: 100%;
  text-align: left;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-title {
  margin-bottom: 11px;
  margin-top: 10px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-info,
.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-info {
  margin-bottom: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-content .edgtf-post-text,
.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-content .edgtf-post-text {
  padding: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark {
  font-size: 137px;
  top: 6px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark {
  font-size: 120px;
  top: 0;
  right: 0;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article .edgtf-post-text {
  padding: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column .edgtf-blog-audio-holder {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/* #Blog Split Column - end
========================================================================== */
/* #Audio styles - start
   ========================================================================== */
.edgtf-blog-audio-holder {
  width: 100%;
  height: 44px;
}

.edgtf-blog-audio-holder .mejs-container {
  height: 44px !important;
  background: #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -5px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls {
  height: 37px !important;
  padding: 0 13px 0 10px;
  box-sizing: border-box;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time {
  color: #313131;
  padding: 10px 5px 0;
  font-size: 12px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  line-height: 0;
  text-decoration: none;
  padding: 0;
  position: absolute;
  border: 0;
  background: 0 0 !important;
  font-family: ElegantIcons !important;
  color: #313131;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-play button {
  background-position: 0 0;
  font-size: 20px !important;
  margin: 0 !important;
  width: 15px !important;
  height: 30px !important;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-play button:after {
  content: "\45";
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-pause button {
  background-position: 0 0;
  font-size: 20px !important;
  margin: 0 !important;
  width: 15px !important;
  height: 30px !important;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-pause button:after {
  content: "\60";
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px 8px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-mute button {
  background-position: -16px -16px;
  font-size: 15px !important;
  margin: 7px 4px 7px 2px;
  color: #313131;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-mute button:after {
  content: "\7a";
  position: relative;
  top: 1px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-unmute button {
  background-position: -16px -16px;
  font-size: 15px !important;
  margin: 7px 4px 7px 2px;
  color: #313131;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-unmute button:after {
  content: "\78";
  position: relative;
  top: 1px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  margin-top: 1px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #fff;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #0f58fb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail span,
.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail a {
  height: 4px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 7px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.edgtf-blog-audio-holder .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 4px;
}

.edgtf-blog-audio-holder .mejs-container .mejs-container,
.edgtf-blog-audio-holder .mejs-container .mejs-controls {
  background: transparent;
}

/* #Audio styles - end
========================================================================== */
/* Related Posts - begin
========================================================================== */
.edgtf-related-posts-holder {
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.edgtf-related-posts-holder .edgtf-related-posts-title {
  margin-bottom: 20px;
}

.edgtf-related-posts-holder .edgtf-related-post {
  width: 24.8125%;
  margin-right: 0.25%;
  display: inline-block;
  float: left;
}

.edgtf-related-posts-holder .edgtf-related-post:nth-child(4n) {
  margin-right: 0;
}

.edgtf-related-posts-holder .edgtf-related-post img {
  display: block;
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image {
  margin-bottom: 16px;
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-title,
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-info {
  margin-bottom: 6px;
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-info {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.edgtf-column1 .edgtf-related-posts-holder .edgtf-related-post,
.edgtf-column2 .edgtf-related-posts-holder .edgtf-related-post {
  width: 33.16%;
  margin-right: 0.25%;
}

.edgtf-column1 .edgtf-related-posts-holder .edgtf-related-post:nth-child(3n),
.edgtf-column2 .edgtf-related-posts-holder .edgtf-related-post:nth-child(3n) {
  margin-right: 0;
}

.edgtf-slick-slider-navigation-style.edgtf-blog-gallery .slick-list {
  padding: 0;
}

.edgtf-slick-slider-navigation-style.edgtf-blog-gallery .edgtf-slick-prev,
.edgtf-slick-slider-navigation-style.edgtf-blog-gallery .edgtf-slick-next {
  color: #fff;
}

.edgtf-slick-slider-navigation-style.edgtf-blog-gallery .edgtf-slick-prev {
  left: 16px;
  right: auto;
}

.edgtf-slick-slider-navigation-style.edgtf-blog-gallery .edgtf-slick-next {
  right: 16px;
  left: auto;
}

.page-template-blog-masonry-full-width .edgtf-pagination-holder .edgtf-pagination li.edgtf-pagination-prev {
  left: 61px;
}

.page-template-blog-masonry-full-width .edgtf-pagination-holder .edgtf-pagination li.edgtf-pagination-next {
  right: 64px;
}

/* Related Posts - end
========================================================================== */
/* #Blog Masonry - start
========================================================================== */
.edgtf-blog-holder.edgtf-blog-type-masonry {
  margin-bottom: 20px;
  overflow: visible !important;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-appeared {
  opacity: 1;
}

.edgtf-blog-holder.edgtf-blog-type-masonry article {
  display: block;
  width: 32%;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  margin: 0 0 30px;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

.edgtf-blog-holder.edgtf-blog-type-masonry article .edgtf-post-info {
  margin-bottom: 20px;
}

.edgtf-blog-holder.edgtf-blog-type-masonry article.format-link .edgtf-post-text, .edgtf-blog-holder.edgtf-blog-type-masonry article.format-quote .edgtf-post-text {
  padding: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-masonry article.format-link .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark, .edgtf-blog-holder.edgtf-blog-type-masonry article.format-quote .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark {
  font-size: 150px;
  right: -10px;
  top: 0;
}

.edgtf-blog-holder.edgtf-blog-type-masonry article.format-link .edgtf-post-text .edgtf-post-mark.edgtf-link-mark, .edgtf-blog-holder.edgtf-blog-type-masonry article.format-quote .edgtf-post-text .edgtf-post-mark.edgtf-link-mark {
  font-size: 80px;
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-blog-masonry-grid-sizer {
  width: 32%;
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-blog-masonry-grid-gutter {
  width: 2%;
}

.edgtf-blog-holder.edgtf-blog-type-masonry #infscr-loading {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-post-title {
  text-transform: none;
}

.edgtf-blog-holder.edgtf-masonry-full-width {
  margin-right: 70px;
  margin-left: 70px;
}

.edgtf-blog-holder.edgtf-masonry-full-width .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-masonry-full-width article {
  width: calc(25% - 3 / 4 * 30px);
}

.edgtf-blog-holder.edgtf-masonry-full-width article {
  margin-bottom: 30px;
}

.edgtf-blog-holder.edgtf-masonry-full-width .edgtf-blog-masonry-grid-gutter {
  width: 30px;
}

.edgtf-blog-holder.edgtf-masonry-full-width .edgtf-post-title {
  margin-bottom: 7px;
}

.edgtf-blog-holder.edgtf-masonry-full-width .edgtf-post-text {
  background: #fff;
}

/* #Blog Masonry - end
========================================================================== */
/* #Blog Split Column - start
   ========================================================================== */
.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-image,
.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-text-inner {
  padding-left: 5px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-info-bottom {
  margin-top: 0;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
  float: none;
  width: 100%;
  text-align: left;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article:not(.format-quote):not(.format-link) .edgtf-post-title {
  margin-bottom: 11px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-info,
.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-info {
  margin-bottom: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-content .edgtf-post-text,
.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-content .edgtf-post-text {
  padding: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark {
  font-size: 80px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark {
  font-size: 120px;
  top: 0;
  right: 0;
}

.edgtf-blog-holder.edgtf-blog-type-split-column article .edgtf-post-text {
  padding: 30px;
}

.edgtf-blog-holder.edgtf-blog-type-split-column .edgtf-blog-audio-holder {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/* #Blog Split Column - end
========================================================================== */
/* #Blog Single - start
========================================================================== */
.edgtf-blog-holder.edgtf-blog-single article {
  margin-bottom: 13px;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-tags-holder {
  margin: 20px 0;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-tags-holder .edgtf-single-tags-title {
  display: inline-block;
  margin-right: 5px;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-tags-holder .edgtf-tags {
  display: inline-block;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-tags-holder .edgtf-tags a {
  margin: 0 5px;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation {
  position: relative;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-navigation-inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-prev,
.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-next {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-prev a,
.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-next a {
  color: #565656;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-prev {
  float: left;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-blog-single-navigation .edgtf-blog-single-next {
  float: right;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-links-pages {
  margin-top: 65px;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-links-pages .edgtf-single-links-pages-inner > a,
.edgtf-blog-holder.edgtf-blog-single article .edgtf-single-links-pages .edgtf-single-links-pages-inner > span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text {
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding: 58px 43px 66px;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text h3, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text h3 {
  text-transform: none;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-quote-author, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-text-inner .edgtf-quote-author {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-info, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-info {
  margin-bottom: 29px;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-info > div, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-info > div {
  color: #888888;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-info > div a, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-info > div a {
  color: #888888;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-link-mark {
  font-size: 165px;
  right: 23px;
  top: 7px;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark {
  top: 0;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark .icon_quotations, .edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content .edgtf-post-text .edgtf-post-mark.edgtf-quote-mark .icon_quotations {
  display: none;
}

.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-text {
  padding: 70px 43px 55px;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 2px solid #efefef;
  margin-top: 20px;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-name {
  margin-bottom: 15px;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-description-image {
  float: left;
  width: 167px;
  border-radius: 100%;
  margin-right: 28px;
  overflow: hidden;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-description-image img {
  vertical-align: middle;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-description-text-holder {
  padding-left: 195px;
  position: relative;
  padding-top: 1px;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-text {
  padding-top: 6px;
}

.edgtf-blog-holder.edgtf-blog-single .edgtf-author-description .edgtf-author-text p:last-child {
  margin: 0;
}

/* #Blog Single - end
========================================================================== */

/*# sourceMappingURL=blog.css.map */