#heffner-hero-panel h1 {
	padding-bottom:0;
}
.heffner-image-text-row .et_pb_column {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.heffner-image-text-row .et_pb_column .et_pb_text {
    width:100%;
}
#heffner-hero-panel{
	padding: 172px 0 72px;
}
#heffner-hero-panel .et_pb_row {
	padding-top: 5% !important;
	padding-bottom:5% !important;
}
#heffner-hero-panel.label-at-bottom {
	padding: 244px 0 0;
}
#heffner-hero-panel.label-at-bottom .et_pb_row {
	padding-top: 5% !important;
	padding-bottom:2% !important;
}
#heffner-hero-panel.label-at-bottom.reduced-hero {
	padding: 128px 0 0;
}
#heffner-hero-panel.label-at-bottom.reduced-hero .et_pb_row {
	padding-top: 2% !important;
	padding-bottom:1% !important;
}
#heffner-hero-panel.reduced-hero:not(.label-at-bottom) .et_pb_row {
	padding-top: 1.5% !important;
	padding-bottom:1.5% !important;
}
#heffner-footer-contact-link a {
	color: white;
	text-decoration:underline;
}
.heff-link-as-text a:not(.heff-link-as-link) {
	color: #21252a;
	color: var(--heffnercabinetry-styleA-text-color, #21252a);
}

/*Hover Image Rotation*/
@media (min-width:981px) {
	.hover-img:not(.hover-img-rev) img:hover{
		transform: scale(1.1) rotate(3deg);
	}
	.hover-img.hover-img-rev img:hover{
		transform: scale(1.1) rotate(-3deg);
	}
	.hover-img img{
		transition: all 400ms ease-in-out;
	}
	.hover-img .et_pb_image_wrap {
		overflow: hidden;
	}
}
/*Hover Image Rotation end*/

/*div.et_builder_inner_content > .et_pb_section:nth-child(odd) {
	background: white;
	color: black;
	background: var(--heffnercabinetry-styleA-background-color);
	color: var(--heffnercabinetry-styleA-text-color);
}
div.et_builder_inner_content > .et_pb_section:nth-child(odd) :is(h1,h2,h3,h4,h5,h6,a,p,span) {
	color: black;
	color: var(--heffnercabinetry-styleA-text-color);
}


div.et_builder_inner_content > .et_pb_section:nth-child(even) {
	background: black;
	color: white;
	background: var(--heffnercabinetry-styleB-background-color);
	color: var(--heffnercabinetry-styleB-text-color);
}
div.et_builder_inner_content > .et_pb_section:nth-child(even) :is(h1,h2,h3,h4,h5,h6,a,p,span) {
	color: white;
	color: var(--heffnercabinetry-styleB-text-color);
}

div.et_builder_inner_content > .et_pb_section:first, div.et_builder_inner_content > .et_pb_section:first :is(h1,h2,h3,h4,h5,h6,a,p,span) {
	color: white;
	color: var(--heffnercabinetry-styleB-text-color);
}

div.et_builder_inner_content > .et_pb_section :is(h1,h2,h3,h4,h5,h6,a,p,span).accent {
	color:#ff0000;
	color: var(--heffnercabinetry-text-color-highlight);
}*/

/*TODO: FIX */
    
