/* ==========================================================
 * acircus.net | creative multimedia agency | pixelperfection
 * ========================================================== */

/* ==========================================================
 * FONTFACE
 * ========================================================== */

/* ==========================================================
 * NAVIGATION
 * ========================================================== */
.elementor-widget-social-icons .elementor-icon {font-size: 16px;}
.elementor-widget-social-icons .elementor-icon svg {width: 16px;height: 16px;}

/* OVERLAY-MENU */
.raven-nav-menu-mobile .raven-nav-menu li > a:hover {color: #8f775c !important;} 
.raven-nav-menu-mobile .raven-nav-menu li > a.raven-menu-item-active  {color: #8f775c !important;}
/* padding-to-footer */
.menu-main { padding-bottom: 56px !important;}
/* smaller-items */
.menu-sub a {font-size: 25px !important;}
.menu-sub2 a {font-size: 19px !important;}

/* Language entries in one row and styling */
.menu-lan a {
  display: flex !important;
  justify-content: center !important;
  gap: 16px !important; /* space between language items */
  font-size: 17px !important;
}

/* Logo styling for .menu-sig */
.menu-sig {
  display: flex !important;
  justify-content: center !important;
  padding-top: 20px !important;
}

.menu-sig::before {
  content: '' !important;
  display: block !important;
  width: 120px !important; /* adjust as needed */
  height: 60px !important; /* adjust as needed */
  background-image: url('http://kmalpha.acircus.com/wp-content/uploads/2025/04/km-logo-blue-greyish.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


/* ==========================================================
 * GENERAL
 * ========================================================== */

/* ==========================================================
 * FOOTER
 * ========================================================== */

/* ==========================================================
 * BACKEND
 * ========================================================== */

/* ==========================================================
 * CREDITS
 * ========================================================== */
.acircus-credits {
  position: relative;
  overflow: hidden;
  display: block;
  margin: -10px 0 -15px 0;
  width: 222x;
  height: 50px;
  background: url("https://acircus.net/assets/global/credits.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}
.acircus-credits:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.42) 77%,
    rgba(255, 255, 255, 0.64) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
.acircus-credits:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 1.56s, 1.56s, 0.21s;
  transition-timing-function: ease;
}
.acircus:active:after {
  opacity: 0;
}
.acircus:hover,
.acircus:active,
.acircus:focus {
  opacity: 0.8;
}
