.postid-11608 header {
    display: none;
}

.postid-11608 div#top-menu {
    display: none;
}

.postid-11608 div#page-subnav {
    display: none;
}

.postid-11608 section.breadcrumb {
    display: none;
}

.postid-11608 footer {
    display: none;
}

.page-id-11956 div#top-menu {
    display: none;
}

.page-id-11956 header {
    display: none;
}

.page-id-11956 div#page-subnav {
    display: none;
}

.page-id-11956 footer {
    display: none;
}

.page-id-11956 section.breadcrumb {
    display: none;
}

.page-id-11956 input.input {
    margin: 0;
    width: 90%;
    /* max-width: 1200px; */
    padding: 0;
}

@media (min-width: 600px) {
.page-id-11956 section#page {
    padding: 175px 0;
}
}

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

.controls {
    /* padding: 1rem; */
    /* background: #333; */
    /* font-size: 0.1px; */
    width: 90%;
    margin: 0 auto;
    /* max-width: fit-content; */
}

@media (max-width: 850px) {
  .controls {
    /* display: none; */
  }
}

.category-filter {
    padding: 30px 0;
    text-align: center;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

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


.control:hover {
    background: #3f3f3f;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    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[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 {
    background: #5256a5 !important;
    color: white !important;
}

.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"] {
    color: #91e6c7;
}

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

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

.control[data-filter="none"] {
    color: #2f2f2f;
}

.input {
    display: inline-block;
    padding: .75rem 0;
    margin-left: 0;
    border-radius: 2px;
    border: 0 none;
    /* background: white; */
    /* font-family: 'helvetica neue', arial, sans-serif; */
    /* vertical-align: top; */
    /* width: calc(100% - 125px); */
}

.controls input {
  font-size: 150%;
  /* text-align: center; */
  width: 100%;
  padding: 50px 0 0;
  background: transparent !important;
  text-align: center;
}

@media (max-width: 600px) {
  .controls input {
  font-size: 100%;
}
}

.category-filter button.control {
    display: inline-block;
    /* margin: 10px 7.5px; */
    color: #5256a5;
    border: none;
    padding: 2.5px 7.5px;
    /* border-radius: 25px; */
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2;
    text-align: center;
    font-family: 'Sentinel';
    font-size: 125%;
    border-radius: 0;
    outline: none;
    background: none;
}

@media (max-width: 600px) {
  .category-filter button.control {
    font-size: 100%;
}
}

button.control.category-Uncategorized {
    display: none;
}
