/**
 * 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-list-wrapper .post-list {
    padding: 0;
    margin: 0;
}

.post-holder {
    background: none;
    margin-bottom: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    border: 0px;
    border-radius: 0px;
}
.post-content.post-custom .post-description {
    display: flex;
}
.post-content.post-custom .post-description .post-ftimg-hld {
    width: 450px;
    margin: 0 30px 15px 0;
}
.post-content.post-custom .post-description .post-info-blog {
    flex: 1 1 0;
}

.post-content.post-custom .post-description .post-info-blog .post-date .day_num{
    font-size: 342.85%;
    font-weight: 600;
    color: #111;
    margin-right: 5px;
    
}
.post-content.post-custom .post-description .post-info-blog .post-date .month_num,
.post-content.post-custom .post-description .post-info-blog .post-date .year_num{
    font-size: 100%;
    color: #999;
}
.post-holder .post-header .post-info{
    font-size: 92.85%;
    clear: both;
}
.post-holder .post-header .post-info .value{
    font-style: normal;
}
.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: 128.57%;
}

.post-content.post-custom .post-description .post-title a {
    font-weight: 600;
    font-size: 18px;
    color: initial;
}

.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: block;
    float: none;
    padding: 0px;
}
.post-content.post-custom .post-description .post-info-blog .post-read-more  a{
    background: #f5f5f5;
    padding: 12px 30px;
    display: inline-block;
}
.post-content.post-custom .post-description .post-info-blog .post-read-more:hover{
    text-decoration: underline;
}
.post-content .post-description .post-ftimg-hld{
    float: none;
    margin: 20px 0;
    width: 100%;
}
.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: #fff;
    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: 8px 0;
    border-bottom: 1px solid #ddd;
}
.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.sidebar-additional .widget.block ul,
.sidebar-additional .widget.block li{
    margin: 0;
    padding: 0;
}
.sidebar-additional .widget.block ul{
    padding:0;
    border: 0;
    margin: 0;
}
.sidebar-additional .widget.block li{
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.sidebar-additional .widget.block li:last-child {
    border: none;
}
.post-view .post-holder{
    padding: 0px;
}
.blog-post-view .post-view .post-holder .post-content .post-description{
    margin-bottom: 50px;
}
.blog-post-view  .post-view .post-holder .post-content .post-nextprev-hld{
     margin-bottom: 30px;
}
.blog-post-view  .post-view .post-holder .post-title{
    font-size: 30px;
    margin-bottom: 30px;
}
.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;
}
.widget.block-tagclaud .tagclaud-hld{
    padding: 20px 0;
}
.widget.block-tagclaud .largest {
    font-size: 16px;
}
.rtl-layout .post-list .post-header .post-title {
    float: right;
}

.rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
    float: left;
}
.rtl-layout .post-content.post-custom .post-description .post-ftimg-hld{
    margin: 0 0 15px 30px;
}

@media (max-width: 1366px) {
    .post-content.post-custom .post-description .post-ftimg-hld{
        width: 300px;
    }
}
@media (max-width: 575px) {
    .post-list .post-holder{
        margin-bottom: 40px;
    }
    .post-content.post-custom .post-description{
        display: block;
    }
    .post-content.post-custom .post-description .post-ftimg-hld{
        width: 100%;
    }
}
@media (max-width: 768px) {
   .blog-index-index.page-layout-2columns-right .sidebar{
        margin-top:50px;
   }
}

@media (max-width: 767px) {
    .blog-post-view .breadcrumbs-titlepage .page-title{
        display: none;
    }
    
}