a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  font-size: 16px;
  margin-left: 32px;
  border-left: 4px solid #CCC;
  padding-left: 8px;
}

pre, code {
  overflow-x: auto;
  overflow-wrap: normal;
  white-space: pre;
  max-width: 100%;
}

#lf-site {
  max-width: 580px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.4em;
}

#lf-site a {
  color: #1a73e8;
}

#lf-site hr {
  border: 1px dashed #ddd;
  width: 70%;
}

#lf-fixed {
  position: fixed;
  bottom: 14px;
  right: 16px;
  height: 44px;
  opacity: 0.90;
  z-index: 1030;
  animation: lfSlide ease 0.6s;
}

#lf-fixed:hover {
  opacity: 1.0;
}

#lf-fixed img {
  width: 38px;
  height: 38px;
}

#lf-fixed .avatar {
  width: 38px; height: 38px;
  border-radius: 30px;
  margin-right: 6px;
}

#lf-fixed-top {
  position: fixed;
  top: 16px;
  right: 12px;
  height: 48px;
  z-index: 1030;
  opacity: 0.8;
  animation: lfSlide ease 1s;
}

#lf-fixed-top:hover {
  opacity: 1.0;
}

@keyframes lfSlide {
  0% {
    opacity: 0;
    transform: translateX(2em);
  }
  100% {
    opacity: 0.9;
    transform: translateX(0);
  }
}


#lf-site header {
  /* margin: 1.5em 0; */
  padding: 3.2em 0.3em;
  background-color: #fdfdfd;
  border-radius: 0 0 4px 4px;
}

#lf-site header h1, h2 {
  text-align: center;
  line-height: 1.1em;
}

#lf-site header h1 {
  font-size: 2.5em;
  margin: 0.3em 0 0.2em;
  text-shadow: -1px -1px 1em rgba(64, 64, 64, 0.6),
    1px -1px 1em rgba(64, 64, 64, 0.6),
    -1px 1px 1em rgba(64, 64, 64, 0.6),
    1px 1px 1em rgba(64, 64, 64, 0.6);
}

#lf-site header h1 a {
  color: #fff;
}

#lf-site header h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: normal;
  color: #fff;
  margin: 0.1em 0;
  text-shadow: -1px -1px 1em rgba(64, 64, 64, 0.5), 1px -1px 1em rgba(64, 64, 64, 0.5), -1px 1px 1em rgba(64, 64, 64, 0.5), 1px 1px 1em rgba(64, 64, 64, 0.5);
}

#lf-site header h2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}


#lf-site footer.site {
  max-width: 360px;
  margin: 6em auto;
  text-align: center;
  border: 1px dashed #ccc;
  height: 3.2em;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
}

#lf-site #posts {

}

#lf-site article {
  margin: 15px 0;
  background-color: #fff;
  padding: 12px 12px 6px 12px;
  border-radius: 0.3rem;
  /* border: 1px solid #dbdbdb; */
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  overflow: auto;
}

#lf-site article .author {
  margin-bottom: 14px;
  height: 48px;
}

#lf-site article .author_image {
  float: left;
  width: 48px;
  height: 48px;
}

#lf-site article .author_image img {
  width: 48px;
  height: 48px;
  border-radius: 30px;
}

#lf-site article .author_name {
  float: left;
  margin: 0 0.6em;
}

#lf-site article .author_name a {
  color: #666;
  font-size: 1em;
  font-weight: 600;
}

#lf-site article img, #lf-site article video {
  width: 100%;
  height: auto !important;
}

#lf-site article iframe {
    max-width: 95%;
}

#lf-site article h1, #lf-site article h2, #lf-site article h3, #lf-site article h4, #lf-site article h5, #lf-site article h6 {
  font-weight: 600;
}

#lf-site article h1 {
  font-size: 1.3em;
  line-height: 1.1em;
}

#lf-site article h1 a {
  color: #3b5999;
}

#lf-site article .friend_buttons button {
  background-color: transparent !important;
}

#lf-site article .friend_buttons button.btn-success {
  color: #1a73e8 !important;
}

#lf-site article .friend_buttons button.btn-fail {
  color: #dc3545 !important;
}

#lf-site .post-content {
  margin: 0 0 4px 0;
  max-width: 100vw;
}

#lf-site .post-content .media {
  margin: 0 -12px;
}

#lf-site .post-content img, #lf-site .post-content video {
  cursor: pointer;
}

#lf-site .post-content img, #lf-site .post-content video {
  display: block;
  margin: 0 auto;
  /* border-radius: 4px; */
}

#lf-site .post-content h1 { font-size: 1.4em; }
#lf-site .post-content h2 { font-size: 1.3em; }
#lf-site .post-content h3 { font-size: 1.2em; }
#lf-site .post-content h4 { font-size: 1.1em; }
#lf-site .post-content h5 { font-size: 1.0em; }
#lf-site .post-content h6 { font-size: 0.9em; }

#lf-site .pages {
  display: flex;
  flex-flow: row wrap;
}

#lf-site .page-left, #lf-site .page-right {
  width: 50%;
  font-weight: bold;
  font-size: larger;
}

#lf-site .page-left {
  text-align: left;
  /* padding-right: 1em; */
}

#lf-site .page-right {
  text-align: right;
}

#lf-site .post-footer {
  font-size: 0.9em;
  color: #666;
  padding-left: 4px;
  padding-top: 0.5em;
}

#lf-site .post-footer a {
  color: #777777 !important;
}

#lf-site button {
  border-radius: 4px;
  font-size: 1rem;
  /* font-weight: 600; */
  cursor: pointer;
  color: #737373;
  background-color: transparent;
  border: 0 solid #ebedef;
  padding: 6px 12px;
  justify-content: center;
}

#lf-site .post-footer button {
  padding: 6px 2px;
}

.hilite-red {
  color: #f14472 !important;
}

#lf-site button:hover {
  transition: all 0.3s ease;
  background-color: #efefef;
}

#lf-site .post-controls {
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
}

#lf-site .post-controls button i {
  font-size: 1.3em;
}

#lf-site .post-control-like-count, #lf-site .post-control-comment-count, #lf-site .post-control-repost-count {
  font-weight: bold;
  font-size: 1em;
}

#lf-site .post-control-report {
  color: #999;
}

#lf-site .post-control-repost {
  font-size: 80%;
}

#lf-site .tags {
  margin-top: 0.3em;
}

#lf-site .tags a {
  color: #47b;
  font-size: 0.9em;
  background-color: #eee;
  padding: 2px 0.8em;
  border-radius: 1em;
}

.button-dropdown {
  position: absolute;
  left: calc(50% - 76px);
}

.button-dropdown ul {
  position: absolute;
  bottom: 0;
  /* margin-bottom: 38px; */
  width: 10em;
  list-style: none;
  border-radius: 4px;
  padding: 0.4em;
  background-color: #fff;
  box-shadow: 0 0px 4px rgba(34,25,25, 0.3);
  display: none;
}

.button-dropdown ul li {
  width: 100%;
  height: 100%;
}
.button-dropdown ul a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 0.6em 0.4em;
  font-weight: 600;
}

.button-dropdown ul li:hover {
  background-color: #eee;
}


#lf-site .reposted_via {
  font-size: 0.9em;
  color: #666;
}

#lf-site .reposted_via img {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
}

.btn {
  border-radius: 2px;
  font-size: 1rem;
  /* font-weight: 600; */
  cursor: pointer;
  color: #596978;
  background-color: transparent;
  padding: 6px 12px;
  justify-content: center;
  border-bottom: 2px solid transparent;
}

.btn:hover {
  /* box-shadow: 1px 1px rgba(0, 0, 0, 0.4); */
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.4); */
  opacity: 1;
}

.btn-follow {
  background-color: #eee !important;
  border: 1px solid #d7d7d7 !important;
}

.btn-block {
  background-color: #eee !important;
  border: 1px solid #d7d7d7 !important;
  padding: 6px !important;
  opacity: 0.6;
}

.btn-success {
  background-color: #1a73e8  !important;
  color: white !important;
}

.btn-fail {
  background-color: #dc3545 !important;
  color: white !important;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-right {
  align-items: center;
  justify-content: right;
}

.tabs {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background: rgba(242,242,242, 0.9);
  padding: 4px 0 4px;
}

.tabs a {
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}

.group_list {
  background-color: #fefefe;
  border-radius: 4px;
  margin: 2em 0 1em;
}

.group_list .group_item {
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #ededed;
}

.group_list .group_icon {
  width: 96px;
}

.group_list .group_icon img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}

.group_list .group_link {
  font-weight: bold;
}

.group_list .group_join {
  float: right;
}

.group_list .group_data {
  flex: 1;
  padding: 0 1em;
}

.user_list {
  background-color: rgba(255,255,255,.5);
  border-radius: 4px;
  margin: 1em 1em 0.5em;
}

.user_list .user_item {
  display: flex;
  padding: 4px;
  border-bottom: 1px solid #ededed;
}

.user_list .user_icon {
  width: 48px;
  height: 48px;
}

.user_list .user_icon img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.user_list .user_data {
  margin-left: 0.5em;
  padding: 0.6em 0.3em;
}

.user_list .user_link {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

.user_list .user_data small {
  font-size: 9px;
  color: #aaa;
}


.friends-bar {
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0.5em 0 0 0;
  border-radius: 4px;
}

.friends-bar .btn {
  padding: 2px 6px;
  margin: 0px 6px;
  font-size: 1em;
}

#lf-site .friends-bar a {
  color: #3b5999;
}

.friends-bar a:hover {
  text-decoration: none;
}

.friend-list {
  margin: 0.6em 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
}

.friend-list h1, h2 {
  margin: 0.8em 0.5em;
}

.friend-list .friend-list-item {
  margin: 0.5em 0.5em;
  width: 72px;
  height: 114px;
  display: inline-block;
  word-break: break-all;
  overflow-y: hidden;
  font-size: 0.9em;
  font-weight: bold;
}

.friend-list .friend-list-item img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}

.related {
  text-align: center;
}

.related h4 {
  margin: 0.3em;
  font-size: 0.9em;
  font-weight: normal;
}

.post-card {
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
  margin: 2px;
  padding: 2px;
  border: 1px solid #ebedef;
  display: inline-block;
  width: 30%;
  overflow-x: hidden;
}

.post-card-smaller {
  width: 200px !important;
  max-width: 44%;
}

.post-card .media img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.post-card .author img {
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.post-card .author {
  font-weight: bold;
  font-size: 14px;
}

.post-card .author a {
  color: #666;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

#lf-site .post-footer .resp-sharing-button__link {
  text-decoration: none;
  color: #fff !important;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}


.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #a83340;
  border-color: #a83340;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #269B52;
  border-color: #269B52;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}


@media only screen and (max-width: 620px) {
  #lf-site article {
    border-radius: 0;
    /* border-radius: 0.4rem; */
    /* border: 1px solid #ebedef; */
  }
}

@media only screen and (max-width: 940px) {
  .sidebar {
    display: none;
  }
}


/* lightbox */
.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}

