body {
    background: linear-gradient(to top,#191919 90%,#0000), url(images/blog.jpeg) center;
    background-size: cover, cover;
    color: white;
}
body.single {
    background: linear-gradient(to top,#090909 90%,#0000), url(images/blog.jpeg);
}

a {
    color:var(--yellow);
}

#blog {
    gap: 2em;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding-bottom: 1.75em;
}
#blog .flex {
    display: flex;
    align-items: center;
}
#blog .post {
    margin-bottom: 36px;
    background: url(images/blog.jpeg);
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}
#blog .post .post-info {
    font-size: 12px;
    margin-right: 24px;
}
#blog .post .post-info h1 {
    font-size: 22px;
    line-height: 22px;
    margin: 16px 0px;
    font-weight: 800;
    color: white;
}
#blog .post .post-info span a {
    color: white;
}
#blog .post .post-info span a:before {
    content: '#';
}
#blog .post .post-info > .flex {
    flex: 1;
    margin-top: 16px;
    justify-content: space-between;
    align-items: end;
}
#blog .post .post-info > .flex > a {
    font-size: 16px;
    line-height: 16px;
    color: white;
    font-weight: 800;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="-4.5 0 20 20" version="1.1"><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-305.000000, -6679.000000)" fill="%23efbc20"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M249.365851,6538.70769 L249.365851,6538.70769 C249.770764,6539.09744 250.426289,6539.09744 250.830166,6538.70769 L259.393407,6530.44413 C260.202198,6529.66364 260.202198,6528.39747 259.393407,6527.61699 L250.768031,6519.29246 C250.367261,6518.90671 249.720021,6518.90172 249.314072,6519.28247 L249.314072,6519.28247 C248.899839,6519.67121 248.894661,6520.31179 249.302681,6520.70653 L257.196934,6528.32352 C257.601847,6528.71426 257.601847,6529.34685 257.196934,6529.73759 L249.365851,6537.29462 C248.960938,6537.68437 248.960938,6538.31795 249.365851,6538.70769" id="arrow_right-%23336%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat right center;
    background-size: 16px;
    display: inline-block;
    padding-right: 20px;
}
#blog .post .post-info > .flex .flex {
    gap: 8px;
    text-transform: capitalize;
    border-top: 2px solid rgba(255,255,255,0.3);
    padding-top: 14px;
}
#blog .post .post-info > .flex .flex img {
    border-radius: 50%;
    border: 2px solid var(--yellow);
}
#blog .post .post-image {
    /* width: 290px; */
    min-width: 290px;
    /* height: 290px; */
    min-height: 290px;
    position: relative;
    overflow: hidden;
    border-radius: 0% 40% 25% 0%/0% 100% 0% 0%;
    margin-right: 16px;
}
#blog .post .wp-post-image {
    width: auto;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#blog .post:nth-child(1) {
    position: relative;
}
#blog .post:nth-child(1) .post-image {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    margin: 0px;
}
#blog .post:nth-child(1) .post-image:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(to top,#07060b,#07060bb0,#0000);
}
#blog .post:nth-child(1) .wp-post-image {
    width: 100%;
   height:auto !important;
}
#blog .post:nth-child(1) .post-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0px;
}
@media (max-width: 768px) {
    #blog {
        flex-direction: column;
       width:95%
   }
    #blog .post .flex {
        display: none;
   }
    #blog .post .post-info h1 {
        font-size: 32px;
        line-height: 36px;
   }
   #blog .post .post-info {
      font-size: 28px;
      line-height:36px;
      padding:20px 0px
   }

   /* #blog .post {
      flex-direction:column;
   }
   #blog .post .wp-post-image {
       width: 100%;
       height: auto !important;
   }*/
   #blog .post .post-image {
       width: auto;
       min-width: 100%;
       height: auto;
       min-height:auto;
       position: relative;
       overflow: hidden;
       border-radius: 0;
       margin-right: 0;
   }
   #blog .post .post-image {
       min-height: 800px;
   }
   #blog .post {
       position: relative;
   }
   #blog .post .post-image {
       width: 100%;
       height: 440px;
       border-radius: 20px;
       margin: 0px;
   }
   #blog .post .post-image:after {
       content: '';
       position: absolute;
       top: 0px;
       bottom: 0px;
       left: 0px;
       right: 0px;
       background: linear-gradient(to top,#07060b,#07060bb0,#0000);
   }
   #blog .post .wp-post-image {
       width: 100%;
      height:auto !important;
   }
   #blog .post .post-info {
       position: absolute;
       left: 20px;
       right: 20px;
       bottom: 20px;
       margin: 0px;
   }
   #blog .post .wp-post-image, #blog .post:nth-child(1) .wp-post-image {
       width: auto;
       height: 100% !important;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translateX(-50%) translateY(-50%);
   }
}
#sidebar {
    margin-left: 0px;
}
#sidebar .tags {
    min-height: auto;
}
#sidebar .tags ul {
    padding: 0px;
    margin: 0px;
}
#sidebar .tags li {
    background: var(--yellow);
    display: inline-block;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    transition: .3s;
}
#sidebar .tags li a {
    color: var(--dark-grey);
    transition: .3s;
}
#sidebar .tags li:hover {
    background: var(--blue);
}
#sidebar .tags li:hover a {
    color: white;
}
@media (max-width: 768px) {
    #sidebar .tags {
        display: none;
   }
}
#sidebar .wp-block-cover {
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
#sidebar .sobre {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}
#sidebar .sobre svg {
    width: 32px;
    height: auto;
}
#sidebar .sobre ul {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    #sidebar .sobre {
        display: none;
   }
}
#sidebar .wp-block-cover__inner-container h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 28px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
#sidebar .wp-block-cover__inner-container h2::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(images/semi-circle.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin: -20px -20px 0px 0px;
}
#sidebar .popular {
    padding-left: 14px;
}
#sidebar .popular ul {
    padding: 0px;
    margin: 0px;
}
#sidebar .popular li {
    color: var(--dark-grey);
    margin: 10px 0px 0px;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 10px;
    position: relative;
}
#sidebar .popular li img {
    border-radius: 10px 0px 0px 10px;
}
#sidebar .popular li:before {
    content: '.';
    background: var(--yellow);
    position: absolute;
    top: -50px;
    height: 180px;
    right: 0px;
    left: 150px;
    border-radius: 50% 0px 0px 0px/100% 10% 10% 0px;
}
#sidebar .popular li:after {
    content: '1';
    color: var(--yellow);
    font-size: 26px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 36px;
    height: 36px;
    text-align: center;
    background: url(images/semi-circle-i.png) no-repeat left bottom;
    background-size: 32px;
    margin: -20px 0px 0px;
    font-weight: 700;
}
#sidebar .popular li .wpp-post-title {
    font-weight: 800;
    color: var(--dark-grey);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}
@media (max-width: 768px) {
    #sidebar .popular li .wpp-post-title {
        font-size: 14px;
        line-height: 14px;
   }
}
#sidebar .popular li .wpp-meta {
    position: relative;
   font-size:12px;
}
#sidebar .popular li img {
    margin-top: -10px;
    margin-right: 0px;
    height: 70px;
    width: auto;
}
@media (max-width: 768px) {
    #sidebar .popular li img {
        height: 100px;
        margin-top: -10px;
   }
}
@media (max-width: 768px) {
    #sidebar .popular li {
   }
    #sidebar .popular li:before {
        left: 210px;
   }
    #sidebar .popular li:after {
        font-size: 40px;
        line-height: 40px;
        width: 46px;
        height: 46px;
        background-size: 40px;
   }
}
#sidebar .popular li:nth-child(2):after {
    content: '2';
}
#sidebar .popular li:nth-child(3):after {
    content: '3';
}
#sidebar .popular li:nth-child(4):after {
    content: '4';
}
#sidebar .popular li:nth-child(5):after {
    content: '5';
}
#rodape .wp-block-cover__inner-container {
    margin: auto;
}
#blog-header {
    align-items: center;
}
#blog-header label {
    display: none;
}
#blog-header h1 {
    display: inline-block;
    float: right;
    position: relative;
    padding: 50px 0px 50px 50px;
    line-height: 48px;
    margin: 0px;
}
#blog-header h1::before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    background: url(images/semi-circle.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
}
#blog-header .wp-block-search__inside-wrapper {
    padding: 4px 8px 4px 20px;
    border: none;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#blog-header .wp-block-search__inside-wrapper input {
    font-family: 'modelica', sans-serif;
    font-weight: 500;
    padding: 0px;
}
#blog-header .wp-block-search__inside-wrapper button {
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
}
#blog-header .wp-block-search__inside-wrapper svg {
    width: 32px;
    height: auto;
}
@media (max-width: 768px) {
    #blog-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
   }
    #blog-header .wp-block-column {
        margin: 0px 10%;
        width: 80%;
   }
    #blog-header h1 {
        float: none;
   }
    #blog-header .wp-block-search__inside-wrapper {
        width: 100% !important;
   }
}
.post-nav {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin: 60px 0px 30px;
}
.post-nav .prev, .post-nav .next {
    font-weight: 800;
}
.post-nav a, .post-nav span {
    color: white;
    margin: 0px 16px;
    display: inline-block;
}
.post-nav span {
    color: var(--yellow);
    font-weight: 800;
}
.post-nav a:hover {
    color: var(--yellow);
}
.post-nav .prev:before, .post-nav .next:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="-4.5 0 20 20" version="1.1"><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-305.000000, -6679.000000)" fill="%23efbc20"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M249.365851,6538.70769 L249.365851,6538.70769 C249.770764,6539.09744 250.426289,6539.09744 250.830166,6538.70769 L259.393407,6530.44413 C260.202198,6529.66364 260.202198,6528.39747 259.393407,6527.61699 L250.768031,6519.29246 C250.367261,6518.90671 249.720021,6518.90172 249.314072,6519.28247 L249.314072,6519.28247 C248.899839,6519.67121 248.894661,6520.31179 249.302681,6520.70653 L257.196934,6528.32352 C257.601847,6528.71426 257.601847,6529.34685 257.196934,6529.73759 L249.365851,6537.29462 C248.960938,6537.68437 248.960938,6538.31795 249.365851,6538.70769" id="arrow_right-%23336%22%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat right center;
    background-size: 12px;
    display: inline-block;
    float: left;
    transform: rotate(180deg);
}
.post-nav .next:after {
    float: right;
    transform: none;
}
#single-body {
    background: #131313;
    padding: 30px;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    max-width: 960px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
#single-body .flex {
    justify-content: space-between;
}
#single-body .flex span:last-child {
    padding: 0px 0px 0px 20px;
}
#single-body .post-info {
    position: relative;
    margin-bottom: 50px;
}
#single-body .post-info:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-top: -8px;
}
#single-body .post-info h1 {
    font-size: 42px;
    line-height: 42px;
    margin: 0px;
}
@media (max-width: 768px) {
    #single-body .post-info h1 {
        font-size: 6vw;
        line-height: 7vw;
   }

   .post-nav {font-size:28px;}
   
   .post-nav .prev:before, .post-nav .next:after {
       width: 26px;
       height: 20px;
       background-size: 26px;
   }

   #single-body {
      font-size:4vw;
      line-height:6vw;
      width:100%
   }

   #single-body .flex {flex-direction:column}
   #single-body .flex span:last-child {padding:0px 20px}
}
#single-body .post-info span {
    margin: 30px 0px 0px;
    display: inline-block;
    background: #141414;
    padding-right: 20px;
}
#single-body .post-info span a {
    color: white;
}
#single-body .post-info span a:before {
    content: '#';
}
#single-header {
    box-shadow: 0px 0px 40px #000000;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    margin-bottom: -100px;
}
#single-header img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#single-header:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to top,#1a1a1a,#0000);
}
.single #rodape {
    margin-top: 60px;
}
.single #blog {
    padding-bottom: 80px;
}
#single-share {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 50px;
}
#single-share h2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 16px 0px;
}
#single-share svg {
    width: 16px;
    height: auto;
    display: inline-block;
}
@media (max-width: 768px) {
    #single-share svg {
        width: 3vw;
   }
}
#single-share a {
    background: #4267b2;
    display: inline-flex;
    color: white;
    margin: 4px;
    align-items: center;
    line-height: 12px;
    border-radius: 4px;
}
#single-share a.li {
    background: #0e76a8;
}
#single-share a.tg {
    background: #0088cc;
}
#single-share a.tt {
    background: #03A9F4;
}
#single-share a.wpp {
    background: #25d366;
}
#single-share span {
    padding: 8px;
}
@media (max-width: 768px) {
    #single-share span {
        padding: 8px;
   }
}
#single-share .icon {
    background: #0000002e;
    border-radius: 4px 0px 0px 4px;
}
#related_posts {
    text-align: center;
}
#related_posts ul {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}
#related_posts ul li {
    width: 32%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
#related_posts ul li .relatedcontent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    text-align: left;
    font-size: 12px;
    background: linear-gradient(to top,#0c0c1b,#0000);
}
#related_posts ul li .relatedcontent h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 10px 0px 0px;
    padding-top: 10px;
}
@media (max-width: 768px) {
    #related_posts ul li .relatedcontent h3 {
        font-size: 32px;
        line-height: 36px;
   }
}
#related_posts ul li .relatedcontent h3 a {
    color: white;
}
#related_posts ul li .relatedcontent span a {
    color: white;
}
#related_posts ul li .relatedcontent span a:before {
    content: "#";
}
@media (max-width: 768px) {
    #related_posts ul li .relatedcontent {
        font-size: 4vw;
        line-height: 5vw;
   }
}
@media (max-width: 768px) {
    #related_posts ul li {
        width: 100%;
   }
}
#related_posts ul li img {
    max-width: 100%;
    border-radius: 20px;
}
@media (max-width: 768px) {
    #related_posts ul {
        gap: 30px;
   }
}
#related_posts > h3 {
    display: inline-block;
    position: relative;
    padding: 30px 0px 00px 40px;
    line-height: 48px;
    margin: 40px 0px;
    font-size: 24px;
}
#related_posts > h3::before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background: url(images/semi-circle.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
}
