.wp-block-post-featured-image :where(img) {
  padding-bottom: 20px;
}

nav {
  z-index: 500;
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
  width: 80%;
}

p {
  margin-bottom: 10px;
}

/* header formating for non-landing pages */
.page-style-for-pages h1, .page-style-for-pages h2 {
  background-color: #3d82bf;
  color: white;
  padding: 10px !important;
  display: flex;
  margin-bottom: 20px;
}

.page-style-for-pages h3, .page-style-for-pages h4 {
  background-color: #d0d0d0;
  padding: 10px !important;
  display: flex;
  margin-bottom: 20px;
}

/* Inline #44 | https://saskcfp.ca/ */

.catchSticky .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  /* background-color: #7988dd; */
  background-color: #6b94b9;
  }

/* blocks.css | https://saskcfp.ca/wp-content/themes/synergy-fse/assets/css/blocks.css?ver=6.6.1 */

.catchSticky {
  width: 100% !important;
  height: 70px !important;
  justify-content: center;
  left: 0;
  color: white !important;
}

.wp-block-navigation__responsive-container-close {
  left: 0;
  z-index: 300;
}

.mob-catchSticky {
  padding: 20px 0 20px !important;
}

/* Inline #44 | https://saskcfp.ca/ */

.footer-tx {
  /* float: inline-end; */
  display: block ruby;
  text-align: center;
}

footer {
  position: relative;
  background-size: cover;
  background-image: linear-gradient( to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0) ), url("https://saskcfp.ca/wp-content/uploads/2020/06/00003-3233769921.jpg");
  background-position: 50% 10%;
  z-index: 1;
  background-repeat: no-repeat;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  opacity: 0.2;
  z-index: 4;
  pointer-events: none;
  filter: blur(4px) grayscale(100);
}