
.sidebar_wp_lemon {
    color: white;
    margin-left: 5%;
    width: 25%;
}


.sidebar_item .title{
    font-size: 10px;
    font-weight: 600;
    /* font-style: italic; */
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.sidebar_item .who {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.sidebar_item .who span {
    color: #F962C2;
     font-weight: 300;
}

.sidebar_item .who2 {
    font-size: 13px;
    font-weight: 200;
}

.sidebar_divisor {
       height: 1px;
    margin: 2rem 0;
    width: 100%;
    background-color: #ffffff6b;
}

.cat_holder, .tag_holder {
    display: flex;
    flex-wrap: wrap;        
    align-items: center;
    gap: 0.8rem 1rem;       
}

.cat_holder a {
    color: #cfd3d9;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.cat_holder a::before {
    content: '\203A';
    margin-right: 4px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.tag_holder a {
     color: #cfd3d9;
    font-size: 12px;
    padding: 4px 7px;
    border: 1px solid #cfd3d9;
}

@media screen and (max-width: 900px) { 
    .sidebar_wp_lemon {
    
    margin-left: 0%;
    width: 100%;
}
.sidebar_item {
    margin-top: 4rem;
}
}

.footer_blog {
       width: 90%;
    color: white;
    height: 330px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.footer_blog p{
    font-size: 3rem;
}