@charset "utf-8";
.sewing-itemsWrap{
    display: flex;
    justify-content: space-between;
}
.sewing-itemsWrap-leftSide{
    width: 70%;
}
.ly_sewing-items{
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 1em 4%;
}
.sewing-item{
    margin: unset;
}
.sewing-itemInner{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    color: #6b4b35 !important;
}
.sewing-itemInner:hover .sewing-summary__image{
    opacity: .7;
}
.sewing-itemInner p{
    word-wrap: break-word;
    font-size: 114%;
}
.sewing-summary__image{
    display: grid;
    place-items: center;
    float: unset;
    margin-bottom: auto;
    transition: all .3s;
}
@media only screen and (min-width: 590px) and (max-width: 979px){
    .sewing-summary__image {
        width: unset;
    }
}
.sewing-item-detail{
    overflow: hidden;
    padding: 8px 16px 6px;
    border-radius: 4px;
    background-color: #dccca7;
    text-align: center;
}

/*
sidebr*/
.post-catSidebar{
    width: 26%;
}
.myPost-category-nav{
    font-size: 14px;
}
.myPost-category-nav-catAll{
    margin-bottom: 1em;
    color: #fff !important;
}
.myPost-category-nav-catAll,
.cat-item a{
    display: block;
    background-color: #6b4b35;
    color: #fff;
    text-align: center;
    padding: .7em .5em;
}
.children .cat-item a{
    background-color: #dccca7;
}
.cat-item{
    margin-bottom: 1em;
}
ul.children{
    margin-top: 1em;
}

@media(max-width: 820px){
    .sewing-itemsWrap{
        flex-direction: column;
    }
    .sewing-itemsWrap-leftSide{
        width: 100%;
    }
    .post-catSidebar{
        width: 100%;
        margin-top: 40px;
    }
}

/*
pager*/
.ly_pager{
    margin-top: 40px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.screen-reader-text{
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.page-numbers{
    color: #6b4b35 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px currentColor;
}
.page-numbers.current{
    background-color: #eee;
}
