/*
Theme Name: Colormag Pro Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for Colormag Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag-pro
Version: 1.0
*/

/* Root colours to be picked up by concierge */
:root {
  --color-primary: #233B75;
  --color-secondary: #EA3B3A;
  --color-black: #333333;
}

.single-title-above {
  padding-bottom: 0;
}

/* Legacy table styles */
table td {
  vertical-align: middle;
}

.wp-caption {
  border: none;
}