/*
Theme Name: PhotoHub
Theme URI: https://www.fotowerkplaats.nl
Author: P.Remmelts
Author URI: https://www.paulremmelts.nl
Description: a simpel clean and fast Wordpress photographers theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: photohub
Tags: Eén kolom, custom-menu, Editor stijl, Uitgelichte afbeeldingen, rtl-language-support, Sticky berichten, translation-ready, Brede blokken, Stijlen van de blok-editor, Blog, Portfolio, photography, masonry

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */


 header {
  position: sticky!important;
  top: 0;
  z-index: 999;
  background-color: rgba(252, 252, 252,0);
}



/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}


/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

body{
    background-color: #FCFCFC!important;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* geen ronde knoppen*/
:root :where(.is-style-post-terms-1--3 a:where(:not(.wp-element-button))) {
    border-radius: 0px!important;
}

.wp-block-image figcaption {
    background: none!important;
    box-sizing: border-box;
    font-size: 13px;
    overflow: auto;
    text-align: left!important;
    will-change:transform;
}


.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
    -webkit-backdrop-filter: none!important;
    backdrop-filter: none!important;
    content: "";
    height: 100%;
    mask-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0));
    max-height: 0%;
}

/*  hover colors */
.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
color: rgba(20, 215, 211, 1) !important;
/*background: rgba(128, 128, 128, 0.2);*/
text-decoration: none;
}

li.current-menu-item a {
 /*border-bottom: 0.5px solid rgba(20, 215, 211, 1)!important;*/
 color: rgba(210, 215, 211, 1) !important;
}


:root {
  --wp--style--block-gap: 1rem !important;
}

.wp-block-group-is-layout-constrained{
	padding:right:30px!important;
}


/* hide and seek */
wp-block-post-title {
display: none !important;
}

a {
    text-decoration: none !important;
}




/*
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    box-sizing: border-box;
    text-align: left!important;
    color: #fff;
    margin: 1em;
    overflow: auto;
    padding: 1em;
    scrollbar-gutter: stable both-edges;
    text-align: center;
    will-change: transform;
}
*/


/* hier valt niets meer te zien */
