/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.12.4.1750091259
Updated: 2025-06-16 18:27:39

*/

/* HOVER EFFEKT PÅ MENUPUNKTER */
.brxe-nav-menu .bricks-nav-menu > li > a:hover {
    transition: color 0.1s ease-in-out;
	color: #e3b8af;
}

/* HOVER EFFEKT PÅ MENU-KNAP */
.menu-knap:hover {
	background-color: #e7d3c6 !important;
	transition: all 0.1s ease !important;
}

/* TILFØJER HØJRE-MARGIN PÅ MENUPUNKTER */
:where(.brxe-nav-menu) .bricks-nav-menu>li {
    margin: 0 38px 0 0px !important;
}


/* OVERLAY PÅ HERO-BAGGRUND */
.hero-container  {
  box-shadow: inset 0 0 0 50vw rgba(69,44,33,0.3);
	
	  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom left, rgba(255, 0, 150, 0.3), transparent 70%),
              radial-gradient(circle at top right, rgba(0, 150, 255, 0.3), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* PADDING I TOP AF MOBILMENU */
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
	padding-top: 25px !important;
}


@media (hover: none) {
  .feature-hover:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

