/*
Theme Name: Frontis Child
Template: frontis
*/

.has-white-color .wp-block-post-excerpt__excerpt {
	color: #ffffff !important;
}

.category-fp-services h2 {
	margin-top: 0;
}

.is-sticky {
	position: sticky;
	top: 3rem;
}

#partners img,
#trispera-logo img {
	border-radius: 0;
}

#blog .wp-block-query {
	max-width: 100%;
	margin: 0 !important;
}

#blog a {
	color: #082640 !important;
}

#blog ul {
	width: 100%;
}

@media screen and (max-width: 767px) {
  .is-sticky {
    position: static;
  }
}

.fb-banner-hero {
  position: relative;
  /*background-color: #f0f0f0; */
  overflow: hidden;
}

.fb-banner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://trispera.com/wp-content/uploads/2025/07/trispera-logo-web.png'); 
  background-size: 75%;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.1; 
  z-index: 0;
}

.fb-banner-hero > * {
  position: relative;
  z-index: 1;
}