.control {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12.4px;
    color: #535353;
    border-right: #000 .8px solid;
    border-top: none;
    border-bottom: none;
    border-left: none;
    background: none;
    width: auto;
    padding: 0 5px 0 0;
    font-family: 'HelveticaNeueLTStdLt';
    height: 15px;
    line-height: 18px;
    transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
    -o-transition-duration:0.3s;
}

#sinb{
  border-right: none;
}

.control:hover {
  color: #989898;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transition: background-color 150ms, border-color 150ms;
}

.control[data-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(1px) rotate(45deg);
}

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

.mixitup-control-active {
  color: #3c6871;
  font-family: 'HelveticaNeueLTStdMd';
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

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

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

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
}

.control[data-filter=".blue"] {
}

.control[data-filter=".pink"] {
}

.control[data-filter="none"] {
}

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


/* Grid Items
---------------------------------------------------------------------- */

.item,
.gap {
}

.item {
}

.item:before {
}

.item.green {
}

.item.pink {
}

.item.blue {
}

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

/* 2 Columns */

.item,
.gap {
}

@media only screen and (min-width:999px) and (max-width:1099px){

.control {
  font-size: 11.1px;
}

}
