/*
Theme Name:     Divi-child
Theme URI:      
Description:    Divi child theme.
Author:         Me
Author URI:     
Template:       Divi
Version:        0.1.0
*/


.et_pb_toggle_title:before {
   content: "\61";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\4d";
   transform: rotate(180deg);
  color:#39424e !important;
}

.et_pb_contact_field_options_title {display:none;}