/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */
#archive-wrapper {
    padding-top: 0;
    background: #f9f8f4; }
  
  .blog-cat-nav {
    display: none;
    background: #f4f2ec;
    font-family: 'Raleway';
    font-size: 14px;
    padding: 10px 0; }
  
  .blog-cat-nav .blog-cat-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
         justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .blog-cat-nav a {
    text-transform: lowercase;
    color: #444;
    white-space: nowrap;
    padding: 5px 17px;
    width: 50%;
    text-align: center; }
  
  .blog-cat-nav a:last-child {
    padding-right: 0; }
  
  .featured-post {
    max-width: 820px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
         flex-direction: column;
    padding: 20px 30px 0 30px; }
  
  .featured-post-left {
    background-size: cover;
    background-position: center;
    min-height: 200px;
    position: relative; }
    .featured-post-left .content-wrapper {
      position: absolute;
      bottom: 0;
      margin: 10px;
      max-width: 530px; }
      .featured-post-left .content-wrapper h3 a {
        display: block;
        color: white;
        line-height: normal;
        font-size: 24px;
        font-weight: bold; }
  
  .featured-post-right {
    padding-top: 25px; }
    .featured-post-right h5 {
      font-family: 'Raleway';
      font-weight: bold;
      font-size: 20px; }
    .featured-post-right a {
      color: #333; }
    .featured-post-right a:hover {
      text-decoration: none;
      color: #a62d2c;
      -webkit-transition: .2s color;
      -o-transition: .2s color;
      transition: .2s color; }
  
  .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
         align-items: center;
    -webkit-align-items: center;
    margin-top: 35px; }
    .post-meta .author-avatar img {
      border-radius: 50%;
      margin-right: 5px; }
    .post-meta p {
      margin: 0;
      font-size: 15px;
      color: #f9f8f4;
      line-height: 15px; }
  
  .recent-posts {
    margin: 20px 0; }
    .recent-posts article {
      margin-bottom: 25px; }
    .recent-posts .post-image {
      min-height: 200px;
      border-radius: 16px;
      background-size: cover;
      margin-bottom: 25px;
      background-position: center; }
    .recent-posts h5 {
      font-family: 'Raleway';
      font-weight: bold;
      font-size: 20px; }
    .recent-posts a {
      color: #333; }
    .recent-posts a:hover {
      text-decoration: none;
      color: #a62d2c;
      -webkit-transition: .2s color;
      -o-transition: .2s color;
      transition: .2s color; }
    .recent-posts .post-meta p {
      color: #333; }
  
  .blog-section-header {
    border-bottom: 1px solid #d2d2d0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    width: 100%; }
  
  @media (min-width: 420px) {
  .featured-post-left {
      min-height: 250px;
      border-radius: 16px;
  }
    .blog-cat-nav a {
      width: 33%; } }
  
  @media (min-width: 568px) {
    .featured-post-left {
        min-height: 300px; }
    .featured-post-left .content-wrapper {
        margin: 25px; }
    .blog-cat-nav a {
      width: auto; }
    .featured-post-left .content-wrapper h3 a {
      font-size: 36px; } }
  
  @media (min-width: 768px) {
      .blog-cat-nav {
          display: block;
      }
      .featured-post-left {
          min-height: 400px; }
      .featured-post-left .content-wrapper {
          margin: 50px; }
  }
  
  @media (min-width: 990px) {
    .featured-post {
      padding: 20px 0 0 0;
      max-width: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
           flex-direction: row; }
      .featured-post .featured-post-left {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        min-height: 530px;
        margin-right: 25px;
        width: 100%; }
      .featured-post .featured-post-right {
        border-top: 1px solid #d2d2d0;
        margin-right: 15px;
        width: 33%; } }
  
  @media (min-width: 1100px) {
      .featured-post .featured-post-right {
        margin-right: calc(calc(100vw - 1030px + 30px) / 2);
      }
  
      .featured-post .featured-post-left .content-wrapper {
          margin-left: calc(calc(100vw - 1030px + 30px) / 2);
      }
    .blog-cat-nav a:first-child {
      margin-left: 200px;
      padding-left: 0; }
    .blog-cat-nav .blog-cat-nav-wrapper {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
           justify-content: left; } }
  
  @media (min-width: 1250px) {
      .featured-post .featured-post-right {
        margin-right: calc(calc(100vw - 1170px + 30px) / 2);
      }
  
      .featured-post .featured-post-left .content-wrapper {
          margin-left: calc(calc(100vw - 1170px + 30px) / 2);
      }
  }
  
  .rt-loadmore {
    text-align: center;
    color: #a62d2c;
    font-weight: 500;
    font-size: 21px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
        transform: translateX(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  
  .rt-loadmore:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
        transform: translateX(10px); }

/* ---------------------------------------------------------------------- */
/*	Category & Author Archive
/* ---------------------------------------------------------------------- */
body.archive.category h1, body.archive.author h1  {
    color: #a62d2c;
    font-size: 40px;
    padding-top: 25px;
  }
  

/* ---------------------------------------------------------------------- */
/*	Author Popover
/* ---------------------------------------------------------------------- */
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
border-top-color: #f9f8f4; }

.popover {
max-width: none;
width: 330px;
font-family: 'Raleway';
background: #f4f2ec;
border: none;
border-radius: 0;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1); }
.popover a {
    color: #a62d2c;
    display: block;
    margin: 10px 0; }

.popover-body img {
float: right; }

.author-popover-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border-bottom: 1px solid #d2d2d0; }
.author-popover-top img {
    margin-left: auto;
    margin-bottom: 5px;
    -ms-flex-item-align: center;
        align-self: center;
    border-radius: 50%; }
.author-popover-top .author-popover-name h4 {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 20px;
    margin: 0; }
.author-popover-top .author-popover-name p {
    font-size: 14px; }

.author-bio {
margin: 0;
padding: 10px 0;
border-bottom: 1px solid #d2d2d0;
font-size: 14px; }