/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.4.6
Description: Website Name: drewstreetautorepair.com
Author: Wayne Woodbury ** Modified for Divi 3.0.65 and above CSS File / January 14th 2020 **
Template: Divi
*/


/* Browser Reset */

@import url("../Divi/style.css");
@import url("../Divi-child/style-additional.css");
@import url("../Divi-child/style-banners.css");
@import url("../Divi-child/style-banners-brands.css");
@import url("../Divi-child/style-blog.css");
@import url("../Divi-child/style-cta-content.css");
@import url("../Divi-child/style-links.css");
@import url("../Divi-child/style-nav.css");
@import url("../Divi-child/style-plugins.css");

/*----------------------------------------------------------------------*/


/*------------------ BEGIN CONSOLIDATE SECTION -------------------------*/


/*----------------------------------------------------------------------*/


/* Body - Set Color In Backend */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Body Background */

body.et_cover_background {
    background-color: #000;
}


/* Header Tags */

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #D89F62 !important;
    font-family: "Impact", sans-serif;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 0.03em;
}


/* Set Page Content Full Width */

.container,
.et_pb_row {
    width: 90% !important;
    max-width: 90% !important;
    /*max-width:90% !important; Liquid Top Nav */
}


/* Set Page Content Boxed Width */

.et_boxed_layout #page-container {
    width: 100%;
    max-width: 1180px !important;
}


/* Main Container Background */

#main-content {
    background-color: #fff !important;
}


/* Shadow Box Page Container */

.et_boxed_layout #page-container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}


/* Main Header Secondary Background */

#page-container {
    background-color: transparent;
    background-image: url(https://drewstreetautorepair.com/wp-content/uploads/header-bg-001.png);
    background-position: center top;
    background-repeat: no-repeat;
}


/* Header Nav BG Color, Image */

#main-header {
    background-color: transparent !important;
    background-image: url(https://drewstreetautorepair.com/wp-content/uploads/dsar-logo-001cb.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}


/* Top Nav Full Width - Header Style Centered */

.et_header_style_centered #main-header .container {
    width: 100%;
}


/*----------------------------------------------------------------------*/


/*------------------ PAGE CONTENT SECTION ------------------------------*/


/*----------------------------------------------------------------------*/


/* Text Body / Blog Background Color */

.et_pb_section {
    background-color: transparent !important;
}


/* Text Box With Background Image */

.et_pb_with_background {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
}


/* Map Height / Border */

.et_pb_column_2_3 .et_pb_map {
    height: 500px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #DDDDDD;
}


/* Gallery Title */

.et_pb_gallery_title {
    color: #999999;
    font-size: 14px !important;
}


/* Gallery Image Rollover Accent Color */

.et_overlay:before {
    color: #660000;
}


/* Image Offset */

img.alignleft {
    margin-right: 35px;
}


/*----------------------------------------------------------------------*/


/*------------------ FOOTER SECTION ------------------------------------*/


/*----------------------------------------------------------------------*/


/* Footer Main */

#main-footer {
    background-color: transparent;
}


/* Footer Main */

#footer-bottom {
    background-color: #000000;
}


/* Social Icons Footer - YouTube */

.et-social-youtube a:before {
    content: '\e0a3';
}


/* Social Icons Footer - Yelp */

.et-social-yelp a:before {
    content: '';
}


/* Social Icons Footer */

.et-social-icons {
    float: none;
    text-align: center;
}


/* Social Icons Footer */

.et-social-icons li {
    margin-left: 10px;
    margin-right: 10px;
}


/* Footer Text */

#footer-info {
    color: #999999;
    float: none;
    padding-bottom: 10px;
    text-align: center;
}


/*----------------------------------------------------------------------*/


/*------------------ BEGIN WWW CSS SECTION -----------------------------*/


/*----------------------------------------------------------------------*/


/* Blockquote */

blockquote {
    margin: 20px 0 30px;
    padding-left: 20px;
    border-left: 5px solid #CC0000;
}


/* Horizontial Line */

.lineRule1 {
    height: 3px;
    width: 85%;
    background-color: #00EE00;
    margin: 20px auto 20px auto;
}


/* Font Awesome Icons
.fa, .fas, .far, .fab {
	color:#CC0000;
	padding:35px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	border:solid 1px #DDDDDD;
} */


/*------------------ List Layout Settings ---------------------------*/


/* List Image */

.listImage1 {
    font-weight: bold;
    list-style-image: url(https://drewstreetautorepair.com/wp-content/uploads/list-image-001.png);
}


/* List Image */

.listImage2 {
    font-weight: normal;
    /*list-style-image:url(https://drewstreetautorepair.com/wp-content/uploads/list-image-002.png);*/
}


/* List Image Line Spacing */

.listImage1,
.listImage2 {
    line-height: 1.5em !important;
    margin: 7px 0px 7px 20px;
}


/* List Image Margin Bottom */

.listImage1 li,
.listImage2 li {
    margin-bottom: 1em;
}


/* List Image Columns */

#floatLeft-2col {
    float: left;
    width: 48%;
    margin-left: 15px;
}


/* List Image 3 Columns */

#floatLeft-3col {
    float: left;
    width: 30%;
    margin-left: 5px;
}


/* List Indent - List within a List */

.listIndent1 {
    font-weight: bold;
    line-height: 1.5em !important;
    margin: 7px 0px 7px 40px;
}


/* List Indent Margin Bottom */

.listIndent1 li {
    margin-bottom: 0.25em;
}


/*----------------------------------------------------------------------*/


/*------------------ BEGIN MOBILE SCREEN SECTION -----------------------*/


/*----------------------------------------------------------------------*/

@media only screen and ( max-width:1180px) {
    /* Body */
    body {
        margin: 0px !important;
    }
    /* Header Tags */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 17px;
    }
    /* Mobile Menu Bar Stretch */
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* Zero Margin For Mobile Screens */
    .et_boxed_layout #page-container {
        width: 100% !important;
    }
    /* Header Nav BG Color, Image */
    #main-header {
        background-image: url(https://drewstreetautorepair.com/wp-content/uploads/dsar-logo-002b.png);
    }
    /* Footer Widgets */
    .footer-widget:nth-child(n) {
        margin: 25px 25px !important;
    }
}

@media only screen and ( max-width:980px) {
    rs-fullwidth-wrap {
        padding-top: 100px !important;
    }
    /* Fixed Header fo Mobile Screen - Sticky */
    #page-container {
        padding-top: 0px !important;
        background-image: none;
    }
    /* Main Header Mobile Menu Bar Top Spacing - Sticky  */
    #main-header {
        background-position: center top;
        background-image: url(https://drewstreetautorepair.com/wp-content/uploads/dsar-logo-003ca.png);
        padding: 120px 0px 0px 0px !important;
    }
    /* Header Tags */
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 17px;
    }
    /* List Image Columns */
    #floatLeft-2col {
        float: none;
        margin-left: 0px;
        margin-bottom: 15px;
        width: 98%;
    }
    /* List Image Columns */
    #floatLeft-3col {
        float: none;
        margin-left: 0px;
        margin-bottom: 15px;
        width: 98%;
    }
}

@media only screen and ( max-width:640px) {
    rs-fullwidth-wrap {
        padding-top: 100px !important;
    }
}


/*----------------------------------------------------------------------*/


/*------------------ END CONSOLIDATE SECTION ---------------------------*/


/*----------------------------------------------------------------------*/