/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
body.user_posts_view .page-wrapper {
  padding: 0 0 50px;
}
body.user_posts_view .author-header {
  background-color: #FFF;
  padding: 75px 0 175px;
  margin-bottom: 70px;
}
body.user_posts_view .author-header.no-bio {
  padding: 30px 0;
}
body.user_posts_view .author-header.no-bio .inner {
  -ms-align-items: center;
  align-items: center;
}
body.user_posts_view .author-header .twenty-five {
  padding-right: 30px;
}
body.user_posts_view .author-header .avatar {
  width: 215px;
  height: 215px;
  border-radius: 9999px;
  margin-bottom: 0;
}
body.user_posts_view .author-header .avatar.avatar-margin {
  margin-bottom: 20px;
}
body.user_posts_view .author-header .website {
  margin-bottom: 8px;
}
body.user_posts_view .author-header .website,
body.user_posts_view .author-header .tagline {
  font-size: 18px;
  display: inline-block;
}
body.user_posts_view .author-header h1 {
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1;
}
body.user_posts_view .author-header .user-creds {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.user_posts_view .author-header .username {
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
body.user_posts_view .author-header .bio {
  max-width: 600px;
  line-height: 2.125;
}
body.user_posts_view .author-header .bio label {
  font-size: 21px;
}
body.user_posts_view .author-header .user-channels-collections {
  margin-top: 20px;
}
body.user_posts_view .author-header .user-channels-collections .user-channels-collection {
  margin-bottom: 15px;
}
body.user_posts_view .author-header .user-channels-collections .user-channels-collection label {
  font-size: 21px;
  margin-bottom: 10px;
}
body.user_posts_view .author-header .user-channels-collections .user-channels-collection li {
  margin-bottom: 5px;
}
body.user_posts_view .floating-menu-holder .toggle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  body.user_posts_view .author-header {
    padding: 50px 0 75px;
    margin-bottom: 50px;
  }
  body.user_posts_view .author-header .avatar {
    width: 150px;
    height: 150px;
  }
  body.user_posts_view .author-header .website,
  body.user_posts_view .author-header .tagline {
    font-size: 16px;
  }
  body.user_posts_view .author-header .username {
    font-size: 20px;
  }
  body.user_posts_view .floating-menu-holder .toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body.user_posts_view .author-header {
    padding: 40px 0 40px;
    margin-bottom: 30px;
  }
  body.user_posts_view .author-header .twenty-five {
    padding-right: 0;
  }
  body.user_posts_view .author-header .avatar {
    width: 150px;
    height: 150px;
    display: block;
  }
  body.user_posts_view .author-header .website,
  body.user_posts_view .author-header .tagline {
    font-size: 16px;
    display: block;
  }
  body.user_posts_view .author-header .tagline {
    margin-bottom: 20px;
  }
  body.user_posts_view .author-header .username {
    font-size: 20px;
  }
  body.user_posts_view .author-header .user-creds {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.user_posts_view .author-header .user-name {
    margin-top: 20px;
  }
  body.user_posts_view .floating-menu-holder .toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  body.user_posts_view .author-header {
    padding: 20px 0 20px;
    margin-bottom: 20px;
  }
  body.user_posts_view .author-header.no-bio {
    padding: 15px 0;
  }
  body.user_posts_view .author-header .twenty-five {
    display: -ms-flex;
    display: flex;
  }
  body.user_posts_view .author-header .avatar {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  body.user_posts_view .author-header .website,
  body.user_posts_view .author-header .tagline {
    font-size: 14px;
    display: block;
  }
  body.user_posts_view .author-header h1 {
    font-size: 28px;
  }
  body.user_posts_view .author-header .username {
    font-size: 20px;
  }
  body.user_posts_view .author-header .user-creds {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.user_posts_view .author-header .user-creds .link-wrap {
    line-height: 0;
  }
  body.user_posts_view .author-header .bio {
    font-size: 14px;
    line-height: 1.5;
  }
  body.user_posts_view .author-header .bio label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body.user_posts_view .author-header .user-name {
    margin-top: 10px;
  }
  body.user_posts_view .floating-menu-holder .toggle {
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 20px;
    margin-right: 8px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
body.view_mode_condensed .post-card:not(.expanded) .post-title-block .post-title .post-type,
body.view_mode_condensed .post-card:not(.expanded) .post-title-block .post-title .post-title-text {
  margin-left: 0;
}
body.view_mode_titles .post {
  padding: 8px;
}
body.view_mode_titles .post .post-title-block .post-title {
  margin: 0;
}
body.view_mode_masonry .spoiler-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.front_page {
  background-color: #0B0B0B;
  color: #FFF;
}
@media (max-width: 1024px) {
  .front_page .page-wrapper {
    padding-top: 60px;
  }
}
.front_page img {
  border-radius: 10px;
}
.front_page a {
  text-decoration: none;
}
.front_page a:hover {
  color: #EB212E;
}
.front_page h1,
.front_page h2,
.front_page h3,
.front_page h4,
.front_page h5,
.front_page h6,
.front_page a {
  color: #FFF;
}
.front_page h1 {
  font-size: 18px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .front_page h1 {
    margin-bottom: 60px;
  }
}
.front_page h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}
.front_page .followed-topics,
.front_page .top-story,
.front_page .all-topics {
  padding-bottom: 160px;
}
@media (max-width: 1200px) {
  .front_page .followed-topics,
  .front_page .top-story,
  .front_page .all-topics {
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .front_page .followed-topics,
  .front_page .top-story,
  .front_page .all-topics {
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .front_page .followed-topics,
  .front_page .top-story,
  .front_page .all-topics {
    padding-bottom: 60px;
  }
}
.front_page .followed-topics > h4 {
  margin-bottom: 10px;
}
.front_page .followed-topics .fs-tta {
  position: relative;
  overflow: hidden;
}
.front_page .followed-topics .fs-tta:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
  top: 39px;
  left: 0;
  position: absolute;
}
.front_page .followed-topics .tab-bar {
  display: -ms-flex;
  display: flex;
  list-style: none;
  list-style-type: none;
  padding: 0 0 6px 0;
  margin: 0 0 40px;
  width: 100%;
  height: 52px;
  position: relative;
}
.front_page .followed-topics .tab-bar.scroll-list {
  overflow-x: scroll;
}
.front_page .followed-topics .tab-bar.scroll-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.front_page .followed-topics .tab-bar.scroll-list::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 0;
}
.front_page .followed-topics .tab-bar.scroll-list::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0;
  height: 0;
}
.front_page .followed-topics .tab-bar li {
  padding: 0;
  padding: 0 40px;
  flex-shrink: 0;
  height: 40px;
}
.front_page .followed-topics .tab-bar li:first-of-type {
  padding-left: 0;
}
.front_page .followed-topics .tab-bar a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #A6A6A6;
}
.front_page .followed-topics .tab-bar a.active {
  color: #FFF;
}
.front_page .followed-topics .tab-bar a.active:after {
  content: '';
  width: 56px;
  height: 4px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
}
.front_page .followed-topics .first-story .topic {
  color: #8C8C8C;
  display: inline-block;
  line-height: 1;
  margin: 20px 0;
}
.front_page .followed-topics .first-story .title-wrap {
  padding-right: 23px;
}
.front_page .followed-topics .first-story .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.front_page .followed-topics .first-story .floating-menu-holder {
  right: -18px;
  top: 0;
}
.front_page .followed-topics .first-story .floating-menu-holder i {
  color: #FFF;
}
.front_page .followed-topics .topic-stories {
  padding-left: 24px;
}
.front_page .followed-topics .topic-stories.scroll-list {
  max-height: 575px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 24px;
}
.front_page .followed-topics .topic-stories.scroll-list::-webkit-scrollbar {
  width: 6px;
}
.front_page .followed-topics .topic-stories.scroll-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.front_page .followed-topics .topic-stories.scroll-list::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border-radius: 10px;
}
.front_page .followed-topics .topic-stories .title-wrap {
  padding-right: 23px;
}
.front_page .followed-topics .topic-stories .floating-menu-holder {
  right: -18px;
  top: 8px;
}
.front_page .followed-topics .topic-stories .floating-menu-holder i {
  color: #FFF;
}
.front_page .followed-topics .topic-story {
  padding-bottom: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid #707070;
  position: relative;
}
.front_page .followed-topics .topic-story a.topic {
  font-size: 14px;
  color: #8C8C8C;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
.front_page .followed-topics .topic-story a.title {
  line-height: 1.56;
}
@media (max-width: 767px) {
  .front_page .followed-topics .first-story {
    margin-bottom: 24px;
  }
  .front_page .followed-topics .topic-stories {
    padding-left: 0;
  }
  .front_page .followed-topics .topic-story {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
  .front_page .followed-topics .tab-bar li {
    padding: 0 16px;
  }
}
.front_page .top-story .top-story-img {
  display: block;
  text-align: center;
}
.front_page .top-story .top-story-img img {
  max-height: 485px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.front_page .top-story .topic {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 1;
  margin: 45px 0 10px;
  display: inline-block;
}
.front_page .top-story .title-wrap {
  padding-right: 23px;
}
.front_page .top-story .title-wrap .btn-wrap {
  flex-shrink: 0;
  margin: 0 17px;
  padding-top: 5px;
}
.front_page .top-story .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.front_page .top-story .floating-menu-holder {
  right: -18px;
  top: 8px;
}
.front_page .top-story .floating-menu-holder i {
  color: #FFF;
}
@media (max-width: 1200px) {
  .front_page .top-story .title {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .front_page .top-story .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .front_page .top-story .title {
    font-size: 28px;
  }
  .front_page .top-story .title-wrap .btn-wrap {
    position: absolute;
    top: -45px;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .front_page .top-story .topic {
    margin: 45px 0 24px;
  }
}
@media (max-width: 500px) {
  .front_page .top-story .title {
    font-size: 24px;
  }
}
.front_page .all-topics .topics-wrap {
  margin-left: -60px;
  margin-right: -60px;
}
.front_page .all-topics .topic {
  margin-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}
.front_page .all-topics .topic > .inner .topic-title-wrap {
  margin-bottom: 35px;
}
.front_page .all-topics .img-wrap {
  display: block;
  margin-bottom: 16px;
}
.front_page .all-topics .topic-story {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #707070;
}
.front_page .all-topics .topic-story:last-of-type {
  border-bottom: none;
}
.front_page .all-topics .topic-story .title-wrap {
  padding-right: 23px;
}
.front_page .all-topics .topic-story .title-wrap .floating-menu-holder {
  right: -18px;
  top: 8px;
}
.front_page .all-topics .topic-story .title-wrap .floating-menu-holder i {
  color: #FFF;
}
@media (max-width: 1200px) {
  .front_page .all-topics .topics-wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
  .front_page .all-topics .topic {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 900px) {
  .front_page .all-topics .topic {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .front_page .all-topics .topics-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
  .front_page .all-topics .topic {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 500px) {
  .front_page .all-topics .topic {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post .post-card-header {
  padding: 0 50px 16px 16px;
  -ms-align-items: center;
  align-items: center;
}
.post.external .card-crumbs {
  padding-bottom: 0;
}


/*# sourceMappingURL=funnews-styles.css.map*/