/*
Theme Name: Pratt Home Improvement 2026
Template: dv-starter-2026
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

*, h1, h2, h3, h4, h5, h6, p, li {
	font-family: "Figtree", sans-serif;
}

:root {
  --pratt-white: #FFF;
  --pratt-red: #cd2127;
  --pratt-darkred: #841519;
  --pratt-litered: #e6656a;
  --pratt-charcoal: #222;
  --pratt-litegray: #e6eaed;
  --pratt-medlitegray: #b5c1c9;
  --pratt-medgray: #6b8494;
  --pratt-darkgray: #20272c;
  --pratt-subfootergray: #404e59;
}

header.site-header {
    padding: 0;
    background: var(--pratt-red);
    position: relative;
    z-index: 100;
}

.site-header-inner-above {
	background: var(--pratt-charcoal);
	padding: 15px;
}

.site-header-inner-above .container {
	color: var(--pratt-white);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	padding: 0;
}

.site-header-inner {
    position: relative;
}

.main-navigation .menu {
    gap: 0px;
    font-weight: 500;
}

.main-navigation > .menu-main-navigation-container > ul.menu > li > a {
    padding: 20px;
    color: var(--pratt-white);
    font-size: 1rem;
    line-height: 1rem;
    background: rgba(0,0,0,0.0);
    transition: all ease 0.3s;
    font-weight: 500;
}

.main-navigation > .menu-main-navigation-container > ul.menu > li > a:hover {
    background: rgba(0,0,0,0.1);
}

.main-navigation > .menu-main-navigation-container > ul.menu li.menu-item-has-children {
	position: relative;
}

.main-navigation > .menu-main-navigation-container > ul.menu > li.menu-item-has-children > a {
    padding: 20px 30px 20px 20px;
}

.main-navigation > .menu-main-navigation-container > ul.menu li.menu-item-has-children:after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: solid 2px rgba(255, 255, 255, 0.4);
	border-right: solid 2px rgba(255, 255, 255, 0.4);
	right: 15px;
	top: calc(50% - 5px);
	transform: rotate(45deg);
}

.main-navigation .sub-menu {
	padding: 10px;
	min-width: 500px;
	gap: 0px;
	background: var(--pratt-litegray);
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
	border-radius: 0px 0px 3px 3px;
}

.main-navigation .services-dropdown .sub-menu {
	column-count: 2;
}

.main-navigation .sub-menu li a {
	background: var(--pratt-white);
	border-left: solid 2px transparent;
	transition: all ease 0.3s;
	padding: 10px 20px 10px 20px;
	color: rgba(0, 0, 0, 0.5);
	border-right: solid 1px rgba(0,0,0,0.05);
	border-bottom: solid 1px rgba(0,0,0,0.05);
	font-weight: 500;
}

.main-navigation .sub-menu li a:visited,
.main-navigation .sub-menu li a:active,
.main-navigation .sub-menu li a:focus {
	background: var(--pratt-white);
}


.main-navigation .sub-menu li a:hover {
	background: var(--pratt-white);
	padding: 10px 20px 10px 25px;
	color: var(--pratt-red);
}

.site-branding {
	top: -50px;
	left: 0px;
    position: absolute;
    padding: 20px;    
}

.site-branding img {
	width: 140px;    
}

.site-branding:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: calc(100% + 30px);
    content: '';
    display: block;
    /*background: var(--pratt-white);*/
    background-image: linear-gradient(to bottom, #d6eaf5, var(--pratt-white), var(--pratt-white));
    border-bottom: solid 5px var(--pratt-red);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.site-branding a {
    position: relative;
    z-index: 10;
    transition: all ease 0.3s;
    padding-bottom: 0px;
}

.site-branding a:hover {
    padding-bottom: 4px;
}

.site-header-inner-above .container .above-nav-phone-widget,
.above-nav-phone-widget .custom-html-widget {
	display: inline-block;
	width: auto;
}

.above-nav-phone-widget a.above-nav-phone-link {
	display: inline-flex;
	flex-direction: row;
	gap: 10px;
	font-size: 1rem;
	color: var(--pratt-white);
	text-decoration: none;
	transition: all ease 0.3s;
	font-weight: 500;
	align-items: center;
	line-height: 1em;
	padding: 7px 15px;
	background: rgba(255, 255, 255, 0.0);
	border-radius: 25px;
}

.above-nav-phone-widget a.above-nav-phone-link:hover {
	background: rgba(255, 255, 255, 0.1);
}

.above-nav-phone-widget a.above-nav-phone-link span {
	text-decoration: none;
	display: inline-block;
	position: relative;
	top: 1px;
}

.above-nav-phone-widget a.above-nav-phone-link svg {
	width: 20px;
	fill: var(--pratt-white);
	transition: all ease 0.3s;
}

.menu-toggle svg {
	width: 30px;
	fill: rgba(255, 255, 255, 0.7);
	transition: all ease 0.3s;
}

.menu-toggle:hover svg {
	fill: rgba(255, 255, 255, 1.0);
}

.page-header {
	width: 100%;
	height: 240px;
	background: rgba(0, 0, 0, 0.1);
}

.page-header .page-header__image-holder {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.page-header .page-header__image-holder .page-header__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header .page-header__image-holder .page-header-image-top-highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
	display: block;
}

.page-header .page-header__image-holder .page-header-image-bottom-shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	display: block;
	mix-blend-mode: multiply;
}

.page-template-default .site-main .container {
	max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-template-default .site-main {
	overflow: hidden;
}

.entry-content h1 {
	color: var(--pratt-red);
	font-size: 2.7rem;
	line-height: 1.4em;
}

.entry-content h3 {
	color: var(--pratt-charcoal);
	font-size: 1.8rem;
	line-height: 1.4em;
}

.entry-content p {
	color: var(--pratt-charcoal);
	font-size: 1.1rem;
	line-height: 1.7em;
}

.entry-content ul {
	column-count: 2;
}

.entry-content ul li {
	font-size: 1.1rem;
}

.entry-content ul li::marker{
	color: var(--pratt-red);
}

a.pratt-btn,
button.pratt-btn,
.pratt-btn {
    border: none;
    padding: 15px 30px;
    color: var(--pratt-litegray);
    background: var(--pratt-darkgray);
    font-size: 1.2rem;
    line-height: 1em;
    text-decoration: none;
    transition: all ease 0.3s;
    display: inline-block;
    border-radius: 3px;
}

a.pratt-btn:hover,
button.pratt-btn:hover,
.pratt-btn:hover {
    padding: 15px 35px;
}

a.pratt-btn.pratt-btn-white,
button.pratt-btn.pratt-btn-white,
.pratt-btn.pratt-btn-white {
    border: solid 1px var(--pratt-red);
    color: var(--pratt-red);
    background: var(--pratt-white);
}

a.pratt-btn.pratt-btn-white-gray,
button.pratt-btn.pratt-btn-white-gray,
.pratt-btn.pratt-btn-white-gray {
    border: solid 1px transparent;
    color: var(--pratt-darkgray);
    background: var(--pratt-white);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.pratt-welcome-wrapper {
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    position: relative;
}

.pratt-welcome-wrapper .pratt-welcome-wrapper-background-image-holder {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pratt-welcome-wrapper .pratt-welcome-wrapper-background-image-holder .pratt-welcome-wrapper-background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.pratt-welcome-top-highlight {
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), transparent);
	position: absolute;
	top: 0px;
	left: 0px;
}

.pratt-welcome-bottom-shadow {
	width: 100%;
	height: 270px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
}

.pratt-welcome-content-container {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 150px;
	padding: 0 20px;
}

.pratt-welcome-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	height: auto;
	align-items: center;
	gap: 0px;
	margin-bottom: 70px;
}

.pratt-welcome-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 280px;
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}

.pratt-welcome-badge-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pratt-welcome-badge-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.pratt-welcome-badge-text-pratt,
.pratt-welcome-badge-text-home-improvement,
.pratt-welcome-badge-text-years,
.pratt-welcome-badge-text-experience {
	display: block;
}

.pratt-welcome-badge-text-pratt {
	color: var(--pratt-red);
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1em;
    margin-top: 40px;
}

.pratt-welcome-badge-text-home-improvement {
    color: var(--pratt-charcoal);
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1em;
    margin-top: 6px;
}

.pratt-welcome-badge-text-years {
    color: var(--pratt-white);
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1em;
    margin-top: 26px;
}

.pratt-welcome-badge-text-experience {
    color: var(--pratt-white);
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 1em;
    margin-top: 28px;
    letter-spacing: 5px;
}

.pratt-welcome-text {
	background: var(--pratt-white);
	display: flex;
	flex-direction: row;
	position: relative;
	border-radius: 0px 3px 3px 0px;
}

.pratt-welcome-text .pratt-welcome-text-left {
	padding: 30px;
}

.pratt-welcome-text .pratt-welcome-text-left:before {
	display: block;
	content: '';
	width: 70px;
	height: 100%;
	top: 0px;
	left: -69px;
	background: var(--pratt-white);
	position: absolute;
}

.pratt-welcome-text .pratt-welcome-text-left h1 {
	font-size: 2.3rem;
	line-height: 1em;
	margin: 0px 0px 15px 0px;
	color: var(--pratt-red);
}

.pratt-welcome-text .pratt-welcome-text-left p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #777;
	font-weight: 400;
}

.pratt-welcome-text .pratt-welcome-text-right {
	padding: 25px;
	background: var(--pratt-litegray);
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: 280px;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 0px 3px 3px 0px;
}

a.pratt-welcome-btn {
	display: inline-flex;
	flex-direction: row;
	gap: 10px;
	text-decoration: none;
	background: var(--pratt-red);
	color: var(--pratt-white);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1em;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 3px;
	transition: transform ease 0.2s, box-shadow 0.2s ease;
}

a.pratt-welcome-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

a.pratt-welcome-btn svg {
	width: 24px;
	fill: var(--pratt-white);
}

.pratt-welcome-btn-text {
	display: inline-block;
}

.inline-block {
	display: inline-block;
}

.all-featured-services {
    background: var(--pratt-litegray);
    padding: 100px 0px;
    border-top: solid 4px var(--pratt-red);
}

.all-featured-services .container {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 0px 40px;
}

.featured-services-item {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 20px;
	background: var(--pratt-white);
	border-radius: 3px;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}

.featured-services-item-left {
	width: 500px;
	flex-grow: 0;
	flex-shrink: 0;
}

.featured-services-item-left .featured-services-item-image {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 3px;
}

.featured-services-item-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto 0px;
}

.featured-services-item-text .featured-services-item-text-eyebrow {
	color: var(--pratt-medlitegray);
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.4em;
	margin: 0px 0px 5px 0px;
	display: block;
}

.featured-services-item-text h2 {
	color: var(--pratt-darkgray);
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.0em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.featured-services-item-text p {
	color: var(--pratt-darkgray);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.7em;
	margin: 0px 0px 22px 0px;
	padding: 0px;
}

.pratt-services-list-wrapper {
	background: var(--pratt-darkgray);
	padding: 0px 0px 100px 0px;
	box-shadow: inset 0px 0px 70px rgba(0,0,0,0.3);
}

.pratt-services-list-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 100px;
	padding: 0px 40px;
}

.pratt-services-list-left {
	background: var(--pratt-white);
	border-bottom: solid 5px var(--pratt-red);
	padding: 80px 35px 30px 35px;
	width: 500px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pratt-services-list-left h2 {
	color: var(--pratt-red);
	font-size: 2.4rem;
	line-height: 1em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 700;
}

.pratt-services-list-left p {
	color: var(--pratt-darkgray);
	font-size: 1.15rem;
	line-height: 1.7em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 400;
}

span.pratt-services-list-left-brand {
	display: block;
	margin-top: auto;
	color: var(--pratt-medgray);
	font-size: 1.2rem;
	line-height: 1em;
	font-weight: 400;
}

.pratt-services-list-right {
	width: 100%;
	padding: 70px 0px 0px 0px;
}

.pratt-services-list-the-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style-type: none;
	padding: 0px 0px 20px 0px;
}

.pratt-services-list-the-list li {
}

.pratt-services-list-the-list li a {
	color: var(--pratt-medlitegray);
	text-decoration: none;
	display: flex;
	transition: all ease 0.3s;
	padding: 20px 0px;
	font-size: 1.3rem;
	line-height: 1em;
	gap: 15px;
}

.pratt-services-list-the-list li a:hover {
	color: var(--pratt-white);
}

.pratt-services-list-the-list li a::before {
	display: block;
    content: '';
    width: 10px;
    height: 18px;
    flex-shrink: 0;
    background-color: transparent;
    mask: url('/wp-content/themes/dv-starter-2026-pratt/images/caret-right.svg') center / contain no-repeat;
    -webkit-mask: url('/wp-content/themes/dv-starter-2026-pratt/images/caret-right.svg') center / contain no-repeat;
    transition: all ease 0.3s;
}

.pratt-services-list-the-list li a:hover:before {
    background-color: var(--pratt-red);
    transform: translateX(5px);
}

.pratt-galleries-widget-wrapper {
	background: var(--pratt-litegray);
	padding: 120px 0px;
	overflow: hidden;
}

.pratt-galleries-widget-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 120px;
	align-items: center;
}

.pratt-galleries-widget-left {
	width: 600px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	padding: 0px 0px 0px 30px;
}

.pratt-galleries-widget-left h2 {
	font-size: 2.3rem;
	line-height: 1em;
	color: var(--pratt-charcoal);
	margin: 0px 0px 25px 0px;
	font-weight: 600;
}

.pratt-galleries-widget-left h2 span.red-text {
	font-weight: 800;
}

.red-text {
	color: var(--pratt-red);
}

.pratt-galleries-widget-left p {
	font-size: 1.3rem;
	line-height: 1.7em;
	color: var(--pratt-medgray);
	margin: 0px 0px 30px 0px;
	font-weight: 400;
}

.pratt-galleries-widget-left a.pratt-btn {
    margin-right: auto;
}

.pratt-galleries-widget-right {
	
}

.pratt-galleries-widget-frames {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 70px;
}

.pratt-galleries-widget-picture {
	width: 450px;
	height: 320px;
	border: solid 10px var(--pratt-darkgray);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.pratt-galleries-widget-picture-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: solid 25px var(--pratt-white);
}

.pratt-testimonials-widget-wrapper {
	background: var(--pratt-white);
	overflow: hidden;
}

.pratt-testimonials-widget-container {
	display: flex;
	flex-direction: row;
	padding: 0px 40px;
}

.pratt-testimonials-widget-left {
	display: flex;
	width: 50%;
	justify-content: center;
	flex-direction: column;
	padding: 100px 70px 100px 0px;
	position: relative;
}

.pratt-testimonials-widget-left:before {
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100vw;
	height: 100%;
	background: var(--pratt-white);
}

.pratt-widget-testimonial-item {
	position: relative;
}

.pratt-testimonials-widget-right {
	display: flex;
	width: 50%;
	justify-content: center;
	flex-direction: column;
	padding: 100px 0px 100px 0px;
	position: relative;
}

.pratt-testimonials-widget-right:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100%;
	background: var(--pratt-darkgray);
}

.pratt-testimonials-widget-right-text {
	position: relative;
	padding: 30px 0px 30px 50px;
	border-left: solid 10px var(--pratt-red);
}

.pratt-testimonials-widget-right-text h1 {
	font-weight: 600;
	color: var(--pratt-white);
	font-size: 3.3rem;
	line-height: 1.2em;
	margin: 0px 0px 30px 0px;
}

.pratt-widget-testimonial-item-title {
	color: var(--pratt-red);
	font-size: 1.8rem;
	line-height: 1.4em;
	margin: 0px 0px 20px 0px;
}

.pratt-widget-testimonial-item-text {
	font-size: 1.2rem;
	line-height: 1.5em;
	color: var(--pratt-medgray);
	margin: 0px 0px 20px 0px;
}

.pratt-widget-testimonial-item-byline {
	display: block;
	font-size: 1.2rem;
	line-height: 1em;
	color: var(--pratt-medlitegray);
	font-style: italic;
}

.pratt-get-in-touch-cta-wrapper {
	background-image: linear-gradient(to right, var(--pratt-darkred) , var(--pratt-red));
}

.pratt-get-in-touch-cta-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
	height: 150px;
}

.pratt-get-in-touch-cta-left {
	width: 350px;
	height: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}

.pratt-get-in-touch-cta-left .pratt-get-in-touch-cta-left-image {
	width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top center;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pratt-get-in-touch-cta-mid {
	width: 100%;
}

.pratt-get-in-touch-cta-mid h1 {
	color: var(--pratt-white);
	font-size: 2.4rem;
	line-height: 1.1em;
	margin: 0px;
}

.pratt-get-in-touch-cta-right {
	width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
}

a.pratt-cta-btn {
	color: var(--pratt-darkgray);
	background: var(--pratt-white);
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1em;
	padding: 15px 30px;
	font-weight: 500;
}

.pratt-footer-content-wrapper {
	background: var(--pratt-darkgray);
	padding: 100px 0px;
}

.pratt-footer-content-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 70px;
	padding: 0px 40px;
}

.pratt-footer-content-brand {
	width: 240px;
	flex-grow: 0;
	flex-shrink: 0;
}

.pratt-footer-brand-payment-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	margin-top: 30px;
}

.pratt-footer-content-other {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 70px;
	padding: 50px 0px 0px 0px;
}

.pratt-footer-content-right {
	display: block;
	width: 300px;
	flex-grow: 0;
}

.pratt-footer-partner {
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pratt-footer-partner:last-child {
	margin-bottom: 0px;
}

.pratt-footer-partner-image {
	width: 100px;
	flex-grow: 0;
	flex-shrink: 0;
}

.pratt-footer-partner-text {
	width: 100%;
	color: var(--pratt-medlitegray);
	font-size: 0.9rem;
	line-height: 1.2em;
}

.pratt-footer-content-other-header {
	color: var(--pratt-litegray);
	border-bottom: solid 2px var(--pratt-red);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.0rem;
	line-height: 1em;
	padding: 0px 0px 10px 0px;
	margin-bottom: 30px;
}

.pratt-footer-content-mid {
	display: block;
}

.pratt-footer-content-mid h4 {
	color: var(--pratt-medlitegray);
	font-size: 1.1rem;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}

.pratt-footer-content-mid ul {
	column-count: 2;
	margin-bottom: 15px;
}

.pratt-footer-content-mid ul li {
	color: var(--pratt-medlitegray);
	font-size: 1rem;
	line-height: 1.4em;
}

.pratt-footer-content-mid p {
	color: var(--pratt-medlitegray);
	font-size: 1rem;
	line-height: 1.4em;
}

.pratt-services-list-footer li::marker {
	color: var(--pratt-medlitegray);
}

.pratt-services-list-footer li a {
	color: var(--pratt-medlitegray);
	transition: all ease 0.3s;
	text-decoration: none;
}

.pratt-services-list-footer li a:hover {
	color: var(--pratt-white);
}

.pratt-footer-content-brand h4 {
	color: var(--pratt-medlitegray);
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin: 30px 0px 30px 0px;
}

a.pratt-footer-brand-btn {
	display: block;
	background: var(--pratt-red);
	color: var(--pratt-white);
	padding: 10px 30px;
	border-radius: 3px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	line-height: 1em;
}

.pratt-subfooter-content-wrapper {
	background: var(--pratt-darkgray);
	padding: 30px 0px;
	position: relative;
}

.pratt-subfooter-content-wrapper:before {
	background: rgba(0,0,0,0.2);
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.pratt-subfooter-content-container {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
}

.pratt-subfooter-left p {
	color: var(--pratt-subfootergray);
	font-size: 0.9rem;
	line-height: 1em;
	display: flex;
	flex-direction: row;
	justify-content: start;
	gap: 30px;
}

.pratt-subfooter-right p {
	color: var(--pratt-subfootergray);
	font-size: 0.9rem;
	line-height: 1em;
	display: block;
}

.pratt-subfooter-left p a,
.pratt-subfooter-right p a {
	text-decoration: none;
	transition: all ease 0.3s;
}

.pratt-subfooter-left p a:hover,
.pratt-subfooter-right p a:hover {
	color: var(--pratt-medgray);
}

.all-pratt-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    width: 100%;
    padding: 0 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.pratt-testimonail-item {
	background: var(--pratt-white);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	border-left: solid 25px var(--pratt-darkgray);
	position: relative;
	padding: 40px 40px 40px 70px;
	border-radius: 3px;
	min-height: 240px;
}

.pratt-testimonial-left-quote {
	display: block;
	width: 60px;
	height: 60px;
	padding: 16px;
	background: var(--pratt-red);
	position: absolute;
	left: -25px;
	top: 20px;
}

.pratt-testimonial-left-quote svg {
	width: 100%;
	height: 100%;
	fill: var(--pratt-white);
}

.pratt-testimonial-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.pratt-testimonail-item .pratt-testimonial-item-title {
	font-size: 1.5rem;
	line-height: 1em;
	color: var(--pratt-red);
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.pratt-testimonail-item .pratt-testimonial-item-text {
	font-size: 1.1rem;
	line-height: 1.7em;
	color: var(--pratt-darkgray);
	margin: 0px 0px 20px 0px;
}

.pratt-testimonail-item .pratt-testimonial-item-byline {
	display: block;
	font-size: 1.0rem;
	line-height: 1em;
	margin: auto 0px 0px 0px;
	color: var(--pratt-medlitegray);
	font-weight: 400;
}

.all-pratt-testimonials-wrapper {
	background: var(--pratt-litegray);
	padding: 100px 0px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 100px;
    margin-bottom: 100px;
}

.entry-content .pratt-gallery {
	background: var(--pratt-litegray);
	padding: 100px 40px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 100px;
    margin-bottom: 100px;
}

.entry-content .pratt-gallery .envira-gallery-public {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.entry-content .pratt-gallery .envira-gallery-item-inner {
	position: relative;
	border-radius: 3px;
}

.entry-content .pratt-gallery .envira-gallery-item-inner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	display: block;
	pointer-events: none;
	box-shadow: inset 0px 0px 14px rgba(0,0,0,0.5);
}

.pratt-contact-form {
	margin: 70px 0px 0px 0px;
}

.all-pratt-gallery-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	margin-top: 70px;
}

.pratt-gallery-link-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
	background: var(--pratt-darkgray);
	position: relative;
	width: 100%;
	height: 240px;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pratt-gallery-link-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.pratt-gallery-link-item:after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	mix-blend-mode: multiply;
	box-shadow: inset 0px 0px 10px 3px rgba(0,0,0,0.5);
}

.pratt-gallery-link-right {
	width: 50%;
	height: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.pratt-gallery-link-right .pratt-gallery-link-image-holder {
	display: block;
	width: 100%;
	height: 100%;
}

.pratt-gallery-link-right .pratt-gallery-link-image-holder .pratt-gallery-link-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 40%,
        black 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 40%,
        black 100%
    );
}

.pratt-gallery-link-left {
	width: calc(50% - 20px);
	height: 100%;
	position: relative;
	z-index: 10;
	padding: 30px 0px 30px 30px;
}

.pratt-gallery-link-left .pratt-gallery-link-text {
	height: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-direction: column;
}

.pratt-gallery-link-title {
	display: block;
	color: var(--pratt-litegray);
	font-size: 1.6rem;
	line-height: 1em;
	margin: 0px;
	font-weight: 700;
}

.pratt-gallery-link-summary {
	display: block;
	color: var(--pratt-medlitegray);
	font-size: 1.2rem;
	line-height: 1.4em;
	margin: 0px;
	font-weight: 400;
}

.pratt-gallery-link-brand {
	display: block;
	color: var(--pratt-red);
	font-size: 0.9rem;
	line-height: 1em;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: auto;
	letter-spacing: 2px;
}

.service-page-gallery-link-wrapper {
	margin-top: 70px;
}


/* ----------------------------------------
   Responsive 1440px
---------------------------------------- */

@media (max-width: 1440px) { 

    .site-branding {
    left: 20px;
	}

	.pratt-welcome-text .pratt-welcome-text-left h1 {
    font-size: 1.85rem;
	}	

	.pratt-welcome-text .pratt-welcome-text-left p {
    font-size: 1.0em;
	}

	.pratt-welcome-badge {
    width: 240px;
    height: 240px;
	}

	.pratt-welcome-badge-text-pratt {
    font-size: 1.6rem;
    margin-top: 33px;
	}

	.pratt-welcome-badge-text-home-improvement {
    font-size: 1.1rem;
    margin-top: 5px;
	}

	.pratt-welcome-badge-text-years {
    font-size: 2.3rem;
    margin-top: 25px;
	}

	.pratt-welcome-badge-text-experience {
    font-size: 0.9rem;
    margin-top: 22px;
    letter-spacing: 3px;
	}

	a.pratt-welcome-btn {
    font-size: 1.1rem;
	}

	a.pratt-welcome-btn svg {
    width: 20px;
	}

	.pratt-footer-content-container {
    gap: 35px;
	}

	.pratt-footer-content-other {
    gap: 30px;
	}

}

/* ----------------------------------------
   Responsive 1300px
---------------------------------------- */

@media (max-width: 1300px) { 

    .page-header {
    height: 200px;
	}

	.entry-content h1 {
    font-size: 2.4rem;
	}

	.page-template-default .site-main .container {
    padding-top: 20px;
    padding-bottom: 20px;
	}

	.pratt-welcome-text .pratt-welcome-text-left h1 {
    font-size: 1.6rem;
    line-height: 1.2em;
    margin: 0px 0px 8px 0px;
    }

    .pratt-welcome-text .pratt-welcome-text-left:before {
    width: 100px;
    left: -99px;
	}

	.pratt-welcome-text .pratt-welcome-text-left {
    padding: 20px;
	}

	a.pratt-welcome-btn {
    font-size: 1.0rem;
    }

    .pratt-welcome-text .pratt-welcome-text-right {
    padding: 20px;
    width: 230px;
    }

    .pratt-services-list-left {
    width: 380px;
	}

	.pratt-services-list-container {
    gap: 70px;
	}

	.pratt-services-list-wrapper {
    padding: 0px 0px 70px 0px;
	}

}

/* ----------------------------------------
   Responsive 1200px
---------------------------------------- */

@media (max-width: 1200px) { 

	.featured-services-item-left {
    width: 400px;
	}

	.featured-services-item-left .featured-services-item-image {
    height: 300px;
	}

	.featured-services-item-text .featured-services-item-text-eyebrow {
    font-size: 1.5rem;
	}

	.featured-services-item-text h2 {
    font-size: 2.8rem;
	}

	.featured-services-item-text p {
    font-size: 1.1rem;
	}

	.pratt-services-list-left {
    width: 300px;
    padding: 50px 25px 25px 25px
	}

	.pratt-services-list-container {
    gap: 50px;
	}

	.pratt-services-list-wrapper {
    padding: 0px 0px 50px 0px;
	}

	.pratt-services-list-left h2 {
    font-size: 1.9rem;
	}

	.pratt-services-list-left p {
    font-size: 1.0rem;
    line-height: 1.6em;
	}

	span.pratt-services-list-left-brand {
    font-size: 1.0rem;
	}

	.pratt-services-list-the-list li a {
    padding: 15px 0px;
    font-size: 1.2rem;
	}

	.pratt-services-list-right {
    padding: 40px 0px 0px 0px;
	}

	.pratt-galleries-widget-left h2 {
    font-size: 2.0rem;
    line-height: 1.3;
	}

	.pratt-galleries-widget-left p {
    font-size: 1.1rem;
    margin: 0px 0px 33px 0px;
	}

	.pratt-galleries-widget-left {
    width: 430px;
	}

	.pratt-galleries-widget-container {
    gap: 50px;
	}

	.pratt-testimonials-widget-right-text h1 {
    font-size: 2.3rem;
	}

	.pratt-widget-testimonial-item-title {
    font-size: 1.5rem;
	}

	.pratt-widget-testimonial-item-text {
    font-size: 1.0rem;
	}

	.pratt-widget-testimonial-item-byline {
    font-size: 1.0rem;
	}

	.pratt-get-in-touch-cta-mid h1 {
	font-size: 1.9rem;
	}

	.pratt-get-in-touch-cta-left {
    width: 270px;
	}

	.pratt-get-in-touch-cta-container {
    height: 110px;
    gap: 30px;
	}

	.pratt-get-in-touch-cta-left .pratt-get-in-touch-cta-left-image {
    height: 130px;
	}

	a.pratt-cta-btn {
    font-size: 1.3rem;
    line-height: 1em;
    padding: 10px 15px;
	}

	.pratt-get-in-touch-cta-right {
    width: 170px;
	}

	.pratt-footer-content-container {
    gap: 70px;
    }

	.pratt-footer-content-other {
    flex-direction: column;
    gap: 50px;
    }

    .pratt-services-list-footer {
    column-count: 4;
    }

    .pratt-footer-content-mid ul {
    column-count: 4;
	}

	.pratt-footer-content-right {
    width: 100%;
	}

	.all-pratt-testimonials-grid {
    gap: 50px;
	}

}

/* ----------------------------------------
   Responsive 1000px
---------------------------------------- */

@media (max-width: 1000px) { 

	.main-navigation.toggled .menu {
    padding-top: 30px;
    }

	.site-header-inner-above {
    padding: 5px 15px;
	}

	.site-brand-plus-menu-toggle {
    justify-content: end;
    padding: 10px 25px;
    }

    .site-branding img {
    width: 120px;
	}

	.site-branding {
    padding: 15px 15px 17px 15px;
	}

	.page-template-default .site-main .container {
    padding: 0px 40px;
	}

	.page-header {
    height: 160px;
	}

	.site-main {
    padding: 30px 0;
	}

	.entry-content h1 {
    font-size: 2.2rem;
    }

    .entry-content p {
    font-size: 1.0rem;
	}

	.entry-content h3 {
    font-size: 1.5rem;
	}

	.page-header .page-header__image-holder .page-header-image-top-highlight,
	.page-header .page-header__image-holder .page-header-image-bottom-shadow {
    height: 40px;
	}

	.pratt-welcome-content {
    flex-direction: column;
    margin-bottom: 25px;
	}

	.pratt-welcome-badge {
    width: 200px;
    height: 200px;
    top: 10px;
    }

    .pratt-welcome-badge-text-pratt {
    font-size: 1.4rem;
    margin-top: 28px;
    }

    .pratt-welcome-badge-text-home-improvement {
    font-size: 0.9rem;
    margin-top: 5px;
    }

    .pratt-welcome-badge-text-years {
    font-size: 1.9rem;
    margin-top: 19px;
    }

    .pratt-welcome-badge-text-experience {
    font-size: 0.8rem;
    margin-top: 19px;
    letter-spacing: 3px;
    }

	.pratt-welcome-text .pratt-welcome-text-left:before {
    display: none;
    }

    .pratt-welcome-text {
    border-radius: 3px;
    flex-direction: column;
	}

	.pratt-welcome-text .pratt-welcome-text-left {
    text-align: center;
    }

	.pratt-welcome-text .pratt-welcome-text-right {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-radius: 0px 0px 3px 3px;
    }

    a.pratt-welcome-btn {
    font-size: 1.0rem;
    padding: 15px;
    }

    .pratt-welcome-wrapper {
    max-height: 700px;
    background: var(--pratt-charcoal);
	}

	.pratt-welcome-wrapper .pratt-welcome-wrapper-background-image-holder {
    top: -110px;
	}

	.pratt-welcome-wrapper .pratt-welcome-wrapper-background-image-holder .pratt-welcome-wrapper-background-image {
    	mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 80%,
        transparent 100%
    	);
    	-webkit-mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 80%,
        transparent 100%
    	);
	}

	.pratt-welcome-bottom-shadow {
    display: none;
	}

	.featured-services-item-left {
    width: 250px;
    }

	.featured-services-item-left .featured-services-item-image {
    height: 250px;
	}

	.featured-services-item-text .featured-services-item-text-eyebrow {
    font-size: 1.3rem;
    margin: 0px 0px 5px 0px;
	}

	.featured-services-item-text h2 {
    font-size: 2.2rem;
    margin: 0px 0px 12px 0px;
	}

	.featured-services-item-text p {
    font-size: 1.0rem;
    line-height: 1.6em;
	}

	.all-featured-services {
    padding: 50px 0px;
	}

	.all-featured-services .container {
    gap: 30px;
	}

	.pratt-services-list-container {
    gap: 50px;
    flex-direction: column;
    }

    .pratt-services-list-left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    }

    .pratt-services-list-right {
   	width: 100%;
   	max-width: 600px;
   	margin: 0 auto;
    padding: 0px 0px 0px 30px;
    }

    .pratt-galleries-widget-wrapper {
    padding: 80px 0px;
	}

    .pratt-galleries-widget-container {
    gap: 20px;
	}

	.pratt-get-in-touch-cta-left {
    width: 210px;
    }

    .pratt-footer-content-container {
    gap: 50px;
    }

    .pratt-footer-content-brand {
    width: 200px;
	}

    .pratt-services-list-footer {
    column-count: 2;
    }

    .pratt-footer-content-mid ul {
    column-count: 2;
	}

	.pratt-footer-content-wrapper {
    padding: 50px 0px;
	}

	.pratt-subfooter-left p {
    gap: 10px;
	}

	.all-pratt-testimonials-wrapper {
    padding: 70px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
	}

	.all-pratt-testimonials-grid {
	grid-template-columns: 1fr;
	max-width: 600px;
	}

	.pratt-gallery-link-left {
    width: calc(60% - 20px);
	padding: 25px 0px 25px 25px;
	}

	.pratt-gallery-link-title {
    font-size: 1.3rem;
	}

	.pratt-gallery-link-summary {
    font-size: 1.0em;
	}

	.pratt-gallery-link-brand {
    font-size: 0.8rem;
	}

	.pratt-gallery-link-item {
    height: 200px;
	}

	.pratt-gallery-link-left .pratt-gallery-link-text {
    gap: 15px;
	}

	.pratt-gallery-link-right {
    width: 40%;
	}

	.pratt-gallery-link-right .pratt-gallery-link-image-holder .pratt-gallery-link-image {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 60%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 60%, black 100%);
	}

}

/* ----------------------------------------
   Responsive 782px
---------------------------------------- */

@media (max-width: 782px) { 

	.page-header {
    height: 130px;
	}

	.entry-content h1 {
    font-size: 2.0rem;
    }

	.entry-content h3 {
    font-size: 1.4rem;
	}

	.featured-services-item {
	flex-direction: column;
	gap: 20px;
	}

	.featured-services-item-left {
    width: 100%;
    }

    .all-featured-services .container {
    max-width: 500px;
	}

	.featured-services-item-text-link {
	display: block;
	width: 100%;
	text-align: center;
	}

	.featured-services-item-left .featured-services-item-image {
    height: 200px;
    }

    .pratt-galleries-widget-left {
    width: 330px;
    }

    .pratt-testimonials-widget-container {
    flex-direction: column;
    padding: 0px;
	}

	.pratt-testimonials-widget-left {
	width: 100%;
	padding: 70px 40px 80px 40px;
	background: var(--pratt-white);
	}

	.pratt-testimonials-widget-left:before {
	display: none;
	}

	.pratt-widget-testimonial-item {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	}

	.pratt-testimonials-widget-right {
	width: 100%;
	padding: 0px 40px 70px 40px;
	background: var(--pratt-darkgray);
	}

	.pratt-testimonials-widget-right:before {
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	height: 70px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
	}

	.pratt-testimonials-widget-right-text {
	width: 100%;
	max-width: 500px;
	border-left: none;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
	text-align: center;
	}

	.pratt-testimonials-widget-right:after {
	display: block;
	content: '';
	width: 200px;
	height: 14px;
	position: absolute;
	top: -7px;
	left: calc( 50% - 100px);
	background: var(--pratt-red);
	border-radius: 10px;
	}

	.pratt-get-in-touch-cta-wrapper {
	background-image: linear-gradient(to top, var(--pratt-darkred) , var(--pratt-red));
	}

	.pratt-get-in-touch-cta-container {
    height: unset;
    gap: 30px;
    flex-direction: column;
    padding: 50px 40px 0px 40px;
    }

    .pratt-get-in-touch-cta-left .pratt-get-in-touch-cta-left-image {
    width: 100%;
    height: 120px;
    position: relative;
	}

	.pratt-get-in-touch-cta-left {
    width: 240px;
    order: 3;
    }

    .pratt-get-in-touch-cta-right {
   	order: 2;
   	margin-bottom: 20px;
    }

    a.pratt-cta-btn {
    width: 100%;
    display: block;
    text-align: center;
    }

    .pratt-get-in-touch-cta-mid h1 {
    text-align: center;
    }

    .pratt-footer-content-container {
    gap: 30px;
    flex-direction: column;
    }

    .pratt-footer-content-brand {
    margin: 0 auto;
    }

    .pratt-subfooter-left p {
   	justify-content: center;
    }

    .pratt-subfooter-content-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
	}

}

/* ----------------------------------------
   Responsive 600px
---------------------------------------- */

@media (max-width: 600px) { 

	.entry-content h1 {
    font-size: 1.8rem;
    }

	.entry-content h3 {
    font-size: 1.2rem;
	}

	.entry-content p {
    font-size: 0.95rem;
	}

	.pratt-services-list-the-list {
    grid-template-columns: 1fr;
    padding: 0px 0px 0px 0px;
	}

	.pratt-services-list-right {
    max-width: 320px;
    padding: 0px;
    }

    .pratt-services-list-the-list li a {
    text-align: center;
    justify-content: center;
    }

    .pratt-services-list-the-list li a::before {
    display: none;
    }

    .pratt-galleries-widget-left h2 {
    font-size: 1.7rem;
    }

    .pratt-galleries-widget-left p {
    font-size: 1.0rem;
    }

    .pratt-galleries-widget-container {
    gap: 30px;
    }

    .pratt-galleries-widget-left {
    width: 280px;
    }

    .pratt-subfooter-left p {
   	justify-content: center;
   	flex-direction: column;
   	gap: 4px;
    }

    .pratt-testimonial-left-quote {
    width: 50px;
    height: 50px;
    padding: 13px;
	}

	.pratt-testimonail-item {
    padding: 35px 35px 35px 50px;
	}

	.pratt-gallery-link-item {
    height: 260px;
    }

    .pratt-gallery-link-brand {
    font-size: 0.8rem;
    line-height: 1.2em;
    }

}


/* ----------------------------------------
   Responsive 560px
---------------------------------------- */

@media (max-width: 560px) { 

	.main-navigation .services-dropdown .sub-menu {
	column-count: 1;
	width: 100%;
	min-width: unset;
	}

}

/* ----------------------------------------
   Responsive 500px
---------------------------------------- */

@media (max-width: 500px) { 

	.entry-content h1 {
    font-size: 1.6rem;
    }

	.entry-content h3 {
    font-size: 1.2rem;
	}

	.entry-content p {
    font-size: 0.92rem;
	}

	.pratt-welcome-text .pratt-welcome-text-right {
    grid-template-columns: 1fr;
    }

    .pratt-welcome-text .pratt-welcome-text-left h1 {
    font-size: 1.4rem;
    }

    .featured-services-item-text .featured-services-item-text-eyebrow {
    font-size: 1.2rem;
    }

    .featured-services-item-text h2 {
    font-size: 1.7rem;
    }

    .featured-services-item-text p {
    font-size: 0.92rem;
    }

    .featured-services-item-left .featured-services-item-image {
    height: 170px;
    }

    .pratt-galleries-widget-container {
    flex-direction: column;
    gap: 50px;
    padding: 0px 40px;
    }

    .pratt-galleries-widget-left {
    width: 100%;
    padding: 0px;
    text-align: center;
    order: 2;
    }

    .pratt-galleries-widget-left a.pratt-btn {
    margin-right: auto;
    margin-left: auto;
	}

	.pratt-galleries-widget-picture-two,
	.pratt-galleries-widget-picture-three {
	display: none;
	}

	.pratt-galleries-widget-frames {
    display: block;
    grid-template-columns: unset;
    gap: unset;
	}

	.pratt-galleries-widget-picture {
    width: 100%;
    max-width: 400px;
    height: auto;
	}

	.pratt-galleries-widget-right {
	order: 1;
	}

	.pratt-testimonials-widget-right-text h1 {
    font-size: 1.8rem;
    }

    .pratt-services-list-footer {
    column-count: 1;
    }

    .pratt-footer-content-mid ul {
    column-count: 1;
    }

    .pratt-footer-partner-image {
    width: 80px;
	}

	.pratt-testimonail-item .pratt-testimonial-item-title {
    font-size: 1.3rem;
    line-height: 1.2em;
    margin: 0px 0px 15px 0px;
	}

	.pratt-testimonail-item .pratt-testimonial-item-text {
    font-size: 1.0rem;
    line-height: 1.5em;
    margin: 0px 0px 15px 0px;
	}

	.pratt-testimonail-item .pratt-testimonial-item-byline {
    font-size: 0.94rem;
	}

	.pratt-testimonail-item {
    padding: 25px 25px 25px 40px;
    border-left: solid 18px var(--pratt-darkgray);
    }

    .pratt-testimonial-left-quote {
    width: 40px;
    height: 40px;
    padding: 9px;
    left: -18px;
    top: 22px;
    }

    .pratt-gallery-link-right .pratt-gallery-link-image-holder .pratt-gallery-link-image {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%, black 100%, black 100%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 100%, black 100%, black 100%, black 100%);
    opacity: 0.4;
    }

    .pratt-gallery-link-right {
    width: 60%;
    }

    .pratt-gallery-link-left {
    width: calc(80% - 20px);
    }

}

/* ----------------------------------------
   Responsive 400px
---------------------------------------- */

@media (max-width: 400px) { 

	.site-branding {
    padding: 10px 10px 14px 10px;
    top: -40;
    }

	.site-branding img {
    width: 100px;
    }

    .above-nav-phone-widget a.above-nav-phone-link {
    gap: 7px;
    font-size: 0.95rem;
    padding: 4px 10px;
	}

	.site-header-inner-above {
    padding: 3px 10px;
    }

    .site-brand-plus-menu-toggle {
    padding: 8px 25px;
    }

    .main-navigation.toggled .menu {
    padding-top: 20px;
    }

    .site-header-inner-above .container {
    padding: 0px 10px;
	}

}




    