/*khaos contact form*/
.kcf input, .kcf select{
    margin-right: 15px;
}

.kcf input{
    padding: 8px 10px !important;
}

.kcf select{
    padding: 7px 10px !important;
    margin-bottom: 14px;
}

.kcf-field{
    width: 450px;
    min-height: 1px;
    float:left;
    display:inline-block;
}

.kcf-field > * {
    display: inline-block !important;
    margin-right: 10px;
    float: none !important;
}

.kcf-field > label {
    width : 120px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 3px;
}

.kcf-field > input[type="text"] {
    width: 270px !important;
}

.kcf-field > .kcf-submit{
    float:right !important;
    padding-left: 40px !important;
}
.kcf-status {
    display:inline-block;
    width: 24px;
    height: 31px;
    margin-right: 10px;

}
.kcf-field > select{
    width: 293px !important;
}

.kcf-checkbox > label{
    width: 293px;
    text-align: left;
}
.kcf-checkbox > input{
    margin-left: 96px;
    width: 20px !important;
}

.kcf-textarea{
    margin-left: 134px;
}

.kcf-textarea, .kcf-textarea > label{
    width: 721px;
    float: none;
}

.kcf-textarea > label {
    text-align: left;
}

.kcf-loader{
    background: url("loader.gif") no-repeat left center !important;
}


/*admin-settings*/
.kcf-settings-layout{
    background-color: white;
    margin: 20px auto;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 0 3px #e0e0e0;
    padding: 20px;
}
.kcf-tab-0{
    margin-left: 20px;
}
.kcf-tab-1{
    margin-left: 40px;
}
.kcf-tab-2{
    margin-left: 60px;
}
.kcf-tab-3{
    margin-left: 80px;
}
.kcf-tab-4{
    margin-left: 100px;
}

.kcf-tab-5{
    margin-left: 120px;
}

.kcf-fullwidth{
    width: 100%;
}
.kcf-header{

}
.kcf-delimiter{
    width: 100%;
    height: 1px;
    display: inline-block;
}


.kcf-tip{
    margin-bottom: 20px;
}

.kcf-form-tip{
    padding : 10px !important;
    display: inline-block;
}

.js-kcf-captcha{
    vertical-align: middle;
    cursor: pointer;
}

.kcf-form-error{
    display: block !important;
    width: 305px;
    margin-top: -14px;
    font-size: 12px;
    color: #C00000;
    font-weight: bold;
    float: right !important;
}

.js-kcf-form-message{
    padding: 20px;
    border: 1px solid;
    color: #FFF;
}
.kcf-success{
    color: #00af00;
    font-weight: bold;
}

.kcf-error{
    color: #C00000;
    font-weight: bold;
}


/*Small contact form*/
.kcf_small{
    margin-top : -14px;
}
.kcf_small input[type="text"],
.kcf_small input[type="password"],
.kcf_small input[type="email"],
.kcf_small textarea,
.kcf_small select{
    width: 90%;
    margin: 0 auto;

}
.kcf_small label{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.kcf_small input[type="submit"]{
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 0px;
    float: right;
}
.kcf_small .kcf_captcha{
    margin-top: 5px;
    border: 1px solid #d8d8d8;
}

.kcf_small .kcf_half_size{
    margin-top: 5px !important;
    width: 45% !important;
    float: right;
}
.kcf_small .kcf-form-message {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    visibility: hidden;
}
.kcf_small .kcf-form-error{
    float: none !important;
    width: auto;
    margin-top: auto;
}