/* Contact Forms 7 */
/* Start of Contact Form 7 Editing */
#left {
    width: 47%;
    float: left;
    margin-right: 6%;
}

#right {
    width: 47%;
    float: right;
}
.clearfix:after {
    content: \0020;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 10px;
}
.clearfix {
  display: block;
}

.wp-block-themeisle-blocks-advanced-columns {
    padding: 5%;
    color: white;
}
button, input, select, textarea {
    background-color: black;
    color: white;
    width: 100%;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    background-color: black;
    color: white;
    width: 100%;    
}

/* End of Contact Form7 Editing */