
/* WORDPRESS GUTENBERG */
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align:end; }
.wp-block-group__inner-container > p:last-child { margin:0; }
.wp-block-image img { width:100%; height:auto; display:flex; flex-direction:column; }
.is-style-rounded > img { border-radius:50%; }
.aligncenter > img { margin-left:auto; margin-right:auto; }
.wp-block-file > a { display:none !important; }
/* CIRLCE
ul.wp-block-latest-posts > li .wp-block-latest-posts__featured-image img { border-radius: 50%; }
 */

/* CIRCLES
ul.wp-block-latest-posts > li .wp-block-latest-posts__featured-image a:after { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border: 1px solid #ddd; border-radius: 50%; z-index: 2; }
ul.wp-block-latest-posts > li .wp-block-latest-posts__featured-image a:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border: 8px solid #f4f4f4; border-radius: 50%; z-index: 1; }
 */

/* GUTENBERG CODE */
.wp-block-code code { overflow: auto; width: 100%; display: block; border: 1px solid #ddd; background-color: #fff; padding: 20px 30px; font-size:17px; }


/* GUTENBERG BLOCKQUOTE */
.wp-block-quote { font-family:inherit; font-weight:500; font-size:110%; position:relative; padding: 30px 35px; background-color:#f4f4f4; margin: 0 auto; max-width:1140px; border-radius:3px; }
.wp-block-quote:before { content:url('data:image/svg+xml,<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.301 4c.411 0 .699.313.699.663 0 .248-.145.515-.497.702-1.788.948-3.858 4.226-3.858 6.248 3.016-.092 4.326 2.582 4.326 4.258 0 2.007-1.738 4.129-4.308 4.129-3.24 0-4.83-2.547-4.83-5.307 0-5.98 6.834-10.693 8.468-10.693zm-10.833 0c.41 0 .699.313.699.663 0 .248-.145.515-.497.702-1.788.948-3.858 4.226-3.858 6.248 3.016-.092 4.326 2.582 4.326 4.258 0 2.007-1.739 4.129-4.308 4.129-3.241 0-4.83-2.547-4.83-5.307 0-5.98 6.833-10.693 8.468-10.693z" fill-rule="nonzero"/></svg>'); position:absolute; top: 13px; left: 21px; width: 50px; height: auto; opacity: .1; }
.wp-block-quote p { margin:0 0 0 50px !important; }

