/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

strong {
	font-weight: 500;
}

.brx-body.iframe .ginner-container {
    width: unset;
}
.news-video {
    max-width: 1080px;
}
h2.wp-block-heading {
    font-size: var(--text-xl);
	text-wrap: balance;
}
.wp-block-quote {
  font: inherit;
  font-style: italic;
}
div.wp-block-image img {
	border-radius: var(--radius-m);	
}
div.wp-block-image {
    margin: var(--space-l) 0 var(--space-m) 0;
}
.presto-block-video:not(.presto-sticky-parent){
	border-radius: var(--radius-m) !important;
	grid-column: feature-max;
}