/*
Theme Name: Divi Child Theme
Template: Divi
Author: Elegant Themes
Description: Divi Child Theme
Version: 1.0.1499097451
Updated: 2017-07-03 10:57:31

*/

#et-info {
    font-size: 15px;
    color: #fff;
}
#et-info-email {
    color: #fff;
}
#promoblack .et_pb_promo_button {
    color: #000;
}
.sidemenubutton {
    background-color: #661721;
}
h3, h4, h2 {
    color: #000;
}
.hvr-grow {
    display: inline-block;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
    box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}