/** Location/Services CSS **/

body.single-locations-services #wrapper {
	width: 100%;
}

body.single-locations-services #main {
	padding: 0;
}

.location-service-post * {
	box-sizing: border-box;
}

.location-service-post :last-child {
	margin-bottom: 0;
}

.location-service-post h3 {
	margin-top: 0;
}

.wp-block-button__link_dark_bg {
	border-color: #fff !important;
}

.location-service-post .nf-form-fields-required {
	color: #000;
}

.location-service-post details.has-light-grey-background-color {
	background-color: #eee;
	padding: 15px;
    margin-bottom: 1em;
}

.location-service-post details summary {
	display: flex;
    align-items: center;
    gap: 10px;
}

.location-service-post details summary::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    background: #000;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

.location-service-post details summary h3 {
	font-size: 25px;
}

.location-service-post details[open] summary {
	margin-bottom: 15px;
}

.location-service-post details[open] summary::before {
    transform: rotate(90deg);
}

.location-service-post details > *:not(summary) {
	padding-left: 20px;
}

.wiaf-section-padding {
	padding: 80px 0;
}

.wiaf-section-sm-padding {
	padding: 40px 0;
}

.wiaf-container {
	position:relative;
	width: clamp(290px, 90vw, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.wiaf-hero-section {
	position: relative;
	background-image: url(/wp-content/uploads/2024/10/Granite-Countertops-in-kitchen.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0 !important;
}

.wiaf-hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / 80%);
}

.wiaf-hero-section .hero-section-inner {
	display: grid;
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
}

.wiaf-hero-section .hero-section-inner .content-col {
	padding-right: 0;
	border-right: 0;
}

.wiaf-hero-section h1 {
	color: #000;
}

.wiaf-hero-section p {
	color: #000;
}

.wiaf-hero-section a:not(.wp-block-button__link) {
	color: #000;
}

.wiaf-featured-section {
	background-color:  var(--main);
}

.wiaf-featured-section .featured-section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
}

.wiaf-featured-section .featured-block {
	display: flex;
	align-items: center;
}

.wiaf-featured-section .featured-block::before {
	content: "\2714";
	flex-shrink: 0;
	align-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    border-radius: 50%;
    line-height: 18px;
    width: 50px;
    height: 50px;
    background: #fff;
	box-sizing: border-box;
	margin-right: 15px;
}

.wiaf-featured-section h3 {
	color: #fff;
    font-size: 22px !important;

}

.wiaf-featured-section h3:last-child {
	margin-bottom: 0;
}

.wiaf-service-checkboxes-section {
	background-color: #fff;
}

.wiaf-service-checkboxes-section h2 {
	color: #000;
}

.wiaf-service-checkboxes-section .service-checkboxes-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.wiaf-service-checkboxes-section .service-checkboxes-list p {
	color: #000;
    display: flex;
    align-items: flex-start;
	line-height: 1.3;
	margin: 0;
}

.wiaf-service-checkboxes-section .service-checkboxes-list p::before {
    content: "\2714";
	color: #000;
    flex-shrink: 0;
    align-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    border-radius: 50%;
    line-height: 20px;
    box-sizing: border-box;
    margin-right: 7px;
}

.wiaf-reviews-section {
	background-color: #eee;
}

.wiaf-reviews-section .reviews-section-inner {
	display: grid;
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
}

.reviews-section-inner .img-col {
	position: relative;
}

.reviews-section-inner .img-col img {
	position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.reviews-section-inner .content-col {
    align-content: center;
    border: none;
    padding: 0;
}

.reviews-section-inner .content-col p {
	font-size: 18px;
	font-style: italic;
	line-height: 1.2;
}

.wiaf-service-options-section {
	background-color: var(--main);
}

.wiaf-service-options-section h2 {
	color: #fff;
}

.wiaf-service-options-section .service-options-blocks {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch !important;
    justify-content: center;
    gap: 2rem;
	margin: 50px 0;
}

.wiaf-service-options-section .service-options-blocks .service-options-block {
	background: #fff;
    color: #000;
    flex-basis: 30%;
    min-width: 290px;
    max-width: 31%;
    flex-grow: 1;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.wiaf-service-options-section .service-options-block .service-options-img {
	margin: 0;
}

.wiaf-service-options-section .service-options-block .service-options-img img {
	width: 100%;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wiaf-service-options-section .service-options-block .service-options-details {
	padding: 40px;
}

.wiaf-cta-section {
	background-color: #F6F2ED;
}

.wiaf-cta-section h2 {
	color: #000;
}

.wiaf-how-to-section {
	position: relative;
	background-image: url(/wp-content/uploads/2025/01/all-building-construction-dayton-OR-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	counter-reset: section;
}

.wiaf-how-to-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 80%);
}

.wiaf-how-to-section .how-to-section-inner {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	padding: 40px;
}

.wiaf-how-to-section .how-to-blocks {
	display: flex;
    flex-wrap: nowrap;
	gap: 30px;
}

.wiaf-how-to-section .how-to-blocks .how-to-block {
	display: flex;
	flex-basis: 30%;
    min-width: 250px;
    max-width: 31%;
    flex-grow: 1;
}

.wiaf-how-to-section .how-to-blocks .how-to-block::before {
	content: counters(section, "");
    counter-increment: section;
    font-weight: 700;
    display: inline-block;
	flex-shrink: 0;
    margin-right: 10px;
    font-size: 4.5rem;
    line-height: 1;
    color: #fff;
    text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
    width: 1ch;
    -webkit-text-fill-color: var(--secondary-color);
    -webkit-text-stroke: 2px black;
}

.wiaf-how-to-section .how-to-block .how-to-block-inner {
	margin-top: 10px;
}

.wiaf-other-services-section {
	background-color: var(--main);
}

.wiaf-other-services-section h2 {
	color: #fff;
}

.wiaf-other-services-section .other-services-blocks {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: center;
    gap: 2rem;
	margin: 50px 0 0;
}

.wiaf-other-services-section .other-services-blocks .other-services-block {
	align-items: flex-start;
    flex-basis: 30%;
    min-width: 290px;
    max-width: 380px;
    flex-grow: 1;
	padding: 40px;
	min-height:50px;
	aspect-ratio:unset;
}

.other-services-blocks .other-services-block.wp-block-cover > .wp-block-cover__inner-container {
	padding: 0;
	margin-top: 0;
}

.wiaf-why-us-section {
	background-color: #eee;
}

.wiaf-why-us-section .why-us-section-inner {
	display: grid;
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
}

.why-us-section-inner .img-col {
	position: relative;
}

.why-us-section-inner .img-col img {
    position: absolute;
    width: 100%;
	height: 100%;
    object-fit: cover;
	object-position: center;
}

.why-us-section-inner .content-col {
	padding: 50px 0;
}

.wiaf-testimonials-section {
	position: relative;
	/* Removed dead template leftover: an http:// background pointing at a
	   different business's server (equinoxfence.com). Selector renders on zero
	   pages; the cross-origin http ref was a mixed-content liability. */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	counter-reset: section;
}

.wiaf-testimonials-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(205 16 0 / 80%);
}

.wiaf-testimonials-section .testimonials-section-inner {
	background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    padding: 40px;
}

.wiaf-testimonials-section h2 {
	margin-bottom: 0;
}

.wiaf-testimonials-section .testimonials-blocks {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch !important;
    justify-content: center;
    gap: 2rem;
}

.wiaf-testimonials-section .testimonials-blocks .testimonials-block {
	text-align: center;
	align-items: flex-start;
    flex-basis: 30%;
    min-width: 290px;
    max-width: 380px;
    flex-grow: 1;
}

#service-areas-section .service-areas-section-inner .map-col iframe {
	border: 0;
	width: 100% !important;
}

.wiaf-service-areas-section .service-areas-section-inner {
	display: grid;
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
}

.service-areas-section-inner .content-col {
	padding-right: 0;
	border-right: none;
	align-content: center;
}

.wiaf-cta-two-section {
	position: relative;
	background-image: url(/wp-content/uploads/2024/09/engineered-hardwood-in-kitchen-flooring.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	counter-reset: section;
}

.wiaf-cta-two-section .cta-two-section-inner > div:first-of-type {
	text-align:center;
	margin-bottom:20px;
}

.wiaf-cta-two-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(91 0 24/ 80%);
}

.wiaf-cta-two-section .cta-two-section-inner {
	background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    padding: 40px;
}

.wiaf-faqs-section .faqs-section-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.wiaf-faqs-section h3 {
	margin-left: 0 !important;
}

.faqs-section-inner h2 {
	color: #000;
	margin-bottom: 25px;
}

@media screen and (max-width:1024px) {
	.wiaf-service-checkboxes-section .service-checkboxes-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.wiaf-service-options-section .service-options-blocks .service-options-block {
		max-width: 45%;
	}

	.wiaf-testimonials-section .testimonials-blocks .testimonials-block {
		max-width: 45%;
	}

	.wiaf-how-to-section .how-to-blocks {
		flex-wrap: wrap;
	}

	.wiaf-how-to-section .how-to-blocks .how-to-block {
		flex-basis: 100%;
		max-width: 100%;
	}

	.wiaf-other-services-section .other-services-blocks .other-services-block {
		max-width: 45%;
	}
}

@media screen and (max-width:767px) {
	.wiaf-hero-section .hero-section-inner {
    	grid-template-columns: repeat(1, 1fr);
    	grid-gap: 2em;
	}

	.wiaf-hero-section h1 {
		font-size: 40px;
	}

	.wiaf-hero-section .hero-section-inner .wp-block-buttons {
		margin-top: 30px;
	}

	.wiaf-featured-section .featured-section-inner {
    	flex-direction: column;
		gap: 30px;
	}

	.wiaf-reviews-section .reviews-section-inner {
		grid-gap: 2em;
		grid-template-columns: repeat(1, 1fr);
	}

	.reviews-section-inner .img-col {
		height: 250px;
	}

	.reviews-section-inner .content-col {
		padding: 0;
	}

	.wiaf-service-checkboxes-section .service-checkboxes-list {
		grid-template-columns: repeat(1, 1fr);
		max-width: 500px;
	}
	.wiaf-options-section .options-list p {
		justify-content: center;
	}

	.wiaf-service-options-section .service-options-blocks {
		margin: 30px 0;
	}

	.wiaf-service-options-section .service-options-blocks .service-options-block {
		max-width: 480px;
	}

	.wiaf-how-to-section .how-to-section-inner {
		padding: 20px;
	}

	.wiaf-how-to-section .how-to-blocks {
		margin-top: 30px;
	}

	.wiaf-how-to-section .how-to-blocks .how-to-block::before {
		font-size: 3.5rem;
	}

	.wiaf-how-to-section .how-to-block .how-to-block-inner {
		margin-top: 3px;
	}

	.wiaf-other-services-section .other-services-blocks {
		margin-top: 30px;
	}

	.wiaf-other-services-section .other-services-blocks .other-services-block {
		max-width: 480px;
		padding: 20px;
	}

	.wiaf-why-us-section .why-us-section-inner {
		grid-gap: 2em;
		grid-template-columns: repeat(1, 1fr);
	}

	.why-us-section-inner .img-col {
		height: 250px;
	}

	.why-us-section-inner .content-col {
		padding: 0;
	}

	.wiaf-section-padding {
		padding: 40px 0;
	}

	.wiaf-service-areas-section .service-areas-section-inner {
		grid-gap: 2em;
		grid-template-columns: repeat(1, 1fr);
	}

	.wiaf-cta-two-section .cta-two-section-inner {
		padding: 30px;
	}
	
	.wiaf-testimonials-section .testimonials-section-inner {
		padding: 30px;
	}
	
	.wiaf-testimonials-section .testimonials-blocks {
		margin-top: 30px;
	}

	.wiaf-testimonials-section .testimonials-blocks .testimonials-block {
		max-width: 480px;
	}

	.wiaf-reviews-section .reviews-section-inner .img-col img {
		height: 100%;
	}

}

@media all and (max-width: 480px) { 
	.mobile-full-width {
		width: 100%;
	}
	
	#featured-section .featured-section-inner {
		align-items: start !important;
	}
	
	#service-areas-section .service-areas-section-inner {
		display: flex !important;
		flex-direction: column !important;
	} 
	
	#service-areas-section .service-areas-section-inner .map-col iframe {
		width: 100% !important;
	}

	.wiaf-reviews-section .reviews-section-inner .img-col img {
		height: 100%;
	}
}

/** Location/Services CSS End **/