/*-- Required Astrix Color --*/
.cf7-smart-grid.has-grid .field> label em {
  color: #ecba05 !important;
}                 


/*-- Require Field Warning Box--*/
.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  background: #ecba05;
}

/*-- Require Field Warning --*/
.wpcf7-not-valid-tip {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}    

/*-- Section Titles --*/
.cf7sg-title {
  color: #ecba05;
  font-size: 28px;
}     

/*-- Toggle Question Text --*/
.cf7sg-collapsible-with-toggle {
  color: #ffffff !important;
  font-size: 20px !important;
}    

/*-- Toggle Buttons On --*/
.toggle-on {
  color: #ffffff !important;
  width: 75px
    font-size: 20px !important;
  font-weight: bold !important;
  width: 75px
    font-weight: bold !important;
}

/*-- Toggle Buttons Off --*/
.toggle-off {
  color: #ffffff !important;
  width: 75px
    font-size: 20px !important;
  font-weight: bold !important;
  Background: red
}

/*-- Check Box Item Labels --*/
.wpcf7-list-item {
  color: #ffffff !important;
  font-size: 17px !important;
  display: block;
}   

/*-- Drop Down Questions --*/
.ui-accordion-content {
  color: #ffffff !important;
  font-size: 17px !important;
}   

/*-- Check Box Size --*/
.checkbox {
  color: #ffffff !important;
  size: 40px !important;
}   

/*-- Question Fonts --*/
.wpcf7 {
  color: #ffffff !important;
  font-size: 19px
}    

/*-- Typing Answers Fonts --*/
.wpcf7-form-control {
  color: #000000 !important;
  font-size: 17px !important;
}    

/*-- Acceptance Box On Last Question --*/
.wpcf7-acceptance {
  font-size: 20px !important;
  background: #80ab9c;
}   

/*-- Submit Acceptance Warning --*/
.cf7sg-popup {
  color: #000000 !important;
  font-size: 0.9em; !important;
}   


.wpcf7-form textarea {
  height: 120px;
}                                                                                                                                                                                                                                                                                                                                                                                                                  