/*
 Theme Name:	Kaizen 2022
 Theme URI:     
 Description:   Custom Bootstrap 5 theme built upon the SEOteric framework
 Author:        SEOteric
 Author URI:    http://www.seoteric.com
 Template:		Seoteric-Framework
 Version:       2
*/

@import url("https://use.typekit.net/zsg3nhs.css");

/*////////////////////////////////////////////////
GENERAL STYLES
///////////////////////////////////////////////*/
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px !important;
    }
}

body {
    font-family: 'acumin-pro-condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
}
a {
    color: #6ccc67;
    text-decoration: none;
}
a:hover {
    color: #00416a;
}
p, 
#content li {
    font-size: 20px;
    line-height: 28px;
}
.excond {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-style: normal;
    font-stretch: extra-condensed;
    letter-spacing: -0.14px;
}
.fs-3 p {
    font-size: 1.75rem!important;
}
.fs-4 p {
    font-size: 1.5rem!important;
    line-height: 32px;
}
.btn {
    border-radius: 0;
    padding: 0.5rem 2.5rem !important;
    border-width: 2px;
}
.btn-sm {
    padding: 0.5rem 1rem !important;
}
.btn-primary {
    background-color: #47aa42 !important;
    border-color: #47aa42 !important;
}
.btn-primary:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover{
    color: #FFF !important;
    border-color: #47aa42 !important;
    background-image: linear-gradient(112deg, #47aa42 -14%, #2a9d99 49%, #1459cc 113%) !important;
}
.btn-secondary {
    background-color: #00416a !important;
    border-color: #00416a !important;
}
.btn-secondary:hover {
    border-color: #00416a !important;
    color: #FFF;
    background-image: linear-gradient(112deg, #1459cc -14%, #2a9d99 49%, #47aa42 113%) !important;
}
.btn-outline-primary {
    color: #47aa42 !important;
    border-color: #47aa42 !important;
}
.btn-outline-primary:hover {
    color: #FFF !important;
    background-color: #47aa42 !important;
}
.btn-outline-secondary {
    color: #00416a !important;
    border-color: #00416a !important;    
}
.btn-outline-secondary:hover {
    border-color: #00416a !important;
    color: #FFF !important;
    background-image: linear-gradient(112deg, #1459cc -14%, #2a9d99 49%, #47aa42 113%) !important;    
}
.text-primary {
    color: #47aa42;
}
.border-primary {
    border-color: #47aa42 !important;
}
.bg-primary {
    background-color: #47aa42 !important;
}
.bg-secondary {
    background-color: #00416a !important;
}
.bg-light {
    background-color: #efefef !important;
}
.text-body {
    color: #656565 !important;
}
.divider {
    width: 100%;
    height: 5px;
    display: block;
    background-image: linear-gradient(to right, #47aa42 -1%, #4285f4 102%);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: extra-condensed;
    text-transform: capitalize;
}
.h1, h1 {
    font-size: 4.5rem;
}
.h2, h2 {
    font-size: calc(2.11rem + 1.55vw);
}
.h3, h3 {
    font-size: 2rem;
}
h6, .h6 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #47aa42;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.socials a[href*="facebook.com"]:before,
.socials a[href*="twitter.com"]:before,
.socials a[href*="linkedin.com"]:before,
.socials a[href*="instagram.com"]:before,
.socials a[href*="youtube.com"]:before{
    font-family: 'FontAwesome';
    display: inline-block;
    color: #FFF;
    width: 30px;
    height: 30px;    
    font-size: 20px;
}
header .socials a:hover {
    opacity: .5;
}
footer .socials a:hover {
    opacity: .75;
}
.socials a[href*="facebook.com"]:before {
    content: '\f230';
}
.socials a[href*="twitter.com"]:before {
    content: '\f099';
}
.socials a[href*="linkedin.com"]:before {
    content: '\f08c';
}
.socials a[href*="instagram.com"]:before {
    content: '\f16d';
}
.socials a[href*="youtube.com"]:before {
    content: '\f16a';
}
.bg-gradient {
    background-image: linear-gradient(112deg, #47aa42 -14%, #2a9d99 49%, #1459cc 113%) !important;
}
img {
    max-width: 100%;
    height: auto;
}

#sidebar h4.widget-title {
    font-size: 2rem;
}
/*////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////*/

header {
    z-index: 20;
    transition: all .3s ease;
    background-color: none;
}
header.sticky {
    background-color: #00416a !important;
    transition: all .3s ease;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
header .buttonsContainer {
    background: transparent;
    transition: all .3s ease;
}
header.sticky .buttonsContainer {
    background:  #47aa42;
    transition: all .3s ease;
}
header .nav-item {
    margin: 0 .75rem;
}
header .nav-item:first-child {
    margin-left: 0;
}
header .nav-item:last-child {
    margin-right: 0;
}
header .nav-item .nav-item {
    margin: 0;
}
header .nav-link {
    font-family: 'acumin-pro-semi-condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
}
header li.btn .nav-link:hover {
    color: #FFF;
}
header li.btn {
    padding: 0 1rem !important;
}
header .btn.btn-primary {
    background-color: #FFF !important;
    color: #47aa42;
    border: 2px solid #FFF !important;
}
header .btn {
    padding: 0.2rem .75rem !important;
}
header .navbar-text .btn {
    padding: 0.25rem .75rem !important;
}
.navbar-toggler .icon-bar,
header.sticky .navbar-toggler .icon-bar{
  background: #FFF;
}
.navbar-toggler {
    padding-top: 12px;
}
header .dropdown-menu {
    border-radius: 0;
    background-color: #00416a !important;
    border: 0;
    padding: 0;
}
header .dropdown-item {
    color: #FFF;
    padding: 0.5rem 1rem;
    border-top: 1px solid rgba(255,255,255,.25);
}
header .dropdown-item:focus, 
header .dropdown-item:hover {
    background-image: linear-gradient(112deg, #47aa42 -14%, #2a9d99 49%, #1459cc 113%) !important;
    color: #FFF;
}
header .announcement {
    position: relative;
    min-height: 50px;
    opacity: 1;
    transition: all .3s ease;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
header.sticky .announcement {
    opacity: 0;
    min-height: 0px;
    height: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transition: all .3s ease;
}
.hero-banner .container {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 2;
    width: 100%;
}
/*
.navbar-brand {
     margin-top:-105px;
}
*/

.navbar-brand img {
/*    width: 290px;*/
    transition: all .3s ease;
}
.sticky .navbar-brand img {
/*
    max-width: 215px;
    transition: all .3s ease;
*/
}
/*
.sticky .btn-secondary {
    background-color: #FFF !important;
    color: #47aa42;
}
*/
#page-banner,
.hero-banner {
    position: relative;
    overflow: hidden;
}
.hero-banner .overlay,
#page-banner .overlay,
#values .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0 ;
    background-image: linear-gradient(171deg, rgba(0, 0, 0, 0.75) 13%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.75) 97%);
    z-index: 1;
}
#page-banner .overlay {
    background-image: linear-gradient(175deg, rgba(0, 0, 0, 0.85) 18%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 85%);
}
#page-banner .overlay .pageTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}
#breadcrumbs {
    margin: 5px 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0; left: 95%; margin-top: -1px;
}
/*////////////////////////////////////////////////
HOME PAGE
////////////////////////////////////////////////*/

#steps img {
    filter: grayscale(100%);
    transition: all 1s ease;
}
#steps .col {
    overflow: hidden;
}
#steps p,
#steps a {
    opacity: 0;
}
#steps .col:hover img {
    filter: grayscale(0%);
    transition: all 1s ease;
}
#steps .col:hover p,
#steps .col:hover a {
    opacity: 1;
}
#steps .step-title{
    left:20px;
    right: 20px;
    top: 80%;
    z-index: 2;
    transition: all 1s ease;
}
#steps .col:hover .step-title {
    top: 25%;
    transition: all 1s ease;
}
#steps .step-overlay,
#steps .col:hover .step-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: 1;
    transition: all 1s ease;
}
#steps .col:hover .step-overlay {    
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 51%, rgba(0, 0, 0, 0.75));
}
.num {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1.2px;
    color: #6ccc67;
    transition: all .3s ease;
}


.subheading {
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight: 500;
    font-size: 16px;    
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6e6e6e;
    text-transform: uppercase;
}
.hero {
    background-image: url(images/mechanic-looking-under-hood-of-car.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0 ;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    z-index: 1;
}
.hero .content {
    position: relative;
    z-index: 2;
}
.hero.tech {
    background-image: url(images/technician-buffing-car-fender.png);
}
.hero.join {
    background-image: url(images/mechanic-looking-at-wheels.webp);
}
a.arrow {
    background-image: url(images/link-long-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 7px;
    padding-right: 105px;
    background-size: 95px;
    text-transform: uppercase;
}
a.arrow:hover {
    color: #47aa42 !important;
}
#locationAddress {
    background-image: url(images/icon-map-location-arrow.svg);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    text-indent: 15px;
}
.locationSearch input[type=submit] {
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #47aa42;
    border: none;
    width: 50px;
    height: 40px;
    text-indent: -999999px;
}
.locationSearch input[type=submit]:hover,
.locationSearch input[type=submit]:focus,
.locationSearch input[type=submit]:active {
    background-color:#00416a;
}
/*////////////////////////////////////////////////
PAGE STYLES
////////////////////////////////////////////////*/
.featuredContent .container-fluid {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 55%, rgba(71,170,66,1) 55%, rgba(71,170,66,1) 100%);
}

.gform_wrapper form {
    background: #efefef;
    border: 1px solid #cbcbcb;
    padding: 20px;
}

.gform_wrapper input,
.gform_wrapper textarea {
    border: none;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    background: #47aa42;
    padding: 0.25rem 1.75rem;
    color: #FFF;
    font-weight: bold;
    border: none;
}
.accordion-button {
    background: #47aa42;
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1.25px;
}
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #00416a;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #47aa42;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(71,170,66,.25);
}
.accordion-button::after {
    background-image: url(images/down-arrow.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(images/down-arrow.svg);
    transform: rotate(-180deg);
}
.locationSidebar a:hover {
    color: #47aa42;
}

.infoWindow a:-webkit-any-link:focus-visible {outline:none !important}
#values .overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
#values .col-md-6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#values .valueContent {
    z-index: 2;
}
#content li {
    padding-bottom: 15px;
}
#sidebar .phone {
    position: relative;
    padding-left: 60px;
    color: #000;
    margin-bottom: 25px;
    display: block;    
}
#sidebar .phone:before {
    content: '';
    display: block;    
    position: absolute;
    top: -5px;
    left: 0;    
    width: 50px;
    height: 73px;
    background-image: url(images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#sidebar .phone:after {
    content: 'Give us a call';
    display: block;
    position: absolute;
    width: max-content;
    top: -12px;
    left: 68px;
    font-size: 24px;
    text-transform: uppercase;
    color: #6ccc67;
}
/*////////////////////////////////////////////////
FORM STYLES
////////////////////////////////////////////////*/
#sidebar .gform_legacy_markup_wrapper .gform_footer input.button, 
.gform_legacy_markup_wrapper .gform_footer input.button, 
#sidebar .gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    background-color: #47aa42 !important;
    border-color: #47aa42 !important;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0.75rem;
}
#sidebar .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.gform_legacy_markup_wrapper {
    margin-top: 0 !important;
}

.gfield_select {
    border: none;
}

/*////////////////////////////////////////////////
FOOTER
////////////////////////////////////////////////*/

footer a {
    color: #FFF;
}

footer a:hover {
    color: rgba(255,255,255,0.7);
}
footer #menu-footer-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
footer #menu-footer-menu li {
    display: inline-block;   
    float: left;
    font-weight: 600;
    font-size: 18px;
}
footer #menu-footer-menu ul {
    margin: 10px 0 0;
    padding: 0;
}
footer #menu-footer-menu ul,
footer #menu-footer-menu ul li{
    display: block;
    float: none;
    font-weight: normal;
    font-size: 17px;
}
footer #menu-footer-menu ul li {
    padding: 5px 0;
}
/*////////////////////////////////////////////////
RESPONSIVE
////////////////////////////////////////////////*/


@media only screen and (max-width: 1099px) {
    header .nav-item {
        margin: 0 0.25rem;
    }
    .navbar-brand img,   
    .sticky .navbar-brand img {
            max-width: 215px;
    }
}
@media only screen and (max-width: 1099px) {
    header .nav-item {
        margin: 0 0.25rem;
    }
    .navbar-brand img,   
    .sticky .navbar-brand img {
            max-width: 215px;
    }
}
@media screen and (max-width:991px){
/*
    header {
        background-color: #00416a !important;
    }
    */  
    #navbarText {
        background-color: #00416a;
        padding: 0 10px 10px;
    }
	header .nav-item {
        margin: 0;
    }
    .h1, h1 {
        font-size: calc(2.5rem + 1.55vw);
    }
    .hero-banner img,
    #page-banner img {
        width: 200% !important;
        max-width: 150% !important;
        left: -50%;
        position: relative;
    }
    header .navbar-text .btn {
        display: block;
        max-width: 155px;
        padding: 0.5rem !important;
    }
    header .navbar-text .btn-secondary {
        background-color: #47aa42 !important;
        border-color: #47aa42 !important;
        margin-top: 10px;
    }
}

@media screen and (max-width:767px){
    .navbar-brand {
        margin-top:0px;
    }
    .featuredContent .container-fluid {
        background: none;
    }
    .hero-banner img,
    #page-banner img {
        width: 250% !important;
        max-width: 250% !important;
        left: -100%;
        position: relative;
    }    
    #steps .col:hover .step-title {
        top: 20%;
    }    
    #sidebar .phone {
        line-height: 2.5;
        display: inline;
    }
    #sidebar .phone:before {
        top: -9px;
    }
    #sidebar .phone:after {
    top: -30px;
    }
}
@media screen and (max-width:576px){
	hero.why {
        background-position: top right;
    }
}
@media screen and (max-width:479px) {
    .navbar-brand img,   
    .sticky .navbar-brand img {
            max-width: 175px;
    }
    #page-banner img {
        width: 400% !important;
        max-width: 400% !important;
        left: -200%;
        position: relative;
    }    
    footer #menu-footer-menu {
        margin: 0;
        padding: 0;
        display: grid;
        flex-wrap: nowrap;
        justify-content: center;
        text-align: center;
    }
    footer #menu-footer-menu ul {
        margin: 0 0 15px;
    }

}