/*
Theme Name: Aldo
Theme URI: 
Author: Anthony Nelzin-Santos
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aldo
Tags: blog, portfolio, news, grid-layout, one-column, two-columns, three-columns, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks, full-site-editing, block-patterns

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

input, textarea {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

::placeholder { 
	color: var( --wp--preset--color--70 );
}

/* STRUCTURE */

body {
	text-align: justify;
		-webkit-hyphens: auto;
		hyphens: auto;
		-webkit-hyphenate-limit-after: 2;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-chars: 6 3 2;
		hyphenate-limit-chars: 6 3 2;
		-webkit-hyphenate-limit-last: always;
		hyphenate-limit-last: always;
		-webkit-hyphenate-limit-lines: 2;
		hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-zone: 8%;
		hyphenate-limit-zone: 8%;
		orphans: 2;
		widows: 2;
}
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

h1, h2, h3, h4, h5, h6 {
	hyphens: none;
	text-align: left;
}

input, textarea {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

sub, sup {
	line-height: 1;
}

sub {
	font-variant-position: sub;
}

sup {
	font-variant-position: super;
}

sup a {
	text-underline-offset: -0.15em;
}

::placeholder { 
	color: var( --wp--preset--color--70 );
}

/* STRUCTURE */

@media (max-width: 781px) {
	:root:not(.editor-styles-wrapper) .site-header-desktop,
	:root:not(.editor-styles-wrapper) .site-sidebar-col {
		display: none !important;
	}
}

@media (min-width: 782px) {
	:root:not(.editor-styles-wrapper) .site-header {
		display: none !important;
	}
}

/* HELPER CLASSES */

.hide-empty:empty { display: none !important; }

/* BLOCK: HEADING */

.wp-block-post-content {
	h2 {
		margin-top: var(--wp--preset--spacing--70);
	}
}

/* BLOCK: QUOTE & PULLQUOTE */

.is-style-has-quotation-mark:before,
.wp-block-pullquote blockquote:before {
	content: "”";
	display: block;
	font-size: clamp( 80px, 3em, 128px );
	line-height: .8;
	margin-left: -.05em;
	margin-bottom: .3em;
	max-height: .3em;
}

/* PLUGIN: FSM CUSTOM FEATURED IMAGE CAPTION */

.wp-caption-text {
	font-size: var(--wp--preset--font-size--small);
	margin-top: var(--wp--preset--spacing--20);
	text-align: right;
}