/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.tippy-tooltip.edi-theme {
    /* Your styling here. Example: */
    background-color: #f47735;
    border: 2px solid #222;
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.edi-theme .tippy-arrow {
    background-color: #f47735;
}
