/*
Theme Name: Neviton
Theme URI: https://neviton.com.br
Author: Neviton
Author URI: https://neviton.com
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neviton
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


:root {
    --primary-bg-color: #c1121f;
}

* {
    font-family: 'Poppins' !important;
}

.contentnav {
    display: flex;
    align-items: center;
    max-width: 1000px !important;
    margin: auto !important;
    justify-content: space-between !important;
    padding: 12px 0;
}

#header {
    background-color: var(--primary-bg-color) !important;
}

.navlinks ul {
    display: flex;
    align-content: center;
    gap: 2rem;
    padding: 0 !important;
    margin: 0px !important;
}

.navlinks ul li {
    list-style: none;
}

.navlinks ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300 !important;
}



.logo{
    width: 100px;
}

.navbar-brand{
    color: #fff !important;
    font-weight: 500;
    display: flex !important;
    align-items: center !important;
    gap: 4px;
}

.logoTitle{
    font-size: 22px;
    margin: 0 !important;
    padding: 0 !important;
}

.logoTitle span{
    color: #780000;
    font-size: 22px;
}

.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center !important;
    
}

.posts {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.posts article {
    text-align: center !important;
}

.posts h2 {
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-top: 1rem;
    padding: 0 22px;
    color: #000 !important;
}

.posts h2:hover{
    color:#5e5f2c !important;
}

.entry-content {
    height: 200px;
    background-color: rgb(219, 219, 219);
    overflow: hidden !important;
}

.entry-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: 1.2s !important;
}

.entry-content img:hover {
    width: 120% !important;
    height: 120% !important;
}


.mainContent{
    max-width: 1000px;
    margin: auto;
}

.titleSingle{
    margin-bottom: 1rem;
}

.pesquisa{
    width: 100%;
   
    margin: 3rem 0;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 3px;
    padding: 12px 10px;
}


.pesquisa input{
    height: 100%;
    width: 100%;
    border: none;
}

.pesquisa input:focus{
    outline: none;
}

.pesquisa svg{
    width: 22px;
}

.linkactive{
    padding: 12px 0;
    height: 100%;
}

.search-form{
    display: flex;
    justify-content: space-between;

}

.search-field{
    width: 100%;
}

.search-form button{
    background-color: transparent;
    border: none;
}


.navBar {    
            background-color: #c1121f;
            padding: 15px;
            color: #fff;
    
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #fff;
        }

        .logo img {
            width: 30px;
            margin-right: 10px;
        }

        nav {
            display: flex;
        }

        nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

        nav ul li {
            margin-right: 20px;
        }

        nav a {
            text-decoration: none;
            color: #fff;
            font-weight: 400;
        }

        #menu-icon {
            display: none;
            cursor: pointer;
        }

        .teste {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
        }

        .entry-header a .entry-title{
            text-align: center !important;
            color: #000 !important;
            font-size: 18px !important;
            font-weight: 400;
        }

        .social-sharing-buttons{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .social-sharing-buttons a{
            padding: 12px !important;
            border-radius: 2px;
            color: #fff;
        }
        
        .social-sharing-buttons .Whats{
            background-color: #25D366;
        }
        
        .social-sharing-buttons .Pin{
            background-color: #E60023;
        }

        .agradecimento{
            text-align: center;
            padding: 22px;
        }
        
/* Adicione isso ao seu arquivo de estilo (style.css) */

/* Layout de três colunas */
.related-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.footercontent{
    text-align: center;
    width: 100%;
    background-color: #C1121F;
    color: #fff;
    padding: 15px 0;
}


/* Estilo para as imagens em destaque nos posts relacionados */
.related-post-thumbnail img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.custom-thumbnail-size{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.related-post-title{
    margin-top: 12px;
    font-size: 14px !important;
    text-align: center;
}

.related-post  a{
    color: #000;
}

.related-post a .related-post-title{
    
    font-weight: 300 !important;
}

.related-post a:hover{
    color: #707070;
}

.title-post-relacionado{
    margin: 2rem 0;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 22px;
}

.pagination a{
    color: #000;
}

.pagination span{
    color: #fff !important;
    background-color: #c1121f;
    padding: 12px 22px;
    border: 2px solid #c1121f;
    border-radius: 3px;
    cursor: pointer;
}

.pagination span:hover{
    background-color: #ce2631;
}


@media only screen and (max-width: 768px) {
    .related-posts {
        grid-template-columns: 1fr;
    }
    

            .social-sharing-buttons{
                padding: 12px;
                grid-template-columns: 1fr;
                
            }

            .teste {
                grid-template-columns: 1fr; /* Change to a single column for screens with a maximum width of 768px */
            }
            nav {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 60px;
                left: 0;
                right: 0;
                background-color: #c1121f;
            }

            nav.show {
                display: flex;
            }

            nav ul {
                flex-direction: column;
                align-items: center;
            }

            nav ul li {
                margin: 10px 0;
            }

            #menu-icon {
                display: block;
            }
        }