/*
 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.0
 Text Domain:  bricks
*/

/* Gutenberg Extensions */

.alignfull, .wp-block-image.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
  left: unset;
  right: unset;
}

.alignwide, .wp-block-image.alignwide {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignwide, .wp-block-image.alignwide {
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
    max-width: 120%;
  }
}