/**
* Elementor custom HTML
*/

/* Global */

.wpbridge-shortcode {
    display:block;
}

/* Menu */
.nav {
    float:right;
}
.nav-item {
	cursor:pointer;
    display:inline-block;
    margin:5px;
    opacity: 0.7;
}

.nav-item.active {
	opacity:1;
}

.nav-item span {
	color: #a1a1a1;
	font-weight:bold;
    display:block;
    text-align:center;
}
.nav-item img {
	transition: 0.4s;
    display:block;
    width:64px;
    height:64px;
    border:3px solid brown !important;
    border-radius:50% !important;
    padding:2px;
}
.nav-item:hover{
    opacity:1;
}
.nav-item:hover > img {
    -ms-transform: rotate(20deg) !important; /* IE 9 */
	-webkit-transform: rotate(20deg) !important; /* Safari prior 9.0 */
	transform: rotate(360deg) !important; /* Standard syntax */
}

/* Player stat table */

.wpbridge-shortcode table {
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(255,255,255,0.2);
    table-layout:fixed;
    margin:0 !important;
    padding:0 !important;

}

.wpbridge-shortcode tbody td {
    
	border:1px solid rgba(255,255,255,0.2);
    border-left: 0;
    border-right: 0;
	font-weight:bold;
	background-color:rgba(55, 55, 55, .4);
}

/* Widgets */

.wpbridge-widget-container {
    
}

/* progressbar */

.wpbridge-progressbar > h3 {
    color:rgba(255, 255, 255, 0.788);
    margin-bottom:20px;
    padding:0;
    text-align: center;
}

.wpbridge-progressbar .wpbridge-button-wrapper {
    margin-top:20px;
    text-align:center;
}