/*
 Theme Name:   Divi Child
 Theme URI:    http://cooldesign.co.za
 Description:  A Child Theme built for Divi
 Author:       Cool Design Digital Agency
 Author URI:   http://cooldesign.co.za
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/*move the toggle icon to the left*/
.pa-toggle-icon-left .et_pb_toggle_title:before {
	left: 0 !important;
}
/*adjust spacing on the left for the icon*/
.pa-toggle-icon-left .et_pb_toggle_title,
.pa-toggle-icon-left .et_pb_toggle_content {
	padding-left: 2em !important
}

/* ===========================================================================================
   PRICE LIST STYLING
/* ===========================================================================================
*/
#price-list ul{
	list-style:none;
	padding-left: 0;
	margin-left: 0;
}

#price-list li{
	line-height:1.4em;
	padding: 20px 0 10px 0;
	border-bottom:1px dotted #555555;
  	overflow:hidden; 
}

#price-list li span{
	font-size: 13px;
	font-weight: 600;
}	

#price-list li prc{
	padding-left: 5px;
	float: right;
}


/* ===========================================================================================
   GRAVITY FORMS CUSTOMISATION
/* ===========================================================================================
/* GRAVITY FORMS - REMOVE LABEL ON FIELDS USING PLACEHOLDER 
================================================================= */
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {	
	display: none !important;
}

/* GRAVITY FORMS - FIELD STYLING
================================================================= */
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"], 
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="tel"], 
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	background: #ffffff;
	border: solid 2px #dddddd !important;
	border-radius: 0;
	color: #333 !important;
	padding: 10px 15px !important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area  {
	background: #fff !important;
}

/* GRAVITY FORMS - 'SEND MESSAGE' BUTTON STYLING 
================================================================= */
body .gform_wrapper .gform_footer input[type=submit] { 
	float:right; 
	color: #ffffff;
	background: #35d764 ; /* button green */
	border: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px 35px;
	border-radius: 50px;
	cursor: pointer;
}

/* Change to slightly darker green ON HOVER
----------------------------------------------------------------- */
body .gform_wrapper .gform_footer input:hover[type=submit] {
	background: #30c259; /* slightly darker green */
}