*{
	margin: 0;
	padding: 0;
}

html{
	scroll-behavior: smooth;
}

body{
	min-height: 100vh;
	background: #eee;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: circle;
}

li{
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6{	
	font-family: "Roboto Flex", sans-serif;
	margin-bottom: 10px;
}

p,a,li{
	font-family: "Open Sans", sans-serif;
}

p{
	margin-bottom: 10px;
}

a{
	text-decoration: none;
}

a:hover{

}

button{	
	border: 0;
	background: transparent;
}

.container{
	max-width: 1500px;
	margin: 0 auto;
}

.txt-center,
.text-center{
	text-align: center;
}

.txt-left,
.text-left{
	text-align: left;
}

.txt-right,
.text-right{
	text-align: right;
}

.float-left{
	float:left;
}

.float-right{
	float: right;
}

.transition{
	transition: all 0.3s ease;
}

/***** Page General *****/

.btn-lg{
	font-size: .8em !important;
	text-transform: uppercase;
	padding: 17px 35px !important;
}

.btn-xl{
	font-size: 2em !important;
	text-transform: uppercase;
	padding: 10px 40px !important;
}

.btn-red{
	background: #f00000 !important;
	color: #fff !important;
	border: 3px solid #c81414 !important;
}

.btn-red:hover{
	background: #000 !important;
	border: 3px solid #000 !important;
}

.btn-blue{
	background: #0055A5 !important;
	color: #fff !important;
	border: 3px solid #0055A5 !important;
}

.btn-blue:hover{
	background: #000 !important;
	border: 3px solid #000 !important;
}

.btn-mdBlue{
	background: #096CB7 !important;
	color: #fff !important;
}

.btn-mdBblue:hover{
	background: #000 !important;
}

.btn-c{
	border-radius: 25px;
	padding: 11px;
}

.btn-reg{
	color: #2f344e;
	font-weight: bold;
	border: 3px solid #2f344e;
	border-radius: 3px;
	padding: 5px 10px;
	transition: all .3s ease;
}

.btn-reg:hover{
	background: #2f344e;
	color: #9adbdf;
}

.no-margin{
	margin: 0;
}

/***** Overrides *****/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: rgba(1, 127, 1, .15);
}

.nf-before-form-content,
.nf-field-label{
	display: none;
}

.contact-form-wrap{
	padding: 50px;
	box-shadow: 0 5px 5px #999;
	background: #fff;
	margin: 22px;
	max-width: 100%;
}

/***** Header *****/

.main-nav{
	position: absolute;
	top: 0;
	width: 100%;
}

.main-nav .container{
	display: flex;
	justify-content: center;
}

.main-nav ul{
	list-style: none;
	display: flex;
}

.main-nav ul li a{
	padding: 11px 22px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}

.header-appointment a{
	text-transform: uppercase;
	display: inline-block;
	margin-top: 11px;
	margin-left: 22px;
	padding: 5px 11px;
	font-size: .9em;
}

.header-appointment a i{
	background: #10519D;
	padding: 10px;
	border-radius: 100%;
	margin-left: 5px;
}

.main-nav .main-logo img{
	max-width: 300px;
	margin: 0 22px;
}

/***** Home *****/

.home .home-banner{
	width: 100%;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: end;
	background-image: url(/wp-content/uploads/2025/09/main-image_richiesauto.png);
	background-size: cover;
	background-position: center;
}

.home .home-banner .home-banner-content{
	text-align: center;
}

.home .home-banner .home-banner-content{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.home .home-banner .home-banner-content h1{
	font-size: 5em;
	max-width: 650px;
}

.home .home-banner .home-banner-content h2{
	color: #59B6FE;
	font-weight: 300;
	margin-top: 50px;
	z-index: 10;
	font-size: 1.5em;
	position: relative;
}

.home .home-banner .home-banner-content i{
	color: #A69E87;
	font-size: 6em;
	margin-top: -65px;
	margin-bottom: 44px;
}

.about{
	display: flex;
	width: 100%;
}

.about-content,
.about-images{
}

.about-content-wrap{
	padding: 44px 100px;
	color: #fff;
	flex: 0 0 33%;
	background: #005596;
	display: flex;
	align-items: center;
}

.home h2{
	text-transform: uppercase;
	font-size: 3em;
}

.about-content hr{
	margin-bottom: 10px;
	border-color: #59B6FE;
	max-width: 500px;
}

.about-images img{
	max-width: 100%;
	height: 100%;
}

.about-content a{
	background: #A49F8A !important;
	margin: 11px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.about-content a i{
	background: #59B6FE;
	padding: 10px;
	border-radius: 100%;
	margin-left: 5px;
}

.services{
	padding: 44px;
}

.services h2{
	color: #005596;
}

.services h3{
	text-transform: uppercase;
	color: #59B6FE;
}

.services hr{
	margin-bottom: 10px;
	border-color: #005596;
	max-width: 500px;
}

.services .service-items-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services .service-items-wrap .service-item-wrap{
	flex: 0 0 33.333%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-item{
	margin: 11px;
	height: 500px;
	width: 100%;	
	display: flex;
	justify-content: center;
	align-items: center;	
	background-size: cover;
	background-position: center;
}

.service-item.oil{
	background-image: url('/wp-content/uploads/2025/10/oil-change.png');
}

.service-item.tire{
	background-image: url('/wp-content/uploads/2025/10/Tire-RepairReplacement.png');
}

.service-item.brakes{
	background-image: url('/wp-content/uploads/2025/10/brakes_richiesautorepair.png');
}

.service-item.engine{
	background-image: url('/wp-content/uploads/2025/10/engine_repair_richiesautorepair.png');
}

.service-item.exhaust{
	background-image: url('/wp-content/uploads/2025/10/exhaust_systems_richiesautorepair.png');
}

.service-item.ac{
	background-image: url('/wp-content/uploads/2025/10/ac_heat_repair_richiesautorepair.png');
}

.service-item.battery{
	background-image: url('/wp-content/uploads/2025/10/battery-starter_richiesrepairshop.png');
}

.service-item.warranty{
	background-image: url('/wp-content/uploads/2025/10/extended_warranty_richiesrepairshop.png');
}

.service-item.diag{
	background-image: url('/wp-content/uploads/2025/10/auto_diagnostics_richiesrepairshop.png');
}

.service-item.steering{
	background-image: url('/wp-content/uploads/2025/10/steering_suspension_richiesrepairshop.png');
}

.service-item.wheel{
	background-image: url('/wp-content/uploads/2025/10/wheel_alignments_richiesrepairshop.png');
}

.service-item.transmission{
	background-image: url('/wp-content/uploads/2025/10/transmission_repair_richiesrepairshop.png');
}

.service-item-label{
	color: #fff;
	text-transform: uppercase;
	padding: 11px 22px;
	background: #005596;
	border-radius: 20px;
	font-family: "Open Sans", sans-serif;
}

.services a{
	font-weight: bold;
	text-transform: uppercase;
	margin: 22px;
	text-align: center;
	display: inline-block;
}

.services a span{	
	padding: 11px 22px;
	background: #A49F8A;
	color: #005596;
}

.services a i{	
	padding: 14px;
	background: #000;
	color: #59B6FE;
}

.services-content{
	text-align: center;
}

.services-content h1{
	text-align: center;
	font-size: 2.5em;
	color: #025292;
	border-bottom: none !important;
}

.services-content p{
	margin: 0 22px;
	max-width: 800px;
	margin: auto;
}

.why{
}

.why h2{
	padding: 150px 55px;	
	background-image: url('');
	background-size: cover;
	background-position: center;
	background-color: #e2e2e2;
	margin: 0;
	color: #fff;
}

.why-items-wrap{	
	background: #005596;
}

.why-items-wrap .container{
	display: flex;
	justify-content: center;
	padding: 44px;
	color: #fff;
}

.why-item{
	text-align: center;
}

.why-item i{
	color: #59B6FE;
	font-size: 4em;
	margin-bottom: 22px;
}

.why-item h3{
	text-transform: uppercase;
}

.why-item p{
	padding: 0 44px;
}

.get-in-touch h2{
	text-align: center;
	font-size: 2em;
	color: #005596;
	padding: 22px;
	margin: 0;
}

.get-in-touch-items{
	background: #59B6FE;
	padding: 22px;
	text-align: right;
	position: relative;
}

.get-in-touch-items i{
	color: #000;
	font-size: 1.5em;
}

.get-in-touch-items a{
	margin-left: 11px;
	font-weight: bold;
	color: #005394;
}

.reviews{
	background: #000;
	padding: 66px 0;
}

.reviews h2{
	color: #fff;
	margin-bottom: 22px;
}

.review-items-wrap{
	display: flex;
}

.review-item-wrap{
	flex: 0 33%;
}

.review-item{
	padding: 66px 22px;
	margin: 11px;
	background: #005596;
	text-align: left;
	color: #fff;
}

.review-item i{
	color: #FFCE00;
	font-size: 2em;
	padding: 11px 5px;
}

.review-stars{
	text-align: center;
	margin-bottom: 22px;
}

.maintenance{
	display: flex;
}

.maintenance-image{
	flex: 50%;
	display: flex;
}

.maintenance-image img{
	max-width: 100%;
}

.maintenance-content-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 50%;
}

.maintenance-content h3{
	font-size: 3em;
	color: #005596;
	max-width: 500px;
}

.maintenance-content ul{
	margin-left: 44px;
	font-size: 1.5em;
}

.appointment{
	padding: 150px 0;
	display: flex;
	justify-content: center;
	color: #fff;
	background-position: center;
	background-size: cover;
}

.appointment-content{
	text-align: center;
	max-width: 500px;
}

.appointment p{
	flex: 0 100%;
	padding: 22px;
}

.appointment a{
	padding: 11px 44px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	background: #005596;
	display: inline-block;
}

.lg-box{
  background: #10A4E2;
  transform: skewx(-25deg);
  height: 92px;
  width: 400px;
  position: absolute;
  top: -22px;
  left: -21px;
}

.sm-box{
  background: #1FBAFC;
  transform: skewx(-25deg);
  height: 92px;
  width: 50px;
  position: absolute;
  top: -22px;
  left: 400px;
}

/***** Contact *****/

.contact{
	font-family: "Roboto Flex", sans-serif;
}

.contact .page-title{
	height: 500px;
	display: flex;
	align-items: end;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.contact h1{
	padding: 44px 0 11px 0;
	border-bottom: 3px solid #10519D;
	display: inline-block;
	margin: 0 auto;
}

.contact .page-headline{
	display: flex;
	justify-content: center;
}

.contact-wrap{
	padding-bottom: 44px;
}

.contact-wrap .container{
	display: flex;
}

.contact-info{
	flex: 0 0 40%;
	display: flex;
	align-items: center;
}

.contact-info-wrap{
	padding: 0 44px;
}

.contact hr{
	border: 0;
	border-bottom: 3px solid #10519D;
	width: 50px;
	margin-bottom: 11px;
}

.contact-item{
	display: flex;
	padding: 22px 0;
	border-bottom: 1px solid #e2e2e2;
	margin: 22px 0;
}

.contact-item i{
	display: flex;
	font-size: 2em;
	color: #10519D;
	margin-right: 44px;
}

.contact-item a{
	color: #10519D;
	font-weight: bold;
}

.contact-form{
	flex: 0 0 60%;
}

.nf-field-element input,
.nf-field-element textarea{
	padding: 11px;
	background: #eee;
	border: none;
	border-radius: 4px;
	font-family: "Roboto Flex", sans-serif;
}

#nf-field-4{
	background: #10519D;
	color: #fff;
	font-weight: bold;
}

/***** Footer *****/

footer{
	padding: 11px;
	margin: 0;
	background: #000;
	color: #fff;
}

footer p{
	margin: 0;
}

footer a{
	color: #e2e2e2;
}

footer a:hover{
	color: #eee;
}

/***** Responsive *****/


@media (max-width: 1499px){

	.about-content-wrap{
		padding: 44px 22px;
	}


@media (max-width: 1199px){

	.about-content-wrap{
		flex: 0 0 100%;
		padding: 0;
	}

	.about-content{
		padding: 44px 22px;
	}

	.about{
		flex-wrap: wrap;
	}

	.maintenance{
		flex-wrap: wrap;
	}

	.maintenance-image{
		flex: 0 0 100%;
	}

	.maintenance-content-wrap{
		flex: 0 0 100%;
		padding: 44px 0;
	}

}

@media (max-width: 991px){
	.main-nav .container{
		flex-wrap: wrap;
	}

	.main-nav ul,
	.main-nav .main-logo,
	.main-nav .header-appointment{
		flex: 100%;
		display: flex;
		justify-content: center;
	}

	.home .home-banner{
		height: 750px;
	}

	.services .service-items-wrap .service-item-wrap{
		flex: 0 0 50%;
	}	

	.why-item{
		flex: 0 0 100%;
	}

	.why-items-wrap .container{
		flex-wrap: wrap;
	}

	.review-items-wrap{
		flex-wrap: wrap;
	}

	.review-item-wrap{
		flex: 0 0 100%;
	}

	.review-item{
		margin: 11px 44px;
	}

	.lg-box, .sm-box{
		display: none;
	}

	.contact-wrap .container{
			flex-wrap: wrap;
	}

	.contact-form,
	.contact-info{
			flex: 0 0 100%;
	}
}

@media (max-width: 768px){

	.maintenance-content{
		padding: 0 22px;
	}

	.get-in-touch-items{
		text-align: center;
	}

	.get-in-touch-items a{
		display: inline-block;
	}

}

@media (max-width: 500px){

	.home .home-banner .home-banner-content h1{
		font-size: 3.5em;
	}

	.services{
		padding: 44px 0;
	}

	.services .service-items-wrap .service-item-wrap{
		flex: 0 0 100%;
	}

	.contact-item i{
		margin-right: 11px;
	}

	.contact-form-wrap{
			padding: 44px 22px;
			margin: 0;
	}

	.contact-message{
		margin-top: 22px;
	}

	.contact-message hr{
		display: none;
	}

}