/*
Theme Name: Twenty Twenty-Two Child
Theme URI: https://example.com/
Author: Attilio Chiarella
Author URI: attiliochiarella.it
Description: A child theme for TT2.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwochild
Template: twentytwentytwo
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

Twenty Twenty-Two Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two Child is distributed under the terms of the GNU GPL.
*/
h2 {
	font-size: var(--wp--preset--font-size--large);
	font-family: var(--wp--preset--font-family--system-font);
	font-weight: 500;
	margin-bottom: -10px!important;
}
/* ----- HOME ---- */

.home h1.wp-block-post-title{
    display: none;
}

h1.wp-block-site-title a {
    color: #c40075;
	
    text-decoration: none;
	font-style: normal;
	font-weight: 600;
}

li.wp-block-navigation-item.wp-block-navigation-link a {
    color: #7d149f;
	color: #c7a7d6;
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

li.wp-block-navigation-item.wp-block-navigation-link a:hover {
    color: #7d149f;
	text-decoration:underline;
}

figcaption.wp-element-caption {
    text-align: left;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

/* ---- PORTFOLIO ----- */
.wp-block-image figcaption {
    color: #000;
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 768px) {

.is-horizontal.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-7.wp-block-group.alignwide {
    display: flex;
    flex-direction: column;
}
	body .is-layout-flex {
    display: flex;
    flex-direction: column;
}
}