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

/*Add your own styles here:*/
 

.w-tabs.style_default > .w-tabs-list .w-tabs-item.active {
  background: #F6F0E1 !important;
  color: var(--color-content-primary);
  font-weight: bold;
  position: relative;
  border-color: transparent !important;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
  padding-right:50px;
 
}
 

.w-tabs.style_default > .w-tabs-list {
	background: #FDFBF7;
	 letter-spacing: 0.02em;
}

.w-tabs.style_default > .w-tabs-list .w-tabs-item:not(.active) {
 	border-top: 2px solid white;
	 
}

.w-tabs.style_default > .w-tabs-list .w-tabs-item:not(.active):hover {
 	background:none !important;
 	color: var(--color-content-primary);
 	
}

.w-tabs.style_default > .w-tabs-list .w-tabs-item {
	
	letter-spacing: 0.02em;
}