/**
 * Theme Name:     Divi Child
 * Author:         Tomaz
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.fe-column-hover-text {
  --fe-column-hover-color: #b8860b;
}
/* For all column hover text inside */
.fe-column-hover-text:hover .et_pb_module,
.fe-column-hover-text:hover .et_pb_module * {
  color: var(--fe-column-hover-color) !important;
  transition: color 0.25s ease;
}