/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/* Scroll to top */
.w-toplink:not(.w-btn) {
    text-align: center;
    border-radius: 2rem;
    color: #fff !important;
    line-height: 38px;
    height: 40px;
    width: 40px;
	background: black;
}

/* Menü Hover */
.l-subheader-cell.at_right > .w-btn {
  white-space: nowrap;
  text-wrap: nowrap;
}

.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item > a > .w-nav-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.state_mobiles .menu-item > a > .w-nav-title::before {
  background-color: #253746;

}

.l-subheader .w-nav.ush_menu_2.type_mobile .w-nav-list.level_1 {
    background: #253746 !important;
    color: #fff7f17a !important;
}

.current-menu-item.level_1 > a > .w-nav-title::before,
.current-menu-parent > a > .w-nav-title::before{
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item > a > .w-nav-title:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

