/* ---------------------------------------------------------------------- */
/*	Blog Single
/* ---------------------------------------------------------------------- */

.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; }
    
@media (min-width: 420px) {
        .blog-cat-nav a {
        width: 33%; } }

@media (min-width: 568px) {
    .blog-cat-nav a {
        width: auto; } }

@media (min-width: 768px) {
    .blog-cat-nav {
        display: block;
    } }
        
@media (min-width: 1100px) {
  .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; } }

#single-wrapper {
    background: #f9f8f4;
    overflow: hidden;
    padding: 0; }
      .single-post article p {
        font-size: 18px; }
      .single-post article h2 {
        color: #333;
        font-weight: 500;
        margin-top: 35px;
        margin-bottom: 25px; }
    #single-wrapper .entry-content {
      margin-top: 50px; }
    #single-wrapper .post-categories {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      #single-wrapper .post-categories li {
        background: #f4f2ec;
        font-size: 12px;
        margin-right: 10px;
        height: 40px; }
        #single-wrapper .post-categories li a {
          display: block;
          padding: 10px;
          color: #333; }
        #single-wrapper .post-categories li a:hover {
          text-decoration: none;
          background: #ece9e2;
          -webkit-transition: background .2s;
          -o-transition: background .2s;
          transition: background .2s; }
    #single-wrapper .post-meta {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
           justify-content: center;
      margin-top: 0; }
      #single-wrapper .post-meta p {
        color: #333;
        font-size: 14px;
        line-height: 22px; }
      #single-wrapper .post-meta .author-avatar img {
        margin-right: 15px; }
    #single-wrapper .entry-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
           flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
           justify-content: space-between;
      margin-bottom: 50px;
      padding-top: 50px;
      clear: both; }
      #single-wrapper .entry-footer .like-icon {
        font-size: 20px; }
  
  #single-wrapper h3 {
      font-size: 24px;
      margin-bottom: 10px;
  }
  
  #single-wrapper .post-title {
    color: #333;
    font-size: 37px;
    margin: 40px 0;
    font-family: 'Raleway';
    font-weight: bold; }
  .post-image {
    border-radius: 24px;
  }
  .post-image img {
    border-radius: 24px;
    width: 100%; }
  
  #single-wrapper-similar {
    background: #f4f2ec;
    padding-top: 25px;
    padding-bottom: 100px; }
    #single-wrapper-similar .container {
        max-width: 1100px; }
    #single-wrapper-similar .similar-post {
      border-radius: 24px;
      background: #f9f8f4;
      padding: 0;
      margin-bottom: 30px;
      padding: 16px;
      padding-top: 210px;
      -webkit-box-shadow: 0px 7px 10px 1px #e8e6e0;
      box-shadow: 0px 7px 10px 1px #e8e6e0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
           flex-direction: column; }
      #single-wrapper-similar .similar-post .post-image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 200px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: cover; }
      #single-wrapper-similar .similar-post span {
        padding-top: 16px;
        font-size: 14px; }
      #single-wrapper-similar .similar-post h3 a {
        font-size: 20px;
        font-family: 'Raleway';
        font-weight: 500;
        padding: 8px 0;
        color: #333;
        display: block;
        line-height: 28px; }
      #single-wrapper-similar .similar-post .post-meta {
        margin-top: auto; }
        #single-wrapper-similar .similar-post .post-meta p {
          font-size: 14px;
          color: #333; }
        #single-wrapper-similar .similar-post .post-meta .like-wrapper {
          margin-left: auto; }
          #single-wrapper-similar .similar-post .post-meta .like-wrapper i {
            font-size: 20px; }
    #single-wrapper-similar .similar-post:last-child {
      margin-right: 0; }
    #single-wrapper .entry-footer-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
             align-items: center;
    }
    #single-wrapper .entry-footer-left .like-wrapper {
        margin: 10px 0;
    }
  
  @media (min-width: 500px) {
      #single-wrapper .entry-footer-left {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
               flex-direction: row;
      }
  
      #single-wrapper .entry-footer {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
               flex-direction: row;
      }
  }
  
  @media (min-width: 768px) {
      #single-wrapper-similar .similar-post {
          max-width: 31%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 31%;
               flex: 0 0 31%;
          margin-bottom: 0;
          margin-right: 2%;
      }
      #single-wrapper-similar .similar-post:first-child {
          margin-left: 15px;
      }
      #single-wrapper .site-main {
        margin-right: 100px;
        margin-left: 150px; }
  
       #single-wrapper .entry-footer-left .like-wrapper {
           margin: 0;
       }
  
       #single-wrapper .post-meta {
           -webkit-box-pack: start;
               -ms-flex-pack: start;
                justify-content: flex-start;
       }
  }
  
  @media (min-width: 992px) {
      #single-wrapper .site-main {
        margin-right: 100px;
        margin-left: 100px; }
  }

  .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; }

/* ---------------------------------------------------------------------- */
/*	Social Sharing
/* ---------------------------------------------------------------------- */
#rt-social-sharing {
    display: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    text-align: center; }
    #rt-social-sharing p.title {
      text-transform: uppercase;
      font-size: 12px; }
  
  @-webkit-keyframes slideUp {
    from {
      top: 60%; }
    to {
      top: 50%; } }
  
  @keyframes slideUp {
    from {
      top: 60%; }
    to {
      top: 50%; } }
  
  @media (max-width: 767px) {
      #rt-social-sharing {
          position: relative !important;
          display: block;
          top: initial !important;
      }
      #rt-social-sharing .title {
          margin: 0;
      }
      #rt-social-sharing .like-wrapper {
          display: none;
      }
      .heateor_sss_sharing_ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: normal !important;
              -ms-flex-direction: row !important;
               flex-direction: row !important;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
               justify-content: center;
      }
      .heateor_sss_sharing_ul li {
          float: none !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
      #single-wrapper .site-main {
          margin-bottom: 0;
      }
  }
  
  /* ---------------------------------------------------------------------- */
  /*	Post 'Like' Heart
  /* ---------------------------------------------------------------------- */
  /* Wrapper */
  .like-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
    color: #519da8; }
  
  .like-button {
    padding: 0.375em 0.625em;
    font-size: 1em;
    line-height: 1;
    font-weight: normal; }
  
  /* Colors */
  a.liked {
    color: #519da8; }
  
  a.liked:hover,
  a.liked:active,
  a.liked:focus {
    color: #519da8; }
  
  a.liked span.like-count,
  .like-count {
    color: #666666; }
  
  /* Icon */
  .like-icon {
    margin-right: 0.3125em;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
    vertical-align: middle; }
  
  .like-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em; }
  
  .like-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  
  /* Count */
  .like-count {
    font-size: 0.625em;
    font-family: 'Raleway';
    text-transform: uppercase;
    vertical-align: middle; }
  
  /* Loader */
  .loader,
  .loader:before,
  .loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em; }
  
  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: ''; }
  
  .loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  
  .loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  
  .loader:after {
    left: .375em; }
  
  @-webkit-keyframes load1 {
    0%,
    80%,
    100% {
      -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 rgba(0, 0, 0, 0.2);
      height: .6em; }
    40% {
      -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
              box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
      height: 1em; } }
  
  @keyframes load1 {
    0%,
    80%,
    100% {
      -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 rgba(0, 0, 0, 0.2);
      height: .6em; }
    40% {
      -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
              box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
      height: 1em; } }

/* ---------------------------------------------------------------------- */
/*	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; }

/* ---------------------------------------------------------------------- */
/*	Blog Post CTA
/* ---------------------------------------------------------------------- */
.blog-cta .divider {
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #333;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
}

.blog-cta h2 {
  font-size: 32px;
  color: #a62d2c !important;
}

.blog-cta .btn {
  margin-top: 8px;
  text-transform: lowercase;
  background: transparent;
  border: 2px solid #a62d2c;
  color: #a62d2c;
  font-size: 18px;
}

.blog-cta .btn:hover {
  background: #a62d2c;
  color: white;
}
