/* 
 Theme Name:   child-theme
 Theme URI:    
 Description:  Sailsations
 Author:       admin
 Author URI:   http://www.sailsations.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* SPECIAL CODE TO INCREASE CLICKBLE AREA OF TOGGLES, THIS CODE +
 "pa-toggle-clickable-area" IN CSS CLASS ON TOGGLE MODULE */  
/* remove the default padding from the toggle */

.pa-toggle-clickable-area.et_pb_toggle {
	padding: 0;
}


/*add the padding back to the title instead*/

.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_title {
	padding: 20px;
}


/*adjust padding for the icon to restore orginal position*/

.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_title:before {
	padding-right: 20px;
}


/*add the padding back to the open toggle content*/

.pa-toggle-clickable-area.et_pb_toggle .et_pb_toggle_content {
	padding: 0 20px 20px 20px;
}

