
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    



    

img[width][height] {
  height: auto;
}

  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
    display: block !important;
  }




    


    




    


    


    .font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-72, .size-72, .size-72 > font { font-size: 72px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-28, .size-28, .size-28 > font { font-size: 28px !important; }




  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }

  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }



    @font-face {
  font-family: "Arial Fallback";
  src: local('Arial');
  line-gap-override: 0%;
 }@font-face {
  font-family: "Roboto Fallback";
  src: local('Arial');
  ascent-override: 92.6709%;
  descent-override: 24.3871%;
  size-adjust: 100.1106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Sulphur Point Fallback";
  src: local('Arial');
  ascent-override: 73.4128%;
  descent-override: 19.5148%;
  size-adjust: 107.6106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Montserrat Fallback";
  src: local('Arial');
  ascent-override: 84.9466%;
  descent-override: 22.0264%;
  size-adjust: 113.954%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Lato Fallback";
  src: local('Arial');
  ascent-override: 101.3181%;
  descent-override: 21.865%;
  size-adjust: 97.4159%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Oswald Fallback";
  src: local('Arial');
  ascent-override: 145.0682%;
  descent-override: 35.1423%;
  size-adjust: 82.2372%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Open Sans Fallback";
  src: local('Arial');
  ascent-override: 101.1768%;
  descent-override: 27.7323%;
  size-adjust: 105.6416%;
  line-gap-override: 0%;
 }

/* ==========================================================================
   Static-hosting patches
   Duda's export omits /Scripts/runtime.js (injected server-side on Duda),
   so the chunks that (a) toggle off-hours Smart Sections, (b) reveal
   animated elements on scroll, and (c) initialise flexsliders never run.
   These rules substitute for that runtime. See .claude/learnings/learnings.md
   ========================================================================== */

/* Off-hours holiday "Smart Section" rows (Christmas banner + out-of-office
   row that contained the stray contact form) were removed from the home
   HTML entirely during the pre-launch cleanup. The CSS hide rule that used
   to live here is gone with them. */

/* Un-hide elements that Duda's animation runtime would reveal on scroll.
   Without the runtime, these stay visibility:hidden forever, e.g. the
   "Why Call Riley Hays?" block and the home photo gallery row. */
.dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']),
.dmDesktopBody [data-anim-extended],
.dmDesktopBody .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']),
.dmDesktopBody .dmNewParagraph[data-anim-extended],
#dmRoot .flex-element [data-anim-extended] { visibility: visible !important; }

/* Google-reviews flexslider: handled by /Scripts/home-reviews-slider.js,
   which runs on DOMContentLoaded and sets element.style directly (inline
   !important wins any cascade fight). CSS-only overrides kept losing a
   specificity war against Duda's `.flexslider:not([layout]):not([position])
   .slides > li[layout=center] { display: flex !important }` rule, which
   chains three `:not(...)` for a 0,5,1 specificity. See the script for
   the actual init + 7s fade rotation. */
