/*   
Theme Name: sss
Version: 1.0
Author: Anon
Description: Stop Scam Site
*/

.logo a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}



.logo-text {
    font-size: 18px;
    font-weight: 600;
}

.logo-text span {
    background: #FF263850;
    padding: 5px 10px;
    border-radius: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        background: #FF263850;
    }

    50% {
        background: #FF263830;
    }

    100% {
        background: #FF263850;
    }
}

.mainmenu-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.mainmenu-nav .axil-button {
    height: 30px;
    line-height: 26px;
}

.mainmenu-nav .hover-flip-item span,

.mainmenu-nav .hover-flip-item span:before{
    line-height: 26px;
}

.mainmenu-nav .read-more-button {
    height: 26px;
}

.axil-footer-area ul li a:hover {
    color: var(--color-primary);
}

.dark_bg {

}


.post-thumbnail {
    position: relative;
}
.faded {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.faded+img {
    width: 100%;
    height: auto;
}

.mod-red span {
    color: var(--color-secondary);
    text-transform: uppercase;    
    font-size: 16px;
}


.mod-red span::after, 
.mod-red span::before {
    color: var(--color-secondary) !important;
}

.dark_bg {
    background: #1A1A1A;
    border-radius: 10px;
}

.site_link {
    display: flex;
    align-content: center;
}

.site_link img {
    width: 64px;
    height: 64px;
}

.site_link h6 {
    margin-bottom: 0;
    font-size: 24px;

}

.banner-single-post.post-formate.post-standard .post-content {
    left: 20px;
    bottom: -40px;
    width: fit-content;
    padding: 40px !important;
}

body.active-dark-mode .banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
    border: none;
    padding: 0;
}

.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper .post-meta {
    padding-bottom: 0;
}

.banner-single-post.post-formate.post-standard .post-content .title {
    padding-right: 0;
    font-size: 36px;
}

.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
    margin-top: 20px;
}

.banner-single-post.post-formate.alignwide .content-block {
    margin: 0 !important;
}

.content-block.post-medium .post-thumbnail {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.mod-f {
    display: flex;
    align-items: center;

    
}

.mod-f h4 {
    margin-bottom: 0 !important;    
    font-size: 18px !important;    
}

.s_text {
    padding-top: 40px;
}

.content-block.post-medium.post-medium-border {
    padding: 20px 0;
}

#wp-comment-cookies-consent {
    width: fit-content;
    max-width: 100%;
}

textarea {
    color: #fff !important;
}

.h50 {
    height: 50px;
}

.h30 {
    height: 30px;
}

.banned {
    opacity: .5;
}

.loop_post .content-block.post-grid .post-grid-content .post-content,
.loop_post .content-block.post-grid.post-grid-large .post-grid-content {
    position: static !important;
    width: 100% !important;
} 

.loop_post .content-block.post-grid .post-grid-content .post-content {
    border-radius: 0 0 20px 20px;
}

.loop_post .content-block.post-grid.post-grid-large .post-grid-content {
    padding: 0 !important;
}

.loop_post .post-thumbnail a img {
    border-radius: 20px 20px 0 0 !important;
}

.loop_post .post-meta .post-author-avatar {
    min-width: 40px !important;
    margin-right: 10px !important;
}

.loop_post .site_link img {
    width: 40px !important;
    height: 40px !important;
}

.mod_loop .content-block.post-medium .post-thumbnail {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.mod_loop .content-block.post-medium.post-medium-border {
    padding: 10px 0;
}

.axil-contact-form-area {
    margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.search-page {
    min-height: 60vh;
}

@media (max-width: 992px) {

    .banner-single-post.post-formate.post-standard .post-content {
        position: static !important;
        width: 100% !important;
    }

    .banner-single-post.post-formate.post-standard .post-content .title {
        font-size: 24px !important;
    }

    .site_link img {
        width: 50px !important;
        height: 50px !important;
    }
    .mod-f h4 {
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    .content-block.post-medium .post-thumbnail {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
    }
    

    .site_link h6 {
        font-size: 16px !important;
    }

    .copyright-area ul.mainmenu {
        flex-direction: column !important;
        gap: 15px;
        margin-bottom: 20px;
    }

    
    .copyright-area ul.mainmenu li {
        margin: 0;
    }

    .banner-single-post.post-formate.post-standard .post-content {
        padding: 20px !important;
    }

    .content-block.post-grid {
        padding-bottom: 0;
    }

    .logo-text {
        font-size: 14px;
    }

    .header-search .mobile-search-wrapper {
        display: none !important;
    }

    .axil-header {
        padding: 20px 10px;
    }

    .mb_w40 {
        width: 80px !important;
        padding: 0 !important;
    }

    .bn_lg {
        width: calc(100% - 80px);
        align-items: center;
        display: flex;
        
    }

    .axil-header .logo {
        margin-bottom: 0;
    }

    .axil-section-gap {
        padding: 40px 0 !important;
    }

    .axil-slide.slider-style-1 .content-block {
        padding-bottom: 30px;
    }

    .axil-slide.slider-style-1 .content-block .post-content .post-cat {
        padding-left: 10px;
        font-size: 14px !important;
        color: var(--color-primary) !important;
    }

    p {
        font-size: 16px !important;
    }
}