.lead-plus,
.lead-plus * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
}
.lead-plus {
    position: relative;
}
.lead-plus a {
}
.lead-plus .lp-form {

}

.lead-plus .lp-title {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}
.lead-plus .lp-content {
    font-size: 14px;
    color: #FFF;
    text-align: left;
    margin: 8px 0;
}
.lead-plus .lp-description {

}
.lead-plus .lp-email input,
.lead-plus .lp-phone input {
    width: 100%;
}

.lead-plus .lp-phone input.lp-whatsapp {
    background-image: url('whatsapp-icon.png');
    background-position: 97% center;
    background-size: 30px;
    background-repeat: no-repeat;
}

.lead-plus .lp-privacy {
    display: none;
    margin-bottom: 10px;
}
.lead-plus .lp-btn button {
    margin-top: 10px;
}
.lead-plus .lp-btn button:hover {

}

.lead-plus .lp-btn-success {
    background-color: #7db831;
    border-color: #638833;
    color: #ffffff;
}

.lead-plus .lp-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/plugins/lead-plus/loader.gif') center center no-repeat rgba(255,255,255,0.6);
    z-index: 100;
    display: none;
}

.lead-plus .lp-report {
    display: none;
}
.lead-plus .lp-report .lp-report-body {
}
.lead-plus .lp-report.lp-report-success .lp-report-body {

}
.lead-plus .lp-report .lp-report-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    font-size: 14px;
    color: #333;
    display: none;
}

.lead-plus .lp-title {

}
.lead-plus .lp-description {

}
.lead-plus .lp-title em,
.lead-plus .lp-description em {

}
.lead-plus .lp-message {

}
.lead-plus .lp-message textarea {
    height: 75px;
}

.lead-plus.lead-h {
    height: auto;
    min-height: 0;
}
.lead-plus.lead-h:after {
    content: "";
    clear: both;
    display: block;
}
.lead-plus.lead-h .lp-form {

}
.lead-plus.lead-h .lp-img {

}
.lead-plus.lead-h .lp-email input {

}

.lead-plus .lp-notes {
    font-size: 12px;
    font-weight:bold;
    color: #FFF;
    text-align: center;
    margin: 6px 0;
}

@media (max-width: 540px) {

    .lead-plus.lead-h {
        width: auto !important;
    }

    .lead-plus.lead-h .lp-form {
        float: none;
        width: 100%;
    }

}