/*----------------------- S-NEWS -----------------------*/
.s-news {
    padding: 80px 0 60px; }
  
  .post-item-cover {
    margin-top: 100px; }
    .post-item-cover .title {
      margin-bottom: 12px;
      margin-top: 27px; }
    .post-item-cover:first-child {
      margin-top: 0; }
    .post-item-cover .post-header {
      margin-bottom: 22px;
      overflow: hidden;
      border-radius: 0;
      position: relative; }
    .post-item-cover .post-thumbnail a {
      display: block; }
      .post-item-cover .post-thumbnail a:hover {
        opacity: .6; }
    .post-item-cover .post-thumbnail img {
      display: block;
      width: 100%;
      /*height: 548px;*/
      object-fit: cover; }
    .post-item-cover .meta {
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      z-index: 2;
      font-size: 14px; }
      .post-item-cover .meta span {
        margin-right: 46px;
        display: flex;
        align-items: center; }
        .post-item-cover .meta span:last-child {
          margin-right: 0; }
      .post-item-cover .meta i {
        font-size: 16px;
        margin-right: 10px;
        margin-top: -2px;
        color: var(--first-color); }
      .post-item-cover .meta .post-by a {
        margin-right: 5px; }
        .post-item-cover .meta .post-by a:last-child {
          margin-right: 0; }
      .post-item-cover .meta .post-tags a,
      .post-item-cover .meta .post-category a {
        margin-right: 5px;
        position: relative; }
        .post-item-cover .meta .post-tags a:last-child,
        .post-item-cover .meta .post-category a:last-child {
          margin-right: 0; }
        .post-item-cover .meta .post-tags a:after,
        .post-item-cover .meta .post-category a:after {
          content: ',';
          color: var(--white-color); }
        .post-item-cover .meta .post-tags a:last-child:after,
        .post-item-cover .meta .post-category a:last-child:after {
          display: none; }
    .post-item-cover .text {
      color: #bebebe; }
    .post-item-cover .text p {
      margin-bottom: 15px;
      text-align: justify; }
    .post-item-cover .post-footer {
      margin-top: 29px; }
      .post-item-cover .post-footer .meta {
        margin-bottom: 24px; }
  
  blockquote {
    margin: 20px 0;
    padding: 30px 78px 30px 105px;
    position: relative;
    border-radius: 0;
    background-color: var(--dark-color-light); }
  
  blockquote p {
    font-style: italic;
    font-size: 18px;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
    color: var(--white-color); }
  
  blockquote cite {
    margin-top: 14px;
    display: block;
    color: var(--white-color);
    font-style: normal; }
  
  blockquote cite:before {
    content: '—';
    display: inline-block;
    margin-right: 10px; }
  
  /*blockquote:before {
    content: '\f10e';
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    top: 30px;
    left: 30px;
    font-family: 'FontAwesome';
    color: var(--first-color); }*/

/*------------------------ WIDGET ------------------------*/
.btn-sidebar {
    display: none;
    min-width: 140px;
    width: 100%; }
    @media (max-width: 991px) {
      .btn-sidebar {
        display: inline-block; } }
  
  .widget {
    margin-top: 90px; }
  
  .widget:first-child {
    margin-top: 0; }
  
  .widget .title {
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--dark-color-light); }
  
  .widget-newsletter .title, .widget-instagram .title, .widget-search .title {
    margin-bottom: 30px; }
  
  /* WIDGET-TAGS */
  .widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    padding-top: 8px; }
    .widget-tags ul li {
      margin-right: 16px;
      margin-top: 10px; }
      .widget-tags ul li a {
        border: 2px solid var(--first-color);
        box-sizing: border-box;
        border-radius: 0;
        font-size: 14px;
        color: var(--white-color);
        padding: 8px 12px 6px;
        display: block; }
        .widget-tags ul li a:hover {
          background-color: var(--white-color);
          border-color: var(--white-color);
          color: var(--white-color); }
  
  /* WIDGET-CATEGORIES */
  .widget-archive li:not(:last-child),
  .widget-categories li:not(:last-child) {
    margin-bottom: 10px; }
  
  .widget-archive li a,
  .widget-categories li a {
    position: relative;
    text-transform: capitalize; }
    .widget-archive li a:hover,
    .widget-categories li a:hover {
      color: var(--first-color); }
  
  /**.widget-archive li a:before,
  .widget-categories li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: var(--first-color); }
  
  /* WIDGET-RECENT-POSTS */
  .widget-recent-posts li:not(:last-child) {
    margin-bottom: 20px; }
  
  .widget-recent-posts li a {
    font-weight: 600; }
    .widget-recent-posts li a:hover {
      color: var(--first-color); }
  
  .widget-recent-posts li .date {
    display: block;
    margin-top: 8px;
    font-size: 14px; }
    .widget-recent-posts li .date i {
      margin-right: 8px;
      font-size: 16px;
      color: var(--first-color); }

/*-------------------- PAGINATION --------------------*/
.pagination-cover {
    margin-top: 94px; }
  
  .pagination {
    display: flex;
    flex-wrap: wrap; }
  
  .pagination-item:not(:last-child) {
    margin-right: 10px; }
  
  .pagination-item a {
    padding-top: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 41px;
    width: 44px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--white-color);
    display: block;
    border-radius: 5px; }
  
  .pagination-item a i {
    vertical-align: 1px;
    font-weight: 900;
    color: var(--white-color); }
  
  .pagination-item.active a {
    border-color: var(--first-color);
    background-color: var(--first-color); }
  
  .pagination-item.active {
    pointer-events: none; }
  
  .pagination-item:hover a {
    border-color: var(--first-color); }


/* AUTOR-COVER */
.autor-cover {
    margin: 53px 0 37px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 40px 0;
    display: flex;
    align-items: center; }
  
  .autor-cover img {
    width: 124px;
    height: 124px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px; }
  
  .autor-cover .name {
    font-weight: 400;
    font-size: 20px;
    color: var(--first-color);
    margin-bottom: 6px;
    font-family: var(--header-font), sans-serif; }
  
  .autor-cover p {
    max-width: 370px; }

/* NAVIGATION */
.navigation {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #474747; }
  
  .navigation-item {
    max-width: calc(50% - 15px); }
  
  .navigation-right {
    text-align: right; }
  
  .navigation-item span {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    transition: .3s ease; }
  
  .navigation-item .title {
    position: relative;
    font-weight: var(--font-extra-bold);
    font-size: 20px;
    line-height: 29px;
    color: var(--white-color);
    font-family: var(--header-font), sans-serif;
    transition: .3s ease; }
    /*.navigation-item .title:before {
      color: var(--white-color);
      font-family: 'FontAwesome';
      position: absolute;
      top: 1px; }*/
  
  .navigation-item.navigation-left .title {
    padding-left: 20px; }
  
  .navigation-item.navigation-right .title {
    padding-right: 20px; }
  
  /*.navigation-item.navigation-left .title:before {
    left: 0;
    content: '\f104'; }
  
  .navigation-item.navigation-right .title:before {
    content: '\f105';
    right: 0; }*/
  
  .navigation-item:hover .title {
    color: var(--first-color); }