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
    
  
  
    
  | /** Genesis | |
| /* Need to wrap hero image or slider block in an advanced column with a class of top block */ | |
| .home .site-header { | |
| background-color: transparent; | |
| } | |
| .top-block { | |
| bottom: 100px; | |
| } | 
  
    
      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
    
  
  
    
  | /* Nav Secondary | |
| --------------------------------------------- */ | |
| .nav-secondary { | |
| margin-top: 0; | |
| background: #007235; /* Primary theme color */ | |
| } | |
| .nav-secondary .wrap { | |
| max-width: 1280px; /* Your theme's pagewrap */ | 
  
    
      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
    
  
  
    
  | .home .site-header { | |
| background: transparent; | |
| } | |
| /* Top block is a custom class added to the Gutenberg block. */ | |
| .home .top-block { | |
| bottom: 0; | |
| position: relative; | |
| } | 
  
    
      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
    
  
  
    
  | add_action( 'wp_enqueue_scripts', 'gp_enqueue_scripts_styles' ); | |
| /** | |
| * Enqueues custom scripts and styles. | |
| * | |
| * @since 1.0.0 | |
| */ | |
| function gp_enqueue_scripts_styles() { | |
| wp_enqueue_style( | |
| 'gp-fonts', | 
  
    
      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
    
  
  
    
  | <?php | |
| /** | |
| * Infinity Pro. | |
| * | |
| * Template Name: Homesites | |
| * | |
| */ | |
| remove_action( 'genesis_loop', 'genesis_do_loop' ); | 
  
    
      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
    
  
  
    
  | <script type="text/javascript"> if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script> | |
| <script id="mstag_tops" type="text/javascript" src="//flex.atdmt.com/mstag/site/2ec88bc5-6368-4fb7-b092-c2839a499da5/mstag.js"></script> | |
| <script type="text/javascript"> mstag.loadTag("conversion", {cp:"5050",dedup:"1"})</script> | |
| <noscript> <iframe src="//flex.atdmt.com/mstag/tag/2ec88bc5-6368-4fb7-b092-c2839a499da5/conversion.html?cp=5050&dedup=1" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden;display:none"> </iframe> </noscript> | |
| <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"4077423"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq | 
  
    
      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
    
  
  
    
  | function lh_custom_tracking_codes() { | |
| if( is_page(1709) ) { | |
| jQuery(window).load(function() { ?> | |
| <script type="text/javascript"> if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script> | |
| <script id="mstag_tops" type="text/javascript" src="//flex.atdmt.com/mstag/site/2ec88bc5-6368-4fb7-b092-c2839a499da5/mstag.js"></script> | |
| <script type="text/javascript"> mstag.loadTag("conversion", {cp:"5050",dedup:"1"})</script> | 
  
    
      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
    
  
  
    
  | <?php | |
| function surrey_post_types() { | |
| register_post_type( 'service', array( | |
| 'supports' => array('title', 'editor', 'thumbnail'), | |
| 'public' => true, | |
| 'labels' => array( | |
| 'name' => 'Services', | |
| 'add_new_item' => 'Add New Service', | |
| 'edit_item' => 'Edit Service', | 
  
    
      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
    
  
  
    
  | <?php | |
| function rr_features() { | |
| register_nav_menu('headerMenuLocation', 'Header Menu Location'); | |
| } | |
| add_action('after_setup_theme', 'rr_features'); | |
| ?> | |
| <?php | |
| // On page.php | |
| wp_nav_menu(array( | 
  
    
      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
    
  
  
    
  | <?php | |
| function rr_features() { | |
| register_nav_menu('headerMenuLocation', 'Header Menu Location'); | |
| } | |
| add_action('after_setup_theme', 'rr_features'); | |
| ?> | |
| <?php | |
| // On page.php | |
| wp_nav_menu(array( | 
NewerOlder