/*
Theme Name:     Fox Oak Counseling
Theme URI:
Description:    GeneratePress child theme. Do not uninstall GeneratePress.
Author:         Mitchell Knight
Author URI:     https://www.weareknights.com
Template:       generatepress
Version:        0.1.0
*/

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

/**
 * Sidebars
 **/

@media (max-width: 768px) {
	.widget-area.sidebar {
		margin-top: 80px;
	}
}

/**
 * Utility classes
 **/

.columns {
	columns: 3;
}

.plain-list {
	list-style: none;
}

@media all and (max-width: 976px) {
	.columns {
		columns: 1;
	}
}
