/*
* Kadence css “fixings”
*/
body {
text-wrap: pretty;
}
/* header mobile */
.drawer-content .site-header-item {
overflow-y: auto;
max-width: 90vh;
}
.mobile-navigation {
max-height: 100%;
}
/* forms */
.kb-adv-form-message.kb-adv-form-warning {
padding: 0.1em 1em;
}
/* media */
@media (max-width: 1024px) {
#block-8 figure {
margin: 0 auto;
}
}
/*
* End Kadence css “fixings”
*/