/**
 * 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!
 */
 .column.main {
    width: 100% !important;
}
.blog-post-view .post-holder .post-header {
position: relative;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
    
@media screen and (min-width: 768px){
.blog-page-list .post-holder {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em !important;
    width: 100%;
}
ol.post-list {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
}
.item.author-posted {
    display: none;
}
.item.post-date {
    display: none;
}

element.style {
}
.post-content .value {
    display: none;
}
.item.post-posed-date {
    display: none !important;
    
}
.item.post-categories {
    display: none !important;
}
.widget.block.block-categories * {
    float: left;
}
.block-title strong {
    display: none;
}
.widget.block.block-categories {
    display: grid;	
    width: 100% !important;
}
li.categoria a {
    text-align: center !important;
    float: none !important;
    border: 1px solid #000;
    padding: 0px 0px;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
ul#accordion-2 {
    width: 100%;
    height: fit-content;
}
ul#accordion-2 li {
    background: black;
}
li.categoria {
    width: 33%;
    text-align: center;
}
a.post-read-more {
    display: none !important;
}
.inside-thumb {
    display: none !important;
}
.post-header h1 {
    margin-bottom: 0px;
}
.tagclaud-hld span a {
    color: #000 !important;
}
.addthis_toolbox.addthis_default_style {
    display: none;
}
li.categoria {
    border-left: 1px solid white;
}
h1.titoloblogs {
    background: #000;
    color: #fff;
    text-align: center;
}
.magecontenitoreblog {
    padding: 0px 15px;
    border: 1px solid #ccc;
}
.post-header {
    min-height: fit-content !important;
}
.blog-page .post-info {
    display: none;
}
