/* Theme Name: Pavement Maintenance Inc */
h1 {
	margin-bottom: 0;
}
.form label {
	display: none;
}
.form ul {
	display: block;
	padding: 0;
	margin: 0;
}
.form ul li {
	display: block;
}
.form input,
.form textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
}
.form textarea {
	height: 76px;
}
.form .gfield:not(:last-child) {
	margin-bottom: 12px;
}
video {
	max-width: 100%;
}
.btn,
.button {
	background-color: var(--color-1);
	border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	transition: all ease .3s;
	border: none;
	white-space: normal;
}
.btn:hover,
.btn:focus,
.button:hover,
.button:focus {
	background-color: var(--color-2);
}
.primary-header {
	padding: 10px 0;
}
.primary-header .header-row {
	align-items: flex-end;
	justify-content: center;
}
.primary-header .logo-col {
	margin-right: 20px;
}
.primary-header .c2a {
	font-size: 22px;
}
.primary-header .c2a .phone {
	color: var(--color-1);
	font-weight: 700;
}
.primary-header .c2a .phone a {
	display: inline-block;
	margin-left: .5em;
}
.primary-header .c2a .social {
	margin-left: 1em;
}
.primary-header .c2a .social .link:not(:last-child) {
	margin-right: .5em;
}
.main-nav .menu li a {
	white-space: nowrap;
}
.banner-section .overlay {
	background: none;
	min-width: 0;
	width: 90%;
	text-align: center;
}
.text_section {
	margin: 20px 0;
}
.feature_section .features {
	flex-wrap: wrap;
	justify-content: center;
}
.feature_section .feature {
	flex: 0 1 calc(25% - 3.75px);
	margin-right: 5px;
	position: relative;
	margin-bottom: 5px;
}
.feature_section .feature:nth-child(4n),
.feature_section .feature:last-child {
	margin-right: 0;
}
.feature_section .feature a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.feature_section .feature .heading {
	background-color: var(--color-1);
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 22px;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature_section .feature .image {
	overflow: hidden;
}
.feature_section .feature .image img {
	transition: all ease .5s;
}
.feature_section .feature:hover .image img {
	transform: scale(1.1);
}
.c2a_section .features {
	flex-wrap: wrap;
}
.c2a_section .feature {
	flex: 1 1 calc(50% - 2.5px);
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
.c2a_section .feature:nth-child(even),
.c2a_section .feature:last-child {
	margin-right: 0;
}
.c2a_section .feature img {
	width: 100%;
}
.c2a_section .feature .heading {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 100%;
	max-width: 320px;
	padding: 10px;
	text-align: center;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-shadow: 0 0 10px #000;
}
.c2a_section .feature .link {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 90%;
	text-align: center;
	transform: translateX(-50%);
}
.video_section {
	margin: 30px 0;
}
.video_section .video {
	flex: 1 1 66.66%;
}
.video_section .content {
	padding-left: 50px;
	flex: 1 1 33.33%;
}
.video_section .content h2 {
	text-align: center;
}
.banner_section {
	margin-bottom: 5px;
}
.banner_section .background {
	height: 30vw;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 300px;
}
.banner_section .content {
	color: #fff;
	font-size: 32px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0 0 10px #000;
	text-align: center;
	width: max-content;
	max-width: 90%;
}
.primary-footer {
	background-color: var(--color-4);
	padding: 20px 0;
	color: #fff;
}
.primary-footer .logo-col {
	text-align: center;
}
.primary-footer .phone {
	color: var(--color-1);
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0;
}
.primary-footer .phone a {
	color: var(--color-1);
	display: inline-block;
	margin-left: .5em;
}
.primary-footer .phone a:hover,
.primary-footer .phone a:focus {
	color: var(--color-2);
}
.primary-footer .social {
	justify-content: center;
	align-items: center;
}
.primary-footer .social .heading {
	margin-right: 1em;
	font-weight: 700;
	font-size: 18px;
}
.primary-footer .social .link {
	font-size: 22px;
}
.primary-footer .sitemap-col ul {
	display: block;
	padding: 0;
	width: max-content;
	margin: 0 auto;
}
.primary-footer .sitemap-col ul li {
	display: block;
}
.primary-footer .sitemap-col a {
	color: var(--color-5);
}
.primary-footer .sitemap-col a:hover,
.primary-footer .sitemap-col a:active {
	color: var(--color-1);
}
.primary-footer .form {
	background-color: #fff;
	padding: 20px 50px;
	color: #252525;
	text-align: center;
}
.primary-footer .footer-row {
	justify-content: space-between;
	align-items: center;
}
.primary-footer .footer-row > .col {
	flex: 1 1 33.33%;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 12px;
}
.primary-footer .form .gfield:not(:last-child) {
	margin-bottom: 0;
}
.primary-footer .gform_wrapper.gravity-theme .gform_footer,
.primary-footer .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0;
	margin: 0;
}
.primary-footer .gform_wrapper.gravity-theme .gfield input {
	padding: 6px 12px;
}
.primary-footer .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 76px;
}
.copyright {
	background-color: var(--color-2);
	padding: 5px 0;
}
.copyright a {
	color: #fff;
	text-align: center;
	display: block;
}
.copyright a:hover,
.copyright a:focus {
	color: var(--color-1);
}
.mobile-header .mobile-nav,
.mobile-header .nav-more {
	background-color: var(--color-5);
}
.mobile-header .mobile-nav a,
.mobile-header .nav-toggler {
	color: #fff;
}
.mobile-header .mobile-nav a:hover,
.mobile-header .mobile-nav a:focus,
.mobile-header .mobile-nav a.active,
.mobile-header .nav-toggler:hover,
.mobile-header .nav-toggler:focus,
.mobile-header .nav-toggler.active {
	color: var(--color-3);
}
.mobile-header .nav-toggler .toggle-less,
.mobile-header .nav-toggler.active .icon {
	color: var(--color-3);
}
.modal-form h2 {
	margin-bottom: 0;
	flex: 1 0 auto;
	text-align: center;
	max-width: calc(100% - 40px);
	margin-left: 20px;
}
.modal-form .close {
	float: right;
	background-color: var(--color-1);
	color: #fff;
	border: none;
	font-weight: 700;
}
.modal-form .close:hover, .modal-form .close:focus {
	background-color: var(--color-2);
}
.modal-form .grecaptcha-badge {
	visibility: hidden;
}
.modal-form .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-heading {
	text-align: center;
	background-color: var(--color-1);
	color: #fff;
	padding: 10px 0;
}
.main-heading h1 {
	font-weight: 500;
}
.content-section {
	margin: 50px 0;
}
.content-section .content-row {
	align-items: center;
}
.content-section .image-col {
	position: relative;
	flex: 0 1 50%;
}
.content-section .image-col .link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-section .content-col {
	flex: 1 1 50%;
	margin-left: 50px;
}
.content-section .images {
	margin-top: 30px;
}
.content-section .images .image-col {
	flex: 1 1 auto;
	margin-right: 30px;
}
.content-section .images .image-col:last-child {
	margin-right: 0;
}
.content-section .images .image-col .content {
	text-align: center;
}
.content-section .images .image-col .heading {
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 6px;
}
.main-content {
	margin: 50px 0 30px;
}
.form-section {
	margin-bottom: 30px;
}
.form-section .form-wrapper {
	border: 1px solid #000;
	padding: 20px;
}
.form-section .gform_wrapper.gravity-theme select {
	padding: 10px;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_address label,
.form-section .gform_wrapper.gravity-theme .ginput_container_name label {
	display: none;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_address > span {
	flex-basis: 33.33%;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_address > span:last-of-type {
	padding-right: 0;
	padding-left: 2%;
}
.form-section .gform_wrapper.gravity-theme .gfield_checkbox {
	display: flex;
	justify-content: center;
}
.form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	margin-right: 35px;
	white-space: nowrap;
}
.form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
	flex: 1 0 20px;
}
.form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:nth-child(n) {
	white-space: nowrap;
	max-width: none;
}
.form-section .gform_wrapper.gravity-theme .gfield_label {
	text-align: center;
	display: block;
}
.form-section .gform_wrapper.gravity-theme .gform_button {
	width: max-content;
	margin: 0 auto;
	min-width: 200px;
}
.form-section .gform_wrapper.gravity-theme .gform_fileupload_rules {
	text-align: center;
}
.form-section .form .gfield:not(:last-child) {
	margin-bottom: 0;
}
.form-section .link {
	float: right;
}
.form-section .link span {
	margin-left: .5em;
	font-size: 18px;
}
.form-section h2 {
	text-align: center;
}
.form-section .link + h2 {
	text-align: center;
	margin-left: 235px;
}
.form-section .content {
	border: 1px solid #000;
	max-width: max-content;
	margin: 0 auto;
	padding: 10px 30px 10px 10px;
	margin-bottom: 30px;
	font-size: 18px;
}
.form-section .content li::marker {
	font-weight: 400;
}
.gallery-section {
	margin-bottom: 30px;
}
.gallery-section .gallery {
	flex-wrap: wrap;
}
.gallery-section .gallery .image {
	flex: 0 1 calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gallery-section .gallery .image:last-child, .gallery-section .gallery .image:nth-child(3n) {
	margin-right: 0;
}
.gallery-section .gallery-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-section .gallery-nav span {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border: 2px solid var(--color-2);
	padding: 5px 10px;
	line-height: 1;
	margin: 0 5px;
	color: #fff;
	background-color: var(--color-2);
	border-radius: 3px;
}
.gallery-section .gallery-nav span.disable {
	cursor: default;
	background-color: #fff;
	color: #000;
	border-width: 1px;
	border-color: #000;
}
.contact-section {
	margin-bottom: 50px;
}
.contact-section .form-col {
	flex: 0 1 calc(50% - 15px);
	margin-right: 30px;
	border: 2px solid #000;
}
.contact-section .form-col h2 {
	background-color: var(--color-4);
	text-align: center;
	padding: 30px 15px;
	font-weight: 500;
}
.contact-section .form-col .form {
	margin: 0 30px;
}
.contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox {
	display: flex;
	justify-content: center;
}
.contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	margin-right: 35px;
	white-space: nowrap;
}
.contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
	flex: 1 0 20px;
}
.contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:nth-child(n) {
	white-space: nowrap;
	max-width: none;
}
.contact-section .form-col .form .gform_wrapper.gravity-theme .gfield:not(:last-child) {
	margin-bottom: 0;
}
.contact-section .contact-col {
	flex: 0 1 calc(50% - 15px);
	display: flex;
	flex-direction: column;
}
.contact-section .location-info {
	text-align: center;
	background-color: var(--color-4);
	padding: 20px 15px;
	border: 2px solid #000;
	margin-bottom: 30px;
}
.contact-section .map {
	flex: 1 0 auto;
	border: 2px solid #000;
	display: flex;
}
.contact-section .map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
@media screen and (max-width: 1199px) {
	.main-nav .menu li {
		margin: 0;
	}
	.main-nav .menu li a {
		padding: 15px 6px;
	}
	.primary-header .logo-col {
		margin-right: 5px;
	}
	.primary-footer .form {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 991px) {
	.feature_section .feature {
		flex: 0 1 calc(50% - 2.5px);
	}
	.feature_section .feature:nth-child(n) {
		margin-right: 5px;
	}
	.feature_section .feature:nth-child(even) {
		margin-right: 0;
	}
	.video_section .content {
		margin-top: 30px;
	}
	.primary-footer .footer-row > .col {
		margin-bottom: 20px;
	}
	.video_section .content {
		padding-left: 0;
	}
	.primary-footer .sitemap-col ul {
		text-align: center;
	}
	.mobile-header .mobile-c2a a {
		color: #fff;
	}
	.mobile-header .mobile-c2a a:hover,
  .mobile-header .mobile-c2a a:focus {
		color: var(--color-3);
	}
	.form-section .mobile-column {
		display: flex;
		flex-direction: column;
	}
	.form-section .mobile-column .link {
		order: 5;
		text-align: center;
		margin-bottom: 30px;
	}
	.form-section .link + h2 {
		margin-left: 0;
	}
	.content-section .image-col {
		margin-bottom: 20px;
	}
	.gallery-section .gallery {
		flex-wrap: wrap;
		justify-content: center;
	}
	.gallery-section .gallery .image {
		flex-basis: calc(50% - 15px);
	}
	.gallery-section .gallery .image:nth-child(n) {
		margin-right: 30px;
	}
	.gallery-section .gallery .image:last-child, .gallery-section .gallery .image:nth-child(2n) {
		margin-right: 0;
	}
	.contact-section .location-info {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.gallery-section .gallery .image:nth-child(n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.feature_section .features {
		display: block;
	}
	.feature_section .feature:nth-child(n) {
		margin-right: 0;
	}
	.banner-section .overlay {
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.c2a_section .feature .heading {
		top: 30%;
	}
	.form-section .gform_wrapper.gravity-theme .ginput_complex {
		display: block;
	}
	.form-section .gform_wrapper.gravity-theme .ginput_complex > span:nth-child(n) {
		margin-bottom: 12px;
		display: block;
		padding: 0;
	}
	.form-section .gform_wrapper.gravity-theme .gfield_checkbox,
  .contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox {
		display: block;
	}
	.form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
  .contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.form-section .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input,
  .contact-section .form-col .form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
		max-width: 20px;
	}
}
