@charset "UTF-8";
/*
Theme Name: ColorMag Pro Child
Template:   colormag-pro
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: ColorMag Pro is the pro version of ColorMag free theme.
Version: 5.0.30
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

h1.wp-block-heading, h2.cm-entry-title {
    font-size: 3.2rem;
}

h2.wp-block-heading {
    font-size: 2.4rem;
}

h3.wp-block-heading {
    font-size: 2rem;
}

h4.wp-block-heading {
    font-size: 1.6rem;
}

h5.wp-block-heading {
    font-size: 1.2rem;
}

h6.wp-block-heading {
    font-size: 1rem;
}

/* Drie kolommen, side-by-side op grote schermen, stapelen onder 1292px */
.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
  }
  
  .grid-3 > .col {
  }
  
  /* Breakpoint: minder dan 1292px -> stapelen (1 kolom) */
  @media (max-width: 1291px) {
	.grid-3 {
	  grid-template-columns: 1fr;
	}
  }

  .cm-footer-top-1-col {
	width: 100%;
  }

  .cm-footer-bottom-row {
      background-color: #bd4e44 !important;
  }

  .cm-footer-builder a {
      text-decoration: underline;
  }