/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.3
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Crystal Claw Studios (Pty) Ltd
Author URI: http://www.crystalclaw.co.za
Template: Divi
Version: 1.0.1
*/

/* Divi Theme Styles */
@import url("../Divi/style.css");

.sub-menu {
    padding: 5px!important;
}

.wpcf7 p {
    float: left;
    width: 49%;
    margin-right: 10px;
}

.wpcf7 p:nth-child {
    margin-right: 0;
}

.wpcf7 h2 {
    clear: both;
}

.wpcf7 #postal {
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    line-height: 2.5em;
    width: 100%;
}

.wpcf7 textarea {
    height: 12em;
}

.wpcf7 input[type="submit"] {
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    cursor: pointer;
    clear: both;
    width: 150px;
    color: #fff;
}

.wpcf7 input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.wpcf7 {
    overflow: hidden;
}

.wpcf7-response-output {
    clear: both;
    color: red;
}

.recaptcha {
    float: right;
}