

.content.post-content {
    padding: 2em 10%;
}

/*.page-content > .content {*/
/*    padding: 0 10%;*/
/*}*/

/* POST TITLE */
.post-title.page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.post-title.page-title .row {
  background-color: rgba(0, 0, 0, .1);
}

.post-title.page-title h1 {
  padding: 0 2em;
}
/* /POST TITLE */

.post span.cat {
    color: #777;
    border: 1px solid #777;
    padding: 1px 5px;
    border-radius: 3px;
    margin: 0 3px;
}

/*.post a {*/
/*    color: #eee;*/
/*    background-color: #0b4b80;*/
/*    padding: .3em .5em;*/
/*    border-radius: .3em;*/
/*    border: 1px solid #0b4b80;*/
/*}*/
/*.post a:hover {*/
/*    color: #0b4b80;*/
/*    background-color: transparent;*/
/*    border-color: #0b4b80;*/
/*}*/

.post a {
    color: var(--main-color);
    text-decoration: underline;
    margin: .2em 1em;
}
.post a:hover {
    color: var(--orange);
}

.img-container {
    margin-top: 2em;
    width: 100%;
}

.img-container .img {
    background-size: cover;
}

.post .post-title {
  margin-top: 1em;
  padding: .3em .5em;
  border-left: 2px solid var(--main-color);
}

.bottom-buttons {
    border-top: 1px solid #ccc;
    padding-top: 3em;
    padding-top: 1em;
}

.bottom-buttons a {
  background-color: var(--main-color);
  padding: .3em 1em;
  border-radius: .3em;
  border: 2px solid var(--main-color);
  color: #fff;
}

.bottom-buttons a:hover {
  background-color: transparent;
  color: var(--main-color);
}

.attachments {
  margin: 1em;
  display: flex;
  flex-wrap: wrap;
}
.attachments h3 {
  width: 100%;
}
.attachments a {
  padding: .5em 1em;
  margin: .2em .3em;
  background-color: #ccc;
  border-radius: 3em;
  color: #000;
}

.attachments a:hover {
  background-color: #555;
  color: #fff;
}

.attachments {
  margin-top: 5em;
  box-shadow: 0 0 17px #aaa;
  border-radius: .3em;
  padding: 1em;
}

.attachments,
.bottom-buttons {
  margin-left: 10%;
  margin-right: 10%;
}

.bottom-buttons {
  padding-left: 1.5em;
}

.content.post-content ul li,
.content.post-content ul {
    list-style: disc;
    padding: auto;
    margin: auto;
}

.content.post-content ul ul li,
.content.post-content ul ul {
    list-style: circle;
    margin-left: 1em;
}