/*
Theme Name: AsapTheme-Child
Theme URI: https://asaptheme.com
Version: 1.0.1
Description: Asap Theme Child
Author: Asap Theme
Author URI: https://asaptheme.com
Template: asap
*/

:root {
    --negro: #0c0606;
    --rojo: #cc1515;
}

.site-header-content, .site-header-content-top {
    max-width: 100% !important;
    padding: 8px 16px;
}

.content-footer {
    width: 100%;
    max-width: 1200px !important;

    .widget-content-footer {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;

    }
}
.the-content p {
    text-align: left !important
}

.widget-content-footer-bottom {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__publicidad {
    max-width: 1200px;
    margin: 0 auto;
}

.addoor-widget {
    h4 {
        font-family: Poppins, sans-serif;
    }
}

.menu-item a {
    font-family: "Oswald", sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
}

.evora-pagination-wrapper {
    width: 100%;

    .pagination a {
        background: white !important;
        color: var(--negro) !important;

        &:hover {
            color: white !important;
            background: var(--rojo) !important;
        }
    }

    .page-numbers.current {

        color: white !important;
        background: var(--rojo) !important;

    }

}

.menu-item a:hover {
    color: var(--rojo) !important;
    text-decoration: underline;
}

.addoor-widget {
    font-family: "Oswald", sans-serif !important;
}

#menu {
    width: 100%;
}

#menu > ul > li {
    margin: 0 0 0 8px !important;
}


.asap-content-top {
    background: var(--negro);
}

.site-header-content-top {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    .home__logo {
        display: flex;
        width: 125px;
        margin-right: 16px;
    }
}

.category-filters a.checked .checkbox {
    background: var(--rojo) !important;
    border-color: var(--rojo) !important;
    border-radius: 50px;
}

.show-extract {
    text-transform: none !important;
}

#autocomplete-results,
#autocomplete-results-home {
    right: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.content-footer {
    padding: 24px !important;

    .logo-footer {
        img {
            max-width: 125px !important;
        }
    }
}



.design-5 .featured-post-img, .design-5 .lastest-post-img {
    height: 200px;

    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}


.grid-image-container {
    height: 250px;

    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.flex-col {
    display: flex;
    flex-direction: column;
    .custom-html-widget {
        display: flex ;
        flex-direction: column;
    }
}
.site-logo img {
    max-width: 150px !important;
}

@media screen and (max-width: 1200px) {
    .menu-item a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1050px) {
    .design-5 .content-loop-design {
        padding-top: 10rem;
    }

    .menu-item a {
        font-size: 16px;
    }

    .design-5 .grid-container .grid-item.item-2 h2, .design-5 .grid-container .grid-item.item-3 h2, .design-5 .grid-container .grid-item.item-4 h2, .design-5 .grid-container .grid-item.item-5 h2, .design-5 .grid-container .grid-item.item-6 h2 {
        font-size: 16px !important;
    }

    .widget-content-footer {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .asap-content-top {
        background: var(--negro);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999999;
    }

    .site-header {
        top: 60px;
    }

    .author .content-loop, .category .content-loop {
        padding: 10rem 2.5rem 2rem;
    }

}

@media screen and (max-width: 767px) {
    .menu-item a {
        font-size: 16px;
    }

    .design-5 .grid-container .grid-item.item-2 h2, .design-5 .grid-container .grid-item.item-3 h2, .design-5 .grid-container .grid-item.item-4 h2, .design-5 .grid-container .grid-item.item-5 h2, .design-5 .grid-container .grid-item.item-6 h2 {
        font-size: 16px !important;
    }

    .content-footer {
        .widget-content-footer {
            display: grid !important;
            grid-template-columns: 1fr !important;
        }
    }

    .site-header-content-top {
        padding: 0 !important;
        min-height: 36px;
        .home__logo {
            width: 75px !important
        }
    }
    .site-header-content {

    }
    .site-header {
        top: 36px;
    }
    .site-logo img {
       height: 32px;
    }
    .design-5 .content-loop-design {
        padding-top: 120px  !important;
    }
    .content-single {

    }
    .author .content-loop,.category .content-loop {

    }
    .content-wc, .site-header+.content-page, .site-header+.content-single {
        padding-top: 150px !important;
    }



}
