
* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }

body { 
  -webkit-tap-highlight-color: transparent; 
  /* -webkit-touch-callout:none; */
  /* -webkit-user-select: none; slows down emoji selection too much*/
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  }

img, .slide { 
  border: none; 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  }

.version { color: black; }

#exiftest { position: absolute; opacity: 0; }

.circle { border-radius: 50%; }
    
.default-font { 
  font-family: proxima-nova-soft, Helvetica Neue, Arial, Helvetica, Verdana, sans-serif; 
  letter-spacing: .25px;
  }
  
.phat-font {
  font-family:  Verdana, Helvetica Neue, Helvetica, Arial, sans-serif; 
  letter-spacing: -.5px;
  line-height: 1.5;
  }

@font-face {
  font-family: proxima_novamedium;
  font-style: normal;
  font-weight: normal;
  src: url('/webfonts/proximanova-medium-webfont.woff2') format('woff2');
  }
@font-face {
  font-family: proxima-nova-soft;
  font-weight: 400;
  font-style: normal;
  src: url('/webfonts/proxima-nova-soft-400.woff2') format("woff2");
  }
@font-face {
  font-family: proxima-nova-soft;
  font-weight: 500;
  font-style: normal;
  src: url('/webfonts/proxima-nova-soft-500.woff2') format("woff2");
  }
@font-face {
  font-family: proxima-nova-soft;
  font-weight: 600;
  font-style: normal;
  src: url('/webfonts/proxima-nova-soft-600.woff2') format("woff2");
  }
@font-face {
  font-family: proxima-nova-soft;
  font-weight: 700;
  font-style: normal;
  src: url('/webfonts/proxima-nova-soft-700.woff2') format("woff2");
  }

#new-post-form, .post-form {
  display: inline;
  margin: 0px;
  }

/* permanent use id - temporary use class */
#image-input,
#video-input,
#audio-input,
#zip-input,
.edit-post,
.hidden-input { display: none; }

.white { color: #ffffff;}
.black { color: #000000;}
.purple { color: #686ca5;}

.huge { font-size: 30px; }
.large { font-size: 16px; }
.medium { font-size: 14px; }
.small { font-size: 12px; }
.tiny { font-size: 10px; }

.bold { font-weight: bold; }

/* .default-size { font-size: 16px; } */ 
/* gunna let browsers decide default font size*/

a, a:link, a:visited, a:hover, a:active { text-decoration: none; }

/* table { table-layout: auto; } */

.flex {
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  }

.h {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  }

.v {
  flex-direction: column;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  }

#timeline { 
  width: 100%; 
  max-width: 600px; 
  margin: 0 auto; 
  padding-top: 100px;
  }

/*
#alpha { 
  display: none; 
  margin-bottom: 25px;
  } 
*/

#posts { width: 100%; }

#header {
  position: fixed;
  width: 100%;
  height: 100px;
  margin: auto;
  border: 0px solid #b4a796;
  background-color: rgba(255, 255, 255, .95); 
  z-index: 2;
  padding: 0px 5px;
  }
  
#footer {
  position: fixed;
  opacity: 1;
  height: 75px;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: smaller;
  display: none;
  }
  
.menu-item {
  margin: auto;
  padding: 5px;
  border: 0px solid #b4a796;
  }
  
.icon-text {
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
  color: black;
  white-space: nowrap;
  }

.post + .reply:before,
.post + #newpost:before,
.msg + .reply:before,
.msg + #newpost:before,
.dm + .reply:before,
.dm + #newpost:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0dd";
  color: black;
  position: absolute;
  cursor: default;
  font-size: 2em;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  }

#newpost,
.post,
.msg,
.dm { 
  position: relative;
  padding: 0;
  margin-top: 20px;
  } 

.post-header { 
  width: 100%;
  /*max-height: 65px;*/
  padding: 5px 10px;
  }
  
.post-header > a + a::before {
  font-size: 1.25em;
  vertical-align: middle;
  content: "\A\f0d9\A";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  cursor: default;
  color: black;
}

.avatar { 
  max-width: 300px;
  /* max-height: 100%; */
  max-height: 48px;
  vertical-align: middle;
  box-shadow: 1px 2px 2px darkgrey;
  }

.fa-star { vertical-align: 1px; }
.fa-badge-check { vertical-align: -1px; }
.fa-envelope { vertical-align: -1px; }

.timestamp { 
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: help;
  text-align: right;
  }

#datetimepicker.timestamp { cursor: pointer; }

#ui-datepicker-div {
  padding: 7px 12px;
  background: white;
  -webkit-box-shadow: 3px 3px 10px #aaaaaa;
  box-shadow: 3px 3px 10px #aaaaaa;
  width: 225px;
}

#ui-datepicker-div thead { font-size: .5em; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;  }
#ui-datepicker-div tr { text-align: center; }

.ui-datepicker-calendar { width: 100%; }
.ui-datepicker-title, 
.ui_tpicker_time_input {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
  line-height: 1.5;
  width: 100%;
  }
.ui-state-disabled { opacity: .25; }
.ui-icon { cursor: pointer; }
.ui-datepicker-prev { ; }
.ui-datepicker-next { float: right; }
.ui-datepicker-current { all: unset; float: left; }
.ui-datepicker-close { all: unset; float: right; }

.ui-datepicker-buttonpane button { 
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin: 5px 0px 0px 0px;
  }

.ui-timepicker-div dl,
.ui-timepicker-div dd { padding: 0px; margin: 0px; }
.ui_tpicker_time_label { display: none; }


.ui_tpicker_time_input {
  background: none;
  border: none;
  outline: none;
  color: black;
  -webkit-text-fill-color: black; 
  -webkit-opacity:1;
  }

.ui_tpicker_unit_hide { display: none; }

.ui-timepicker-div dl dt { float: left; clear:left; padding: 0px; }
dd.ui_tpicker_hour, dd.ui_tpicker_minute { margin: 13px 0px 10px 64px; }
dd.ui_tpicker_time { margin: 0px 0px 10px 0px; }
dd.ui_tpicker_timezone { visibility: off; }

.ui-slider {
  position: relative;
  text-align: left;
  height: 12px;
  border: 1px solid #dddddd;
  }

.ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background: #af90c3;
  }

#media-holder, .media-holder { 
  position: relative;
  width: 100%;
  padding: 10px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  }

#media-holder:empty { 
  border: none;
  padding: 5px 0px;
  }

.media-holder:empty { padding: 0px; }

.media-wrapper {
  position: relative;
  margin: auto; 
  text-align: center;
  -ms-flexbox-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); 
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  /* overflow-x: visible;
  overflow-y: clip; */
  min-width: 75px;
  min-height: 75px;
  }
  
.image, .video, .thumb-image { /* thumb-image for older posts remove when able */
  max-width: 100%;
  /* max-height: 100%; */ /*interferes with rotation*/
  /*max-height: 100vh; */ /*screws with phone landscape? */
  max-height: 600px; 
  width: auto;
  height: auto;
  /*image-orientation: from-image;*/ /*need for orient() (samsung=>firefox)*/
  clip-path: inset(0);
  }
  
.dotted:before { 
  content: '\00a0';
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  bottom: 0px;
  right: 0px;
  border: 1px dotted #b4a796; 
  } 

.audio {
  min-width: 300px;
  min-height: 250px;
  box-shadow: unset;
  overflow: unset;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  }

/*
audio:not([controls]) {
    display: none;
}
*/

audio { 
  width: 100%; 
  position: relative;
  z-index: 1;
  outline: none;
  }

/* max-width: calc((100% - 361px) * .67 + 361px); */
/*	calc((100% - 386px) * 0.0666992 + 386px); */
/*	calc((100% - 186px) * 0.0333333 + 186px); */
  
  
  
/*audio:not([controls]) { display: block !important; } /* chrome */

/*
.user.image:hover, 
.user.video:hover, 
.user.audio:hover { /* audio doesn't work because only FF diplay audios 
  cursor: zoom-in; 
  } 
*/

.logo-close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  fill: white;
  background-color: #b4a796;
  cursor: pointer; 
  }
  
.logo-x + .logo-close { display: none; }

.a-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.05;
  z-index: 2;	
  fill: white;
  background-color: #b4a796;
  cursor: pointer; 
  }
  
.x-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  fill: white;
  background-color: #b4a796;
  cursor: pointer; 
  }
  
/*.thumb-image:hover + .click-r + .x-close  {
  opacity: 0.5;
  }
*/

.click-r {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  z-index: 1;	
  color: white;
  background-color: #b4a796;
  font-size: larger;
  cursor: pointer; 
  }

.click-r:hover + .ease {
  -ms-transition: -ms-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  }

.controlsOff .click-r { display:none; }

.waiting:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/spinner.gif") no-repeat center;
  pointer-events: none;
  }

.logo-x {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  color: white;
  background-color: #b4a796;
  font-size: larger;
  cursor: pointer; 
  }

.logo-d {
  position: absolute;
  bottom: 25;
  left: 25;
  width: 60px;
  height: 60px;
  cursor: pointer;	
  }

.logo-d:before { content: "\00a0"; }
  
.lock-x {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.85;
  z-index: 1;	
  color: white;
  background-color: #b4a796;
  font-size: larger;
  cursor: pointer; 
  }

.lock-d { display: none; }

.locked > .lock-x,
.locked > .lock-d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #af90c3;
  background-color: rgba(255,255,255,.9);
  font-size: 2em;
  cursor: pointer;
  display: flex; 
  }

.lock-x:before { content: "\f3c2"; }
.locked > .lock-x:before { content: "\f30d"; }
.locked > .lock-d:before { 
  content: "\f023"; 
  position: relative; 
  left: .15em;
  }
.locked > .lock-d:after {
  content: "\f004";
  color: white;
  font-size: .3em;
  left: -1.45em;
  position: relative;
  top: .77em;
  }
.lock-d.v:before { left: 0em; color: #b4a796; }
.lock-d.v:after { left: 0em; top: -7.9em; }

.locked > .image,
.locked > .video {
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  -webkit-backdrop-filter: blur();
  }
  
.shift-l, .shift-r {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  opacity: 0.65;
  z-index: 1;	
  color: white;
  background-color: #af90c3;
  font-size: larger;
  cursor: pointer;
  display: none;
  }

.shift-r {
  left: -28;
  }

.media-wrapper + .media-wrapper > .shift-l { display: flex; }
.media-wrapper + .media-wrapper > .shift-r { display: flex; }

  
#prices { display: none; }
  
.ppmodal {
  width: 100%;
  /* position: absolute; */
  top: 45%;
  z-index: 1;
  font-size: 1.75em;
  text-align: center;
  padding: 10px 0px 15px 0px;
  user-select: none; /* to remove Chrome's text highlighting */
  }

.ppoption {
  padding: 5px;
  cursor: pointer;
  font-weight: normal;
  font-family: serif;
  vertical-align: middle;
  display: inline-block;
  }
    
.ppoption.selected, .ppoption.on {
  text-shadow: #aaa 1px 1px 1px;
  color: #333;
  }

.ppmodal > .ppoption.on {
  line-height: .5em;
  }
  
.un {
  opacity: .7;
  font-size: smaller;
  }

.close.un {
  opacity: .4;
  }
  
.premium ~ #premium {
  display: block;
  }

.a-bkgd {
  position: absolute;
  bottom: 2.5px;
  left: 0px;
  width: 32px;
  height: 33px;
  text-align: right;
  line-height: 1.5em;
  font-size: 1.5em;
  opacity: 0.75;
  z-index: 1;
  }
  
.audio-volume {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 2em;
  cursor: pointer; 
  }

.audio-mute {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-size: 2em;
  cursor: pointer; 
  }

.mute { 
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  }

.dot { 	
  background-color: black;
  border-radius: 50%;
}

.mute.true::before { content: "\f2e2"; }
.mute.false::before { content: "\f028"; }
.mute.null::before { content: "\f6a9"; }

/*.mute.none:hover { no sound } */


.play,
.mute,
.audio-volume,
.audio-mute,
.download::before { 
  text-shadow: 1px 0px 0px black;
  }

.play.true + .mute.true { 
  animation-name: fadeinout2;
  animation-duration: 4s;
  }

.play.true:hover + .mute { 
  animation-name: fadeinout;
  animation-duration: 4s;
  }

.play.false:hover + .mute { 
  animation-name: fadeinout2;
  animation-duration: 4s;
  }

.mute.true:hover { 
  animation-name: fadeout;
  animation-duration: 4s;
  }

.mute.false:hover { 
  animation-name: fadeout;
  animation-duration: 4s;
  }

.mute.null:hover { 
  animation-name: fadeout;
    animation-duration: 4s;
  }

.mute.null:hover:before {
  height: 25px;
  position: absolute;
  left: 5px;
  bottom: 3px;
  width: 60px;
  /* background-color: black; */
  content: "no audio";
  font-family: proxima-nova-soft, Helvetica Neue, Arial, Helvetica, Verdana, sans-serif; 
  letter-spacing: .25px;
  line-height: 1.5;
  font-size: 10px;
  font-weight: bold; 
  }

@keyframes fadeout {
  0%   {opacity: 1;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeout2 {
  0%   {opacity: 1;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeinout {
  0%   {opacity: 1;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeinout2 {
  0%   {opacity: 1;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}

.play,.slide,.download {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 2em;
  cursor: pointer; 
  }

.play.false::before { content: "\f04b"; }
.play.true::before { content: "\f04c"; }

.play.true {
  font-size: 1.5em;
  opacity: 0;
  }

.play.true:hover { 
  animation-name: fadeinout;
  animation-duration: 4s;
  }

.download {
    background-color: rgba(255, 255, 255, .75);
  }	
  
.download::before {
    content: "\f0ed";
  }	
  
.download::after {
  content: "CLICK TO DOWNLOAD";
  color: black;
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
  padding: 4px;
  }


/*  cursor: url(images/my-cursor.png), auto; */


/* html.touchscreen .media-wrapper:hover > .true { 
  -webkit-transition: opacity 1s;
  transition: opacity 1s; 
  -webkit-transition-delay: 2s;
  transition-delay: 2s; 
  opacity: 0; 
} */

  
/*.rotated {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}*/
  
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none; 
}
  
button:focus {outline:0;}

#userlist, 
#taglist,
#mentionme,
#hashtagme,
#followerlist,
#dmlist,
#picklist {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, .95);
  padding: 15px 5px 10px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  }

.search,
#emoji-search,
#user-search,
#tag-search,
#hashtag-search,
#pickuser-search {
  height: 50px;
  width: 250px;
  padding: 1px 20px 2px 44px;
  margin: 10px 0px 0px 0px;
  border-radius: 25px !important;
  transform: scale(0.875);
  transform-origin: center;
  font-weight: normal;
  letter-spacing: normal;
  }

.follow-button {
  outline: 0;
  background: #a49786;
  border: 0;
  padding: 7px 25px 7px 10px;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 4px 6px 0px rgba(81, 106, 134, 0.5);
  margin-bottom: 5px;
  }

.follow-button:hover, follow-button:active, follow-button:focus {
  background: #8C7F6E;
}

#profile-pic .avatar {
  max-height:300px;
  margin-bottom: 10px;
  max-width: 100%;
  box-shadow: 3px 3px 5px #bbb;
}

/* #bio {  white-space: pre-wrap; } to correct FF adding <BR> instead of space when typing space */

#bio:before {
  content: "DOUBLE TAP to add/edit bio...\A";
  opacity: .25;
  white-space: pre-wrap;
  }

#bio:empty { display: block; }

#bio:focus { 
    outline: 1px solid #b4a796;
    box-shadow: 3px 3px 5px #aaaaaa;
  }
  
#new-message-container {
  position: relative;
  border: 0px;
  }

/* stops iPhone zoom on font-size less than 16 px) */
/* #newpost-message, input { font-size: 16px; }
@supports (-webkit-overflow-scrolling: touch) { 
#newpost-message, input { font-size: 16px; }
} */

/*
@supports (-webkit-overflow-scrolling: touch) { 
#name::first-letter { vertical-align: 2px; }
}
*/

@supports (-moz-appearance:none) {
  #bio, #newpost-message { white-space: pre-wrap; }
  }

#newpost-message {
  /* word-break: break-all; */
  width: 100%;
  min-height: 118px;
  padding: 10px 15px 35px 15px;
  border: 1px solid #b4a796; /* d8cfc3 */
  overflow: auto;
  background-color: white;
  text-align: left;
  line-height: 1.425;
  display: inline-block; /*need to make webkit use br instead of div in contenteditable*/
  /* -webkit-user-select: text; */
  }

#newpost-message:focus { 
  outline: none;
  border-color: #b4a796;
  box-shadow: 3px 3px 5px #aaaaaa;
  }

/* #newpost-message:empty {
  display: block;
  }
*/

#newpost-message:empty:not(:focus):before { /* not(:focus): needed to keep cursor in textarea */
  content: attr(data-placeholder);
  opacity: 0.5;
  pointer-events: none;
  }

#textbox-controls {
  position: relative;
  top: -35;
  left: 0px;
  height: 35px;
  width: 100%;
  border: 0px solid #b4a796;
  margin-bottom: -35px;
  }

#emoji-icon,
#italic-icon, 
#bold-icon, 
#mention-icon, 
#hashtag-icon { 
  width: 42px;
  max-height: 33px;
  min-height: 33px;
  opacity: 0.5;
  font-size: 20px;
  line-height: initial;
  }

#emoji-icon:hover, 
#italic-icon:hover, 
#bold-icon:hover, 
#mention-icon:hover, 
#hashtag-icon:hover { cursor: pointer; opacity: 1; transition:0.5s; font-size: 25px; } 

input:checked + #emoji-icon,
input:checked + #italic-icon,
input:checked + #bold-icon,
input:checked + #mention-icon,
input:checked + #hashtag-icon { opacity: 1; font-size: 25px; }

/* rem could use [attr] css selector to simplify & make icon buttons universal */

html.touchscreen input:not(:checked) + #emoji-icon:hover,
html.touchscreen input:not(:checked) + #italic-icon:hover,
html.touchscreen input:not(:checked) + #bold-icon:hover,
html.touchscreen input:not(:checked) + #mention-icon:hover,
html.touchscreen input:not(:checked) + #hashtag-icon:hover { opacity: 0.5; font-size: 20px; }

/* remove mobile hover stickiness 
@supports (-webkit-overflow-scrolling: touch) { 
input:not(:checked) + #emoji-icon:hover { opacity: 0.5; font-size: 20px; }
input:not(:checked) + #italic-icon:hover { opacity: 0.5; font-size: 20px; }
input:not(:checked) + #bold-icon:hover { opacity: 0.5; font-size: 20px; }
} 
*/

/* :active pseudo state is triggered only when there is a touch event so add ontouchstart="" to body tag if needed */

#emoji-checkbox, #italic-checkbox, #bold-checkbox, #mention-checkbox, #hashtag-checkbox { display: none; }
/*#newpost-message:not(:focus) + #textbox-controls { display: none; }*/
  	
.post-message {
  width: 100%;
  padding: 10px;
  text-align: left;
  line-height: 1.425;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  /* word-break: break-all; breaks ALL words */
  /* -webkit-user-select: text; */
  }
  
.post-message:empty { display: none; }

.cropped { max-height: 11em; }

.more-button {
  position: absolute; 
  width: 100%; 
  height: 5.5em; 
  bottom: 3em; 
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), white 100%);
  cursor: pointer;
}

.more-icon {
  position: relative;
  left: calc(50% - 8px);
  bottom: -2em;
  font-size: 1.5em;
  }

.status {
  width: 100%; 
  font-family:  Verdana, Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -.5px;
  line-height: 1;
  color: #b4a796;
  text-align: center; 
  height: 2em;
  display: none;
  }
  
#progress { display: none; }
.progressbar { width: 100%; }
.percent { margin-left: 6px; }
.abort { margin-right: 6px; cursor: default; }

/*progress::-webkit-progress-value {background-color: #b4a796 !important;}*/
/*progress::-moz-progress-bar {background-color: #b4a796 !important;}*/
/*progress {color: #b4a796;}*/

.button-panel {
  padding: 0px;
  margin: 10px 0px 10px 0px;
  height: 50px;
  list-style: none;
  border: 0px solid #b4a796;
  }

.function-button {
  padding: 0;
  margin: auto;
  min-height: 36px;
  max-width: 45px;
  min-width: 45px;
  border-radius: 5px;
  border: 0px solid #b4a796;
  }
  
.function-button:empty { border: 1px solid #b4a796; }

.function-icon {
  padding: 0px;
  border: none;
  background: none;
  font-size: 1.6em;
  border: 0px solid #b4a796;
  outline: none;
  position: relative;
  cursor: pointer;
  display: flex;
  text-align: center;
  margin-bottom: 2px;
  }
  
.function-icon:hover { 
  font-size: 2.25em; 
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  }

.touchscreen .function-icon:not(:active):hover { font-size: 1.6em; transition: all 0.5s; transition-delay: 0.5s; }
/* remove mobile hover stickiness */
/* @supports (-webkit-overflow-scrolling: touch) { } */

.function-text { 
  cursor: pointer;
  margin-left:-5px;	
  }

.fixed-button {
  position: fixed;
  bottom: 3.5vh;
  height: 50px;
  width: 50px;
  z-index: 3;
  }

.fixed-icon { 
  max-height: 50px;
  max-width: 65px;
  font-size: 1.6em;
  background-color:#b4a796; 
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  
.fixed-icon:hover { 
  max-height: 60px; 
  max-width: 75px;
  font-size: 2.25em; 
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  }
  
.touchscreen .fixed-icon:not(:active):hover { max-height: 50px; max-width: 65px; font-size: 1.6em; transition: all 0.5s; transition-delay: 0.5s; }
/* remove mobile hover stickiness */
/* @supports (-webkit-overflow-scrolling: touch) { } */

#homeme { left: 20vw; }
.widescreen #homeme { left: 5px; }
#postme { right: 20vw; }
.widescreen #postme { right: 5px; }

.fixed-icon.fas { padding: 10px 13px 10px 13px; }
.fixed-icon.fa-paper-plane { padding: 13px 13px 10px 10px; min-width: 50px; }

.logo {
  width: 169px;
  margin: 0px auto;
  display: block;
  min-width: 100px;
  max-width: 100%;
  padding: 5px;
}

.tip-heart:before { content: "\f004"; }
.tip-heart:after {
  content: "\f155";
  color: white;
  font-size: .6em;
  left: .6em;
  position: absolute;
  top: .45em;
}

.copied { position: relative; padding: 0px; margin-top: -1.35em; top: 1.6em; }

.icon-svg { height: 1.2em; width: 1.2em; } 
.icon-svg-alt { height: 1em; width: 1.2em; margin: auto; }
  
#dropdown-box,
#emoji-area,
#mention-area,
#hashtag-area {
  width: 100%;
  height: 518px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #b4a796;
  background-color: white;
  box-shadow: 3px 3px 5px #aaaaaa;
  display: none;
  padding: 5px 6px 0px 6px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  text-align: center;
  }

.emoji-button {
  display: inline-block;
  height: 39px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 26px;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}

.emoji-button:hover { background-size: 36px; }

html.touchscreen .emoji-button:not(:active):hover { transition:0.25s; background-size: 26px; }

/* remove mobile hover stickiness 
@supports (-webkit-overflow-scrolling: touch) { 
.emoji-button:not(:active):hover { transition:0.25s; background-size: 26px; }
} */

/* :active pseudo state is triggered only when there is a touch event so add ontouchstart="" to body tag if needed */

.emoji {

  display: inline-block;
  height: 1.15em;
  width: 1.15em;
  background-color: transparent;
  margin: 0em .1em;
  vertical-align: -.25em;
  text-align: center;
  cursor: default; 
  border: none;
  /* caret-shape: block; */
  -webkit-user-select: auto;
  pointer-events: none; /* chrome, safari */
  }

@supports (-webkit-overflow-scrolling:touch) { .emoji { pointer-events: unset; } } /* IOS */
@supports (-moz-appearance:none) { .emoji { pointer-events: unset; } } /* FF */

#recent-emojis:empty { display: none; }

#recent-emojis {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e5e0da;
  padding: 0px 0px 1px 0px;
  margin: 0px 0px 1px 0px;
  }

#poof {
  display: none;
  position: absolute;
  height: 32px;
  width: 100%;
  background: url(/poof.png) no-repeat;
  z-index: 1;
 }

.alert {
  position: absolute;
  top: 85px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  width: 75%;
  text-align: center;
  height: 40px;
  }

.note {
  height: 25px;
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: 60px;
  background-color: black;
  }

video:backdrop { background-color: white; }
  
.background-tint { background-color: white !important; } /*safari pics fullscreen bkgd*/

.spinner {
  background: transparent url("/spinner.gif") no-repeat center;
  box-shadow: unset;
}

/*video[muted=true] {
  border: 10px solid #b4a796;
}*/

#thingy {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  overflow: auto;
  background-color: black;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

#thingy:-webkit-full-screen { /* chrome android */
  max-width: unset !important; 
  object-fit: unset !important; 
  right: unset !important; 
  bottom: unset !important; 
  margin: unset !important; 
  max-height: unset !important; 
  min-width: unset !important; 
  min-height: unset !important; 
  transform: unset !important;
}

body:before {
  content: url('/off_button.png');
  top:-1000px;
  left:-1000px;
  position: absolute;
}

#fullscreen_off_button {
  position: fixed;
  top: 16px;
  left: 16px;
  opacity: .50;
  width: 60px;
  cursor: pointer;
}	

#fullsize_button {
  position: fixed;
  top: 16px;
  right: 16px;
  opacity: .50;
  width: 60px;
  cursor: pointer;
}	

#zoomer {
  /*cursor: zoom-in;*/
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*tranparent gif data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==*/
/*tranparent gif data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7*/
/*tranparent gif data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=*/

.off { opacity: 0; }
.idle { opacity: .25; }
.faded { opacity: .5; }
.on { opacity: 1; }
.visible { visibility: visible; }
.invisible { visibility: hidden; }

.nobr { white-space: nowrap; }

span[id^="replycount"]:not(:empty) + a > .fa-comments,
ul[data-convo^="1"] .fa-comments { color: #2f5386; }

.seen-button,
.edit-button,
.delete-button,
.repost-button,
.boost-button,
#userlist, 
#taglist,
#followerlist { display: none; }

.color.faded:hover { opacity: 1; }
.color.faded:not(:active):hover { opacity: .5; }

.counters { 
  justify-content: space-evenly; 
  margin-top: 5px;
}

#header .function-icon::after, .button-panel .function-icon::after {
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
  color: black;
  white-space: nowrap;
  margin-top: 3px;
}

#header .function-icon, .button-panel .function-icon { flex-direction: column; }

.fa-users::after { content: "HOME"; }
.fa-user.function-icon::after { content: "USER"; }
#user-button::after { content: "USERS"; }
.login.fa-user::after {	content: "LOG IN"; }
.loggedin .login::after { content: "MY PAGE"; }
.fa-search.function-icon::after { content: "SEARCH"; }
.fa-question-circle.function-icon::after { content: "HELP"; }

.edit-button > .function-icon::after { content: "EDIT"; }
.edit-button.function-icon::after { content: "EDIT"; }
.tip-button > .function-icon::after { content: "SUB"; }
.subbed .tip-button > .function-icon { color: #2f5386; }
.subbed .tip-button > .function-icon::after { content: "SUBBED"; }
.follow .tip-button > .function-icon::before { content: "\f06e"; }
.follow .tip-button > .function-icon::after { content: "FOLLOW"; }
.following .tip-button > .function-icon::before { content: "\f06e"; }
.following .tip-button > .function-icon::after { content: "FOLLOWED"; }
.following .tip-button > .function-icon { color: #2f5386; } 
.bin .tip-button > .function-icon::before { content: "\f0ed"; } 
.bin .tip-button > .function-icon::after { content: "BUY"; } 
.zip .tip-button > .function-icon::before { content: "\f0ed"; } 
.zip .tip-button > .function-icon::after { content: "ZIP"; } 
.zip .tip-button > .function-icon { color: #2f5386; } 
.heart-this::after { content: "LOVE"; }
.comment-button::after { content: "REPLY"; }
.fa-comments::after { content: "CONVO"; }
.copylink::after { content: "LINK"; }
.boost-button > .function-icon::after { content: "BOOST"; }
.delete-button > .function-icon::after { content: "DELETE"; }
.delete-button.function-icon::after { content: "DELETE"; }

.color { color: #b4a796; fill: #b4a796; }  /* gold - fill is for svg's */
.dm .color.mod { color: darkslateblue; fill: darkslateblue; }

#replies { display: none; }
.postlist .default-font > #replies { display: inline-block; margin-left: 10px; }
.postlist #replies.flex.default-font { display: flex; }
.postlist #replies.default-font { display: block; }

#sort { margin-right: 10px; float: right; }
/*.postlist #sort { display: block; }*/

#sort .faded, #replies .faded, #allnew .faded { cursor: pointer; }

div[id^="/"] > .button-panel { display: none; }
div[id^="/"] > .counters { display: none; }

div[id^="9"] > .button-panel { display: none; }
div[id^="9"] > .counters { display: none; }

.ppoption.selected.on ~ div { display: none; }

.ppoption.selected.on::before {
  CONTENT: "BUY IT NOW";
  text-shadow: none;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  color: white;
  display: block;
  background-color: burlywood;
  border-radius: 25px;
  padding: 10px;
  position: absolute;
  top: calc(50% - 95px);
  left: calc(50% - 46px);
}
  
.ppoption.selected.on::after {
  CONTENT: "DOWNLOAD";
  text-shadow: none;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  color: white;
  display: block;
  background-color: darkslateblue;
  border-radius: 25px;
  padding: 10px;
  position: absolute;
  top: calc(50% + 43px);
  left: calc(50% - 46px);
}

#new_posts_button,
#new_dms_button {  
  display: none;
  font-size: 12px;
  border: none;
  border-radius: 25px;
  padding: 7px 13px 9px 17px;
  background: #b4a796;
  color: white;
  position: fixed;
  top: 115px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  z-index: 4;
  font-family: arial;
  font-weight: bold;
  white-space: nowrap;
}
  
.fa-hand-pointer {
  font-size: 1.5em;
  color: gold;
  text-shadow: 1px 1px #888;
}

#new {
  display: none;
  transform: translate(-1px,-8px);
}

.dm.grey {
  background-color: #fafaf0; /*#f3f7f7*/
}
  
.dm {
  background-color: aliceblue;
  background-image: url('/iconz/dm.svg');
  background-position: center;
  background-repeat: no-repeat; 
  background-size: 70px;
  background-blend-mode: overlay;
  }
  
#newpost.dm {
  margin: 10px 0px;
}
  
#newpost.dm .button-panel {
  transform: translatey(-3px);
  height: 60px;
}

#newpost.dm > .post-header {
  padding: 8px 0px 3px 10px;
  white-space: nowrap;
  overflow-x: auto;
  height: 65px;
}

.dm #newpost-message {
  min-height: unset;
}

.dm.seen .edit-button {
  display: none;
}
  
.seen {
  background-color: #f1f9f1;
  background-image: url('/iconz/eye-solid-seen.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68px;
  }

.seen .seen-button {
  display: unset;
  }

.seen li.delete-button {
  display: none;
  }
  
.seen-button > .eye::before {
  content: "";
  height: 1em;
  width: 1.2em;
  margin: auto;
  background-color: currentColor;
  mask: url('/iconz/eye-closed.svg#eye-closed') no-repeat center;
  -webkit-mask: url('/iconz/eye-closed.svg#eye-closed') no-repeat center;
  }

.seen .seen-button > .eye::before {
  background-color: #3d585b;
  mask: url('/iconz/eye-solid.svg#eye-solid') no-repeat center;
  -webkit-mask: url('/iconz/eye-solid.svg#eye-solid') no-repeat center;
  }

.seen-button > .eye::after {
  content: "SEEN";
  }

/*
.seen .timestamp::after {
  content: "Seen";
  display: block;
  }
*/

.remove-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer; }
  
.remove-button::after {
  Content: "REMOVE";
  position: absolute;
  left: -50px;
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
  white-space: nowrap;
  top: 3px;
  }

#\39 999999999999 .remove-button {
 display: unset;
}

.block { display: block; }

/*br { */
    /*display: table; /* makes it have a width */
    /*content: "\00a0"; /* change this to whatever height you want it */
  /*margin-bottom: 0.4em; /* clears default height */
/*} */

br + br {
 display: block; 
 content: "\00a0"; 
 margin-bottom: .625em; 
 line-height: 1em;
}

br {
 display: block; 
 content: "\00a0"; 
 margin-bottom: .625em; 
 line-height: 1em;
} 

#chat-control-slug {
 position: fixed;
 width: 100px;
 height: 50px;
 background-color: #f1f1f1;
 z-index: 2147483648;
 display: none;
}

#chat-control-slug::before {
 content: "\f057";
 font-family: 'Font Awesome 5 Pro';
 font-weight: 900;
 color: black;
 position: absolute;
 cursor: pointer;
 font-size: 1.6em;
 top: 17px;
 left: 76px;
}

.version { position: absolute; top: 0; left: 0; z-index: 0; }
.version::after { content: ".109"; }
  