.glcr-cf7-style span.wpcf7-list-item {
    margin: 0 1em 0 0em;
}

span.wpcf7-not-valid-tip {
}

.glcr-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
    display: inline-block;
    right: 0;
    top: 100%;
    padding: 0.1em 0.8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin-bottom: 30px;
}

.glcr-cf7-highlight-style-bottom_right span.glcr-cf7-alert {
    display: block;
    text-align: right;
}

.glcr-cf7-style .wpcf7 div.wpcf7-response-output {
    margin: 0;
}

.glcr-cf7-style select {
    -webkit-appearance: none;
}

.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="input"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], input[type="search"] {
    width: 100%;
}

.glcr-cf7-style .wpcf7 input:not([type=submit]) {
    text-shadow: none;
}

#commentform input {
    position: relative;
    display: block;
}

#commentform input:before {
    content: '\f007';
    font-family: 'Font Awesome 5 free';
    font-weight: 400;
    font-style: normal;
    margin-right: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: block;
}

.glcr-cf7-icon {
    display: block;
    position: relative;
    clear: both;
}

.glcr-cf7-icon i {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9999;
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 12px 22px 12px 23px;
}

.glcr-cf7-icon.icon-left i {
    left: 0;
}

.glcr-cf7-icon.icon-right i {
    right: 0;
}

.glcr-cf7-container .wpcf7-spinner {
    display: none;
}

.glcr-cf7-container .submitting .wpcf7-spinner {
    display: block;
    margin: 20px 0;
}

/* Select Custom */
.glcr-cf7-style .glcr-cf7-select-custom {
    display: block;
    position: relative;
}

.glcr-cf7-style .glcr-cf7-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
    position: absolute;
    font-size: 0.7em;
    line-height: 1;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 1em;
    z-index: 5;
    pointer-events: none;
}

/*Checkbox Radio*/
.glcr-cf7-style input[type="checkbox"]+span:before, .glcr-cf7-style input[type="radio"]+span:before {
    height: 12px;
    width: 12px;
}

.glcr-cf7-style .wpcf7-checkbox input[type='checkbox'], .glcr-cf7-style .wpcf7-acceptance input[type='checkbox'], .glcr-cf7-style .wpcf7-radio input[type='radio'] {
    display: none;
}

.glcr-cf7-style .wpcf7-checkbox input[type='checkbox']+span:before, .glcr-cf7-style .wpcf7-radio input[type='radio']+span:before, .glcr-cf7-style .wpcf7-acceptance input[type='checkbox']+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
}

.glcr-cf7-style .wpcf7-checkbox input[type='checkbox']:checked+span:before, .glcr-cf7-style .wpcf7-acceptance input[type='checkbox']:checked+span:before {
    content: "\2714";
    line-height: 1.2;
}

.glcr-cf7-style .wpcf7-radio input[type="radio"]+span:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.glcr-cf7-style-box .wpcf7-checkbox input[type="checkbox"]:checked+span:before, .glcr-cf7-style-box .wpcf7-checkbox input[type="checkbox"]+span:before, .glcr-cf7-style-box .wpcf7-acceptance input[type="checkbox"]:checked+span:before, .glcr-cf7-style-box .wpcf7-acceptance input[type="checkbox"]+span:before, .glcr-cf7-style-box .wpcf7-radio input[type="radio"]+span:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*Multiple Select*/
.glcr-cf7-style select[multiple="multiple"], .glcr-cf7-style select[multiple="multiple"] option {
    padding: 12px 10px;
}

/*Submit Button*/
.glcr-cf7-style input[type=submit] {
    font-size: 15px;
    padding: 16px 40px;
    line-height: normal;
    font-weight: 700;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.glcr-cf7-style input:not([type="submit"]), .glcr-cf7-style .wpcf7 textarea, .glcr-cf7-style select {
    font-size: 15px;
    padding: 14px 22px;
}

.glcr-cf7-style input[type="file"] {
    border: 0;
    padding: 0;
}

.glcr-cf7-button-center input.wpcf7-form-control.wpcf7-submit, .glcr-cf7-button-left input.wpcf7-form-control.wpcf7-submit, .glcr-cf7-button-right input.wpcf7-form-control.wpcf7-submit, .glcr-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
}

.glcr-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
}

.glcr-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto;
}

.glcr-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
}

.glcr-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.glcr-cf7-loader-active span.ajax-loader.is-active {
    display: inline-block;
}

.glcr-cf7-button-center .glcr-cf7-loader-active {
    text-align: center;
}

.glcr-cf7-button-right .glcr-cf7-loader-active {
    text-align: right;
}

.glcr-cf7-button-justify .glcr-cf7-loader-active {
    text-align: center;
}

@media only screen and (min-width:769px) {
    .glcr-cf7-col {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .glcr-cf7-col label, .glcr-cf7-col>span {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px;
    }

}

@media only screen and (max-width:1024px) {
    .glcr-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .glcr-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto;
    }

    .glcr-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto;
    }

    .glcr-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
    }

}

@media only screen and (max-width:767px) {
    .glcr-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .glcr-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto;
    }

    .glcr-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto;
    }

    .glcr-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
    }

}