/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.blog-post-view .page-title-wrapper {
    display: none;
}
.blog-post-view .post-header .post-title {
    font-size: 34px;
}
.blog-post-view .post-content .post-description {
    color: #222;
}
.blog-post-view .post-content .post-description p {
    font-size: 18px;
    line-height: 1.3;
    color: #222;
}
.blog-page .page-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 1;
    font-size: 45px !important;
    margin-bottom: 45px !important;
}
.blog-post-view.page-layout-2columns-right .column.main {
    width: 70%;
    max-width: 975px;
}
.blog-page .sidebar.sidebar-additional {
    padding: 0 0 20px 0;
}

.post-list {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.post-holder {
    padding-bottom: 25px;
    clear: both;
}
.post-list .post-holder {
    width: 32.5%;
}
.post-list .post-text-hld {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-list .post-text-hld p {
    line-height: 1.3;
}

.post-holder .post-date {
    margin-left: -60px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.post-holder .post-date .day {
    color: #08c;
    background-color: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2px;
    line-height: 22px;
    margin-bottom: 3px;
}
.post-holder .post-date .month {
    color: #fff;
    background-color: #08c;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
    display: block;
    font-size: 12px;
    padding: 0 2px 2px;
    line-height: 16px;
}
.post-holder .post-header {
    position: relative;
    margin-bottom: 20px;
}
.post-holder .post-banner {
    margin-left: -60px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
}
.post-holder .post-banner iframe {
    min-height: 300px;
}
.post-holder .post-banner.no-banner {
    display: none;
}
.post-holder .post-info .item {
    display: inline-block;
    margin-right: 15px;
}
.post-holder .post-info .label {
    margin-right: 5px;
}
.post-holder .post-info a {
    color: #777;
}

.post-list .post-content {
    margin-bottom: 15px;
}
.post-list .post-content .post-read-more {padding-top:5px; float:right;}

.post-content .post-description img {
    margin: 15px 0;
    max-width: 100%;
    max-width: calc(100% - 30px);
    height: auto
}
.post-content .post-description ul,
.post-content .post-description ol {
    list-style-position: outside;
    font-size: 18px;
}
.post-content .post-description ul > li,
.post-content .post-description ol > li {
    margin-bottom: 10px;
    color: #222;
}

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

.post-content .post-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 700;
}
.post-header .post-title a {
    text-decoration: none;
}

.post-holder .post-header .addthis_toolbox {float: right; padding-top: 6px;}

.post-view .post-bottom {
    margin-top:30px;
}
.post-view .post-back .action.primary {
    height: auto;
    max-width: 280px;
    margin-top: 30px;
}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.block-recent-posts ul li {
    margin: 0;
    padding: 10px 0;
}
.widget.block-recent-posts ul li div.post-image {
    width: 60px;
    background: #b8b8b8;
    float: left;
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 12px;
}
.widget.block-recent-posts ul li div.post-image:after {
    display: table;
    content: "";
    clear: both;
}
.widget.block-recent-posts ul li div.post-image img {
    width: 100%;
    height: auto;
}
.widget.block-recent-posts ul li a {
    font-family: inherit;
    font-size: inherit;
    color: #08c;
    line-height: 18px;
}
.widget.block-recent-posts ul li div.post-time {
    color: #888;
    font-size: 12px;
    line-height: 24px;
    font-family: inherit;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

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

.widget.block-categories ul {
    list-style: none;
    padding: 0;
}
.widget.block-categories li {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-categories li > a {
    color: #777;
}
.widget.block-categories li > a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}

.widget.block-archive .item {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-archive .item a {
    color: #777;
}
.widget.block-archive .item a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}
.widget.block-rss .rss-icon {
    width: 17px;
}
.widget.block-rss .block-title strong {
    vertical-align: middle;
}

.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    z-index: 3;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 38px;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 38px;
    color: #777;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 992px) {
    .blog-page.page-layout-2columns-right .sidebar.sidebar-main {
        max-width: 315px;
        float: right;
    }
}

@media (max-width: 992px) {
    .blog-page .page-title {
        font-size: 20px !important;
        letter-spacing: 3px;
        margin-bottom: 25px !important;
    }
    .blog-post-view .post-header .post-title {
        font-size: 20px;
    }
    .blog-post-view .post-content .post-description h2 {
        font-size: 20px;
    }
    .blog-post-view .post-content .post-description p {
        font-size: 14px;
    }
    .post-content .post-title {
        font-size: 16px;
    }
    .post-list .post-holder {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .post-list .post-info {
        padding: 0 !important;
    }
    .post-content .post-description ul,
    .post-content .post-description ol {
        font-size: 14px;
        padding-left: 20px;
    }
}
