/*
Styles to target cf7 forms by default
*/

/* form loading icon stuff */
.wpcf7-form, .syn-form {
    position: relative;
}

.wpcf7-form .loading-block, .syn-form .loading-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    text-align: center;
    display: none;
}

.wpcf7-form .loading-block .loading-block-image-wrapper img, .syn-form .loading-block .loading-block-image-wrapper img {
    border-radius: 25px;
    vertical-align: middle;
}