/*
 Theme Name:   FlyCanadianRockies.com 2026
 Theme URI:    genexmarketing.com
 Description:  A GenexPress Child Theme : a multifaceted Generate Press Child Theme
 Author:       Genex Marketing
 Author URI:   https://www.genexmarketing.com
 Template:     generatepress
 Version:      1.0.0
*/


.scrollnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 300ms ease;
  will-change: transform;
}

.scrollnav.is-hidden {
  transform: translateY(-100%);
}


.entry-meta .posted-on, .entry-meta .byline{display:none !important;}
.post{padding-bottom:33px;margin-bottom:33px;border-bottom:solid 1px #555555;}
.post .cat-links{padding-bottom:33px;}