/* header */
.disable-link {cursor: default}

/* footer */
#footer a:hover {color: #FFE3E3}
.footer-widget.widget_block .h3 {
	line-height: 1;
    margin: 0;
}
.footer-widget.widget_block .h3, .footer-widget.widget_block h2 {color: #fff}
.site-footer .widget_nav_menu li {border: none !important;}
.site-footer #footer-widgets {background-color: #cb2027}

/* NF */
.nf-form-cont .nf-form-content .nf-field-label, .nf-form-cont .nf-after-form-content .nf-form-hp { display: none; }

/* roofing page parent, index child */
.section-index-child.index-child {padding: 2rem 0 0;}
.column {
	display: flex;
	flex-direction: column;
}

.post-card {padding: 2rem;}

.post-card .post-title {margin-top: 10px;}
.post-card .post-title-white {
	display: inline-grid;
	color: #fff;
	text-shadow: 1px 0 15px #000, 0 1px 15px #000, -2px -2px 5px #000, 0 2px 10px #000;
    padding: 10px 17px;
	margin-bottom: -200px;
}

.post-card .post-thumbnail {display: inline-grid;}

.post-card .post-thumbnail>img {
    aspect-ratio: 384/225;
    //height: 100%!important;
    max-width: 100%;
	object-fit: cover;
}
.w-100 {width: 100%;}

