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

::selection {
  background-color: #BE9856;
  color: #000;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #BE9856;
  border-radius: 0;
}

.w-menu.layout_hor.not_responsive .menu {
  flex-wrap: wrap !important;
}

.w-nav-close:before {
  font-weight: 300;
  font-size: 30px;
}

.header_hor .l-subheader-cell.at_left > * {
  margin-right: 0rem !important;
}

.menu-item > a > .w-nav-title{
	position: relative;
}
.menu-item > a >.w-nav-title::before{
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
	.menu-item > a >.w-nav-title:hover::before,
	.current_page_item >a >.w-nav-title::before{
		left: 0;
		right: auto;
		width: 100%;
	}
}

.w-nav.type_mobile .w-nav-list {
  z-index: -1;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
  display: none !important;
}

.w-nav-arrow:before {
  font-weight: 300;
}

.w-dropdown-current .w-dropdown-item:after {
  font-weight: 300;
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
  padding: 15px !important;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  line-height: 1em;
}

@media screen and (max-width: 600px) {
  .ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    padding-left: 0 !important;
  }
}

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