.post-slider .post-block .image-wrap {
  padding-bottom: 450px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 48px;
}
button {
  box-shadow: none !important;
}
.post-list {
  margin-top: 0px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.post-list .post-item.post-holder {
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}
.post-list .post-image .image-container {
  position: relative;
}
.post-list .post-image .image-wrap,
.mfblog-replated-posts-block .posts .post a.image-wrap {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
}
.post-list .post-image .image-wrap .bg-img,
.mfblog-replated-posts-block .posts .post a.image-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.post-list .post-image .image-wrap img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-list .post-image .post-category {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  font-size: 0;
  line-height: 1;
}
.post-list .post-image .post-category a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.post-list .post-image .post-category a:hover {
  background: #4db2ec;
}
.post-list .post-info .post-title-wrap h3 {
  margin: 0;
}
.post-list .post-info .post-title-wrap h3 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.post-list .post-description {
  color: #000;
  line-height: 21px;
  font-size: 13px;
}
.post-list .post-view {
  display: block;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 11px;
  position: relative;
  top: -5px;
  padding: 4px 6px;
}
.post-list .post-view:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000 transparent transparent;
}
.post-read-more a.post-read {
  display: inline-block;
  color: #222;
  background-color: #fff;
  border: 1px inset #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
}
.post-read-more a.post-read:hover {
  color: #fff;
  background: #222222;
  text-decoration: none;
}
.post-featured-image-full {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-bottom: 50%;
}
.post-featured-image-full span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .post-list .post-container {
    display: -ms-flexbox;
    display: flex;
  }
  .post-list .post-image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    order: 0;
  }
  .post-list .post-info {
    padding: 0 0 0 25px;
    width: 100%;
  }
  .post-featured-image-full {
    padding-bottom: 30%;
  }
}
.post-image .image-wrap._16x9 {
  padding-bottom: 35% !important;
}
.post-image .image-wrap._4x3 {
  padding-bottom: 67% !important;
}
.post-image .image-wrap._3x2 {
  padding-bottom: 55% !important;
}
.post-image .image-wrap._1x1 {
  padding-bottom: 100% !important;
}
.toolbar.toolbar-blog-posts {
  text-align: center;
}
.toolbar.toolbar-blog-posts .pages a.page span {
  color: #000;
  font-size: 18px;
}
.toolbar.toolbar-blog-posts .pages strong.page span {
  font-weight: 600;
  font-size: 18px;
  color: #7ac142;
}
.blog-post-view .post-category a {
  display: inline-block;
  margin: 0 5px 0 0;
}
.blog-post-view .post-data-wrap {
  font-size: 13px;
  font-family: sans-serif;
  margin-bottom: 10px;
}
.blog-post-view .post-data {
  color: #bbbbbb;
}
.blog-post-view .post-view {
  font-size: 13px;
  font-weight: 600;
}
.blog-post-view .post-comments {
  margin-right: 20px;
}
.blog-post-view .post-sharing {
  margin-bottom: 20px;
}
.blog-post-view .post-featured-image {
  font-size: 0;
  margin-bottom: 20px;
}
.blog-post-view .post-tag {
  margin-bottom: 20px;
}
.blog-post-view .post-tag .post-tags a,
.widget.block-tagclaud .tagclaud-hld > span {
  display: inline-block;
  color: #000;
  padding: 7px 12px;
  border: 1px solid #000;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-radius: 0;
}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {
  text-decoration: none;
  opacity: .9;
  background: #333;
  color: #fff;
}
.mfblog-replated-posts-block .posts .post {
  padding: 0px;
}
.mfblog-replated-posts-block .posts .post img {
  margin-bottom: 20px;
}
.mfblog-replated-posts-block .posts .post a {
  font-weight: 600;
}
.blog-page h1 {
  margin-bottom: 20px;
}
.blog-post-view h1 {
  font-weight: 800;
}
.blog-post-view h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.blog-post-view h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: var(--h4-size);
}
@media (min-width: 768px) {
  .blog-post-view h2 {
    margin-top: 40px;
  }
  .blog-post-view h3 {
    margin-top: 20px;
  }
}
.blog-post-view .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.blog-post-view .post-description {
  margin-bottom: 30px;
  color: #000;
}
.blog-post-view .post-description p {
  color: #000;
}
.blog-post-view .post-description a {
  color: #000 !important;
  text-decoration: underline;
}
.blog-post-view #toc > ul {
  padding: 0;
}
.post-view .post-bottom {
  margin-top: 30px;
}
.post-sharing-bottom {
  padding: 30px 0;
  margin-bottom: 20px;
  border-top: 1px solid #d5d6da;
  border-bottom: 1px solid #d5d6da;
}
.post-sharing-bottom .addthis_inline_share_toolbox {
  text-align: center;
}
.blog-post-view .post-nextprev {
  margin-bottom: 30px;
  display: flex;
  padding: 20px 0;
}
.blog-post-view .post-nextprev .nextprev-link {
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}
.blog-post-view .post-nextprev .nextprev-link:hover {
  text-decoration: none;
}
.blog-post-view .post-nextprev .nextprev-link span {
  display: block;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: normal;
}
.blog-post-view .post-bottom .block.related {
  margin-bottom: 0;
}
.mfblog-replated-posts-block.block.related .post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.mfblog-replated-posts-block.block.related .post-list .post-item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem !important;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.mfblog-replated-posts-block.block.related .post-list .post-item .image-container {
  -ms-flex: 0 0;
  flex: 0 0;
  width: 100%;
  display: block;
  order: 0;
  margin-bottom: 10px;
}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap .bg-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.mfblog-replated-posts-block.block.related .post-list .post-item .block-info {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #222222;
}
@media (max-width: 767px) {
  .mfblog-replated-posts-block.block.related .post-list .post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.block.comments .c-count {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #222222;
  font-weight: 400;
}
.block.comments .c-count strong {
  border-bottom: 3px solid #222222;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-post-view .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .blog-post-view .post-nextprev .nextprev-link {
    font-size: 14px;
    line-height: 1.4;
  }
}
.image-wrap .animation-type-zoom {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.image-container .animation-type-zoom {
  -webkit-transition: transform .3s ease,opacity .3s;
  transition: transform .3s ease,opacity .3s;
}
.image-container:hover .animation-type-zoom {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
}
.subcategory-links-wrapper ul,
.post-links-wrapper ul {
  list-style: none;
}
.post-content .post-description img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}
.post-content .post-description ul,
.post-content .post-description ol {
  list-style-position: inside;
}
.post-content .post-description .post-ftimg-hld {
  margin: 0 0 20px 0;
}
.post-content .post-description .post-ftimg-hld img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.post-list .post-header .post-title {
  max-width: 80%;
}
.post-list .post-header .post-title a {
  text-decoration: none;
  font-size: 22px;
  color: #222222;
  font-weight: 400;
}
.post-list .post-header .post-title {
  margin: 0;
  padding: 10px 0;
  float: left;
}
.post-list .post-holder .post-header .addthis_toolbox {
  float: right;
  padding-top: 17px;
}
.post-list .hidden {
  display: none;
}
.post-view .post-holder .post-header .addthis_toolbox {
  float: right;
}
.post-view .post-gallery {
  margin: 15px 0 15px 0;
}
.post-view .post-gallery .gallery-image-hld {
  margin: 0 14px 14px 0;
  border: 1px solid #ccc;
  display: block;
  float: left;
}
.post-view .post-gallery .gallery-image {
  padding: 0;
  margin: 0;
  display: block;
}
.post-view .block {
  margin-bottom: 30px;
}
.widget.block-categories ul {
  padding: 0;
  list-style-type: none;
}
.widget.block-tagclaud .tagclaud-hld > span {
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-widget-recent .post-list {
  padding: 0;
  margin: 0;
}
.blog-widget-recent .post-holder {
  width: 31.2%;
  float: left;
  margin: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
  width: 48%;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 98%;
  }
}
@media (max-width: 1024px) {
  .blog-widget-recent .post-holder {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .blog-widget-recent .post-holder {
    width: 98%;
  }
}
.blog-widget-recent .post-description .post-text-hld {
  min-height: 150px;
  overflow-y: auto;
}
.blog-widget-recent-masonry .post-description .post-text-hld {
  max-height: none;
  min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
  width: 100%;
  margin: 0;
}
.mfblog-autoloader {
  text-align: center;
}
.mfblog-autoloader .mfblog-show-onload {
  display: none;
}
@media (max-width: 420px) {
  #mfblog_gcomments {
    max-width: 345px;
    overflow-y: scroll;
  }
}
.blog-category-view .category-content,
.blog-tag-view .tag-content {
  padding-left: 0;
}
.widget.block-list-posts .block-content .item {
  padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
  width: 60px;
  float: left;
  border-radius: 0;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
  display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
