/**
 * Copyright Â© Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.post-content.post-custom {
  padding: 20px;
  border: 1px solid #eee;
}

.post-list-wrapper .post-list {
  padding: 0;
}

.post-content .post-description .post-ftimg-hld img {
  width: auto;
}

.post-holder {
  background: none;
  padding: 0;
  margin-bottom: 40px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.post-content.post-custom .post-description .post-ftimg-hld {
  width: 270px;
  margin: 0;
  float: left;
}

.post-content.post-custom .post-description .post-info-blog {
  margin-left: 300px;
}

.post-content.post-custom .post-description .post-title-holder {
  display: table;
  width: 100%;
}

.post-content.post-custom .post-description .post-title {
  margin: 0 0 15px;
  padding: 0;
  font-size: 100%;
}

.post-content.post-custom .post-description .post-title a {
  font-size: 114.285%;
  font-weight: 600;
  color: #222;
}

.post-list .post-holder .post-header .addthis_toolbox {
  padding-top: 2px;
}

.post-content.post-custom .post-description .post-info-blog .dash {
  display: none;
}

.post-content.post-custom .post-description .post-info-blog .post-categories {
  display: none;
}

.post-content.post-custom .post-description .post-info-blog .post-text-hld {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.post-content.post-custom .post-description .post-info-blog .post-read-more {
  display: table;
  float: none;
  padding: 9px 30px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post-holder .post-header .post-info .item {
  margin-right: 5px;
}

.post-holder .post-header .post-info .label {
  font-weight: 400;
}

.widget.block.blog-search .block-content {
  background: #f9f9f9;
  border: 1px solid #eee !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.widget.block.block-rss .block-title {
  background: none;
  padding: 0;
}

.widget.block.block-rss .block-title strong {
  text-transform: none;
}

.widget.block-rss .rss-icon {
  padding-right: 7px;
  margin-top: 2px;
}

.widget.block-recent-posts .block-content .item {
  padding: 5px 0;
}

.widget.block-list-posts .block-content .item .post-image {
  background: none;
  border: none;
  padding: 0;
}

.widget.block-list-posts .post-item-date {
  font-size: 90%;
}

.post-holder {
  border: none;
}

.post-content .post-description .post-ftimg-hld img {
  margin: 0 15px 0px 0;
  float: left;
}

.c-replyform {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-replyform.no-active textarea {
  height: 70px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.c-replyform textarea {
  height: 100px !important;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.c-replyform button {
  padding: 6px 20px !important;
  margin-top: 0 !important;
}

.rtl-layout .post-list .post-header .post-title {
  float: right;
}

.rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
  float: left;
}

@media (min-width: 768px) {
  .rtl-layout .post-content .post-description .post-ftimg-hld {
    float: right;
  }

  .rtl-layout .post-content.post-custom .post-description .post-info-blog {
    margin-right: 300px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .post-content.post-custom .post-description .post-ftimg-hld {
    width: 100%;
    float: none;
  }

  .post-content.post-custom .post-description .post-info-blog {
    margin-left: 0;
    margin-right: 0;
    float: none;
    padding-top: 15px;
  }

  .post-content .post-description .post-ftimg-hld img {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
}