/*
 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
------------------------------------------------------- */


/* Add Button to Divi menu item with class menu_button */
  
@media only screen and ( min-width: 300px ) {
.menu_button a {
    background-color: #ed3729;
    padding: 15px 30px 15px 30px!important;

    border: 2px;
		border-color: #f5f5f5;
	border-radius: 5px;
    color: #fff !important;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.1);
}
}
.et-fixed-header #top-menu .menu_button a   {
     color: #fff !important;
}


.menu_button a:hover {
	color: #101535 !important;
}
/* - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* contact form styling */
input.wpcf7-form-control.wpcf7-submit {
color: #ffffff!important;
    border-width: 1px!important;
    border-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    background-color: #e83e2c!important;
    padding: 0.6em 4em!important;
	font-size: 13px !important;
    font-weight: bold;
    letter-spacing: 2px;
	font-family: 'Open Sans';
	font-style: italic !important;


}

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

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

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

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



/* Add Button to Divi menu item with class menu_button2 */
  
@media only screen and ( min-width: 300px ) {
.menu_button2 a {
    background-color: #2b3166!important;;
    padding: 15px 30px 15px 30px!important;
	margin-bottom:20px;
    border: solid;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 5px;
    color: #fff !important;
	border-bottom: 1px solid rgb(255 255 255);
    box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 10%); 
	font-family: 'Open Sans';
	font-style: italic;
	font-size: 13px !important;
	letter-spacing: 2px;
	font-weight: bold;
	}
}
.et-fixed-header #top-menu .menu_button2 a   {
     color: white !important;
}



.menu_button2 a:hover {
	background-color: #2b3166 !important;
}

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

/* Recaptcha */
.grecaptcha-badge {
 visibility: visible !important;
	z-index: 99999;
}




