/*
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 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif';
@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: #333333;
    line-height: 2.5em;
    text-align: center;
}


/* noto body font declaration */

body {
    font-family: 'Noto Serif', Verdana, serif;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}


/* material design shadows */

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

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

.depth-2 {
    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 {
    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 {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* 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;
    }
}


/* base styles */

.bg-top {
    background-position: top;
}

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

.vh50 {
    min-height: 70vh;
}

.vh80 {
    min-height: 80vh;
}

.et_pb_map_container {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.gradient-overlay:after {
    content: '';
    background-position: 100% 3%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
    background-size: 100%, cover !important;
}


/* custom css below */

body #main-content .hero .header-content {
    text-align: center;
    padding-top: 50px;
}

body #main-content .hero .header-content h1,
body #main-content .hero .header-content span {
    font-weight: 900;
}

body #main-content .hero .header-content span {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    border-top: 1px solid #670004;
    border-bottom: 1px solid #670004;
    padding: 5px 0;
}

body #main-content .hero .header-content-container {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
    font-weight: 900;
}


/* #main-header */

@media only screen and ( min-width:981px) {
    body.et_fullwidth_nav #main-header .container {
        max-width: 80%;
    }
    #main-header #et-top-navigation {
        padding-top: 20px;
        padding-bottom: 46px;
    }
    #main-header #et-top-navigation #top-menu li a {
        background: #fff;
        padding: 10px;
        text-align: center;
        width: auto;
    }
    #main-header #et-top-navigation #top-menu .sub-menu li {
        width: 180px;
    }
    #main-header #et-top-navigation .sub-menu {
        width: 200px;
    }
    #main-header #et-top-navigation .sub-menu li a {
        text-align: left !important;
    }
    #main-header #et-top-navigation #top-menu li a:after {
        content: none;
    }
    #main-header #et-top-navigation #top-menu li a:before {
        cursor: pointer;
    }
    #main-header #et-top-navigation #top-menu li {
        padding-right: 5px;
    }
    #main-header #et-top-navigation #top-menu #menu-item-180 a,
    #main-header #et-top-navigation #top-menu #menu-item-181 a,
    #main-header #et-top-navigation #top-menu #menu-item-182 a {
        background-color: transparent;
        width: auto;
        font-size: 0;
        padding: 0;
        line-height: 26px;
    }
    #main-header #et-top-navigation #top-menu #menu-item-180,
    #main-header #et-top-navigation #top-menu #menu-item-180 a {
        height: 17px;
        width: 22px;
    }
    #main-header #et-top-navigation #top-menu #menu-item-180 a:before {
        content: '';
        background-image: url(/wp-content/themes/Divi-child/images/facebook.png);
        background-size: contain;
        height: 17px;
        width: 17px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #main-header #et-top-navigation #top-menu #menu-item-181,
    #main-header #et-top-navigation #top-menu #menu-item-181 a {
        width: 31px;
        height: 16px;
    }
    #main-header #et-top-navigation #top-menu #menu-item-181 a:before {
        content: '';
        background-image: url(/wp-content/themes/Divi-child/images/google.png);
        background-size: contain;
        height: 16px;
        width: 26px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #main-header #et-top-navigation #top-menu #menu-item-182,
    #main-header #et-top-navigation #top-menu #menu-item-182 a {
        width: 80px;
        height: 24px;
    }
    #main-header #et-top-navigation #top-menu #menu-item-182 a:before {
        content: '';
        background-image: url(/wp-content/themes/Divi-child/images/houzz.png);
        background-size: contain;
        height: 24px;
        width: 75px;
        display: inline-block;
        position: absolute;
        top: -4px;
        left: 0;
    }
}


/* blurbs */

.et_pb_main_blurb_image {
    margin-bottom: 0px;
}

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

.et_pb_main_blurb_image img:hover {
    filter: saturate(3);
}


/* #main-footer */

#main-footer {
    padding-bottom: 6%;
    padding-top: 6%;
}

#main-footer #footer-widgets {
    padding-top: 0;
}

#main-footer #footer-widgets .footer-widget {
    margin-bottom: 0;
}

#main-footer #footer-widgets .widget_text {
    text-align: center;
    float: none;
    width: 100%;
}


/* .et_pb_promo */

body .et_pb_promo .et_pb_button {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    color: #333;
}


/* .lines */

.lines:before {
    content: '';
    width: 100px;
    border-top: 1px solid #670004;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.lines:after {
    content: '';
    width: 100px;
    border-top: 1px solid #670004;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and ( max-width:980px) {
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1,
    body .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content span {
        color: #fff !important;
        line-height: 1em;
    }
}

body .et_pb_fullwidth_header.label-hero .et_pb_fullwidth_header_container {
    position: absolute;
    bottom: 0;
    right: 25px;
}

body .et_pb_fullwidth_header.label-hero .et_pb_fullwidth_header_container .et_pb_fullwidth_header_subhead {
    color: #fff !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
}


/* .home */

.et_pb_blurb.home {
    padding-bottom: 10px;
}

.et_pb_blurb.home .et_pb_blurb_content {
    max-width: 100% !important;
}

.et_pb_blurb.home h4 {
    padding-bottom: 0px;
}

.et_pb_blurb.home p {
    font-size: 14px;
}

.et_pb_blurb.home img {
    width: 100%;
}


/* forms */

li.gfield {
    padding-right: 0 !important;
}

.gform_footer {
    text-align: center !important;
}

.ginput_container input {
    border: 1px solid #999 !important;
    border-radius: 3px !important;
}

.gform_wrapper {
    margin: 0 !important;
}

.et_mobile_menu .menu-item-has-children>a {
    background-color: transparent!important;
}