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 | |
| /* don't include <?php */ | |
| function my_theme_enqueue_assets() { | |
| wp_enqueue_style( 'stylesheet', get_stylesheet_uri(), array(), $my_theme->parent()->get( 'Version' ) ); | |
| // this loads your active theme's /style.css with the theme version added to it | |
| } | |
| add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_assets' ); | 
  
    
      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( 'template_redirect', 'force_login' ); | |
| function force_login () { | |
| // if the user is not logged in | |
| if ( ! is_user_logged_in() ): | |
| // Redirect to the login page | |
| header( 'Location: /wp-login.php?redirect_to=/' ); | |
| die(); | |
| endif; | |
| } | 
  
    
      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 > div.animated-home.bounce.site-container > div > div > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(1) > div > div > p { | |
| margin-bottom: 0; | |
| } | |
| .home h1.mainh1 { | |
| margin-top: 0 !important; | |
| } | |
| .home > div.animated-home.bounce.site-container > div > div > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(1) > div { | |
| text-align: center; | 
  
    
      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
    
  
  
    
  | <img src="https://cdn.nuvolum.com/images/badges/hipaa-certified.png" alt="HIPAA Certified" width="120" height="61" /><br><br> | |
| <p>Thank you for submitting your information securely to our office.</p> | |
| <p>Rest assured that we are very serious about patient privacy, and as such, all information is securely encrypted and transmitted to our office using HIPAA-compliant protocols and services.</p> | 
  
    
      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
    
  
  
    
  | .animated-home.bounce.site-container { | |
| margin-top: inherit; | |
| top: inherit; | |
| } | |
| /*To target IE 6 and 7*/ | |
| /*To target IE 8, 9 and 10*/ | |
| @media screen\0, screen\9 { | |
| .animated-home.bounce.site-container { | |
| margin-top: 60px; | 
  
    
      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
    
  
  
    
  | /*===== Start: anchor tag styles -ms ======*/ | |
| .html-block a:not(.sqs-block-button-element):after { | |
| background: #367279; | |
| content: ""; | |
| display: block; | |
| position: absolute; | |
| bottom: 0; | |
| left: -1.5px; | |
| height: 1px; | |
| width: calc(100% + 3px); | 
  
    
      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
    
  
  
    
  | <strong>About</strong> the Practice<a id="play" class="fancybox-youtube btn-play" href="https://www.youtube.com/embed/xxxx?autoplay=1&autohide=1&rel=0&showinfo=0">Play</a>Watch the <strong>Video</strong> | 
NewerOlder