html,
body {
	height: 100%;
	background: #f2f2f2;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* Controls
---------------------------------------------------------------------- */

.control-group {
	display: inline-block;
	margin-left: .75rem;
	vertical-align: top;
}


.control-text {
	width: auto;
	font-size: .9rem;
	padding: 0 1rem;
	font-family: 'helvetica-neue', arial, sans-serif;
	font-weight: 700;
}

.control-color:after,
.control-shape:after,
.control-size:after {
	content: '';
	position: absolute;
}

.control-color:after {
	width: 10px;
	height: 10px;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	border: 2px solid currentColor;
	border-radius: 2px;
	background: currentColor;
	transition: background-color 150ms, border-color 150ms;
}

.control-color[data-toggle=".green"] {
	color: #91e6c7;
}

.control-color[data-toggle=".blue"] {
	color: #5ecdde;
}

.control-color[data-toggle=".pink"] {
	color: #d595aa;
}

.control-shape[data-toggle=".pri"]:after,
.control-shape[data-toggle=".circle"]:after {
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	background: white;
	border-radius: 2px;
}

.control-shape[data-toggle=".circle"]:after {
	border-radius: 10px;
}

.control-shape[data-toggle=".sec"]:after {
	border: 6px solid transparent;
	border-bottom: 9px solid white;
	top: calc(50% - 10px);
	left: calc(50% - 6px);
}

.control-size:after {
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
	border: 2px solid white;
	border-radius: 2px;
}

.control-size[data-toggle=".medium"]:after {
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
}

.control-size[data-toggle=".large"]:after {
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
}

.control-sort:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-left: 2px solid;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	transform:  translateY(2px) rotate(45deg);
}

.control-sort[data-sort*=":desc"]:after {
	transform:  translateY(-3px) rotate(-135deg);
}

.mixitup-control-active {
	background: #393939;
}

.control:first-of-type {
	border-radius: 3px 0 0 3px;
}

.control:last-of-type {
	border-radius: 0 3px 3px 0;
}

.control-group-label {
	font-size: .9rem;
	padding: 0 1rem;
	font-family: 'helvetica-neue', arial, sans-serif;
	font-weight: 700;
	color: white;
	text-align: center;
}

/* Pagination Controls
---------------------------------------------------------------------- */

.controls-pagination {
	padding: 1rem;
	font-size: 0.1px;
	text-align: justify;
}

.controls-pagination:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.mixitup-page-list,
.mixitup-page-stats {
	display: inline-block;
	vertical-align: middle;
}

.mixitup-page-list {
	text-align: left;
}

.mixitup-page-stats {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	font-family: 'helvetica', arial, sans-serif;
	float:right;
}

.mixitup-control {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 2.7rem;
	height: 2.7rem;
	background: #fff;
	border: 1px solid #dee2e6;
	margin-right: 1px;
	cursor: pointer;
	font-size: .9rem;
	color: #007bff;
	font-weight: bold;
	font-family: 'helvetica', arial, sans-serif;
	transition: color 150ms, border-color 150ms;
	vertical-align: middle;
	padding: .5rem .75rem;
}

.mixitup-control:first-child {
	border-radius: 3px 0 0 3px;
}

.mixitup-control:last-child {
	border-radius: 0 3px 3px 0;
}

.mixitup-control:not(.mixitup-control-active):hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.mixitup-control-active {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	cursor: default;
}

.mixitup-control:disabled {
	background: #eaeaea;
	color: #aaa;
	cursor: default;
}

.mixitup-control-truncation-marker {
	background: transparent;
	pointer-events: none;
	line-height: 2.2em;
}

/* Container
---------------------------------------------------------------------- */

.container {
	padding: 1rem;
	text-align: justify;
	font-size: 0.1px;
}

.container:after {
	content: '';
	display: inline-block;
	width: 100%;
}
