/* Divi toggle animate arrow and change colour */
/* Divi toggle animate arrow and change colour */

.et_pb_toggle_open .et_pb_toggle_title:before {
transform: rotate(180deg);
content: “\25bc”;
transition:all 0.5s ease-in-out 0s;
color:#ff0000;
}
.et_pb_toggle_title:before {
content: “\25bc”;
font-size:2em;
transition:all 0.5s ease-in-out 0s;
color:#ff3300;
}

/*** CENTER ALIGN SOCIAL FOLLOW ***/
/*** CENTER ALIGN SOCIAL FOLLOW ***/
.et_pb_social_media_follow {
display: table;
margin: 0 auto !important;
}
.et_pb_widget a {
.et_pb_widget a {
color: #000000;
text-decoration: none;}
h4.widgettitle
h4.widgettitle {color:red}
}