/* MIXTUP */

.controls {
    padding: 2%;
    background: transparent;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

label {
    font-weight: 300;
    margin: 0 .4em 0 0;
}

button {
    display: inline-block;
    padding: .4em .8em;
    background: #ff1631;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 1%;
}

button.active {
    background: #fff;
    border-bottom: 0;
    background: #ff1631;
}

button:focus {
    outline: 0 none;
}

button + label {
    margin-left: 1em;
}

#posts_blog {
    /* padding: 2% 2% 0; */
    text-align: center;
    font-size: 15px;
    background: transparent;
    /* width: 90%; */
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
}

#posts_blog:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#posts_blog .mix {
    text-align: left;
    background: transparent;
    margin-bottom: 2%;
    display: none;
}

#posts_blog .mix.category-1 {
    border: 0;
}

#posts_blog .mix.category-2 {
    border: 0;
}

#posts_blog .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}

#posts_blog .mix:before {
    content: '';
    display: inline-block;
    padding-top: 0;
}

.mix h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.mix h3 strong {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #ff1631;
}