/*
Theme Name:   Randale Porzellan Child Theme
Theme URI:    https://randaleporzellan.at/
Description:  A child theme for the Twenty Twenty-Five theme, customized for Randale Porzellan.
Author:       Randale Porzellan
Author URI:   https://randaleporzellan.at/
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         child-theme, twentytwentyfive, porcelain, craft
Text Domain:  randale-porzellan-child
*/

/* ==========================================================================
   Child Theme Custom Styles
   ========================================================================== */

/* ==========================================================================
   WordPress Root Variable Overrides
   ========================================================================== */

:root {
    --wp--style--global--content-size: 1200px;
}

/* Add your custom CSS below this line */

/* ==========================================================================
   Using WordPress Spacing Presets & Custom Variables
   ========================================================================== */

/* WordPress spacing presets (defined in theme.json) */
.spacing-example {
  margin-bottom: var(--wp--preset--spacing--60); /* Your customized medium spacing */
  padding: var(--wp--preset--spacing--50); /* Regular spacing */
}

/* Custom porcelain-themed variables (from theme.json custom settings) */
.porcelain-spacing {
  margin: var(--wp--custom--porcelain--spacing--medium);
  padding: var(--wp--custom--porcelain--spacing--small);
}

/* ==========================================================================
   Porcelain Theme Styling
   ========================================================================== */
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1340px;
}

.site-title {
  color: var(--wp--custom--porcelain--colors--clay);
}

.entry-title {
  color: var(--wp--custom--porcelain--colors--clay);
  margin-bottom: var(--wp--preset--spacing--60);
}

/* Custom section spacing */
.wp-block-group {
  margin-bottom: var(--wp--preset--spacing--70);
}


.home header .wp-block-group {
  margin-bottom: 0 !important;
}

.home h1,
.page h1 {
  display: none;
}

.home main,
.page main {
  margin-top: 0 !important;
}

.home main .wp-block-group,
.page main .wp-block-group {
  padding-top: 0 !important;
}

.vertical-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px
}