/*
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);
}

.sticky .menu-item > a > .w-nav-title::before {
  background-color: #00437C !important;
}

.type_mobile .menu-item > a > .w-nav-title::before {
  background-color: #0077BD !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%;
  }
}

/* Section Large Mobile */

@media (max-width: 1024px) {
    .l-section.height_large {
        padding-top: 9vmax;
        padding-bottom: 9vmax;
    }
}


/* Header Hover Blur */
header:not(.sticky):hover .l-subheader.at_middle:before{
	content:' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

/* Level 2 Menü */
.w-nav.type_desktop .w-nav-list.level_2 {
	padding: 20px;
}

/* Dropdown */
.w-nav-arrow:before {
    font-weight: 300;
}
.w-dropdown-current .w-dropdown-item:after {
   font-weight: 300;
}
.ush_menu_1 .w-nav-list:not(.level_1) {
    backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

/* Close Button */
.w-nav-close:before {
    font-weight: 100;
}