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

/* Hide Footer */
#main-footer {
    display: none;
}
/* Hide Footer END---------------- */



#main-header {
 
    z-index: 9;
}



.wpcf7 form.init .wpcf7-response-output {
	display: none
}








/* STICKY BUTTON1 */
.sticky-divi-button {
color: #ffffff; 
font-family: "Oswald";
font-size: 22px;  
background-color: #ec542d; 
Letter-spacing: 0.8px;
text-transform: none;
text-decoration: none;
border: solid;

padding: 0.2rem 0.2rem;
border-radius: 0rem;

z-index: 10;
margin-bottom: 5px;
}

.sticky-divi-button:hover {
color: #ffffff;
box-shadow: none;

}
/* END */



/* STICKY BUTTON */
.sticky-divi-button2 {
color: #ffffff; 
font-family: "Oswald";
font-size: 22px;  
background-color: #ec542d; 
Letter-spacing: 0.8px;
text-transform: none;
text-decoration: none;
border: solid;

padding: 0.2rem 0.2rem;
border-radius: 0rem;

z-index: 10;

}

.sticky-divi-button:hover {
color: #ffffff;
box-shadow: none;

}
/* END */


/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
    .sticky-divi-button2 {
        display: none !important;
    }
}





/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
    .sticky-divi-button {
        display: none !important;
    }
}







/* contact form styling */
input.wpcf7-form-control.wpcf7-submit {
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: #ffffff!important;
    border-radius: 0px;
    font-size: 16px;
    background-color: #ec542d;
    padding: 0.6em 4em!important;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    width: 100%;
}

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], input[type=date], select, textarea {
    background-color: #ffffffff!important;
    border: 1px solid #000000;
	    width: 100%;
		padding: 9px;


}

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


