/**
 * Theme Name:     Kava Child
 * Author:         Ricardo Moreti
 * Template:       kava
 * Text Domain:	   kava-child
 * Description:    Kava is a perfectly balanced clean WordPress theme, fully compatible with Elementor. It is perfect for blogging, providing lots of blog variations and even more style settings, allowing everyone to customize its appearance: change logo, add sidebars and display widgets, select color schemes, etc. One of its main features is full responsiveness, so it will look great on all kinds of devices. Kava theme works just fine with WooCommerce plugin, and will be a great choice for creating a web store. It possesses immaculate typography, and its stylish appearance will satisfy even the most demanding. Kava theme is easy-to-use and customize, providing the best experience for everyone.
 * Author URI:     https://mrtinnovation.com.br
 * Version:        1.0
 */

/* Títulos centralizados nos artigos do blog */
.single-post .entry-title,
.single-post .elementor-widget-theme-post-title .elementor-heading-title,
.single-post .wp-block-heading {
	text-align: center;
}

/* CTA em blockquote — padrão editorial Salespetro */
.single-post blockquote.wp-block-quote,
.single-post .wp-block-quote,
.elementor-widget-theme-post-content blockquote.wp-block-quote,
.elementor-widget-theme-post-content .wp-block-quote {
	border-top: none !important;
	border-bottom: none !important;
	border-left: 4px solid #f57c00;
	border-right: none;
	text-align: left;
	padding: 1rem 1.25rem;
	margin: 1.5rem 0;
	background: #fff8f0;
	font-style: italic;
}

.single-post blockquote.wp-block-quote::before,
.single-post blockquote.wp-block-quote::after,
.single-post .wp-block-quote::before,
.single-post .wp-block-quote::after,
.elementor-widget-theme-post-content blockquote.wp-block-quote::before,
.elementor-widget-theme-post-content blockquote.wp-block-quote::after {
	content: none !important;
}

.single-post blockquote.wp-block-quote a,
.single-post .wp-block-quote a,
.elementor-widget-theme-post-content blockquote.wp-block-quote a {
	color: #f57c00;
	font-weight: 700;
	text-decoration: underline;
}

.single-post blockquote.wp-block-quote p,
.single-post .wp-block-quote p {
	margin: 0;
}
