/*HOVER farveskift i nav-bar*/
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  color: #fff8ed !important;
}

/*farveskift ved Home-hover*/
h1:hover {
color: #fff8ed !important;
}

/*træls streg*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 0px;
}

/*aktivt menupunkt*/
.wp-block-navigation ul li.current-menu-item > a {
  color: #fcb900;
}

/*TICKET KNAP I NAV-BAR*/
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color:  #050505;
    color: #121312 !important;
    background-color:  #fcb900 !important;
}

/*KNAPPER GENERELT: Gul flade med sort tekst omvendt ved hover*/
.wp-block-button__link:hover {
		background-color: #121312 !important;
		color: #fff8ed !important;
}

/*FACEBOOK, BANDCAMP og INSTA-LINKS*/
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook :hover{
 color: #fff8ed
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp :hover{
 color: #fff8ed
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram :hover{
 color: #fff8ed
}

/*farver på tags og kategorier under NEWS/BLOG*/
.taxonomy-category.wp-block-post-terms a, .taxonomy-post_tag.wp-block-post-terms a, .wp-block-tag-cloud a {
  color: #050505;
  background: #fcb900;
}

/* gør img'er ikke-klikbare*/
.wp-block-image img {
  pointer-events: none;
}

/*EMPHASIS = gul ved brug af strong*/
strong {
	color: #fcb900 !important
}

/* accordion gul farve hover*/
.gm-ah-0e6ac0:hover, .gutentor-module-accordion-active .gm-ah-0e6ac0 {
  background-color: #fcb900;
}

/*brødtekst links farveskift ved hover*/
.gutentor-element-advanced-text .gutentor-text a:hover {
			color: #fcb900; 
}