﻿/*------------------------------------*\
    
    WebFX CF7 Customizations - Global styling for all CF7 Forms

    Add custom CF7 form styling to this file if it should be applied to all CF7 forms on the site
    Otherwise, put your block-specific styles in individual block stylesheets so that various block-specific styles aren't loaded on every CF7 form

\*------------------------------------*/


.wpcf7-not-valid-tip {
    display: block;
    color: #972AB2 !important;
    font-size: 14px !important;
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding-left: 24px;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {
  border: 2px solid #972AB2;
  outline: none;
  padding-right: 50px;
  background-color: #F8F5FA;
}

.wpcf7-spinner {
  display: block !important;
  position: absolute !important;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -20px;
}