/*
Author: Ultrabyte
Version: 0.0.1
*/
/* Base- style, variables, mixins, etc */
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif; }
  body .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc; }
  body textarea {
    border-color: #ccc; }
    body textarea:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #ccc;
      outline: none; }
  body a {
    color: #4d4d4d;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    body a:hover {
      text-decoration: none;
      color: #3b5998; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }

/* layout- footer, header, nav etc */
.top-header {
  background: #323232; }

.logo-wrapper {
  display: inline-block; }
  .logo-wrapper img {
    height: 4rem; }

.categroy-button {
  display: inline-block;
  margin-left: 20px; }

.cat-menu-top {
  background: #ffffff; }

.top-search-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .top-search-box .form-group {
    position: relative;
    margin: 0; }
    .top-search-box .form-group .form-control {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border: none; }

.register-list {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .register-list ul li {
    display: inline-block;
    margin-left: 20px; }
    .register-list ul li a {
      color: #ffffff; }
    .register-list ul li .register-reg {
      display: inline-block;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: 1px solid #ffffff;
      padding: 5px 10px; }

.inner-page-story {
  background: #f4f5f6; }

.inner-story-image {
  height: 350px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.inner-banner-caption {
  position: absolute;
  top: calc(15% - 20px);
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 5;
  color: #ffffff; }
  .inner-banner-caption h3 {
    margin: 0;
    font-weight: 600; }

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 27, 43, 0.7);
  z-index: 1; }

.inner-page-content {
  position: relative;
  z-index: 5; }

.inner-page-box {
  background: #ffffff;
  padding: 40px;
  margin-top: -100px; }

.inner-page-content-box img {
  width: 100%;
  margin-bottom: 20px; }

.inner-page-comment-section {
  display: table; }

.box-user-cmt {
  display: table-cell; }

.comment-field {
  display: table-cell;
  padding-left: 15px;
  width: 100%; }
  .comment-field .form-control {
    height: 70px; }

.footer-social .facebook {
  background: #3b5998; }
.footer-social .twitter {
  background: #55acee; }
.footer-social .instagram {
  background-color: #bd081c; }

.inner-comment-show-section {
  display: table;
  margin-bottom: 18px; }

.user-name-coment {
  font-weight: 600;
  color: #222;
  font-size: 16px; }

.cmt-date {
  font-size: 12px;
  color: #bbb;
  margin: 3px 0; }

.comment-body {
  color: #555;
  font-size: 15px; }

.reply-buton-cmt {
  color: #3b5998;
  font-weight: 600;
  font-size: 16px;
  margin-top: 3px; }
  .reply-buton-cmt a {
    color: #3b5998; }

.more-cmnt-box {
  color: #717171;
  background-color: #ededed;
  border-color: #ededed;
  text-align: center;
  padding: 9px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.comment-show-box {
  display: table-cell;
  padding-left: 15px; }

.post-like-inner {
  position: relative;
  display: inline-block;
  background: #3b5998;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px; }
  .post-like-inner img {
    height: 25px; }
  .post-like-inner .like-icon-graber {
    display: inline-block; }
  .post-like-inner .like-caption {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 14px; }

.banner-post-fact ul li {
  display: inline-block;
  margin: 0 10px; }
  .banner-post-fact ul li i {
    margin-right: 5px; }

.banner-author {
  margin-bottom: 12px; }

.banner-author-name {
  font-weight: 500;
  margin-top: 5px; }
  .banner-author-name a {
    color: #ffffff; 
      text-transform: capitalize;
  }

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px; }

.inner-aside-box h4 {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.inner-aside-img {
  float: left;
  padding-right: 10px; }
  .inner-aside-img img {
    width: 65px;
    height: 65px; }

.inner-aside-recom h3 {
  font-size: 13px;
  font-weight: 500; }
.inner-aside-recom ul li {
  display: inline-block;
  font-size: 11px;
  color: #999999;
  margin-right: 10px; }

.inner-aside-cnt {
  margin-bottom: 20px; }

.aside-category {
  margin-bottom: 30px; }
  .aside-category ul li {
    margin: 5px;
    display: inline-block; }
    .aside-category ul li a {
      display: inline-block;
      border: 1px solid #999999;
      padding: 5px 10px;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      text-transform: capitalize; }
      .aside-category ul li a:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #fff;
}

.inner-author-profile .box-user-img img {
  width: 150px;
  height: 150px; }
.inner-author-profile .banner-author-name {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.author-profile-box {
  background: #f7f6f3;
  padding: 50px 0; }

.author-post-arc {
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 20px 15px;
  background: #ffffff; }
  .author-post-arc h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd; }

.single-author-post-arc ul {
  position: relative; }
  .single-author-post-arc ul:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    background: #f1f2f8; }
  .single-author-post-arc ul .post-arc-list {
    padding: 0 30px 15px;
    background: #f7f6f3; }
  .single-author-post-arc ul li {
    float: left;
    width: calc(50% + 1px);
    text-align: right;
    position: relative;
    padding-right: 33px; }
    .single-author-post-arc ul li:before {
      width: 7px;
      height: 7px;
      background: #ffffff;
      content: "";
      position: absolute;
      top: 4px;
      right: -3px;
      z-index: 1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
    .single-author-post-arc ul li:after {
      width: 25px;
      height: 25px;
      border: 5px solid #ffffff;
      content: "";
      position: absolute;
      top: -5px;
      right: -12px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: #3b5998; }
    .single-author-post-arc ul li:nth-child(2n) {
        margin-top:-10%;
      float: right;
      text-align: left;
      padding-left: 33px;
      padding-right: 0; }
 .single-author-post-arc ul li:nth-child(1) {
    margin-top: 0;
}

.single-author-post-arc ul li:nth-child(2n+1) {
    margin-top: -10%;
}
      .single-author-post-arc ul li:nth-child(2n):before {
        right: auto;
        left: -2px; }
      .single-author-post-arc ul li:nth-child(2n):after {
        right: auto;
        left: -11px; }
    .single-author-post-arc ul li h5 {
      background: #3b5998;
      display: inline-block;
      color: #ffffff;
      padding: 8px 10px;
      margin-bottom: 15px;
      font-size: 15px;
      font-weight: 600; }
  .single-author-post-arc ul h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .single-author-post-arc ul p {
    font-size: 14px;
    margin: 0; }

.author-info-aside {
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 20px 15px;
  background: #ffffff; }

.post-count-ul {
  display: table;
  text-align: center;
  background: #e6e6e6;
  font-size: 14px;
  color: #2b2b2b;
  padding: 5px; }

.post-count-li {
  display: table-cell;
  width: 1%; }

.pagintaion-wrapper {
  margin-top: 30px; }

.pagintaion-wrapper ul li {
  display: inline-block;
  margin: 0 4px; }
  .pagintaion-wrapper ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    color: #3b5998;
    border: 1px solid #3b5998; }
  .pagintaion-wrapper ul li .active {
    background: #3b5998;
    color: #ffffff; }

.inner-page-wrapper {
  padding: 50px 0;
  background: #eeeeee; }

.cat-menu-selected ul li {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #3b5998; }
  .cat-menu-selected ul li a {
    color: #3b5998 !important; }

.footer-wrapper {
  padding: 10px 0;
  
  /*position: relative;
  bottom: 50px;
  width: 100%; */
}

.footer-social {
  text-align: center;}
  .footer-social ul li {
    display: inline-block;
    }
    .footer-social ul li a {
        text-align: center;
      display: inline-block;
      background: #3b5998;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      line-height: 36px;
      border:2px solid #fff;
      color: #ffffff; }
      .footer-social ul li a:hover{
              border: 2px solid;
                color: #3b5998;
                 background: #fff;
      }

.news-subscribe {
  text-align: center; }
  .news-subscribe h3 {
    font-size: 20px;
    margin-bottom: 18px; }
  .news-subscribe h4 {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-top: 18px; }
  .news-subscribe .form-group {
    position: relative;
    width: 70%;
    margin: 0 auto; }
  .news-subscribe .form-control {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 48px;
    position: relative; }

.footer-btm {
  background: #3b5998;
  padding: 20px 0;
  color: #ffffff;
  font-size: 14px;

  /*position: relative;
  bottom: 0;
  width: 100%;*/
}
  .footer-btm a {
    color: #ffffff; }
    .footer-btm a:hover {
      color: #000; }

.footer-copy-info {
  float: left; }

.footer-link {
  float: right; }
  .footer-link li {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    margin: 0 10px; }

.footer-logo {
  display: table-cell; }
  .footer-logo img {
    width: 55px;
    height: 55px; }

.footer-logo-label {
  display: table-cell;
  padding-left: 10px;
  font-weight: 700;
  font-size: 18px;
  vertical-align: middle; }

.footer-comp-slogan p {
  margin: 0; }

/* modules- */
.mtb-5 {
  margin: 5px 0; }

.btn-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #000;
  color: #ffffff; }

.search-button-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  right: 0;
  color: #3b5998; }

.btn-drop-topic {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  background: #3b5998;
  color: #ffffff; }

.sign-buttton {
  background: #ffffff;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.84);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05); }
  .sign-buttton i {
    margin-right: 12px; }

.btn-sign-full {
  width: 100%; }

.color-page-wrapper {
  background: #eeeeee;
  padding: 30px 0; }

.post-box {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.box-post-info {
  padding: 15px; }

.box-user-img {
  display: inline-block;
  vertical-align: top; }
  .box-user-img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.box-dtl-info {
  display: inline-block;
  margin-left: 15px; }

.box-user-name a {
    text-transform: capitalize;
  color: #3b5998; }
  .box-user-name a:hover {
    color: #808080; }

.box-post-general-desc {
  font-size: 11px;
  color: #808080; }
  .box-post-general-desc span {
    display: inline-block;
    margin-right: 10px; }
  .box-post-general-desc i {
    margin-right: 5px; }
  .box-post-general-desc a {
    color: #808080; }

.post-box-cover img {
  width: 100%;
   -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
  .post-box-cover img:hover {
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-box-title {
  padding: 10px 10px 0; }
  .post-box-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize; }
    .post-box-title h3 a {
      color: #000; }
      .post-box-title h3 a:hover {
        color: #3b5998; }

.post-summary {
  padding: 0 10px 10px;
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; }
  .post-summary p {
    margin: 0;
    text-align: justify; }

.post-box-footer {
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #808080;
  padding: 10px; }
  .post-box-footer a {
    color: #808080; 
  }
    .likeControl {
    padding-left: 15px;
}
.likedSee {
    padding-right: 15px;
}
  .post-box-footer ul li {
    display: table-cell;
    width: 1%;
    text-align: center; }

.aside-bar {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }

.aside-bar-header {
  padding: 10px; }
  .aside-bar-header h4 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize; }

.aside-bar-list ul li {
  padding: 10px 15px;
  border-top: 1px solid #eee; }

.aside-bar-mar {
  margin-bottom: 30px; }

.post-box-cover-sm {
  display: table-cell;
  vertical-align: top; }
  .post-box-cover-sm img {
    width: 85px;
    height: 55px; }

.post-box-summary-sm {
  display: table-cell;
  vertical-align: top; }
  .post-box-summary-sm .post-box-title {
    padding-top: 0; }
    .post-box-summary-sm .post-box-title h3 {
      font-size: 14px;
      margin-bottom: 5px; }
  .post-box-summary-sm .post-summary p {
    font-size: 12px;
    line-height: 20px; }

.section-header {
  border-top: 1px solid #ffffff;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 40px; }
  .section-header h4 {
    color: #444;
    font-size: 24px;
    margin-bottom: 5px; }
  .section-header p {
    font-size: 15px;
    color: #999;
    margin: 0; }

.aside-cat-list a {
  display: block; }

.scroll-div {
  height: 500px;
  overflow: auto; }

.scroll-div::-webkit-scrollbar {
  display: none; }

.post-box-mar {
  margin-bottom: 30px; }

.page-wrapper-alt {
  padding: 0; }

.sticky-footer {
  background: #3b5998;
  color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 0;
  z-index: 10; }
  .sticky-footer .close {
    color: #ffffff; }

.alert {
  margin: 0; }

.cat-menu-list {
  position: relative;
  width: 100%;
  overflow: auto;
  white-space: nowrap; }
  .cat-menu-list ul li {
    display: inline-block; }
    .cat-menu-list ul li a {
      padding: 8px 20px;
      font-size: 14px;
      color: #808080;
      display: inline-block; }
      .cat-menu-list ul li a:hover{
          color: #3b5998;
          font-weight: 500;
      }

.cat-drop-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3b5998;
  color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center; }

.cat-menu-list::-webkit-scrollbar {
  width: 10px;
  height: 8px; }

.cat-menu-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 20px; }

.cat-menu-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 20px; }

.cat-topwrapper {
  position: relative; }

.cat-drop-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: 'clode'; }

.cat-drop-body {
  position: absolute;
  top: 100%;
  width: 600px;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 20px 10px;
  z-index: 100;
  display: none; }
  .cat-drop-body ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
    .cat-drop-body ul li {
      padding-bottom: 10px; }
      .cat-drop-body ul li a {
          text-transform: capitalize;
        font-size: 14px;
        color: #808080; }
        .cat-drop-body ul li a:hover{
            color: #3b5998;
            font-weight: 500;
        }

.genre-box-image {
  overflow: hidden; }
  .genre-box-image img {
    width: 100%;
    min-height: 140px;
    max-height: 140px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }

.single-genre-box {
  position: relative; }

.overlay-anc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(18, 27, 43, 0.6); }

.single-genre-box {
  z-index: 8;
  position: relative; }
  .single-genre-box:hover .genre-box-image img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

.genre-box-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
  left: 0;
  right: 0;
  font-weight: 600; }
  .genre-box-caption a {
    color: #ffffff; }
    .genre-box-caption a:hover {
      color: #ffffff; }

.cnt-special {
  background: #ffffff;
  border-right: 2px solid #3b5998;
  padding-right: 20px; }

.cnt-special-image {
  display: table-cell;
  padding-right: 20px; }
  .cnt-special-image img {
    width: 340px;
    height: 400px; }

.cnt-special-caption {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
  text-align: justify; }
  .cnt-special-caption h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize; }
  .cnt-special-caption p {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px; }

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9); }

.modal-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 0; }

.modal-body {
  padding-top: 0; }
  .modal-body h5 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px; }
  .modal-body p {
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.76);
    margin-bottom: 30px; }

.modal-header {
      padding: 1rem;
    border: 0;
    border-bottom: 1px solid #e9ecef !important;
    }
  .modal-header .close {
    font-weight: 400; }

.user-form-row .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  font-size: 14px; }
.user-form-row label {
  color: rgba(0, 0, 0, 0.76);
  font-size: 14px;
  font-weight: 600; }

.reg-button-holder {
  margin: 15px 0 30px; }

.logged-opt {
  color: rgba(0, 0, 0, 0.76);
  font-weight: 400; }
  .logged-opt a {
    color: #3b5998; }

.login-priacy {
  color: rgba(0, 0, 0, 0.76);
  font-weight: 400; }
  .login-priacy a {
    text-decoration: underline; }
    .login-priacy a:hover {
      text-decoration: underline; }

.fg-pwd {
  text-align: right;
  margin-bottom: 10px; }
  .fg-pwd a {
    text-decoration: underline;
    color: #999999;
    font-weight: 600; }
    .fg-pwd a:hover {
      text-decoration: underline; }

.category-anc-banner {
  display: inline;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  .category-anc-banner:hover {
    color: #ffffff; }
    .category-anc-banner:hover {
    background: #3b5998;
    }

.aside-da-cnt img {
  width: 100%; }

.da-author-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: middle; }
  .da-author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.da-author-cap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px; }
  .da-author-cap h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px; }
    .da-author-cap h3 a {
      color: #000; }
  .da-author-cap h4 {
    font-size: 12px;
    margin: 0;
    color: #616770; }

.da-author-dtl {
  margin-bottom: 5px; }

.aside-da-sm {
  border: 1px solid #dddfe2;
  background: #ffffff;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.da-desc-par {
  font-size: 14px;
  line-height: 20px;
  color: #424850; }
  .da-desc-par p {
    margin-bottom: 10px; }

.ad-lg-cnt .aside-da-cnt img {
  min-height: 60px;
  max-height: 60px;
  margin: 0; }

.hm-da-mar {
  margin-top: 30px;
  margin-bottom: 0; }

.author-profile-aside {
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 20px 15px;
  background: #ffffff; }

.btn-follow-banner {
  background: #FFFFFF;
  color: #3b5998; }
  .btn-follow-banner span {
    font-weight: 700; }
  .btn-follow-banner i {
    margin-right: 10px; }

.banner-author-action {
  margin-top: 15px; }

.author-bordered-box {
  border-top: 1px solid #dddddd; }

.aside-author-header h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #717171; }

.author-post-aside-par p {
  color: #555;
  font-size: 15px; }

.author-key-skill {
  margin-bottom: 16px; }
  .author-key-skill ul li {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #555;
    padding-right: 9px;
    padding-left: 5px; }
    .author-key-skill ul li:after {
      content: '';
      background: #555;
      position: absolute;
      top: 5px;
      right: 0;
      width: 2px;
      bottom: 5px; }
    .author-key-skill ul li:last-child:after {
      content: none; }

.aside-author-list {
  color: #555;
  margin-bottom: 15px; }
  .aside-author-list ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
    .aside-author-list ul li:before {
      content: '';
      background: #3b5998;
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }

.author-bordered-box {
  padding: 10px 0; }
  .author-bordered-box span {
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px; }

.author-links ul li {
  line-height: 32px; }
  .author-links ul li i {
    font-size: 18px;
    margin-right: 12px; }

.author-following ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle; }

.author-profile-share ul li {
  display: inline-block; }
  .author-profile-share ul li a {
    display: inline-block;
    background: #3b5998;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    margin: 0 4px; }
  .author-profile-share ul li .facebook {
    background: #3b5998; }
  .author-profile-share ul li .instagram {
    background: #bd081c; }
  .author-profile-share ul li .twitter {
    background: #55acee; }

.follow-list-more {
  display: inline-block;
  background: #3b5998;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 2px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  vertical-align: middle; }

.aside-bar-post .box-post-info {
  padding: 0;
  margin-bottom: 18px; }

.inner-author-banner .inner-banner-caption {
  top: calc(20% - 25px); }

.cst-pad-page {
  padding: 30px 0 0; }

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.pop-social-holder {
  display: none;
  position: absolute;
  box-shadow: 0 3px 7px #a0a0a0;
  top: -10px;
  bottom: -10px;
  background: #ffffff;
  left: -20px; }
  .pop-social-holder ul li a {
    display: inline-block;
    background: #3b5998;
    height: 41px;
    width: 60px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF; }
  .pop-social-holder ul li .facebook {
    background: #3b5998; }
  .pop-social-holder ul li .instagram {
    background: #bd081c; }
  .pop-social-holder ul li .twitter {
    background: #55acee; }

.share-post-handy {
  position: relative; }

.category-sort-top {
  background: #3b5998;
  color: #ffffff;
  padding: 25px; }
  .category-sort-top h3 {
    font-weight: 700;
    margin: 0; }

.category-sort-box {
  margin-bottom: 30px; }

.caterogy-sort-tab {
  background: #ffffff; }

.caterogy-sort-tab .nav-tabs {
  border: 0; }
  .caterogy-sort-tab .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    border: 0;
    font-weight: 400;
    font-size: 17px;
    padding: 15px; }
  .caterogy-sort-tab .nav-tabs .nav-item .active {
    border: none; }
    .caterogy-sort-tab .nav-tabs .nav-item .active:after {
      position: absolute;
      content: '';
      bottom: 0;
      background: #3b5998;
      height: 2px;
      left: 0;
      right: 0; }

.archive-category-wrapper {
  padding: 30px 0; }

/*# sourceMappingURL=style.css.map */
/*added css*/
.categroy-button #dropdownMenuButton {
    width: 167px;
}
.categroy-button .dropdown-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 168px;
    font-size: 14px;
    border: none !important;
    color: #8b8b8b;
    border-radius: 0;
}
.categroy-button .dropdown-menu a{
      color: #8b8b8b;
}
.inner-page-share-section {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px;
}
.like-but {
    display: inline-block !important;
}
.footer-social {
    padding: 0 10px;
}
.post-box-cover {
    overflow: hidden;}
    .loginmessagemodel{
        z-index: 999;
    }
    .inner-page-comment-section a {
   color: #3b5998;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}