/* Customizing Tabber */
/* tabber wrapper style */
.tabber {
}

/* tabber visible content */
.tabber > .wds-tab__content.wds-is-current {
	border: 2px solid #C9B7AB;
	padding: 8px 16px 8px 16px;
	text-align: left;
}

.theme-fandomdesktop-light .tabber > .wds-tab__content.wds-is-current {
    background: rgb(0,0,0,0.1)
 }

.theme-fandomdesktop-dark .tabber > .wds-tab__content.wds-is-current {
    background: rgb(255,255,255,0.1)
 }

/* tabber tabs */
.tabber > .wds-tabs__wrapper {
	border-bottom: 0 !important;
}

.tabber > .wds-tabs__wrapper > .wds-tabs {
	padding: 0px;
	margin: 0 0 -2px 0;
}

.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab {
	border-width: 2px 2px 2px 2px;
	border-color: #C9B7AB;
	border-style: solid;
	padding: 0px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab:first-child {
	margin-left: 20px;
}

.theme-fandomdesktop-light .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab {
	background: rgba(0,0,0,0.05);
 }

.theme-fandomdesktop-dark .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab {
    background: rgba(255,255,255,0.05);
 }

/* tabber tab labels */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label {
	background: transparent;
	text-decoration: none;
	color: #afafa;
}

/* tabber tabs when being hovered */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab:hover {
	padding-top: 4px;
	background-color: #797979;
	color: #fafafa;
}

/* tabber tab labels when being hovered */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label:hover {
	color: #fafafa;
}

/* tabber tabs when being clicked */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab:active {
	color: #fafafa;
}

/* tabber tab labels when being clicked */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label:active {
	color: #fafafa;
}

/* selected tabber tab */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
	border-top: 2px solid #C9B7AB;
	border-left: 2px solid #C9B7AB;
	border-right: 2px solid #C9B7AB;
	padding-top: 4px;
	border-bottom: none;
    box-shadow: none;
}

.theme-fandomdesktop-light .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
	color: #000000 !important;
    background: rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(251,244,187,0.6) !important;
}

/* Fix for nested tabs, 1 level */
.theme-fandomdesktop-light .tabber > .wds-tab__content.wds-is-current > .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
	border-bottom: 2px solid #C8BE9C !important;
}

.theme-fandomdesktop-dark .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
	color: #fafafa !important;
    background: rgba(255,255,255,0.1);
	border-bottom: 2px solid rgba(18,17,7,0.85) !important;
}

/* Fix for nested tabs, 1 level */
.theme-fandomdesktop-dark .tabber > .wds-tab__content.wds-is-current > .tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
	border-bottom: 2px solid #424037 !important;
}

/* selected tabber tab label*/
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current__tab-label .a {
}

/* selected tabber tab when being hovered */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current:hover {
	background-color: #797979;
	color: #fafafa;
}

/* selected tabber tab when being clicked */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current:active {
}

/* tabber arrows */
.tabber > .wds-tabs__wrapper > .wds-tabs__arrow-right,
.tabber > .wds-tabs__wrapper > .wds-tabs__arrow-left {
}

.wds-tab__content .ajax-poll {
	border: none !important;
}
 
.wds-tabber .wds-tab__content h2,
.wds-tabber .wds-tab__content h3 {
	display: block !important;
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
	display:block !important; 
}

/* Weapons Tabber */
.weapons-tabber ul.wds-tabs .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs:hover .wds-tabs__tab-label {
	background-position: left !important;
	background-repeat: no-repeat !important; 
	background-size: 24px 24px !important;
	border-bottom: none;
	padding-left: 28px;
	margin-left: 4px;
	color: #fafafa !important;
}

.weapons-tabber ul.wds-tabs .wds-tabs__tab {
    background: rgba(0,0,0,1) !important;
	min-width: 40px !important;
}

.weapons-tabber .wds-tabs__wrapper .wds-tabs .wds-tabs__tab:hover {
    background: #797979 !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Swords_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Swords_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/0/03/Type_Swords.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Polearms_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Polearms_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/4/41/Type_Polearms.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Daggers_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Daggers_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/2/23/Type_Daggers.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Axes_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Axes_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/1/15/Type_Axes.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Bows_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Bows_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/f/fb/Type_Bows.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Staves_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Staves_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/f/f5/Type_Staves.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Tomes_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Tomes_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/b/b8/Type_Tomes.png) !important;
}

.weapons-tabber ul.wds-tabs li[data-hash="Fans_"] .wds-tabs__tab-label,
.weapons-tabber ul.wds-tabs li:hover[data-hash="Fans_"] .wds-tabs__tab-label {
	background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/2/27/Type_Fans.png) !important;
}
/* End Weapons Tabber */

/* Path Actions Tabbers */
.pathaction-tabber ul.wds-tabs .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs:hover .wds-tabs__tab-label {
	min-width: 80px !important;
    background-position: center !important;
    background-repeat: no-repeat !important; 
    background-size: contain !important;
    border-bottom: none;
    color: rgba(0,0,0,0)!important;
}

.pathaction-tabber ul.wds-tabs .wds-tabs__tab {
    background: rgba(0,0,0,1) !important;
}

.pathaction-tabber .wds-tabs__wrapper .wds-tabs .wds-tabs__tab:hover {
    background: #797979 !important;
}

.pathaction-tabber ul.wds-tabs li[data-hash="_Inq/_Scr_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Inq/_Scr_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/6/69/InquireScrutinize.png) !important;
}

.pathaction-tabber ul.wds-tabs .wds-tabs__tab li[data-hash="NInq/_Scr_"], 
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NInq/_Scr_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/9/92/NoInquireScrutinize.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="_Inq/NScr_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Inq/NScr_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/5/56/InquireNoScrutinize.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NInq/NScr_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NInq/NScr_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/2/20/NoInquireNoScrutinize.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="_Gui/_All_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Gui/_All_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/3/39/GuideAllure.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NGui/_All_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NGui/_All_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/0/04/NoGuideAllure.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="_Gui/NAll_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Gui/NAll_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/3/39/GuideNoAllure.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NGui/NAll_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NGui/NAll_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/1/12/NoGuideNoAllure.png) !important;
}

.pathaction-tabber ul.wds-tabs li[data-hash="_Cha/_Pro_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Cha/_Pro_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/9/9f/ChallengeProvoke.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NCha/_Pro_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NCha/_Pro_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/c/c6/NoChallengeProvoke.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="_Cha/NPro_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Cha/NPro_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/7/7c/ChallengeNoProvoke.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NCha/NPro_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NCha/NPro_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/a/af/NoChallengeNoProvoke.png) !important;
}
  
.pathaction-tabber ul.wds-tabs li[data-hash="_Pur/_Ste_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Pur/_Ste_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/e/e8/PurchaseSteal.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NPur/_Ste_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NPur/_Ste_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/4/4f/NoPurchaseSteal.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="_Pur/NSte_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="_Pur/NSte_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/b/b4/PurchaseNoSteal.png) !important;
}
 
.pathaction-tabber ul.wds-tabs li[data-hash="NPur/NSte_"] .wds-tabs__tab-label,
.pathaction-tabber ul.wds-tabs li:hover[data-hash="NPur/NSte_"] .wds-tabs__tab-label {
    background-image: url(https://vignette.wikia.nocookie.net/octopath-traveler/images/b/b9/NoPurchaseNoSteal.png) !important;
}
/* End Path Actions Tabbers */

/* Adjustments for minor issues with tabbers*/
.tab-top-h2 h2:first-of-type {
	margin-top: 0px !important;
}