@charset "UTF-8";
body {
  font-size: 16px; }

.card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 2px;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.11) !important;
  margin: 30px;
  border: solid 1px #000; }
  .card .title {
    line-height: 3rem;
    font-size: 1.5rem;
    background-color: #fff;
    border-bottom: solid 1px #bcbcbc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 16px; }
    .card .title a {
      color: #000 !important; }
  .card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px;
    background-color: #efefef; }
  .card p {
    margin: 0; }
  .card .action {
    padding: 1.3rem; }
  .card a {
    color: #ab6c1b;
    text-transform: uppercase;
    text-decoration: none; }
  .card .image {
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
    .card .image .title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.3rem;
      color: #fff; }
    .card .image img {
      border-radius: 2px 2px 0 0;
      width: 100%; }

blockquote {
  color: #fff !important;
  border-left: 0px !important;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline; }

.wrap {
  margin-top: 57px; }

.photo {
  margin-top: 50px;
  margin-bottom: 50px; }

.text {
  margin-top: 50px;
  margin-bottom: 50px; }

aside {
  font-size: 1.2rem;
  color: #efefef;
  margin-top: 19px; }
  aside p {
    font-size: 0.7em;
    font-weight: 200; }
  aside h1 {
    font-size: 2em; }
  aside h5 {
    font: 300 1.5em/1.7 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #efefef; }
  aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  aside li {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 0.7em;
    height: 1.8em; }
  aside li:last-child {
    border: none; }
  aside li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: 100; }
  aside li a:hover {
    font-weight: 900;
    font-color: #BFBFBF !important; }
  aside .search {
    width: 100%; }
    aside .search form {
      position: relative; }
      aside .search form input {
        width: 80%;
        background-color: rgba(239, 239, 239, 0.11) !important;
        border: none !important;
        border-radius: 6px !important;
        padding-left: 35px;
        position: absolute;
        color: #efefef; }
      aside .search form button {
        position: absolute;
        top: 10px;
        left: 10px; }
  aside .sidebar-bottom-menu {
    border-top: solid rgba(239, 239, 239, 0.19) 1px;
    padding-top: 10px;
    margin-top: 20px; }

.avatar {
  height: 153px; }

.avatar-normal {
  border-radius: 50%;
  border-radius: 50%;
  padding: 26px;
  background-color: rgba(96, 96, 96, 0.14);
  margin-bottom: 10px;
  width: 125px;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3); }

.avatar-hover {
  border-radius: 50%;
  border-radius: 50%;
  padding: 18px;
  background-color: #D7D7D7 !important;
  margin-bottom: 10px;
  width: 125px;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3); }

.post-date {
  float: right;
  font-size: 0.6em; }

main {
  font-size: 1.2rem; }

.actions {
  margin-top: 15px;
  position: relative;
  width: 100%;
  float: left; }

.like {
  /* Make a parent element */
  float: left; }

.like svg path {
  /* Select your color of choice */
  fill: #F49A3C; }

.like .like_button {
  /* Position like button above your custom one */
  position: absolute;
  top: 0;
  opacity: 0; }

.like .like_button.liked {
  /* Keep the functionality active */
  opacity: 1; }

.reblog {
  float: left; }
  .reblog a {
    margin-right: 10px; }

.reblog svg path {
  fill: #A16F16; }

.share-button {
  float: left;
  position: relative;
  margin-left: 15px;
  margin-left: 0px;
  overflow: hidden;
  width: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #b37d41;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer; }

.share-btn {
  width: 30px;
  font-size: 1.5em;
  color: #b0b0b0;
  margin-right: 15px;
  width: 22px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3); }

.share-btn-hide {
  font-size: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  -moz-transition: all 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition: all 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06); }

.share-list {
  float: left;
  margin-left: 15px;
  font-size: 19px;
  margin-top: -7px; }

.pager-box {
  width: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.pager {
  padding: 0 50px 0 50px; }

.pager-left {
  float: right;
  font-size: 40px; }
  .pager-left i {
    color: rgba(219, 219, 219, 0.76); }
  .pager-left i:hover {
    color: #fff; }

.pager-right {
  float: right;
  font-size: 40px; }
  .pager-right i {
    color: rgba(219, 219, 219, 0.76); }
  .pager-right i:hover {
    color: #fff; }

.entry {
  float: left;
  width: 100%; }

#youtube_iframe {
  width: 100%; }

.soundcloud_audio_player {
  width: 100%; }

.audio-trackname a h2 {
  font-size: 1em !important; }

.card-link .image {
  background-color: #efefef; }
  .card-link .image .card-link-name h2 {
    font-size: 1.2em;
    padding: 10px; }
  .card-link .image .card-link-excerpt {
    padding: 10px;
    font-size: 0.6em;
    background-color: #CCCCCC; }
.card-link .content {
  font-size: 0.7em; }

.card-chat .image {
  background-color: #fff;
  padding: 13px; }
.card-chat h2 {
  font-size: 1.2em !important;
  margin-bottom: 0px; }
.card-chat span {
  font-weight: bold;
  margin-right: 11px; }

.card-photoset .content {
  font-size: 0.7em; }
.card-photoset blockquote::before {
  font-size: 2em; }

.permalink-pagination {
  font-size: 1.8em; }

.pagination a {
  float: right;
  color: #D0D0D0 !important; }
  .pagination a:hover {
    background: none !important;
    color: #efefef !important; }

.notes {
  float: left;
  padding-left: 10px;
  padding-top: 1.2em;
  margin-top: 12px;
  border-top: solid 1px rgba(247, 247, 247, 0.22);
  margin-right: 10px; }

.note {
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 0.6em;
  color: #efefef;
  list-style-type: none; }
  .note img {
    width: 20px;
    height: 20px;
    border-radius: 4px; }
  .note blockquote:before {
    font-size: 1.2em; }
  .note span {
    padding-left: 1px !important;
    margin-right: 3px !important;
    margin-left: 3px; }

.note-count {
  color: #939393;
  font-size: 0.6em;
  float: right;
  margin-right: 10px; }
