/*
 Theme Name:   Mein Foto-Portfolio (Child)
 Description:  Child Theme für individuelle Zitate und Performance-Tweaks
 Author:       Sven Büchler
 Template:     minimalio
 Version:      1.0.0
*/


/* size of site title */
.header__brand {
	font-size:1.5rem;
}

/* maximum widht of project post-card */
.portfolio-post-type {
	max-width:900px;
}

/* Titel in Blog-Grids/Liste auf Startseite und Archivseiten ausblenden */
.blog h2.entry-title,
.blog .post-title,
.archive h2.entry-title,
.archive .post-title,
.home h2.entry-title,
.home .post-title {
  display: none !important;
  visibility: hidden !important;
}


/* Blende die PhotoSwipe-Instanz aus, die 0ms Transition hat */
div.pswp[style*="--pswp-transition-duration: 0ms"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


