/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: lmdm
 */

.is-style-has-signet, .blog .page-title {
  position: relative;
  padding-top: 50px;
  text-align: center; 
}
.is-style-has-signet:before, .blog .page-title:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url('./assets/img/signet.svg') no-repeat center center/cover; 
}

.wp-block-qubely-divider svg, .qubely-divider svg {
	max-width: 500px;
	height:auto;
	width:100%;
}

#cmplz-cookiebanner-container,
#header div[data-row="middle:boxed"] .ct-container,
#search-modal {
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#footer .wp-block-latest-posts__list li {
	margin-bottom:5px;
}