
.conjo-contact-form:not(.conjo-no-wpautop) .wpcf7-form > p > label,
.conjo-contact-form.conjo-no-wpautop .wpcf7-form label{
    display: block
}

.conjo-contact-form.conjo-contact-form-align-center{
    text-align: center;
}

.conjo-contact-form.conjo-contact-form-align-right{
    text-align: right;
}

.conjo-contact-form .wpcf7-form-control-wrap{
    margin: 0 0 15px;
    display: block;
    position: relative;
    z-index: 4;
}

.wpcf7-form label{
    font-size: 15px;
    position: relative
}

.conjo-custom-radio-checkbox input[type=checkbox],
.conjo-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 4px;
    margin: 0 .65rem 0 0;
}

.conjo-custom-radio-checkbox input[type=checkbox]:before,
.conjo-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.conjo-custom-radio-checkbox input[type=checkbox]:checked:before,
.conjo-custom-radio-checkbox input[type=radio]:checked:before {
    background: #999;
    transition: all 0.25s linear 0s;
}

.conjo-custom-radio-checkbox input[type=radio] {
    border-radius: 50%;
}

.conjo-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%;
}

.conjo-custom-radio-checkbox .wpcf7-list-item{
    display: -webkit-box;
    display: inline-flex;
    margin: 0 1rem 0 0;
    align-items: center;
}

.check-seo-form{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    position: relative;
}

.check-seo-form .wpcf7-form-control-wrap{
    margin: 0 .5rem 0 0;
    flex-basis: 45%;
}

input.conjo-lg-control{
    padding: 1.1rem 2rem;
    font-size: 1rem;
}

.check-seo-form .conjo-lg-btn{
    padding: 1.2rem 2rem;
    flex-basis: 10%;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-right: -1px;
}

.check-seo-form .ajax-loader{
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.check-seo-form.seo-square .conjo-lg-btn{
    border-radius: 0;
}

.check-seo-form.seo-square .conjo-lg-control{
    border: 0;
    height: 100px !important;
    text-align: center;
    margin: 0 !important;
}

.check-seo-form.seo-square > span{
    position: relative;
}

.check-seo-form.seo-square > span:first-child:after{
    background-color: #1bd6e9;
    width: 2px;
    height: 40%;
    top: 30%;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
}

span.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 11px;
    right: 0;
    top: 100%;
    padding: 2px 8px;
    background-color: rgb(255, 234, 234);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border-width: 1px;
    background-color: rgb(255, 240, 240);
    border-color: #ffcece;
    padding: .75rem 2rem;
    text-align: center;
    font-size: .875rem;
    margin: 1rem 0 0;
}

.wpcf7-form{
    position: relative;
}

.wpcf7-form input[type="range"] {
    margin-bottom: 35px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.57);
    margin: 0;
    font-family: 'icmon';
}

div.wpcf7 .ajax-loader:before {
    content: "\e982";
    font-size: 30px;
    position: absolute;
    display: table;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

.wpcf7-form.invalid .wpcf7-not-valid{
    border-color: #f00;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 10px 20px;
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: rgb(255, 234, 235);
    color: #000;
}