/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Template:       Divi
*/
 
@import url("../Divi/style.css");

#logo { float: left; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-bottom: 18px; }
		.et_fixed_nav #logo { max-height: 120px; margin-bottom: -30px; }
		.et-fixed-header #logo { max-height: 70px; }

#et-info-email { color: #ffffff; }
#et-info { font-size: 15px; color: #ffffff; }

#promoblack .et_pb_promo_button { color: #000000; }

.sidemenubutton { background-color: #661721; }
 
h3, h4, h2 { color: #000000; }

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
/* -webkit-transition: all .3s ease-in-out; */
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  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: -1px 18px 20px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
  box-shadow: -1px 18px 20px -14px rgba(0,0,0,0.75);
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}