/*
 Theme Name:   Kester Child
 Theme URI:    https://kester.themewant.com
 Description:  Kester Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     kester
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* make sure this rule has enough specificity and runs last */
.col-lg-12.col-md-12 {
  display: flex !important;
  flex-direction: column; /* keep vertical stacking */
}

/* force h1 to appear before the subtitle */
.col-lg-12.col-md-12 .page-title {
  order: 0 !important;
  margin: 0 0 10px 0;
}

/* subtitle after h1 */
.col-lg-12.col-md-12 .sub-title {
	color: #ffffff;
  order: 1 !important;
  display: block; /* span -> block so margin/padding works */
}
h1, h2, h3, h4, h5, h6 {
/*     font-family: 'Poppins' !important; */
}
