/*
Theme Name: Paróquia Nossa Senhora da Paz
Author: Youset Tecnologia
Author URI: https://www.youset.com.br
Description: Tema desenvolvido para a Paróquia Nossa Senhora da Paz
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {    
    font-family:  'Lato', sans-serif;    
}

.color-primary{
    color: #2c5f93;
}

.bg-nsdp-primary{
    background-color: #2c5f93 !important;
}

#navbarMenu .menu-item{
    text-transform: uppercase;
}

#navbarMenu .menu-item a{
    color:#FFFFFF;
}

#navbarMenu .dropdown-menu a{
	color: #333;
}

#navbarMenu .dropdown-item.active, #navbarMenu .dropdown-item:active{
	background-color:#fff;
	color: #2c5f93;
}

#navbarMenu .menu-item a.nav-link.active{
    color: #e2b242;
}

.navbar-toggler{
    background-color:#ffffff !important;
}

.wp-block-latest-posts time{
    margin-top:0.8rem;
}

.btn-min-width-250{
    min-width: 250px;
}

.text-12{
    font-size: 12pt;
}

.text-20{
    font-size: 20pt;
}

footer{
    background-color: #eeeeee;
}

.wp-block-button__link {
    background-color: blue; /* Replace with your desired background color */
    color: white; /* Replace with your desired text color */
}

.text-justify{
	text-align: justify !important;
}


@media screen and (max-width: 480px){
    .wp-block-latest-posts.is-grid li{
        margin:0 !important;
    }
}