/*
Theme Name: Tiian Sivut
Author: ella
Version: 1.2
*/

/* Adobe Font */
@import url("https://use.typekit.net/imp2jke.css");


:where(.wp-block-group.has-background) {
  padding-left: 16px;
  padding-right: 16px;
}

/*-------------------------------------*/
/* Category Sidebar
/*-------------------------------------*/
.category_sidebar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.category_sidebar li {
  padding-bottom: 10px;
}




/*-------------------------------------*/
/* Fixes Icon Alignment on Single Post
/*-------------------------------------*/

.post-information .wp-block-image {
  line-height: 0;
}

/*-------------------------------------*/
/* Fixes Blog Post Mobile Order
/*-------------------------------------*/
@media only screen and (max-width: 788px) {
  .flex-reverse-order {
    flex-direction: column-reverse;
  }
}