/* 
 Theme Name:     Quickleads
 Author:         Quickleads
 Author URI:     http://quickleads.co.za
 Template:       Divi
 Version:        2.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.et-cart-info {
	display: none;
}

.entry-content table {
    border: none
}
.entry-content tr td {
    border-top: none
}
#contactform .header,
#contactform .caption {
    display: none
}
#contactform td:first-child {
    width: 35%
}
#contactform td:nth-child(2) {
    width: 65%
}
#contactform input,
#contactform select {
    border-radius: 4px;
    height: 2.5em;
}
#contactform > div {
    border-radius: 4px;
}
@media all and (max-width: 980px) {
    #contactform td {
        width: 80%;
        display: block
    }
    #contactform td:nth-child(2) {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #contactform td:first-child {
        width: 100%;
        text-align: center
    }
}
#contactform input,
#contactform select {
    width: 100%
}
#et_top_search {
    display: none
}
.siteblock {
    background-color: #eee;
    padding: 10px;
    box-shadow: 2px 2px 15px #888888;
}
.siteblock img {
    background: #fff;
    width: 100%;
}
.mainzone .et_pb_column .et_pb_blurb {
    margin-bottom: 0px
}
.et_pb_slide_description h2.et_pb_slide_title {
    background-color: rgba(188, 188, 188, 0.85);
    border-radius: 15px 15px 0px 0px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    font-size: 30px;
    text-shadow: 0px 0px 3px #fff;
    color: black !important;
}
div.error {
    color: #ff0033;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    text-shadow: none;
    text-align: left;
    list-style-type: disc;
}
input.error,
select.error {
    background-color: #ff0033;
    color: #fff
}
.newhomeslider .et_pb_slide_content > div {
    padding: 20px;
}
.newhomeslider .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}
@media (max-width: 767px) {
    .et_pb_slide_content,
    a.et_pb_more_button {
        display: block !important;
    }
    .et_pb_slide {
        padding-left: 0px;
        padding-right: 0px;
    }
    .et_pb_slide .et_pb_container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .et_pb_slide_description {
        padding: 5% 5%;
    }
}