/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   VisionFriendly.com
Template: Divi
*/

@import url("../Divi/style.css");
p {
    padding-bottom: 1em;
    font-size: 18px;
}
h2 {
    font-size: 47px;
    font-weight: 900;
    color: #052249;
}

/* Style Footer Credits - Lines 948 & 949 */
.intLI li {
    font-size: 18px;
    line-height: 24px;
}
#footer-info {
    text-align: left;
    color: white;
    padding-bottom: 10px;
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.et_pb_post {
    padding-bottom: 42px;
    margin: 0;
}
p#credits {
    color: #fff;
    font-size: 12px;
}
#footer-info a { 
font-weight: 700; 
color: #fff; 
}
.ie .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container{
    padding-top: 68px!important;
}
.ie .et_fixed_nav.et_show_nav #page-container {
    padding-top: 68px!important;
}
#footer-info a:hover { 
color: #fff; 
}

.carRepairNumLogo a {
    font-size: 56px;
    margin-top: 10px;
    display: block;
    font-weight: 900;
    color: #fff;
}
/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	font-size:14px;
}
#footer-bottom .et-social-twitter a {
	font-size:14px;
}
#footer-bottom .et-social-google-plus a {
	font-size:14px;
}
#footer-bottom .et-social-rss a {
	font-size:14px;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}

/*Caldera Styles*/
.caldera-grid .btn {
    position: relative;
    padding: 0.3em 2em;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 40px;
    background: #F20E0B;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
}
.caldera-grid .form-group {
    margin-bottom: 8px;
}
.caldera-grid .form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input::-webkit-input-placeholder {
color: #000 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #000 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;  
}
 
input:-ms-input-placeholder {  
color: #000 !important;  
}
.et_pb_button {
    position: relative;
    padding: 0.3em 2em;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 40px;
    background: #F20E0B;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
}
.et_pb_slide_content h1 {
    font-size: 4.6vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #2A496F;
    text-shadow: -1px 2px 0px rgba(0, 0, 0, 1);
    line-height: 89%;
}
.et_pb_slide_content span {
    font-size: 2.6vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #f20e0b;
    text-shadow: -1px 2px 0px rgba(0, 0, 0, 1);
    display: block;
    line-height: 89%;
}
.et_pb_slide_content {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
    display: block;
    width: 62px;
    margin-top: -10px;
    float: left;
    margin-bottom: 0px;
}

/*BLURB STYLES
#post-134 .et_pb_blurb_content {
    border: 1px solid #d7d7d7;
    padding: 5%;
    text-align: center;
}
*/
h4.whatText {
    font-size: 27px;
    color: #000;
    font-weight: 900;
    border-bottom: 2px solid #bbbbbb;
    margin-bottom: 27px;
}
.home .et_pb_blurb h4 {
    padding-bottom: 5px;
    font-weight: 900;
    font-size: 20px!important;
    text-transform: lowercase;
}
.home .et_pb_blurb_content a {
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
}
.home .et_pb_blurb_content a:hover {
    color: #f10d0a;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.et_pb_blurb {
    border-right: 1px solid rgba(255, 255, 255, 0.37);
}
.et_pb_column:last-child .et_pb_blurb {
    border: 0;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 10% 8%;
}
.et_pb_button:hover {
    background: rgba(5, 34, 73, 0.7);
    color: #ffffff;
    padding: 0.3em 3em 0.3em 2em;
    border: 2px solid rgba(0, 0, 0, 0);
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.et_pb_bg_layout_light .et_pb_more_button {
	color:#fff;
}
.et_pb_button:after {
   bottom: 2px;
}
.footertext a {
    font-weight: 300;
    font-size: 15px;
}
/*fullwidth header image*/
.et_pb_fullwidth_header_container.left {
    max-height: 260px;
    min-height: 250px!important;
    background-position: 50% 30%;
}
section.et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 340px!important;
    background-position: 50% 30%;
}
.aboutHeader section.et_pb_fullwidth_header {
    min-height: 560px!important;
    background-position: 50% 44%;
}
.homeHeader .header-content-container.center {
    position: inherit;
    top: 0;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.49);
}
.carRepairNumLogo {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.carRepairNumLogo a {
    font-size: 56px;
    margin-top: 10px;
    display: block;
    font-weight: 900;
    color: #fff;
}
/*Full width CTA*/
#post-132 .fullWidthCTA .et_pb_promo {
    min-height: 392px;
}
.fullWidthCTA {
    padding: 0;
}
.fullWidthCTA .et_pb_row {
    width: 100%!important;
    max-width: 100%;
    min-height: 370px;
    padding: 0;
}
.fullWidthCTA .et_pb_promo {
    width: 100%!important;
    max-width: 100%;
    min-height: 490px;
    padding: 0;
    background-position: 50% 70%;
    background-size: cover;
}
.fullWidthCTA .et_pb_column {
    width: 100%!important;
    max-width: 100%;
    min-height: 370px;
    padding: 0;
}
.fullWidthCTA .et_pb_row {
    width: 100%!important;
    max-width: 100%;
    min-height: 370px;
    padding: 0;
}
.fullWidthCTA .et_pb_promo_description {
    width: 100%;
    float: left;
    padding-top: 170px;
}
.et_pb_promo_description h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
/*Car Wash Packages*/
h1.washTitle {
    font-size: 5vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff0000;
    padding-bottom: 0;
    text-shadow: -2px -1px 0px rgb(0, 0, 0);
}
h3.washSubTitle {
    font-size: 41px;
    font-weight: 900;
    text-transform: uppercase;
    color: #03aeff;
    text-shadow: -2px -1px 0px rgb(0, 0, 0);
	letter-spacing: 11px;
}
.washCost {
    position: absolute;
    background-image: url(/wp-content/uploads/2016/07/cost-ribbon-1.png);
    height: 450px;
    width: 306px;
    background-size: cover;
    right: -60px;
    bottom: -106px;
}
.washCost h4 {
    margin: 108px 0px 0px 70px;
    font-size: 84px;
    font-weight: 900;
    color: #ffffff;
}
.et-fixed-header #top-menu li a {
    font-size: 14px!important;
}
.rowWash-01 {
    background-color: #fff;
    padding: 5%;
    border-radius: 50px;
    border: 16px solid #7cc0e8;
}
p.washListTitle {
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #9a9a9a;
}
.washList li {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0077bd;
}
/*Meet Our Team*/
.et_pb_team_member_image img {
    width: 75%;
}
.et_pb_team_member_description {
    text-align: center;
}
/*full width header styles*/

.homeHeader .et_pb_fullwidth_header_container.left {
    min-height: 610px!important;
}
.page-id-4 section.et_pb_fullwidth_header.et_pb_fullscreen.et_pb_section_parallax.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_pb_fullwidth_header_0.et_pb_header_with_image {
    min-height: 630px!important;
    max-height: 630px!important;
}
#post-4 .header-content h1 {
    color: #fde750 !important;
    font-size: 95px;
    text-transform: uppercase;
    font-weight: 900;
    background: -webkit-linear-gradient(#ffe70d, #ffffff , #2165ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.bigBlue {
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
}
#post-4 .header-content p {
    font-size: 30px;
    margin-top: 14px;
    font-weight: 900;
    color: #ffffff;
}
/*header link navigation styles*/
div#et-top-navigation {
    padding-top: 0px!important;
    padding-left: 50px!important;
}
#top-menu li {
    display: inline-block;
    padding-right: 0px!important;
    font-size: 14px;
}
#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover{
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #79b7c5;
}

/*Slider overlay*/
.et_pb_slide_1.et_pb_slide .et_pb_slide_overlay_container {
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(33,33,33,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(33,33,33,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(33,33,33,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(33,33,33,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(33,33,33,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(33,33,33,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#212121', GradientType=1 );
    background-color: rgba(0, 0, 0, 0)!important;
}
.et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0)!important;
    background: rgba(0,0,0,0.42);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(13,13,13,0) 66%, rgba(19,19,19,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.42)), color-stop(66%, rgba(13,13,13,0)), color-stop(100%, rgba(19,19,19,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(13,13,13,0) 66%, rgba(19,19,19,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(13,13,13,0) 66%, rgba(19,19,19,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(13,13,13,0) 66%, rgba(19,19,19,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.64) 54%, rgba(13,13,13,0) 76%, rgba(19, 19, 19, 0.17) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}

.et_header_style_left .logo_container {
    position: relative;
    width: 35%;
    padding-bottom: 6px;
    float: left;
    margin-top: -45px;
}

.et-fixed-header .logo_container {
    margin-top: -45px;
}
.et-fixed-header .container {
    max-width: 98%;
    width: 98%;
}

#main-header {
    z-index: 999999;
}


.headerBlurb {
    display: block;
    float: right;
    width: 12%;
    margin-left: 780px;
}
.headerBlurb h4 {
    color: #fff;
    margin-top: 40px;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
}
.headerLocation {
    float: right;
    width: 12%;
}
.headerLocation ul {
    color: #fff;
    margin-top: 20px;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
}
.headerPhoneNum a {
    color: #fff;
    margin-top: 29px;
    font-weight: 900;
    display: block;
    font-size: 20px;
}
.headerPhoneNum {
    float: right;
        width: 15%;
}
.container.clearfix.et_menu_container {
    width: 97%;
}
.header-info-bar {
    display: none;
}
.spacerHeaderBar {
    display:none;
}
#logo {
    max-width: 100%!important;
    max-height: 100%!important;
}

    /* Set the slider height */
.page-id-134 .et_pb_slider, .page-id-134 .et_pb_slider .et_pb_container {
    height: 625px !important;
    max-width: 100%!important;
    width: 100%!important;
}
    .page-id-134 .et_pb_slider, .page-id-134 .et_pb_slider .et_pb_slide { 
        max-height: 625px; 
    }
    .page-id-134 .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 71%; 
        padding: 0 !important; 
        height:auto !important; 
    }
	#post-134 .et_pb_slide_content p {
    text-align: left;
}
	#post-134 h2.et_pb_slide_title {
    font-size: 50px;
    font-weight: 900;
    text-align: left;
}

.et_pb_module.et_pb_map_container.et_pb_fullwidth_map_0 {
    max-height: 300px;
}

.error404 section.et_pb_fullwidth_header.et_pb_fullscreen.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_pb_fullwidth_header_0 {
    background-image: url(/wp-content/uploads/2016/07/Depositphotos_42798063_l-2015-1.jpg);
}

@media (min-width: 1500px) {
.et_pb_section_video_bg .mejs-video {
    position: absolute;
    left: 50%;
    TOP: -220PX;
}
}
@media (min-width: 981px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    display: inline-block;
    margin-top: 20px;
    float: right;
}
.et-fixed-header img#logo {
    max-height: 48%!important;
    max-width: 48%!important;
}

.header-content-container.center {
    position: inherit;
    top: 80px;
}
.ie .header-content-container.center {
    position: inherit;
    top: 135px!important;
}
.aboutHeader .header-content-container.center {
    position: inherit;
    top: 310px;
}
.homeHeader .header-content h1 {
    font-size: 50px;
    font-weight: 900;
    clear: none;
    width: 100%;
    float: left;
	text-align:center;
}
span.bigBlue {
    text-align: center;
    width: 100%!important;
    float: none;
    margin: 0 auto;
    display: block;
}
#post-4 .header-content p {
    font-size: 30px;
    margin-top: 14px;
    font-weight: 900;
    color: #fff;
    width: 100%!important;
    display: block;
    margin: 16px auto;
    text-align: center;
}
.et_pb_fullwidth_header .header-image {
    margin-right: 2%;
    margin-left: 2%;
    line-height: 0;
    text-align: center;
    margin-top: -40px;
}
	.header-content h1 {
    font-size: 50px;
    font-weight: 900;
    clear: both;
    width: 70%;
    float: left;
}
.et_pb_fullwidth_header_subhead {
    display: block;
    float: left;
	width: 59%;
	font-size: 19px;
}
	.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    top: 70px!important;
}
#logo {
    max-width: 70%!important;
    max-height: 70%!important;
}
	body.admin-bar.et_fixed_nav #main-header {
    top: 76px!important;
}
.header-info-bar {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 999999;
	background-color:#1f3a5c;
}
.spacerHeaderBar {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 99999;
    background-color: #1f3a5c;
    height: 50px;
    top: 40px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 7px!important;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50px;
    margin: 20px 0;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0px!important;
}
}
/* Tablets in landscape mode (981-1100px) */
@media only screen and (min-width: 981px) and (max-width: 1575px) { 
.ie .header-image{display:none;}
}
@media only screen and (min-width: 981px) and (max-width: 1100px) { 
.ie .header-image{display:none;}
    .page-id-134 .et_pb_slider, .page-id-134 .et_pb_slider .et_pb_slide {
    max-height: 625px;
    display: none;
}
.page-id-134 .et_pb_section.et_pb_fullwidth_section.et_pb_section_1.et_pb_with_background.et_section_regular {
    display: block!important;
}
}
@media screen and (max-width: 1631px) {
.et_header_style_left .logo_container {
    position: static;
    width: 30%;
    padding-bottom: 0px;
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.headerPhoneNum {
    float: right;
    width: 50%;
    text-align: center;
}
.headerLocation {
    float: left;
    width: 50%;
    text-align: center;
}
div#et-top-navigation {
    padding-top: 0px!important;
    padding-left: 0px!important;
	float:none!important;
	text-align:center!important;
	margin:0 auto!important;
}
nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: none!important;
}
}
@media screen and (max-width: 1575px) {
.homeHeader .header-content-container.center {
    width: 100%!important;
    margin-top: 20px;
    float: left;
}
.header-image-container.bottom{
    width: 100%!important;
    float: left;
}
}
@media screen and (max-width: 1500px) {
	.washCost {
    height: 380px;
    width: 246px;
    bottom: -96px;
}
.washCost h4 {
    margin: 98px 36px 0px 70px;
    font-size: 60px;
}
}
@media screen and (max-width: 1313px) {
.washCost {
    height: 340px;
    width: 216px;
    bottom: -66px;
}
.washCost h4 {
    margin: 88px 36px 0px 67px;
    font-size: 51px;
}
}
@media screen and (max-width: 1185px) {
.washCost {
    height: 280px;
    width: 186px;
    bottom: -66px;
}
.washCost h4 {
    margin: 70px 36px 0px 51px;
    font-size: 45px;
}
#post-134 .et_pb_blurb_content {
	height: auto;
    display: block;
    float: left;
}
}
@media screen and (max-width: 1165px) {
/*.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a{
	font-size:12px;
}*/
.et_pb_blurb_container {
    width: 100%;
    float: left;
}
#main-header .container {
    max-width: 98%!important;
    width: 100%;
}
}
@media screen and (max-width: 1100px) {
.header-content-container.center {
    width: 100%!important;
	margin-top:20px;
    float: left;
}

.et_pb_fullwidth_header_container.left {
    display: block!important;
}
.page-id-4 section.et_pb_fullwidth_header.et_pb_fullscreen.et_pb_section_parallax.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_pb_fullwidth_header_0.et_pb_header_with_image {
    min-height: 630px!important;
    max-height: 930px!important;
}
.et_pb_button {text-align:center;}
.page-id-132 section.et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 440px!important;
    background-position: 50% 30%;
}
.carRepairNumLogo {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-align: right;
    float: right;
}
}
@media screen and (max-width: 981px) {
	
.carRepairNumLogo {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: left;
}
.carRepairNumLogo a {
    font-size: 56px;
    margin-top: 10px;
    display: block;
    font-weight: 900;
    color: #fff;
}
.page-id-134 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    margin-right: 0!important;
}
.page-id-134 .et_pb_row .et_pb_column .et_pb_module:last-child {margin-bottom:30px;}
.et_header_style_left .logo_container {
    width: 65%;
}
	#post-134 .et_pb_column {
    width: 100%!important;
    float: left;
}
.page-id-134 .et_pb_blurb.et_pb_module.et_pb_bg_layout_light {
    float: left;
    width: 100%;
	max-width:100%!important;
}
#post-134 .et_pb_blurb_content {
	height: auto;
    display: block;
    float: left;
	max-width:100%!important;
	width:100%;
}
.homeHeader .header-content h1 {
    font-size: 50px;
    font-weight: 900;
    clear: none;
    width: 100%;
    float: left;
	text-align:center;
}
span.bigBlue {
    text-align: center;
    width: 100%!important;
    float: none;
    margin: 0 auto;
    display: block;
}
#post-4 .header-content p {
    font-size: 30px;
    margin-top: 14px;
    font-weight: 900;
    color: #fff;
    width: 100%!important;
    display: block;
    margin: 16px auto;
    text-align: center;
}
.et_pb_fullwidth_header .header-image {
    margin-right: 2%;
    margin-left: 2%;
    line-height: 0;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 80px;
}
}
@media screen and (max-width: 768px) {


	    .page-id-134 .et_pb_slider, .page-id-134 .et_pb_slider .et_pb_container { 
        display:none    }
.et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 100%;
}
.et_pb_slide_description {
    padding: 7% 0;
}
.et_pb_slide_content h1 {
    font-size: 8vw;
}
.et_pb_slide_content span {
    font-size: 5.6vw;
}
}
@media screen and (max-width: 689px) {
ul.washList {
    margin-bottom: 170px;
}

}
@media screen and (max-width: 650px) {
	p#credits {
    width: 100%;
    float: left;
}
h1.washTitle {
    font-size: 12vw;
    text-align: center;
}
h3.washSubTitle {
    font-size: 8vw;
    letter-spacing: 0px;
    text-align: center;
}
.washCost {
    right: 0px;
}
}
@media screen and (max-width: 590px) {
#post-4 .header-content h1 {
    font-size: 15vw;
}
.carRepairNumLogo a {
    font-size: 11vw;
}
.page-id-132  section.et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 450px!important;
    max-height: 450px!important;
    background-position: 50% 30%;
}
}

@media only screen and (max-width:550px) {
	#post-4 .header-content p {
    font-size: 5vw;
}
	h2 {
    font-size: 9vw;
}
	.et_pb_button {
    font-size: 13px;
}
.rowWash-01 {
    width: 100%;
}
.home.et_pb_slider, .et_pb_slider .et_pb_container {
     height: 600px; /*edit your height here*/
    }
 
    .et_pb_slider, .et_pb_slider .et_pb_slide {
        max-height: 600px; /*edit your height here*/
    }
 
    .et_pb_slider .et_pb_slide_description {
        position: relative;
        top: 20%; /*edit to fit your height here*/
        padding-top: 0 !important;
        padding-bottom:0 !important;
        height:auto !important;
    }
		.footertext a {
    font-size: 14px;
}
}

@media only screen and (max-width:375px) {

.header-content h1 {
    font-size: 7vw;
}
		.footertext a {
    font-size: 12px;
}
}