/*

Theme Name: IW Whitepaper (2018)
Theme URI: https://inwendo.de
Author: Enno Steppat, inwendo GmbH
Author URI: https://inwendo.de
Version: 1.0

/* ****************************************************** */

.iw-whitepaper-area .iw-whitepaper-form-description.title{
    font-family: "gordita-medium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.iw-whitepaper-area label {
    display: inline-block;
    margin-bottom: 5px;
}

.iw-whitepaper-area input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
    display: inherit;
}

.iw-whitepaper-area .list-item span::before, .iw-whitepaper-area .list-item span.list-item::after {
    content: " ";
}

.iw-whitepaper-area .list-item {
    display: inline-block;
}

.iw-whitepaper-area .list-item.second{
    display: inline-block;
    margin: 0 0 0 1em;
}

.iw-whitepaper-area .iw-whitepaper-form-element-wrapper {
    margin-bottom: 15px;
}

.iw-whitepaper-area input#iw_whitepaper_consent {
    position: inherit;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

.iw-whitepaper-area input#iw_whitepaper_first_name,
.iw-whitepaper-area input#iw_whitepaper_last_name,
.iw-whitepaper-area input#iw_whitepaper_email {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


.iw-whitepaper-area label.choice {
    line-height: 35px;
    padding-left: 10px;
    display: inline;
}

.iw-whitepaper-area .iw-whitepaper-form-button {
    padding: 15px 15px 15px 15px;
    border: none;
    text-decoration: none;
    font-family: "gordita-medium", sans-serif;
    font-size: 14px;
    line-height: 19px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

.iw-whitepaper-area .iw-whitepaper-form-button:enabled {
    background-color: #51ad42;
    border: 2px solid #51ad42;
    color: #fff;
    cursor: pointer;
}

.iw-whitepaper-area .iw-whitepaper-form-button:disabled {
    background-color: #f0f0f0;
    color: #fff;
    cursor: not-allowed;
}

.iw-whitepaper-area .iw-whitepaper-form-element.text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.iw-whitepaper-area .iw-whitepaper-form-element-wrapper.button-area {
    text-align: center;
    padding-top: 30px;
}


.iw-whitepaper-area .iw-whitepaper-result-success {
    text-align: center;
    font-family: "gordita-medium", sans-serif;
    font-size: 18px;
    line-height: 26px;
    max-width: 790px;
    margin: 0 auto;
}

.iw-whitepaper-area {
    padding: 100px 0;
}

.iw-whitepaper-area .iw-whitepaper-download-button {
    text-align: center;
}

.iw-whitepaper-area .iw-whitepaper-download-button a {
    padding: 15px 15px 15px 15px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    margin-left: 16px;
    background-color: #51ad42;
    cursor: pointer;
    color: #fff;
}

.iw-whitepaper-area .iw-whitepaper-download-button a:hover {

}

@media (min-width: 768px) {
    .iw-whitepaper-area .iw-whitepaper-form-element-wrapper.half {
        width: calc(50% - 15px);
        float: left;
    }
}

@media (min-width: 768px) {
    .iw-whitepaper-area .iw-whitepaper-form-element-wrapper.right {
        float: right;
    }
}