/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/
.author-info-container {
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px #e9ecf7;
  -moz-box-shadow: 0px 3px 6px #e9ecf7;
  -ms-box-shadow: 0px 3px 6px #e9ecf7;
  box-shadow: 0px 3px 6px #e9ecf7;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .author-info-container {
      padding: 25px 25px 60px; } }
  .author-info-container .author-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .author-info-container .author-intro .author-image {
      margin-right: 30px; }
      @media only screen and (max-width: 576px) {
        .author-info-container .author-intro .author-image {
          margin-right: 15px; } }
      .author-info-container .author-intro .author-image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .author-info-container .author-intro .author-details .author-name {
      color: #5D6586;
      font-weight: 600;
      font-size: 18px; }
    .author-info-container .author-intro .author-details > span {
      display: block; }
    .author-info-container .author-intro .author-details .author-designation {
      color: #87A5CC; }
  .author-info-container .author-desc {
    color: #5D6586;
    font-size: 16px; }
    .author-info-container .author-desc p {
      margin-bottom: 0;
      padding-right: 30px; }
      @media only screen and (max-width: 576px) {
        .author-info-container .author-desc p {
          padding-right: 0; } }
  .author-info-container .social-links {
    top: 30px;
    right: 20px;
    position: absolute;
    margin: 0; }
    @media only screen and (max-width: 576px) {
      .author-info-container .social-links {
        right: 20px;
        bottom: 8px;
        top: auto; } }
    .author-info-container .social-links li {
      background-color: #90AED6;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 576px) {
        .author-info-container .social-links li {
          display: inline-flex; } }
      .author-info-container .social-links li a {
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .author-info-container .social-links li svg {
        fill: #fff;
        width: 16px;
        height: 16px; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.widget_search .search-form {
  margin-top: -5px;
  margin-left: 15px; }
  .widget_search .search-form input[type=search] {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: #FFFFFF !important;
    padding: 8px 15px; }
    .widget_search .search-form input[type=search]:focus {
      border-left: 0;
      border-right: 0;
      border-top: 0;
      padding: 8px 15px; }

/* Custom Mixins */
.home .site-header.fixed .main-header-bar-navigation, .page-template .site-header.fixed .main-header-bar-navigation {
  display: none; }

.category-row.fixed {
  top: 40px;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 99; }
.category-row .category-menu {
  text-align: right;
  margin: -20px 0 0;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 576px) {
    .category-row .category-menu {
      display: none; } }
  .category-row .category-menu .widget_nav_menu {
    margin-bottom: 0; }
  .category-row .category-menu li {
    display: inline-block; }
    .category-row .category-menu li a {
      color: #707896;
      font-size: 16px;
      padding: 0 16px; }
      .category-row .category-menu li a:hover, .category-row .category-menu li a.active {
        color: #1F99FA;
        text-decoration: none; }
    .category-row .category-menu li:last-child a {
      padding-right: 0; }

.featured-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-bottom: 130px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .featured-posts {
      display: block;
      padding-bottom: 75px; } }
  .featured-posts::after {
    content: "";
    height: 100vh;
    width: 100vw;
    bottom: 10px;
    position: absolute;
    background-image: url(../../images/first-fold-background.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: -1; }
  .featured-posts .featured-img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .featured-posts .post-title {
    margin-top: 5px;
    line-height: 22px; }
    .featured-posts .post-title a {
      color: #172A76;
      font-size: 18px;
      font-weight: 600; }
  .featured-posts .top-featured .featured-img {
    margin-bottom: 10px;
    width: 100%; }
  .featured-posts .top-featured .post-title {
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: normal; }
    .featured-posts .top-featured .post-title a {
      color: #172A76;
      font-size: 24px;
      font-weight: 600; }
  @media (min-width: 767px) {
    .featured-posts .remaining-featured {
      padding-left: 5%; } }
  @media only screen and (max-width: 767px) {
    .featured-posts .remaining-featured {
      margin-top: 50px; } }
  .featured-posts .category-wrapper {
    margin-bottom: 0;
    line-height: normal; }
    .featured-posts .category-wrapper .category-name {
      font-family: hack, sans-serif;
      color: #87A5CC;
      font-size: 12px;
      font-weight: 400 !important; }
      @media only screen and (max-width: 991px) {
        .featured-posts .category-wrapper .category-name {
          font-size: 12px;
          font-size: 0.75rem; } }
      .featured-posts .category-wrapper .category-name::after {
        content: "|";
        margin-top: 0;
        margin-right: 2px;
        margin-bottom: 0;
        margin-left: 5px; }
      .featured-posts .category-wrapper .category-name:last-child::after {
        content: none;
        margin: 0; }
  .featured-posts .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .featured-posts .post-meta {
        flex-direction: column; } }
    .featured-posts .post-meta .post-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 0 0 60%; }
      @media only screen and (max-width: 991px) {
        .featured-posts .post-meta .post-author {
          order: 2;
          margin-top: 15px; } }
      .featured-posts .post-meta .post-author .author-image {
        margin-right: 15px; }
        .featured-posts .post-meta .post-author .author-image img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      .featured-posts .post-meta .post-author .author-details > span {
        display: block; }
      .featured-posts .post-meta .post-author .author-details .author-name a {
        font-size: 18px;
        font-size: 1.125rem;
        color: #5D6586;
        font-weight: 600; }
      .featured-posts .post-meta .post-author .author-details .author-designation {
        color: #87A5CC; }
    .featured-posts .post-meta .post-publish {
      border-left: 1px solid #87A5CC;
      padding-left: 20px; }
      @media only screen and (max-width: 991px) {
        .featured-posts .post-meta .post-publish {
          border-left: none;
          padding-left: 0; } }
      .featured-posts .post-meta .post-publish > span {
        display: block; }
        @media only screen and (max-width: 991px) {
          .featured-posts .post-meta .post-publish > span {
            display: inline-block; } }
      .featured-posts .post-meta .post-publish .post-read-time {
        font-size: 18px;
        font-size: 1.125rem;
        color: #5D6586;
        font-weight: 600; }
        @media only screen and (max-width: 991px) {
          .featured-posts .post-meta .post-publish .post-read-time {
            margin-right: 12px; } }
      .featured-posts .post-meta .post-publish .post-date {
        color: #87A5CC; }
  .featured-posts .featured-post {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 576px) {
      .featured-posts .featured-post {
        flex-direction: column; } }
    .featured-posts .featured-post:last-child {
      margin-bottom: 0; }
    .featured-posts .featured-post .post-content {
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        .featured-posts .featured-post .post-content {
          flex: 0 0 70%; } }
    .featured-posts .featured-post .post-details {
      padding-right: 30px;
      flex: 0 0 70%; }
      @media only screen and (max-width: 576px) {
        .featured-posts .featured-post .post-details {
          padding-right: 0;
          flex: 0 0 100%; } }
      .featured-posts .featured-post .post-details .post-cat-wrap {
        margin-bottom: 5px;
        line-height: normal; }
        .featured-posts .featured-post .post-details .post-cat-wrap a {
          font-family: hack, sans-serif;
          color: #87A5CC;
          font-size: 12px;
          font-weight: 400 !important; }
          .featured-posts .featured-post .post-details .post-cat-wrap a::after {
            content: "|";
            margin-top: 0;
            margin-right: 2px;
            margin-bottom: 0;
            margin-left: 5px; }
          .featured-posts .featured-post .post-details .post-cat-wrap a:last-child::after {
            content: none;
            margin: 0; }
      .featured-posts .featured-post .post-details .post-title a {
        color: #172A76;
        font-size: 24px;
        font-weight: 600;
        line-height: normal; }
    @media only screen and (max-width: 576px) {
      .featured-posts .featured-post .post-img {
        margin: 15px 0; } }
    .featured-posts .featured-post .post-img img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      max-width: 180px; }
      @media only screen and (max-width: 767px) {
        .featured-posts .featured-post .post-img img {
          width: 100%; } }
      @media only screen and (max-width: 576px) {
        .featured-posts .featured-post .post-img img {
          max-width: 100%; } }

.latest-posts {
  padding: 0 0 80px; }
  .latest-posts .latest-post {
    margin-bottom: 80px; }
    @media only screen and (max-width: 576px) {
      .latest-posts .latest-post {
        margin-bottom: 40px; } }
    .latest-posts .latest-post .post-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        .latest-posts .latest-post .post-row {
          flex-direction: column; } }
      .latest-posts .latest-post .post-row .content-wrapper {
        flex: 0 0 60%;
        padding-right: 20px; }
        @media only screen and (max-width: 576px) {
          .latest-posts .latest-post .post-row .content-wrapper {
            padding-right: 0; } }
      .latest-posts .latest-post .post-row .image-wrapper {
        flex: 0 0 40%;
        text-align: center; }
        @media only screen and (max-width: 576px) {
          .latest-posts .latest-post .post-row .image-wrapper {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px; } }
        .latest-posts .latest-post .post-row .image-wrapper img {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: 0px 3px 6px #e9ecf7;
          -moz-box-shadow: 0px 3px 6px #e9ecf7;
          -ms-box-shadow: 0px 3px 6px #e9ecf7;
          box-shadow: 0px 3px 6px #e9ecf7; }
          @media only screen and (max-width: 576px) {
            .latest-posts .latest-post .post-row .image-wrapper img {
              width: 100%; } }
          @media (min-width: 576px) {
            .latest-posts .latest-post .post-row .image-wrapper img {
              max-width: 300px; } }
      .latest-posts .latest-post .post-row .category-wrapper {
        margin-bottom: 0;
        line-height: normal; }
        .latest-posts .latest-post .post-row .category-wrapper .category-name {
          font-family: hack, sans-serif;
          color: #87A5CC;
          font-size: 12px;
          font-weight: 400 !important; }
          @media only screen and (max-width: 991px) {
            .latest-posts .latest-post .post-row .category-wrapper .category-name {
              font-size: 12px;
              font-size: 0.75rem; } }
          .latest-posts .latest-post .post-row .category-wrapper .category-name::after {
            content: "|";
            margin-top: 0;
            margin-right: 2px;
            margin-bottom: 0;
            margin-left: 5px; }
          .latest-posts .latest-post .post-row .category-wrapper .category-name:last-child::after {
            content: none;
            margin: 0; }
      .latest-posts .latest-post .post-row .post-title {
        margin: 10px 0 15px; }
        .latest-posts .latest-post .post-row .post-title a {
          color: #172A76;
          font-size: 24px;
          font-weight: 600;
          line-height: normal; }
      .latest-posts .latest-post .post-row .post-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .latest-posts .latest-post .post-row .post-details p {
          margin-bottom: 5px;
          color: #87A5CC;
          font-size: 14px; }
          .latest-posts .latest-post .post-row .post-details p.duration {
            margin-left: 20px; }
      @media only screen and (max-width: 576px) {
        .latest-posts .latest-post .post-row .excerpt-text {
          margin-bottom: 15px; } }
      .latest-posts .latest-post .post-row .author-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .latest-posts .latest-post .post-row .author-details img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          margin-right: 10px; }
        .latest-posts .latest-post .post-row .author-details .author-info p, .latest-posts .latest-post .post-row .author-details .author-info a {
          margin-bottom: 0px;
          color: #87A5CC;
          font-size: 14px; }
        .latest-posts .latest-post .post-row .author-details .author-info .name {
          font-weight: 600; }
  .latest-posts .alm-btn-wrap {
    text-align: center; }
    .latest-posts .alm-btn-wrap .alm-load-more-btn {
      background-color: #1F99FA !important;
      border-color: #1F99FA;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: hack, sans-serif;
      font-weight: 700 !important;
      color: #FFFFFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 15px 30px;
      height: auto; }
      .latest-posts .alm-btn-wrap .alm-load-more-btn:focus {
        outline: none; }
      .latest-posts .alm-btn-wrap .alm-load-more-btn.done {
        display: none; }

.tag .section-title {
  text-transform: capitalize; }

/*# sourceMappingURL=custom-blog.css.map */
