/*!
Theme Name: Heffner Cabinetry
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.01.00
Description: A Divi child theme for Heffner Cabinetry, that uses custom post types to hold galleries of projects.
Author: Wilmot Technologies Inc.
Author URI: https://www.wilmottech.com/
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Vars */
:root{
	--heffnercabinetry-styleA-text-color: #21252a;
	--heffnercabinetry-styleA-background-color: #ffffff;
	--heffnercabinetry-styleA-shadow-color: rgba(0,0,0,0.4);
	
	--heffnercabinetry-styleB-text-color: #21252a;
	--heffnercabinetry-styleB-background-color: #bfbfbf;
	--heffnercabinetry-styleB-shadow-color: rgba(0,0,0,0.4);
	
	--heffnercabinetry-text-color: #21252a;
	--heffnercabinetry-shadow-color: rgba(0,0,0,0.4);
	--heffnercabinetry-text-color-highlight: #2f74bf;
	text-underline-offset: 5px;
}
/* Vars End */

.hidden {display:none !important;}

.flex {
	display:flex;
}
.block {
	display:block;
}
.justify-between {
	justify-content: space-between;
}