/*
Theme Name: Twenty Twenty-One Child theme of twentytwentyone
Theme URI: 
Description: Child theme of twentytwentyone theme for the Twenty Twenty-One theme
Author: <a href="https://nl.wordpress.org/">het WordPress team</a>
Author URI: Jan Abrahim Vos
Template: twentytwentyone
Version: 2.04
*/

.wp-block-image:not(.is-style-rounded) img {
    border-radius: 7px;
}

.site-logo .custom-logo {
    min-width: 200px;
    min-height: 200px;
}

div.site-info, span.posted-on {
display: none !important;
}

footer#colophon.site-footer{
margin: 0px;
    padding: 0px 20px 0px 0px;
    float: right;
}

.wp-block-image.is-style-twentytwentyone-border img:hover {
  opacity: 1;
}

figure a {
	background: white;
}

figure a:hover {
	opacity: .7;
}

figure.wp-block-image a:hover {
-webkit-filter: none;
	filter: none;
	opacity: 1;
}

figure.wp-block-image a {
-webkit-filter: sepia(1);
	filter: sepia(1);
	opacity: .7;
}

.screen-reader-text {
  webkit-clip-path: inherit !important;
    clip-path: inherit !important;
    left: -30px;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}