/*!
Theme Name: Swimbus
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
*/

/* =Theme customization starts here
------------------------------------------------------- */



/* Divi toggle animate arrow and change colour */
/* Open toggle*/
.et_pb_toggle_open .et_pb_toggle_title:before {
content: "\4b";
transition:all 0.5s ease-in-out 0s;
color: #333333 !important;
}
/* Closed toggle*/
.et_pb_toggle_title:before {
content: "\4c";
font-size:2em;
transition:all 0.5s ease-in-out 0s;
color: #333333 !important;
}