/*
 Theme Name:        New Media Relations
 Theme URI:         https://bricksbuilder.io/
 Description:       Child theme of Bricks, developed by New Media Relations for De Krachtcentrale
 Author:            New Media Relations
 Author URI:        https://newmediarelations.nl
 Template:          bricks
 Version:           1.3.4-1
 Text Domain:       nmr-brx-child
*/

/* ==========================================
   GUTENBERG FIXES - CORE FRAMEWORK NATIVE
   ========================================== */

/* Layout fixes */
.alignfull {
  width: 100vw;
  max-width: 100vw;
  /*margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);*/
}

.is-layout-constrained {
  max-width: calc(var(--max-screen-width) + (var(--space-m) * 2)) !important;
  padding-inline: var(--space-m);
  margin-inline: auto;
}

/* Cover block fullwidth */
.wp-block-cover.alignfull {
  padding: unset;
}

/* Responsive fixes */
@media (max-width: 991px) {
  .wp-block-media-text__content {
    order: -1 !important;
  }
}

/* Utilities */
.wp-block-table {
  overflow-x: auto;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* Headings */
.wp-block-heading {
  margin-bottom: var(--space-s);
}

/* Links */
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
