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

.controls {
    padding: 1.5rem 0;
    /*background: #fff;*/
    /*font-size: 0.1px;*/
}

.control-reset {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
}

.control-group label,
.control-reset label {
	display: block;
	font-size: 70%;
}

.control {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    /*background: #efeeee;*/
	background: #e3e3e3;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}

.control-text {
    width: auto;
    font-size: .9rem;
    padding: 0 1rem;
    font-weight: 700;
}

.control:not(.mixitup-control-active):hover {
    background: #d1cdcd;
}

.control-body:after,
.control-inner:after,
.control-velcro:after {
    content: '';
    position: absolute;
}

.control-reset-btn:after {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    content: '×';
    font-size: 40px;
    line-height: 25px;
    color: #d90053;
    font-weight: 100;
    overflow: hidden;
}

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

.control-btn-black {
    color: #000000;
}

.control-btn-red {
	color: #c7040c;
	/*color: #ab1e25;
    color: #812325;*/
}

.control-btn-yellow {
	color: #cae300;
	/*color: #e3ff74;
    color: #96bc35;*/
}

.control-btn-blue {
	color: #2670af;
	/*color: #10266d;
    color: #142f4f;*/
}

.control-btn-khaki {
	color: #57574b;
	/*color: #3c4738;
    color: #454829;*/
}

.control-btn-gray {
	color: #8f8f8f;
	/*color: #b1aeb8;
    color: #888989;*/
}

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

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

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

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

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

.control-velcro[data-filter=".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: #999999;
}

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

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


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

.container {
    text-align: center;
    font-size: 0;
}

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

/* Target Elements
---------------------------------------------------------------------- 


.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 100%;
}

.mix.green {
    color: #91e6c7;
}

.mix.pink {
    color: #d595aa;
}

.mix.blue {
    color: #5ecdde;
}

.mix:after {
    content: '';
    position: absolute;
}

.mix.square:after,
.mix.circle:after {
    width: 40%;
    height: 40%;
    top: 30%;
    left: 30%;
    background: currentColor;
    border-radius: 3px;
}

.mix.circle:after {
    border-radius: 100%;
}

.mix.triangle:after {
    font-size: 3vw;
    border: 3em solid transparent;
    border-bottom: 5em solid currentColor;
    border-top: 0;
    left: calc(50% - 3em);
    top: calc(50% - 3em);
}

.mix.medium:after {
    transform: scale(.75);
}

.mix.small:after {
    transform: scale(.5);
}

.mix {
    visibility: hidden;
}

.mixitup-ready .mix {
    visibility: visible;
}*/

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
} */

/* 3 Columns

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }

    .mix.triangle:after {
        font-size: 2vw;
    }
} */

/* 4 Columns

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }

    .mix.triangle:after {
        font-size: 1.5vw;
    }
} */

/* 5 Columns

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }

    .mix.triangle:after {
        font-size: 1.25vw;
    }
} */

/* 6 Columns

@media screen and (min-width: 1401px) {
    .mix,
    .gap {
        width: calc(100%/6 - (((6 - 1) * 1rem) / 6));
    }

    .mix.triangle:after {
        font-size: 1vw;
    }
}
 */

