/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 http://childtheme-generator.com/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Happy Contractor
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 wp-bootstrap-starter-child
*/
.hidden {display:none !important;}
body, html {
	font-family:Arial, Helvetica, sans-serif;
}

hr {
	width:75%;
}

h1, h2, h3 {
	color:#222751;
	font-weight:bold;
}

h3 a {
    color: #222751;
    font-weight: bold;
    text-decoration: underline;
}

.top-emergency {
    text-align: center;
    background: #f4cc12;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
	position:relative;
	z-index:100000;
}

header#masthead {
    background-color: #ffffff;
    box-shadow: none;
	padding:0px !important;
	border-bottom: 4px solid #222751;
    box-shadow: 0px 3px 12px grey;
}

.logo-container {
	text-align:center;
}

img.site-logo {
	max-width:200px;
}

.header-phone-desktop {
    float: right;
    font-size: 24px;
    color: #222751;
    padding: 10px 0px;
	font-weight:bold;
}

.header-phone-desktop.small {
    font-size: 12px;
    padding: 0px;
    float: none;
}

.other-phone {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.header-social img {
	width: 30px;
    margin-top: -5px;
    margin-right: 5px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}

.header-social img:hover {
    margin-top: 0px;
}

input#s {
    margin: 5px 0px;
    height: 20px;
    border: 1px solid #c8c8c8;
    color: #909090;
    font-size: 12px;
}

input#searchsubmit {
    margin: 5px 0px;
    height: 20px;
    border: 1px solid #c8c8c8;
    color: #272727;
    font-size: 12px;
}

.header-right {
	background: #222751;
    padding: 10px 50px;
    border-radius: 0px 0px 0px 35px;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
	box-shadow: 5px 5px 5px grey;
}

.header-right:hover {
    box-shadow: inset -5px -5px 20px grey;
}

.header-right:focus {
    box-shadow: inset -5px -5px 20px grey;
    color: white;
    background: #fece05b5;
}

.dropdown-menu {
	font-size:.9rem;
}

.dropdown-menu li:hover {
    background: #dcecf2;
}

.yellow-nav {
    background: #f4cc12;
    border-radius: 7px 7px 0 0;
}

li.yellow-nav > a {
    background: transparent !important;
}

.nav-row {
	position: absolute;
	bottom: 0;
	right: 0;
	left:0;
}

button.navbar-toggler {
	margin: 10px 0px;
}

#masthead .navbar-nav > li > a {
	font-weight:bold !important;
}

li.current_page_item > a {
    color: #222751 !important;
    background: #22275136;
}

a.nav-link:hover {
    color: #5a5a5a !important;
}

a.nav-link {
    color: #000 !important;
    font-size: 1.1rem !important;
    padding: .5rem 1.5rem !important;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.2em 0 0;
}

.entry-content li {
    padding-bottom: 16px;
}

.under-slider {
    background: #222751;
    padding: 25px 20px;
	
}

.under-slider h1 {
    color: #fff;
}

.under-slider h2 {
    color: #fff;
	font-family: Arial !important;
	font-size:1.8rem;
}

.under-slider p {
    color: #fff;
    font-size: .94rem;
}
.home #content.site-content {
	padding-top: 0;
	margin-top:-20px;
}

.page-template-citylandingpage #content {
    padding-top: 0px !important;
}

.news_items {
    padding: 25px 0px;
}

#content.site-content {
	padding-top: 3.125rem;
}

h1.entry-title {
	font-size:2.5rem;
}

ul.yellow-checks li {
    background: url(../png/yellow-check-sm.png) no-repeat 0px 4px transparent;
    list-style-type: none;
    margin: 15px 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
}

.why-tec {
	display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.guarantee {
	padding-top:1.125rem;
}

.guarantee p {
	font-size: 22px;
    text-align: center;
    font-weight: 500;
}


.awards {
    padding-top: 4.125rem;
}

.awards img {
    max-width: 150px;
    max-height: 130px;
}

.lt-blue-bg-gray {
    background: #dcecf2;
    padding: 32px 0;
}

.centered {
    text-align: center;
}

.home-reviews {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

p.review-text {
    font-style: italic;
    text-align: center;
    padding: 10px 25px 0;
}

p.review-owner {
    text-align: center;
    font-weight: bold;
    font-size: 75%;
    padding: 0;
    margin: 0;
}

p.review-date {
    text-align: center;
    font-size: 75%;
    padding: 0;
    margin: 0;
}
.services, .why-choose {
	padding-top:2.125rem;
	padding-bottom:2.125rem;
}

.why-choose h2 {
    padding-bottom: 1.3rem;
}

.services img {
    border-bottom: 5px #fece05 solid;
}

.services h3 {
	text-align:center;
}

.services a:hover {
    text-decoration: none;
}

.btn-services {
    background: #222751;
    color: #fff;
    margin: 5px auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

a.btn-services {
    max-width: 215px;
}

.btn:hover {
	color:#fff;
}

.service-content, .home-map {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.bg-blue-center {
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, #0094d029 25%, #0094d029 50%, #0094d029 75%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
	margin-top:4.125rem;
}

.map {
	padding-top:4.125rem;
}

.yellow-bg {
    background: #fece05;
}

.yellow-bg .inner {
    padding:15px 30px;
}

.small-cities {
    font-size: 10px;
    padding: 5px 5px 0px 5px;
    margin: 0px;
    text-align: center;
}

.blog-posts {
    margin-top:4.125rem;
}


.listing-item .image, .listing-item .title {
    display: block;
	text-align:center;
}

.listing-item .image img {
    max-width: 300px;
    max-height: 200px;
    object-fit: cover;
	border-bottom: 4px solid #fece05;
}

.listing-item .title {
    font-size: 18px;
    padding: 10px 0px;
    font-weight: bold;
    color: #222751;
    text-decoration: underline;
}

.content_img {
	border: 4px solid #222751;
	text-align:center;
}

.content_img div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background: #222751;
	color: white;
	-webkit-transition: visibility 0s, opacity 0.5s linear; 
	transition: visibility 0s, opacity 0.5s linear;
	padding:3px;
	border-radius:5px;
}

.content_img img {
	opacity:.75;
}

/* Hover on Parent Container */
.content_img:hover img{
	opacity:1;
	transition: .5s ease;
}

.content_img p {
	margin:0;
	text-transform:capitalize;
}

.content_img:hover div{
	visibility: hidden;
	opacity: 0; 
}

.content_img.no-border {
	border:0px;
	margin-top:20px;
}

.content_img .servicepage {
	position: inherit;
	top: auto;
	left: auto;
	transform: none;
	-ms-transform: none;
	text-align: center;
	background: transparent;
	color: #000;
	-webkit-transition: none;
	transition: none;
	padding: 3px;
	border-radius: 0px;
}
	
.content_img:hover .servicepage {
	visibility: inherit;
	opacity: 1;
}

.content_img img.servicepage  {
	opacity: 1;
}



.work-photos {
    border-bottom: 4px solid #fece05;
}

footer#colophon {
    background-color: #222751 !important;
	margin-top:4.125rem;
}

.footer-1 .inner {
    background: #fff;
    padding: 20px;
    color: #000;
	margin-top: -60px;
    box-shadow: -7px 7px 20px 0 rgb(0 0 0 / 10%);
	border-top: 4px solid #fece05;
}

.wrapped {
    position: absolute;
    left: -16px;
    top: 0;
    width: 0;
    height: 0;
    margin-top: -60px;
    border-top: 44px solid transparent;
    border-right: 30px solid #e6e6e6;
}

.address-block, .phone-block, .email-block {
	display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding-bottom:12px;
}

.address-icon, .phone-icon, .email-icon {
    float: left;
}

.address-icon img, .phone-icon img, .email-icon img {
    width: 30px;
    margin-right: 20px;
}

.address-block p, .phone-block p, .email-block p {
    margin: 0;
}

.footer-2, .footer-3 {
    padding: 25px 10px;
    color: #fff;
}

.stronger {
	font-weight:bold;
	font-size:16px;
}

.footer-social {
    padding-bottom: 20px;
}

.footer-social img {
    max-width: 30px;
    margin-right: 10px;
}

.site-info {
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.single .wp-post-image {
    display: none;
}

.checkin {
    /*max-width: 250px;*/
}

.checkin-inner {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    margin:10px 10px;
}

.checkin-inner img {
    margin-bottom: 10px;
}

.city-page-img {
    float: right;
    padding-left: 10px;
}

.display-posts-listing .listing-item a.title {
    font-size: 16px;
    font-weight: bold;
}
.handy-guide {
  text-align:center;
}

@media only screen and (max-width:576px) { 
	.header-right, .header-phone-mobile  {
		font-size: 20px !important;
	}
	
	.under-slider p, p, .blog-posts .excerpt, .yellow-checks li { font-size:16px !important;}
	.small-cities {font-size:10px !important;}
	.content_img p { font-size: 1rem !important; }
	
}


@media only screen and (max-width:767px) { 
	.logo-container {
		text-align:center;
	}
	.header-right {
		width: 100%;
		font-size: 24px;
		color: #fff;
		border-radius:inherit;
		box-shadow:none;
		padding:10px;
	}
	
	.header-phone-mobile {
		background: #f4cc12;
		font-weight: bold;
		color: #000;
		width: 100%;
		font-size: 24px;
		padding: 10px;
		border-radius:inherit;
	}
	
	a.nav-link {
		font-size:1.5rem !important;
	}
	
	.dropdown-item {
		padding: 0.25rem 1.5rem !important;
	}
	
	.navbar {
		align-items: end;
		justify-content: end;
	}
	
	.nav-row{
		position:inherit;
	}
	
	.under-slider h2 {
		text-align: center;
		padding-bottom: 0;
	}
	
	
	ul.yellow-checks {
		padding-inline-start: 0;
	}
	.mobile-margin {
		margin:20px auto;
	}
	
	.bg-blue-center {
    	padding: 0 20px;
		background:none;
	}
	
	.bg-blue-center img {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 200px;
		margin-bottom: 20px;
	}
	.listing-item {
		padding: 0 20px;
	}
	
	.services img {
		margin: 10px auto;
	}
	
	.services {
		text-align: center;
	}
	
	#masthead .navbar-nav > li > a {
		text-align:center;
	}
	
	.dropdown-menu .dropdown-item {
		font-size: 1.2rem !important;
		text-align: center;
		font-weight: bold;
	}
	
	.navbar-nav .dropdown-menu {
		margin: 0;
	}
	.navbar-nav li {
    	padding: 5px 0px;
	}
}

@media only screen and (min-width:767px) { 
	header#masthead {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(220,236,242,1) 75%);
	}
	
	.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }

	.services-dropdown ul {
		min-width: 600px;
		position: absolute;
		left: -300px;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		background-color: #fff !important;
    	background-clip: padding-box !important;
    	border: 1px solid rgba(0,0,0,.15) !important;
		padding: 0.5rem !important;
	}

	.services-dropdown ul li {
		border-bottom: 1px solid #0094d021;
	}

	.services-dropdown ul li a:hover {
		color: #616262;
	}
	
	.company-dropdown ul {
		position: absolute;
		background-color: #fff !important;
    	background-clip: padding-box !important;
    	border: 1px solid rgba(0,0,0,.15) !important;
		padding: 0.5rem !important;
	}

	.company-dropdown ul li {
		border-bottom: 1px solid #0094d021;
	}

	.company-dropdown ul li a:hover {
		color: #616262;
	}
}

@media only screen and (min-width:767px) and (max-width:991px){ 
	.services-dropdown ul {
		min-width:500px;
	}
}

@media only screen and (min-width:767px) and (max-width:1024px) { 
	a.nav-link {
		font-size: 11px !important;
    	padding: 10px !important;
	}
}

@media only screen and (max-width:1024px) { 
	
	.content_img div {
		position: inherit;
		top: auto;
		left: auto;
		transform: none;
		-ms-transform: none;
		text-align: center;
		background: transparent;
		color: #000;
		-webkit-transition: none;
		transition: none;
		padding: 3px;
		border-radius: 0px;
	}
	
	.content_img:hover div {
		visibility: inherit;
		opacity: 1;
	}
	
	.content_img img {
		opacity: 1;
	}
}

@media only screen and (min-width:1024px) and (max-width:1151px) { 
	a.nav-link {
		font-size: 15px !important;
		padding: 12px !important;
	}
}

@media only screen and (min-width:767px) and (max-width:897px) { 
	.header-right {
		padding: 10px 20px 10px 25px;
		font-size: 15px;
		font-weight: bold;
	}
	
	.header-phone-desktop {
		font-size:15px;
	}
}

@media only screen and (min-width:897px) and (max-width:1166px) { 
	.header-right {
		padding: 10px 40px;
		font-size: 18px;
		font-weight: bold;
	}
}

/** DISPLAY POSTS GRID **/

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 50px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
	margin: 0 auto;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

/* Grid style */
.display-posts-listing.postgrid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.postgrid .title {
	display: block;
}

.display-posts-listing.postgrid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 	
    margin: 0 auto;
}

@media (min-width: 600px) {
	.display-posts-listing.postgrid {
		grid-template-columns: repeat( 1, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.postgrid {
		grid-template-columns: repeat( 2, 1fr );
	}
}


ul.display-posts-listing {
    list-style: none;
    padding-left: 0px;
}

h3.page-smaller-title-14 {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: normal;
}

.vehicles th {
    border: 1px solid #000;
    padding: 3px;
    background: #ccc;
}

.vehicles td {
    border: 1px solid #000;
    padding: 3px;
}

.vehicles tr:nth-child(even) {
    padding: 3px;
    background: #e9ecef;
}

.ev-charger td, .ev-charger th {
    padding: 10px;
    border: 1px solid #00000024;
}