.slide-desc h5{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.services-list .image-button:hover .image-button-desc {
	opacity: 0;
	cursor: pointer;
}
.home-project-slide-item {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.home-project-slide-item img {
	max-width: none;
	max-height: 450px;
	height: 450px;
}
.studio-map .half-and-half__text--right .half-and-half__text-wrapper {
	max-width: 100%;
}
.studio-map .page-bottom-desc h2.title-with-topbar {
	margin-bottom: 10px;
	text-align: center;
}
.studio-map .owner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	color: #000;
}
.studio-map .owner h5, .studio-map .owner h3 {
	font-weight: 600;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1.4375em;
}
.studio-map {
	color: #000;
}
.studio-map .page-bottom-desc h4, .studio-map .page-bottom-desc .h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-hours dt {
	font-weight: bold;
}
.nav-primary .sub-menu br, .side-nav li a br {
	display: none;
}
.scroltop {
    bottom: 25px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    left: 5px;
}

.platinum-wa .platinium-badge {
	display: flex;
	align-items: center;
}
.platinum-wa .platinium-badge .badge {
    width: 60px;
    margin-left: 15px;
}

@media(max-width: 1024px){
	.platinum-wa .platinium-badge .badge {
	width: 50px;
	margin-left: 20px;
}
}

.west-chester .about-content > p {
    display: none;
}
.west-chester .about-content > p:first-child {
    display: block;
}
.licencenum{    display: flex;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bold;    text-align: center;
}

@media (min-width: 1024px){
.home .home-about.studio {
    padding: 0;
    min-height: 500px;
    margin-top: 70px;
}
.home .home-about.studio h2 {
    margin: 0;
    margin-bottom: 0;
    font-size: 110px;
}
.home .home-about.studio .about-content {
    padding-left: 0;
}
.home .home-about.studio .row {
    display: flex;
    align-items: center;
}
}


/** new product template **/


.product-recent-projects .project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	position: relative;
	margin-bottom: 2rem;
}

.product-recent-projects .project-grid figure {
	margin: 0;
}

.product-recent-projects .project-grid img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

section.product-recent-projects h2 {
	font-size: 72px;
	margin-left: -240px;
	display: flex;
	flex-direction: column;
	line-height: 1;
	margin-bottom: -80px;
	z-index: 2;
	position: relative;
}

.product-recent-projects .project-grid  > div figure figcaption {
	padding-top:20px;
	border-top: solid 3px black;
}

.product-recent-projects .project-grid  > div figure p {
	font-style: italic;
	margin-top: 0;
}

.product-recent-projects .project-grid  > div:hover figure figcaption {
	color: var(--speedpro-primary) !important;
	border-color: var(--speedpro-primary);
}

.product-recent-projects .project-grid  > div:hover h3 {
	color: var(--speedpro-primary) !important;
}

@media(max-width: 900px) {
	.product-recent-projects .project-grid {
		grid-template-columns: 1fr;
	}

	section.product-recent-projects h2 {
		margin-left: 0;
		margin-bottom: 40px;
		font-size: 48px;
		text-align: center;
	}
}








.variety-of-materials-grid-item img {
    width: 390px;
    height: 220px;
    object-fit: cover;
    box-shadow: 3px 4px 3px rgba(0,0,0,0.4);
}

.variety-of-materials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin: 2rem auto;
}

.variety-of-materials-grid  h3 {
    text-align: center;
    font-size: 1.5rem;
}

.variety-of-materials-grid a {
    text-decoration: none;
}


.product-variety-of-materials {
    padding: 3rem 0;
    text-align: center;
}

.product-variety-of-materials h2 {
    font-weight: 400;
    font-size: 1.875rem;
}

[data-wpr-lazyrender] {
    content-visibility: visible!important;
}

.cf7-submitting {
  opacity: 0.6;
  pointer-events: none;
}

#button::after {
	content: "\f077";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-size: 1em;
    line-height: 40px;
    color: #fff;
}

.wpcf7 select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 13px 13px 14px;
  font-size: 1rem;
  font-family: inherit;

  background-color: #fff;
  color: #333;
  border: 1px solid #bdbdbd;
  border-radius: 0;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
  cursor: pointer;
}