/*
Theme Name:     Divi-AJ
Description:    
Author:         Andreas Juen
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

h1{
    color: #99cc99 !important;
}
#footer-bottom {
    padding: 15px 0 5px;
    background-color: #99cc99;
    /*background-color: rgba(0, 0, 0, 0.32);*/
}

.et_color_scheme_red a {
    color: #e4213c;
}
.et_color_scheme_red #top-header {
    background: #99cc99; !important;
}
.et_color_scheme_red #top-header {
    background: #99cc99 none repeat scroll 0 0 !important;
}
.et_color_scheme_red .woocommerce-info {
    background: #e4213c !important;
}
.et_color_scheme_red .bottom-nav li.current-menu-item > a {
    color: #e4213c;
}
.et_color_scheme_red .woocommerce-page .star-rating span:before {
    color: #e4213c !important;
}
.et_color_scheme_red .et_pb_pricing li:before {
    border-color: #e4213c;
}

@media all and (max-width: 980px) {

    #et-secondary-nav,
    #et-secondary-menu {
        display: block !important;
    }
    .et_pb_section {
        padding: 10px 0;
    }


}

/* Logo */
#logo {
    display: inline-block;
    float: none;
    max-height: 74%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.bottom-nav {
    float:right !important;
    padding-top: 0px;
}