/*
 Theme Name:     CBOL Wordpress Child
 Theme URI:      https://www.capebusinessonline.co.za
 Description:    CBOL WP Theme
 Author:         CBOL Team
 Author URI:     https://www.cbol.co.za
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* contact form styling */


input.wpcf7-form-control:not(.wpcf7-submit) {
    padding: .75em;
    width: 100%;
}

textarea.wpcf7-form-control {
    width: 100%;
	height: 100px;
	padding: 10px;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #878787;
    padding: 2px;
    color: #878787;
}

input.wpcf7-form-control:not(.wpcf7-submit) {
    border: 1px solid #878787;
}

select.wpcf7-form-control, input.wpcf7-text{
width: 100% !important;
}

/**--------------------------------**/

