/* Freeman Professional Services, CSS Overrides, Joe A Simpson Jr joesimpsonjr(at)gmail.com, January 2020 */
a.wp-block-button__link {
	border-radius: 6px;
	margin: 0 24px 36px;
	text-transform: uppercase;
}

aside.widget-area {
	background-color: #CECECE;
}

h1.entry-title {
	display: none;
}

h3.feature {
	padding: 16px 24px 0;
}

p.intro {
	font-size: 18px;
}

.contact-info-area.contact-info-no-hours.contact-info-footer-no-display {
	background: #d15e11;
}

.contact-info-area .icon {
	fill: #000000;
}

.contact-info-area {
	border: none;
	background-color: #d15e11;
	font-weight: bold;
}

.Column {
	float: left;
	width: 50%
}

.entry-header {
	padding: 12px 0;
	text-align: center;
}

.hero-area .button {
	background: #000000;
	color: #ffffff;
	border-radius: 6px;
	font-weight: bold;
	text-transform: uppercase;
}

.header-wrapper {
	padding: 24px 0 18px;
}

.site-header {
	border-top: none;
	padding-bottom: 0;
}

.wp-block-columns.feature-box .wp-block-column {
	background: #d15e11;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 12px;
}

.testimonial-entry-content p {
	font-size: 18px;
	font-style: italic;
}

.testimonial-entry.testimonial-entry-column-1.testimonial-entry-first-item-row {
	background-color: #e9e9e9;
	padding: 12px 24px 24px;
	border-radius: 6px;
	width: 99%;
	margin: 0 0 6%;
}

.site-info {
	display: none;
}

@media (min-width: 600px) {
	hero-area .button {
		color: #ffffff;
		background: #000000;
		font-weight: bold;
		font-weight: 700;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 768px) {
	/* ID Selectors */
	/*  a.wp-block-button__link {
					    border-radius: 6px;
					    margin: 0 24px 36px;
					    text-transform: uppercase;
					  }*/
	article#post-132 .entry-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 1080px;
	}
	
	/*  aside.widget-area {
					    background-color: #CECECE;
					  }*/
	h2 {
		text-align: center;
		font-size: 36px;
		font-weight: normal;
		font-weight: 400;
		margin-top: 2em;
		margin-bottom: 1.5em;
	}
	
	/*  h3.feature {
					    padding: 16px 24px 0;
					  }*/
	h2.hero-area-title {
		font-size: 56px;
		font-size: 3em;
	}
	
	p.intro {
		font-size: 28px;
	}
	
	/* Classes */
	.button {
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.contact-info-area .icon {
		fill: #000000;
	}
	
	.entry-header {
		padding: 24px 0;
	}
	
	.header-wrapper {
		padding-top: 36px;
		padding-bottom: 12px;
		width: 1080px;
	}
	
	.hero-area-wrapper {
		width: 1080px;
	}
	
	.hero-area-content {
		font-size: 3rem;
		font-size: 36px;
		line-height: 1;
	}
	
	.testimonial-entry-content p {
		font-size: 24px;
	}
	
	.testimonial-entry.testimonial-entry-column-1.testimonial-entry-first-item-row {
		background-color: #e9e9e9;
		padding: 24px 36px 36px;
		border-radius: 6px;
		width: 90%;
		margin: 0 3% 3%;
	}
	
	.site-header {
		border-top: none;
		padding-bottom: 24px;
	}
	
	.wf-active .widget-title {
		text-align: left;
	}
	
	.widget-area {
		border-top: none;
		font-weight: bold;
		font-weight: 700;
	}/*  .wp-block-columns.feature-box .wp-block-column {
					    background: #d15e11;
					    font-weight: bold;
					    font-weight: 700;
					  }*/
	
}

@media screen and (max-width: 768px) {
	.Column {
	float: left;
	width: 100%
}
}