@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*---------------------------------Work Hover---------------------------------*/

#filters button {
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 5px;
	background: #91D04E;
	border: 1px;
	border-color: #666;
	color: #555;
	font-size: 1em;
	border-radius: 4px;
	cursor: pointer;
	margin-right: .5em;
	font-weight: bold;
	padding: .5em .6em;
	text-transform: uppercase;
	width: auto;
}
@media (max-width:961px) {
	#filters button {
		font-size: 1em;
		padding: .5em .6em;
	}
}



#filters button.mixitup-control-active, #filters button:hover {
	background: #686868;
	color: #fff;
	font-weight: bold;
}
#filters button:focus {
	outline: 0 none;
}

.mixit_button {
	font-size: 0.9em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	transition-duration: 0.1s, 0.1s, 0.1s;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
	background: #333;
	border-color: #e1e1e1;
	color: #666;
	font-weight: bold;	
	margin-bottom: 3px;
	margin-right: 0px;
}
a.mixit_button {
	background: #333;
	border-color: #000;
	border-width: 5px;
	border-style: solid;
	color: #555;
}

