/*
Theme Name: Unidade Pertopet
Theme URI: https://dpmidias.com/
Author: DPmídia
Author URI: https://dpmidias.com/
Description: Thema criado para unidades da PertoPet. Oferece opções de design flexíveis, suportadas por uma variedade de padrões para diferentes tipos de página, como serviços e landing pages, tornando-o ideal para a criação de blogs pessoais, portfólios profissionais, revistas online ou sites empresariais. Seus modelos atendem a diversos estilos de blog, desde layouts com foco em texto até layouts com muitas imagens. Além disso, suporta tipografia internacional e paletas de cores diversas, garantindo acessibilidade e personalização para usuários em todo o mundo.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unidadepertopet
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, pertopet, veterinaria
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Utility class to hide page titles
 * Use this class to hide page titles when needed
 */
.hide-page-title .wp-block-post-title,
.hide-page-title .entry-title,
.hide-page-title h1.page-title,
.hide-page-title .page-title {
	display: none !important;
}

/* Hide specific post title blocks */
.wp-block-post-title.hidden,
.entry-title.hidden {
	display: none !important;
}

/* Custom class for hiding titles in editor and frontend */
.no-title .wp-block-post-title,
.no-title .entry-title {
	display: none !important;
}
