<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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!
 */
 .blog-page .page-main {
    max-width: 1170px;
    margin: 0 auto;
 }
.post-list-wrapper .post-list {
    padding: 0;
    margin: 0 -15px -30px;
    display: flex;
    flex-wrap: wrap;
}

.post-holder {
    background: none;
    margin-bottom: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 15px;
    margin-bottom: 30px;
    list-style: none;
}
.post-content.post-custom .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0 0 20px;
}
.post-content.post-custom .post-description .post-info-blog .post-posed-date{
    font-size: 12px;
    margin-bottom: 15px;
}
.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%;
}

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

.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: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;
}

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

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

@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;
    }
    
}</pre></body></html>