/*
 Theme Name:   Evolvet: nuvio
 Theme URI:    https://www.nuvio.health/
 Description:  Bricks Child Theme.
 Author:       Evolvet
 Author URI:   https://www.evolvet.de/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

h1.bc-scribble-title__element svg.bc-scribble-title__svg, 
h2.bc-scribble-title__element svg.bc-scribble-title__svg {
	transform: scaleX(1) scaleY(0.25);
}

.bricks-layout-item .bricks-layout-inner {
	flex-direction: column-reverse;
}

.nuvio-post-category-pill {
	color: #fff;
	display: inline-block;
	margin: 0 0 7px 7px;
	border-radius: 12px;
	padding: 0 10px;
	font-size: 12px;
	float: right;
}

.brxe-posts .dynamic {
	width: 100%;
}

.brxe-posts li.bricks-layout-item .image-wrapper {
	-webkit-transition: 300ms ease transform;
	transition: 300ms ease transform;
}

.brxe-posts li.bricks-layout-item:hover .image-wrapper {
	-webkit-transform: scale(.97);
	transform: scale(.97);
}