.infs_graphem_form .infs_graphem_form_validate_field {
    display: none!important;
    visibility: hidden!important;
    width: 0!important;
    height: 0!important;
    border: none!important;
    opacity: 0!important;
}

.infs_graphem_submit {
    display: inline-block;
    margin: 0 0 0 0;
    font-family: inherit;
    cursor: pointer;
    position: relative;
}

.in_sf_graphem_form_label {
    display: none;
}

.infs_graphem_form .spinner {

    width: 40px;
    height: 42px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infs_graphem_form .spinner > div {
    background-color: #9ad9ff;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
  
.infs_graphem_form .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.infs_graphem_form .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.infs_graphem_form .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.infs_graphem_form .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
  
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
  
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}

.spinning.et_pb_button {
    cursor: default;
    border-color: #ccd2d8;
}

.spinning.et_pb_button:after, .spinning.et_pb_button:before {
    display: none;
}

.et_pb_module .spinning.et_pb_button:hover,
.spinning.et_pb_button:hover {
	padding: .3em 1em!important;
    border: 2px solid!important;
    border-color: #ccd2d8!important;
}

.wrap-infs-submit-text{
    visibility: hidden;
}


