.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;
}

#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;
}

.scroltop {
	display: none!important;
}


@media (max-width: 768px){
	.scroltop {
		display: none!important;
	}

	#button {
		bottom: 90px!important;
		right: 10px!important;
	}
}
.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;
}

.page-header  {
	background-color: #fff;
	padding: 42px 0;
}

.page-header .header-logo-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header .header-logo-menu .header-logo {
	max-width: 222px;
}

.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    font: normal 18px / 26px Poppins, sans-serif!important;
	font-weight: 700;

}

.ubermenu-nav .ubermenu-item-level-0 > a {
    padding: 10px 0;
    border-bottom: 4px solid transparent;
}

.ubermenu-nav > li {
	margin-right: 30px!important;
}

.ubermenu-nav > li:last-child {
	margin-right: 0!important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    position: absolute;
    right: 5px!important;
    top: 50%!important;
    transform: translateY(-50%);
	margin-top: 0!important;
}

.page-header .header-phone a {
	color: #D9291B!important;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
}

.page-header .header-button a {
	background-color: #D9291B;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 5px;
	margin-right: 0;
	margin-bottom: 0;
}

.slide-desc {
	width: 100%;
	max-width: 1120px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

.slide-desc h5 {
	font-size: 29px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 40px;
	text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.slide-desc h1, .slide-desc h2 {
	font-size: 76px;
	line-height: 91px;
	font-weight: 900;
	max-width: 920px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 40px!important;
	text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.slide-desc p.font-medium {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 40px;
	text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.slide-desc a.btn-primary {
	background-color: #D9291B;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 5px;
	margin-bottom: 0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.testimonial-slider .slick-dots li button:before {
	font-size: 8px;
}

.testimonial-slider .slick-list {
	padding: 0!important;
}

.slick-dots li.slick-active button:before {
	font-size: 16px;
}

.testimonial-slider {
    padding: 80px 0;
	padding-bottom: 120px;
}

.testimonial-slider .testimonial-slider__item {
	height: auto;
	max-width: 700px!important;
	min-width: 700px!important;
	width: 700px!important;
	margin: 0 50px;
	position: relative;
	isolation: isolate;
}

.testimonial-slider .testimonial-slider__item .testimonial-content.hover-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease;
}

.testimonial-slider .testimonial-slider__item:hover .testimonial-content.hover-content {
	opacity: 1;
}

.testimonial-slider .testimonial-slider__item .testimonial-content.normal-content {
	z-index: 1;
}

.testimonial-slider .testimonial-slider__item .testimonial-content {
	width: 100%;
	padding: 57px 65px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transition: all 0.3s ease;
}

.testimonial-slider .testimonial-content.normal-content {
	background-color: #000;
}

.testimonial-slider .testimonial-slider__item .testimonial-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.testimonial-slider .testimonial-slider__item .testimonial-top-text .testimonial-name {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.testimonial-slider .testimonial-slider__item .testimonial-top-text .testimonial-location {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
    font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.testimonial-slider .testimonial-slider__item .testimonial-rating {
    margin: 20px 0;
	display: flex;
	gap: 10px;
}

.testimonial-slider .testimonial-slider__item .testimonial-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;        /* Limit to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testimonial-slider .testimonial-slider__item .testimonial-button {
    background-color: #D9291B;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 0;
}

.testimonial-slider .testimonial-slider__item .testimonial-button:hover {
	background-color: #fff;
	color: #D9291B;
	font-weight: 900;
}

.testimonial-slider .testimonial-content.hover-content {
	background-image: url('https://speedpro-stage.freshy.dev/addison/wp-content/uploads/sites/4/2025/04/black-art.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.testimonial-slider .testimonial-content.hover-content h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.testimonial-slider .slick-dots {
	bottom: 0;
}
.testimonial-slider .slick-dots .slick-active button {
	background-color: transparent;

}

.get-a-quote {
	padding: 50px 0;
	background-image: url('https://speedpro-stage.freshy.dev/addison/wp-content/uploads/sites/4/2025/04/black-art.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.get-a-quote__container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.get-a-quote__container h2 {
	font-size: 35px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0;
	flex-shrink: 1;
	max-width: 700px;
}

.get-a-quote__container a {
	background-color: #D9291B;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 5px;
	flex-shrink: 0;
}

.main-red-button {
	background-color: #D9291B;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.main-red-button:hover {
	background-color: #fff;
	color: #D9291B;
}

.studio-map .half-and-half__text--right {
	background-color: #000;
	color: #fff;
}

.studio-map .half-and-half__text--right .title-with-topbar {
	font-size: 54px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0;
}

.studio-map .half-and-half__text--right .owner {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.studio-map .owner h3 {
	font-size: 23px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0;
}

.studio-map span.h4 {
	font-size: 35px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #D9291B;
	margin-top: 10px;
	margin-bottom:40px;
	display: block;
	text-align: center;
}

.studio-map h4 {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0!important;
	line-height: 1.5;
	text-transform: none;
	margin-top: 5px;
}

.studio-map .footer-hours dd {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 1.5;
}

.studio-map .footer-hours dt {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
}

.studio-map li span {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 1.5;
}

.studio-map li {
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}

.products-services-slider {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 80px 0;
	padding-bottom: 120px;
}

.products-services-slider .slick-track {
	display: flex;
	align-items: center;
}

.products-services-slider__slide {
	background-color: transparent;
	border-radius: 10px;
	position: relative;
}

.products-services-slider__slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

.products-services-slider__slide-title {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	text-decoration: none;
}

.products-services-slider__slide-title h3 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}

.products-services-slider__slide-text {
	display: none;
}


.products-services-slider__slide .products-services-slider__slide-title {
	transform: scale(0.6);
	transform-origin: bottom left;
	transition: all 0.3s ease;
}

.products-services-slider__slide.slick-current .products-services-slider__slide-title {
	transform: unset!important;
}

.products-services-slider h2 {
	font-size: 55px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 30px;
}

.products-services-slider__links {
	display: flex;
	flex-direction: row;
	gap: 0;
	justify-content: center;
}

.products-services-slider__links a {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
	border-right: 2px solid #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding: 0 15px;
}

.products-services-slider__links a:last-child {
	border-right: none;
}

.products-services-slider__links a.active {
	color: #D9291B;
	text-decoration: underline;
}

.products-services-slider__bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	max-width: 1120px;
	margin: 0 auto;
	margin-top: 50px;
	height: 100px;
}

.products-services-slider__bottom a {
	flex-shrink: 0;
}

.products-services-slider__bottom .products-services-slider__text  {
	text-align: left;
	padding-left: 30px;
	border-left: 4px solid #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

.products-services-slider__bottom p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 1.5;
}

.form {
	padding: 80px 0;
	background-color: #fff;
	color: #000;
	text-align: center;

}

.form .form-container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 10px;
	background-color: #000;
	background-image: url('https://speedpro-stage.freshy.dev/addison/wp-content/uploads/sites/4/2025/04/home-slider-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
	overflow: hidden;
}

.form .form-container .wpcf7 .form-field label {
	color: white;
    text-align: left;
}

.form .form-container .wpcf7 .form-field .wpcf7-not-valid-tip {
	text-align: right;
}

.form .form-container .wpcf7 .form-field {
	text-align: left;
}

.form .form-container .wpcf7 .form-field .wpcf7-checkbox {
	color: white!important;
}

.slideshow-wrapper {
	position: relative;
}

.hero-breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.breadcrumbs__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 400px;
	background: white;
  padding: 10px 20px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	
}

.breadcrumbs__container, .breadcrumbs__container a {
	font-size: 18px!important;
	font-weight: 400!important;
	font-family: 'Montserrat', sans-serif!important;
	color: #000!important;
	text-decoration: none!important;
}

.form .form-container .gform-theme--foundation #field_submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	justify-content: flex-end!important;
}

.form .form-container .gf_page_steps {
	justify-content: space-between!important;
	position: relative;
	display: flex;
	flex-direction: row;
}

.form .form-container .gf_page_steps::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 4px;
	background-color: rgba(255,255,255,0.2);
}

.form .form-container .gf_page_steps .gf_step {
	gap: 0!important;
	background-color: #fff!important;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: none!important;
}

.form .form-container .gf_page_steps .gf_step.gf_step_active {
	background-color: #D9291B!important;
}

.form .form-container .gf_page_steps .gf_step .gf_step_number {
	display: none!important;
}

.form .form-container .gf_page_steps .gf_step .gf_step_label {
	display: none!important;
}

.form .form-container .gfield_label {
	font-size: 20px!important;
	font-weight: 700!important;
	font-family: 'Montserrat', sans-serif!important;
	color: #fff!important;
	padding-bottom: 2px;
	padding-left: 6px;
	display: block;
	text-transform: uppercase;
	text-align: left;
}

.form .form-container .gfield input, 
.form .form-container .gfield textarea,
.form .form-container .gfield select {
	border: 1px solid #fff!important;
	border-radius: 8px!important;
	background-color: rgba(255,255,255,0.2);
	outline: none!important;
	text-align: left;
	padding: 4px 10px 4px;
	color: #fff;
	font-size: 20px!important;
	font-weight: 400!important;
	font-family: 'Montserrat', sans-serif!important;
	height: unset!important;
}

.form .form-container .gfield select option {
	color: initial;
}

.form .form-container .gform_confirmation_message {
	font-size: 24px!important;
	font-weight: 700!important;
	font-family: 'Montserrat', sans-serif!important;
	color: #fff!important;
	margin-bottom: 0!important;
}

.form .form-container .gform_next_button,
.form .form-container #gform_submit_button_1 {
	background-color: #D9291B!important;
	color: #fff!important;
	font-size: 20px!important;
	font-weight: 900!important;
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase!important;
	padding: 10px 50px!important;
	border-radius: 5px!important;
	border: none!important;
	outline: none!important;
}

.form .form-container .gform_next_button:hover,
.form .form-container #gform_submit_button_1:hover {
	background-color: #fff!important;
	color: #D9291B!important;
}

.form .form-container .gform_previous_button {
	font-size: 20px!important;
	font-weight: 900!important;
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase!important;
	background-color: #fff!important;
	color: #D9291B!important;
	padding: 10px 50px!important;
	border-radius: 5px!important;
	border: none!important;
	outline: none!important;
}

.form .form-container .gform_fields {
	column-gap: 40px;
}
.form .form-container .gform_previous_button:hover {
	background-color: #D9291B!important;
	color: #fff!important;
}

.testimonial-slider__item .testimonial-content.hover-content {
	flex-direction: column;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
}

.slideshow-wrapper .slide.img-bg-cover {
	isolation: isolate;
}

.slideshow-wrapper .slide.img-bg-cover .overlay {
	width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.48) 100%);
    z-index: 1;
	opacity: 0.6;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
	width: 100vw;
    left: -50px;
    top: 80px;
}

@media only screen and (max-width: 1023px) {
		
	.products-services-slider__links {
		display: none;
	}
	
	.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
		width: 90%;
		left: 0;
	}

	.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
		display: none!important;
	}

	.form .form-container .gform-theme--foundation .gform_fields {
		column-gap: 10px;
	}
}

.slideshow-wrapper .slide.img-bg-cover .slide-cont {
	z-index: 2;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
	margin-right: 10px!important;
	max-width: 80px!important;
}	

@media only screen and (max-width: 1800px) {
	.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		font: normal 17px / 24px Poppins, sans-serif !important;
	}

	.page-header .header-phone a {
		font-size: 18px;
		line-height: 24px;
	}

	.page-header .header-button a {
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px;
	}

	.ubermenu-nav > li {
		margin-right: 30px !important;
	}
}



@media only screen and (max-width: 1600px) {
	.ubermenu-nav > li {
		margin-right: 20px !important;
	}

	.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		font: normal 15px / 22px Poppins, sans-serif !important;
	}

	.page-header .header-phone a {
		font-size: 16px;
		line-height: 23px;
	}

	.page-header .header-button a {
		font-size: 16px;
		line-height: 23px;
		padding: 15px 20px;
	}

	.page-header .header-logo-menu .header-logo {
		max-width: 180px;
	}
}

@media only screen and (max-width: 1360px) {
	.page-header .header-phone {
		display: none;
	}
}

@media only screen and (max-width: 1250px) {
	.page-header .header-button {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.testimonial-slider .testimonial-slider__item {
		max-width: 300px!important;
		min-width: 300px!important;
		width: 300px!important;
		margin: 0 20px;
	}
	.testimonial-slider .testimonial-slider__item .testimonial-content {
		padding: 24px;
	}
	.testimonial-slider .testimonial-slider__item .testimonial-top-text .testimonial-name {
		font-size: 18px;
	}
	.testimonial-slider .testimonial-slider__item .testimonial-top-text .testimonial-location {
		font-size: 16px;
	}
	.testimonial-slider .testimonial-rating .testimonial-rating-star svg {
		width: 24px;
	}
	.testimonial-slider .testimonial-slider__item .testimonial-text {
		font-size: 16px;
	}
	.testimonial-slider {
		padding: 48px 0 64px;
	}

	.testimonial-slider .testimonial-slider__item .testimonial-button {
		padding: 10px 20px;
		font-size: 18px;
	}

	.header-phone {
		display: none;
	}

	.header-button {
		display: none;
	}

	.header-nav {
		justify-content: flex-end;
	}

	.header-nav button {
		justify-content: flex-end;
		display: flex;
	}

	.header-logo {
		position: absolute;
		left: 0;	
		top: -3px;
		max-width: 140px;
	}

	.slide-cont {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.slide-desc h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.slide-desc h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.slide-desc p.font-medium {
		font-size: 20px;
		line-height: 28px;
	}

	.slide-desc a.btn-primary {
		font-size: 16px;
		padding: 10px 20px;
	}

	.hero-breadcrumbs {
		display: none;
	}

	.get-a-quote__container {
		padding: 0 20px;
		max-width: 100%;
		flex-direction: column;
		gap: 30px;
		text-align: center;
		justify-content: space-between;
	}

	.get-a-quote__container .get-a-quote__title {
		font-size: 32px;
        line-height: 40px;
		max-width: 700px;
	}

	.products-services-slider {
		padding: 40px 20px;
	}

	.products-services-slider .products-services-slider__title {
		font-size: 32px;
        line-height: 40px;
	}

	.products-services-slider__links {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 40px;
	}

	.products-services-slider__links a {
		width: 100%;
		border-right: none;
		margin-bottom: 0;
	}

	.products-services-slider__links a:last-child {
		border-bottom: none;
	}

	.products-services-slider__bottom {
		flex-direction: column;
		gap: 20px;
	}

	.products-services-slider__slide {
		width: 150px;
	}

	.products-services-slider__slide img {
		width: 100%;
		height: auto;
	}

	.products-services-slider__slide.slick-active {
		width: 200px;
		transform: unset!important;
	}

	.products-services-slider__slide.slick-current {	
		transform: unset!important;
		width: 300px;
	}

	.products-services-slider__slide-title {
		font-size: 18px;
	}

	.products-services-slider__bottom {
		flex-direction: column;
		gap: 20px;
		height: unset;
	}

	.products-services-slider__bottom .products-services-slider__text {
		padding-left: 0;
		border-left: none;
		height: auto;
		text-align: center;
		
	}

	.form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.ubermenu-skin-minimal .ubermenu-submenu-type-mega .ubermenu-target > .ubermenu-target-title {
		padding-left: 12px!important;
	}

	.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
		padding-left: 12px!important;
	}
	
	.ubermenu-skin-minimal.ubermenu-responsive-toggle {
		font-size: 16px!important;
	}
	
	.ubermenu-responsive-toggle .fab, .ubermenu-responsive-toggle .far, .ubermenu-responsive-toggle .fas, .ubermenu-responsive-toggle .svg-inline--fa, .ubermenu-responsive-toggle .ubermenu-icon-essential {
		font-size: 20px;
		margin-right: 5px!important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-mobile-accordion:not(.ubermenu-mobile-modal):not(.ubermenu-in-transition):not(.ubermenu-responsive-collapse) {
		padding-top: 20px;
	}
}

.page-template-page-canvas .page-header {
	display: none!important;
}

.page-template-page-canvas .sticky-elements {
	display: none!important;
}

.page-template-page-canvas .page-footer {
	display: none!important;
}

.page-template-page-canvas .studio-map {
	display: none!important;
}

.testimonial-slider-container {
    position: relative;
}

.testimonial-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
	pointer-events: none;
}

.testimonial-slider-nav__item {
    cursor: pointer;
	padding: 10px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.testimonial-slider-nav__item:hover {
	background-color: #D9291B;
}

.testimonial-slider-nav__item svg path {
	transition: all 0.3s ease;
}

.testimonial-slider-nav__item:hover svg path {
	stroke: #fff;
}

.testimonial-slider-nav__item.prev {
	margin-left: 20px;
}

.testimonial-slider-nav__item.next {
	margin-right: 20px;
}

.products-services-slider {
	position: relative;
}

.products-services-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
	pointer-events: none;

}

.products-services-slider__nav__item {
    cursor: pointer;
	padding: 10px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.products-services-slider__nav__item:hover {
	background-color: #D9291B;
}

.products-services-slider__nav__item svg path {
	transition: all 0.3s ease;
}

.products-services-slider__nav__item:hover svg path {
	stroke: #fff;
}

.products-services-slider__nav__item.prev {
	margin-left: 20px;
}

.products-services-slider__nav__item.next {
	margin-right: 20px;
}

.products-services-slider__slides {
	display: flex;
	align-items: center;
  }
  
  .products-services-slider__slide {
	transition: transform 0.4s ease;
	width: 450px;
	transform: scale(0.6);
	margin: 0;
  }

  .products-services-slider__slide.slick-active {
	transform: scale(0.8);
	z-index: 2;
	margin: 0;
  }

  .products-services-slider__slide.slick-current {
	transform: unset!important;
	z-index: 2;
	margin: 0;
  }

  .products-services-slider__slide img {
	cursor: pointer;
  }

  @media screen and (max-width: 576px) {
	.products-services-slider__slide {
		transition: transform 0.4s ease;
		transform: scale(0.6);
		margin: 10px;
		width: 300px;
	  }
	
	  .products-services-slider__slide.slick-active {
		transform: scale(0.8);
		z-index: 2;
		margin: 10px;
	  }
	
	  .products-services-slider__slide.slick-current {
		transform: unset!important;
		z-index: 2;
		margin: 10px;
	  }

	  .products-services-slider__nav {
		width: calc(100% - 40px);
		display: none;
		bottom: 0;
	  }

	  .products-services-slider__nav__item.prev {
		margin-left: 20px;
	}
	
	.products-services-slider__nav__item.next {
		margin-right: 20px;
	}
  }

  @media screen and (max-width: 480px) {
	.studio-map .footer-hours dt, .studio-map .footer-hours dd {
		font-size: 16px;
	}

	.studio-map .list-style-none span {
		font-size: 16px;
	}

	.studio-map  h4 {
		font-size: 18px;
	}

	.studio-map span.h4 {
		font-size: 26px;
	}

	.studio-map .half-and-half__text--right .title-with-topbar {
		font-size:30px;
	}

	.studio-map .half-and-half__text--right .owner h3, .studio-map .half-and-half__text--right .owner span {
		font-size: 18px;
	}

  }

@media screen and (max-width: 1024px) {
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: 0;
        overflow: hidden !important;
        visibility: hidden;
    }
}