.sidebar {
    
}

.sidebar .sidebar-inner {
   
}

#wp-block-categories-1 {
    width: 100%;
    height: 50px;
    background: #fff;
}


.sidebar .sidebar-inner .widget {
   border: 1px solid #ffffff;
   margin-bottom: 30px;
   padding: 1em;
   background: #ffffff;
}


.widget .wp-block-tag-cloud a {
    display: inline-block;
    color: rgba(var(--color-black-rgb), 0.7);
    padding: 7px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 3px;
    transition: 0.3s all ease;
  }


section.acts .act-block {
  border: 1px solid #ffffff;
  background: #ffffff;
}


section.acts .act-block .act-block-content {
    padding: 2rem;
    color: #323232;
}


/* category */

.post-entry-2 {
  padding: 1.5em;
  background: #ffffff;
}

.post-entry-2 .post-meta {
    font-size: 11px;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-secondary);
    color: rgba(var(--color-black-rgb), 0.4);
    margin-bottom: 10px;
    text-align: left;
  }


  .post-entry-2 h3 {
     font-size : 1.3em; 
     text-align: left;
  }   

  .post-entry-2 p {
    text-align: left;
  }   

 .post-entry-2 a, a:hover {
    margin-right: 1em;
  }


  .author .name h3 {
    font-size: 15px;
  }


/* / category */




/* pagination */
.nav-previous a, .nav-next a {
    color: #010101;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.3em;
    border: 1px #010101 solid;
    padding: .5em;
    margin-bottom: 4m;
}

.nav-previous a:hover, .nav-next a:hover {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.3em;
    border: 1px #ffffff solid;
    padding: .5em;
    background: #dfb282;
}



/* Post */

.blog h1 {
    text-align: center !important;
    font-size: 2em;
}

/* Post */


