/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: http://www.fullspectrummarketing.com
Template: Divi
*/


/* hide Divi branding in footer */

#footer-info {
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Muli:400,800');
@media only screen and ( min-width:981px) {
    /* set the slider height for hero images */
    .et_pb_slider,
    .et_pb_slider .et_pb_container {
        /*height: 600px !important;*/
    }
    .et_pb_slider,
    .et_pb_slider .et_pb_slide {
        /*max-height: 600px;*/
    }
}

#copyright {
    color: #000;
    line-height: 5em;
    text-align: center;
}


/*  body font declaration */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-style: italic !important;
}

body {
    font-family: 'Muli', Arial, Helvetica, sans-serif;
}

.bg-bot {
    background-position: bottom !important;
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1,
.et_pb_image.depth-1 img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.et_pb_image.depth-1 {
    box-shadow: none;
}

.depth-2,
.subpage-blurb img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover,
.subpage-blurb img:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait,
.subpage-blurb img {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.tire-track {
    background: transparent url(/wp-content/themes/Divi-child/images/tire-track.png) no-repeat center center;
    background-size: 100%;
}

.subpage-blurb img {
    width: 100%;
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* custom css below */


/* header  */

@media only screen and ( min-width:981px) {
    .et_header_style_centered #main-header .container {
        text-align: left;
    }
    #et-top-navigation {
        text-align: center;
    }
    .header-hours,
    .header-contact {
        display: inline-block;
        color: #fff;
        padding-left: 70px;
    }
    .header-hours h2 {
        font-size: 1em;
        text-transform: uppercase;
        font-style: italic;
        margin-top: 44px;
        padding-bottom: 0;
        color: #fff;
    }
    .header-hours p {
        font-style: italic;
        font-size: 1.5em;
        font-weight: 700;
    }
    .header-hours span {
        text-transform: uppercase;
        font-style: italic;
    }
    .header-contact a {
        color: #fff;
        font-weight: 700;
        font-size: 1.8em;
        display: block;
        font-style: italic;
        line-height: 1.7em;
    }
    .header-contact span {
        line-height: 1.25em;
        display: block;
    }
    #logo {
        vertical-align: top;
        margin-top: 10px;
    }
    .et_header_style_centered #top-menu>li>a {
        font-weight: bold;
        padding: 0 14px 0 0 !important;
        margin-right: 14px;
        border-right: 2px solid #c85d29;
    }
    .et_header_style_centered #top-menu>li:last-child {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .et_header_style_centered #top-menu>li:last-child>a {
        border: none !important;
    }
    #top-menu li {
        padding: 13px 0 13px 0 !important;
    }
    #home-crew {
        position: relative;
        bottom: 0;
    }
}

@media only screen and ( min-width:981px) and (max-width:1200px) {
    .header-hours,
    .header-contact {
        padding-left: 25px;
    }
}

@media only screen and ( max-width:980px) {
    .header-hours,
    .header-contact {
        display: none;
    }
}

#main-header {
    background: #111 url(/wp-content/themes/Divi-child/images/header-bg.png) no-repeat top left;
    background-size: 100%;
}


/* footer */

#main-footer {
    background: #fff url(/wp-content/themes/Divi-child/images/footer-bg.jpg) no-repeat top left;
    background-size: cover;
}

#main-footer .menu-item {
    display: inline-block;
}

#main-footer .menu-item:before {
    content: none !important;
}

.nav_menu-2 {
    width: 100%;
}

#text-3 {
    margin-bottom: 5px;
    margin-top: 40px;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

.et_pb_widget {
    float: none;
}

#footer-widgets .footer-widget li a {
    font-weight: bold;
    padding: 0 14px 0 0 !important;
    margin-right: 14px;
    border-right: 2px solid #c85d29;
    text-transform: uppercase;
}

#footer-widgets .footer-widget li:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

#footer-widgets .footer-widget li:last-child>a {
    border: none !important;
}

#footer-widgets {
    padding-top: 4%;
}

.footer-widget {
    margin-bottom: 2% !important;
}


/* misc */

.contact-number {
    color: #fff !important;
    float: right;
}

@media only screen and ( max-width:750px) {
    .contact-number {
        float: none;
        display: block;
    }
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    background-color: #c85d29;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-family: 'inherit', ;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
    background-color: rgba(200, 93, 41, .5);
}

body .et_pb_blurb_content {
    max-width: 100%;
}