#front-page-1 .tagger {
	font-family: 'Synchro LET', Lato, arial;	
		font-weight: 400;
	margin-bottom: 10px;
}

.image-section > .overlay {
	background-color: rgba(0, 0, 0, 0.35);
}

#front-page-1 .tagger-head {
	font-size: 70px;
}

#front-page-1 .tagger-from {
	font-size: 35px;
}

#front-page-1 .tagger-bottom {
	font-size: 50px;
}

.color-pink {
	color: #ff00b4 !important;
}

.color-purple {
	color: #9300ff !important;
}

.color-grey {
	color: #767676 !important;
}

.color-blue {
	color: #00fff7 !important;
}

.color-green {
	color: #00ffa6 !important;
}

.full-staff-list .single-staff:nth-of-type(5n+1) img {
	border: 4px solid #ff00b4;
}

.full-staff-list .single-staff:nth-of-type(5n+2) img {
	border: 4px solid #9300ff ;
}

.full-staff-list .single-staff:nth-of-type(5n+3) img {
	border: 4px solid #767676;
}

.full-staff-list .single-staff:nth-of-type(5n+4) img {
	border: 4px solid #00fff7;
}

.full-staff-list .single-staff:nth-of-type(5n+5) img {
	border: 4px solid #00ffa6;
}

.tagger-link {
	position: absolute;
	bottom: 0;
	left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
}

.tagger-link:hover {
	color: #fff;
	text-decoration: underline;
}

.staff-img {
	margin: 0 auto;
	text-align: center;
	display: block;
	border: 4px solid #333;
	padding: 3px;
	margin-bottom: 10px;
	max-width: 225px
}

.staff-social{
	
}

.single-staff small {
	text-align: center !important;
	width: 100% !important;
	margin-top: -15px;
	display: block;
	text-decoration: overline underline;
}

.staff-name {
	font-size: 32px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

.blockrain-score-holder {
	right: 20px;
}

#minesweeper .game_settings {
	width: 800px;
	margin: 0;
}

#minesweeper .game_settings input {
	height: 40px;
	margin: 10px 5px;
	width: 80px
}

#minesweeper .game_settings select {
	height:40px;
	width: 145px;
}

#minesweeper .game_actions {
	margin: 10px 0 0;
	width: 800px;
}

#minesweeper .game_actions button {
	margin: 0 20px;
	margin-left:0;
}

#minesweeper .game_status {
	width: 800px;
}

#bestTimes {
	display: none;
}

#minesweeper .game_status label,
#minesweeper .game_status input {
	width: 125px;
	margin: 0 auto;
	float: none;
}

#minesweeper .game_status input {
	margin: 0 20px
}

#minesweeper .board-wrap .row .cell {
	height: 24px;
	width: 24px;
}
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
	display: none;
}

/* Cart icon
--------------------------------------------- */
.cart-contents {
background-color: #f5f5f5;
color: #333;
font-size: 16px;
padding: 16px 18px 17px;
position: absolute;
right: 60px;
top: 0;
z-index: 9999;
}
.cart-contents:before{
font-family: WooCommerce;
color: #333;
content: "\e01d";
font-size: 16px;
margin-top: 10px;
font-style: normal;
font-weight: 400;
padding-right: 5px;
vertical-align: bottom;
}
.cart-contents:hover {
background-color: #333;
color: #fff;
text-decoration: none;
}
.cart-contents:hover:before {
color: #fff;
}