
form#avenston_form {
    margin: 0;
    padding: 0;
    max-width: 450px;
}

form#avenston_form div.form-item {
    padding: 8px;
}

form#avenston_form .form-item input[type=text], form#avenston_form .form-item textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    height: 48px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
}

.b-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    color: #333;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

input.error, textarea.error {
    color: red !important;
    /* font-size: 14px; */
    border: 3px solid red !important;
}


form#avenston_form .more_btn {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 5px;
    width: 190px;
    height: 35px;
    background-color: #ff0000;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    display: block;
    box-sizing: border-box !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}