/*
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=Nunito+Sans:300,600,900');
@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: #fff;
    line-height: 5em;
    text-align: center;
}

.et_pb_bg_layout_dark .et_pb_button {}

body {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}


/* material design shadows */

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

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

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

.align-center {
    align-items: center;
}


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

#top-header,
#main-header {
    border-bottom: 1px solid #e1e8e8;
}

#top-header * {
    font-weight: 300;
}

#top-header .container {
    padding-top: 0;
}

#top-menu li {
    padding-right: 2em;
}

#top-header span,
#top-header li a,
#top-header .et-social-icon a:before {
    line-height: 38px !important;
    display: inline-block;
}

#top-header *:before {
    color: #1cbbb4;
}

#et-info {
    width: 100%;
    padding: 0;
}

#et-info-phone:before,
#et-info-email:before {
    margin-right: .5em;
}

#et-info-phone {
    margin-right: 2em;
    border-right: 2px solid #e1e8e8;
    padding-right: 2em;
}

#et-info .et-social-icons {
    float: right;
}

#et-info .et-social-icons span {
    display: none;
}

#top-header .et-social-icons li {
    margin-top: 0;
}


/* buttons */

#page-container .et_pb_button {
    color: #fff !important;
    font-weight: 600;
    padding: 1.25em 2.5em !important;
}

#page-container .et_pb_bg_layout_dark .et_pb_button {
    color: #1f1b23 !important;
    background: #fff;
    background-color: #fff;
}

#page-container .et_pb_bg_layout_dark .et_pb_button:hover {
    background-color: rgba(255, 255, 255, .8) !important;
}


/* hero-slider */

#hero-slider .et_pb_container {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

#hero-slider .et_pb_slide {
    padding: 0 !important;
}

#hero-slider .et_pb_slide_title {
    font-weight: 800 !important;
}

@media only screen and (min-width:981px) {
    #hero-slider .et_pb_slide .et_pb_slide_description {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 50%;
        min-height: 65vh;
    }
    #home-blog .et_pb_post {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:980px) {
    #top-header .container {
        width: 100%;
    }
    #top-header a,
    #top-header span:before {
        font-size: 14px !important;
        line-height: 20px !important;
        display: inline-block;
    }
    #top-header #et-info-phone {
        margin-right: 0;
        border: none;
    }
}

.et_pb_post {
    border: 0 !important;
}


/* instagram */

.sb_instagram_header,
#sbi_load {
    display: none;
}