@import url("./widget.css");
@import url("./block-box.css");

.block-box-img:hover>a::before,
.widget-posts-img:hover>a::before {
    display: none !important;
    background: transparent;
}

[class^="widget-posts-"]:not(.widget-posts-youtube)>.widget-posts-img>a>.fa {
    display: none;
}

.block-box-img>a>.fa:not(.fa-youtube-play) {
    display: none;
}

.block-box-img>a>.fa-youtube-play,
.widget-posts-youtube>.widget-posts-img>a>.fa-youtube-play {
    top: 50%;
    left: 50%;
    opacity: 1;
    display: block;
    font-size: 25px;
    position: absolute;
    margin: 0px !important;
    color: white !important;
    transform: translate(-50%, -50%);
}

.block-box-img>a>.fa-youtube-play::before, 
.widget-posts-youtube .fa-youtube-play::before {
    top: 50% !important;
    left: 50% !important;
    content: "\f04b" !important;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    text-shadow: 3px 3px 16px #272634;
}

.block-box-img>a:hover>.fa {
    color: white;
}

.post-meta div {
    border: none;
    padding: 0px;
    background: white;
}

.post-meta div i {
    margin-right: 7px;
}

.post-iframe iframe {
    max-height: 30vmax;
}

.single-post .main-content {
    display: flex;
    flex-direction: column;
}

.single-post .main-content > article.post {
    order: 0;
}

.single-post .main-content > #disqus_thread {
    order: 2;
    padding: 1rem 2rem;
    margin-bottom: 50px;
    background-color: white;
}

.single-post .main-content > .page-navigation {
    order: 3;
}

.single-post .main-content > div.post {
    order: 4;
}

#comments > * {
    width: 100% !important;
    max-width: none !important;
}

@media screen and (max-width: 768px) {
    article>.post-author {
        display: none;
    }
}

/* Remove all blocks design*/
body {
    background-color: white;
}

.post-type {
    display: none;
}

.block-box, 
.post-head,
.post-inner,
.post-wrap,
.widget {
    border: none;
    box-shadow: none;
    padding: 0px !important;
    background-color: transparent;
}

.widget::before, 
.widget::after, 
.post-head::before, 
.post-head::after, 
.post-inner::before, 
.post-inner::after, 
.post-wrap::before, 
.post-wrap::after, 
.block-box::before, 
.block-box::after {
    display: none;
}

.post-category-label {
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    display: inline-block;
    width: unset !important;
    background-color: #f19b39;
}

article.post .post-category-label {
    font-size: 16px;
    padding: 5px 12px;
    color: white !important;
}

.post-iframe .post-category-label {
    display: none;
}