/*
Theme Name: Feira dos Municípios
Theme URI: https://www.feiradosmunicipios-es.com.br/
Template: blocksy
Author: J1 Studio
Author URI: https://j1studio.com.br
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 1.0.0.1765849932
Updated: 2025-12-15 22:52:12

*/

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

/* HEADER - CTA */
.btn-header {
	border-width: 1px;
}

/* SINGLE POST - Breadcrumb */
.single-post .rank-math-breadcrumb p {
	font-size: 14px;
}

.single-post .rank-math-breadcrumb p a {
	text-decoration: none;
	color: var(--theme-palette-color-21);
}

.single-post .rank-math-breadcrumb p a:hover {
	color: var(--theme-palette-color-25);
}

.single-post .rank-math-breadcrumb p .separator {
	padding: 0 8px;
	
}

/* SINGLE POST - Link Color */
.single-post .entry-content :is(h2,h3,h4,h5){
	color: var(--theme-palette-color-25);
}

.single-post .entry-content a {
	color: var(--theme-palette-color-21);
}

.single-post .entry-content a:hover {
	color: var(--theme-palette-color-25);
}


/* SINGLE POST - Form Content */
.single-post .comment-form .form-submit #submit {
	background: var(--theme-palette-color-21);
}

.single-post .comment-form .form-submit #submit:hover {
	background: var(--theme-palette-color-25);
}