.kt-btn-inner-text {
  text-align: left;
}

ul{
  margin: 0;
  padding:0;
}

#secondary {
  display: none;
}


.site-title {
  display: none;
}


#mega-menu-wrap-menu-1 {
  background: transparent!important;
}

/* Let the image bleed out on large screens */
@media (min-width: 992px) {
  .hero-image-bleed {
    margin-left: -60px; /* Adjust to match how far you want it to bleed */
    max-width: none;
  }
}


figure{
	margin:0!important;
}


.wp-block-kadence-image.kb-image10_378d66-17.size-medium_large.kb-image-is-ratio-size.hero-image-bleed {
  height: 100%;
}

.kb-is-ratio-image.kb-image-ratio-land32 {
  height: 100%!important;
}

.mega-menu-toggle {
    background: transparent!important;
}

.custom-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-info-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000; /* Change if needed */
}

.custom-info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
   background-image: url('../icons/list-arrow.svg');
  
  background-size: contain;
  background-repeat: no-repeat;
}





.wrap-nav {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 10;
  background: #004268;

  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}


.site-branding {
  margin-left: 10%;
  margin-right: 20px;
  width: 300px;
}

#site-navigation {
  margin-right: 10%;
}


.home.page-template-default.page.page-id-10.logged-in.wp-custom-logo.mega-menu-menu-1 {
  padding-top: 50px;
}


.mega-speecialbuttonnav a {
  background: #c4d600 !important;
color: #004268 !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
}


.site-info {
    text-align: center;
}


@media (max-width: 992px) {
	.site-branding {
    margin-left: 10%;
	}
	#site-navigation {
    margin-right: 10%;
	}
}
