This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | remove_action('wpcf7_init', 'wpcf7_recaptcha_add_form_tag_recaptcha'); | |
| add_action('wpcf7_init', 'wpcf7_recaptcha_add_form_tag_recaptcha_scroller'); | |
| function wpcf7_recaptcha_add_form_tag_recaptcha_scroller() { | |
| $recaptcha = WPCF7_RECAPTCHA::get_instance(); | |
| if ( $recaptcha->is_active() ) { | |
| wpcf7_add_form_tag( 'recaptcha', 'wpcf7_recaptcha_form_tag_handler_scroller', | |
| array( 'display-block' => true ) ); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | &::-webkit-input-placeholder { /* WebKit, Blink, Edge */ | |
| color: @color-white !important; | |
| opacity: 0.3; | |
| } | |
| &::-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | |
| color: @color-white; | |
| opacity: 0.3; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * Pass variable to include | |
| */ | |
| function mqInclude($filePath, $variables = array(), $print = true) | |
| { | |
| $output = NULL; | |
| $filePath = get_template_directory() . '/' . $filePath; | |
| if (file_exists($filePath)) { | |
| // Extract the variables to a local namespace |