/*
Theme Name: Ron
Theme URI: https://wordpress.com/themes/ron/
Description: Ron is a minimalist blogging theme designed with a focus on delivering an exceptional reading experience. Its unique offset post layout and sticky post navigation make it stand out. By intentionally omitting a header, it includes only a footer, Ron allows readers to dive straight into the content without distractions.
Version: 1.0.4
Author: Automattic
Author URI: https://automattic.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ron
*/

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--background);
	border-color: var(--wp--preset--color--secondary);
}


/* AGGIUNTA MANUALE */

header .wp-block-columns,
.wp-block-template-part .wp-block-columns {
  margin-bottom:0px !important;
}

header.wp-block-template-part{
	position: sticky;
  top: 0;
  z-index: 9999;
}


@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
		width:auto!important;
		flex-basis:auto!important;
	}
	
}

.wp-block-column.is-vertically-aligned-center{
	width:auto!important;
}

div.wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-5c30c3d7 wp-block-group-is-layout-constrained{
	margin-top:0px!important;
}

@media (min-width:716px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color:inherit!important;
    display:block!important;
    position:relative!important;
    width:100%!important;
    z-index:auto!important;
  }
  
  @media (min-width:716px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display:none!important;
  }
}






/* FINE AGGIUNTA MANUALE */


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