
* { 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,
.edit-post,
.hidden-input { display: none; }


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

.color { color: #cc9999; fill: #cc9999; }  /* burgundy - fill is for svg's */
.dark { color: #700101; fill: #700101; }  /* burgundy - fill is for svg's */

.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 {
  -webkit-flex-flow: column;
  flex-direction: column;
  }

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

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

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

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


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

.post-header { 
  width: 100%;
  /* height: 48px; */
  /* max-height: 48px; */
  padding: 5px 10px;
  }

.avatar { 
  max-width: 300px;
  /* max-height: 100%; */
  max-height: 48px;
  vertical-align: middle;
  box-shadow: 0px 5px 10px lightgray;
  }

.timestamp { 
  /* float: right; */
  /* line-height: 46px; */
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: help;
  }

#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;
  /* -webkit-align-items: stretch;*/
  /* align-items: stretch; */
  /* visibility: hidden; */
  overflow-x: auto;
  overflow-y: hidden;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /* background-color: rgba(180, 167, 150, .25); */
  -webkit-overflow-scrolling: touch;
  /* touch-action: pan-x; */
  /* pointer-events: none; */
  }

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

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

/*
.media-holder:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f141";
  color: #cc9999;
  position: absolute;
  right: 0px;
  cursor: pointer;
  font-size: 3em;
  width: 70px;
  height: 30px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: 1;
  left: 0px;
}  
*/

/*
.media-wrapper:first-child {
  flex-basis: 100% !important;
  border: 1px solid red;
}
*/

/* for webkit 
.media-holder:not(*:root) {
  visibility: visible;
}
.media-holder::-webkit-scrollbar {
  visibility: hidden;
}
   for webkit */



/* 
.media-wrapper:before { 
  content: ''; 
  display: block;
  padding-bottom: 150%;
  }
*/
/* works on new browsers only - need to set all pics to absolute to collapse wrapper */
/* rem content: '\00a0' for older browsers */

.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;
  /* visibility: visible; */
  overflow: hidden;
  /* pointer-events: auto; */
  min-width: 75px;
  min-height: 75px;
  }

/* .media-wrapper:after {
  content: '\00a0';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); 
  }
*/  
/*
.rotated:before{
  content: "";
  display: block;
  padding-top: 200%;   
  }
*/

/* 
rotated {

  }
*/
  
.image, .video, .thumb-image { /* thumb-image for older posts remove when able */
  /* object-fit: scale-down; */
  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)*/
  /*border: 1px solid red;*/
  }
  
.dotted:before { 
  content: '\00a0';
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  bottom: 0px;
  right: 0px;
  border: 1px dotted #cc9999; 
  } 

.audio {
  min-width: 300px;
  min-height: 250px;
  box-shadow: 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; 
  } 
*/

.a-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.05;
  z-index: 2;  
  fill: white;
  background-color: #cc9999;
  cursor: pointer; 
  }
  
.x-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  fill: white;
  background-color: #cc9999;
  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: #cc9999;
  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;
  }


#login { display: flex; }
#logout { display: none; }

.login { display: flex; }
.logout { display: none; }

.loggedin #login { display: none; }
.loggedin #logout { display: flex; }

.loggedin .login { display: none; }
.loggedin .logout { display: flex; }

.lock-x {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.65;
  z-index: 1;  
  color: white;
  background-color: #cc9999;
  font-size: larger;
  cursor: pointer; 
  }

.lock-d { display: none; z-index: 1; }

.locked > .lock-x,
.locked > .lock-d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  font-size: 2em;
  cursor: pointer;
  display: -webkit-flex; 
  display: flex; 
  color: #cc9999;
  text-shadow: 1px 1px 0px black;
  }
.locked > .lock-x { background-color: white; }

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

.loggedin .lock-d { visibility: hidden; }
/* .lock-d.flex.fas { background-color: unset; } */

.lock-d.flex.fas.v {
  visibility: unset;
  background-color: white;
}

/*
.locked > .image,
.locked > .video {
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  -webkit-backdrop-filter: blur();
  }
*/

.locked > .play,
.locked > .audio-mute,
.locked > .audio-volume {
  visibility: hidden;
  }

.loggedin .play,
.loggedin .audio-mute,
.loggedin .audio-volume {
  visibility: unset;
  }
  
#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: 6px 5px 4px 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;
  }
  
.ppoption.selected::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::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);
  }

/*
[Data-Attribute]:not([Data-Attribute=""])
  {
    background-color: Red;
  }
*/

/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { */
/* IE10+ CSS styles go here */
/* } */

/*
.magnify {
  position: absolute;
  right: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  opacity: 0.75;
  z-index: 1;  
  }
*/  

.a-bkgd {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 1.55em;
  font-size: 1.2em;
  opacity: 0.75;
  z-index: 1;
  color: white;
  background-color: #cc9999;
  }
  
.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; 
  }

.dotted.audio > audio[controls] {
  margin: 0 auto;
  width: calc(100% - 60px);
  }
  
.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);
  z-index: 1;
  }  
  
.download::before {
  content: "\f0ed";
  }  
  
.download::after {
  content: "CLICK TO DOWNLOAD";
  color: black;
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
  padding: 4px;
  }


/*
.playcount {
  content: "\f025\00a0" attr(data-playcount); 
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, .5);
  height: 28px;
  width: 75px;
  color: rgb(232, 232, 232);
  /* font-size: 0.4em;
  line-height: 2em;
  text-shadow: initial; */
  }
*/  

/*  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;}

.search-input {
  border-radius: 25px !important;
  height: 50px;
  padding: 1px 25px;
  width: 250px;
  margin: 10px;
  transform: scale(0.875);
  transform-origin: center;
}

.search-input::placeholder { font-weight: normal; letter-spacing: normal; }
.search-input::-moz-placeholder { font-weight: normal; letter-spacing: normal; }

#userlist, 
#taglist {
  top: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, .95);
  /* box-shadow: 0px 4px 6px 0px rgba(81, 106, 134, 0.5); */
  padding: 100px 5px 10px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  right: 50%;
  -webkit-overflow-scrolling: touch;
}

#mentionme {
  top: 0px;
  position: fixed;
  background-color: rgba(255, 255, 255, .95);
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  right: 50%;
  -webkit-overflow-scrolling: touch;
}

.follow-button {
  outline: 0;
  background: #a49786;
  border: 0;
  padding: 7px 35px 7px 20px;
  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: 15px;
  max-width: 100%;
}

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

#tip-me { height: 50px; }

#heart-lock {
  text-align: left;
  line-height: 1em;
  white-space: pre;
  height: 50px;
}

@supports (-moz-appearance:none) {
  #bio { white-space: pre-wrap; } /* to correct FF adding <BR> instead of whitespace or collapsing whitespace */
}

#bio:before {
  content: "DOUBLE TAP to add/edit bio...\A";
}

#bio:empty { display: block; }

#bio:before,
#price,
#private {
  opacity: .25;
  color: black;
  white-space: pre-wrap;
}

#follow:empty:before {
  content: "JOIN US & LOG IN\A";
}

#price:empty:before {
  content: "ONLY $6.99 /mo";
}

#private:empty:before {
  content: "PRIVATE POSTS";
}

#public:empty:before {
  content: "PUBLIC POSTS";
}

#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; }
} */

#newpost-message {
  /* word-break: break-all; */
  width: 100%;
  min-height: 118px;
  padding: 15px 35px 10px 15px;
  border: 1px solid #cc9999; /* 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 */
  }

@supports (-moz-appearance:none) {
  #newpost-message { white-space: pre-wrap;} 
  /* pre-wrap breaks old FF puts cursor after placeholder http://w3c.github.io/html/editing.html#user-interaction-editing */
}

#newpost-message:focus { 
  outline: none;
  border-color: #cc9999;
  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: absolute;
  top: 0px;
  right: 0px;
  height: 118px;
  width: 42px;
  border: 0px solid #cc9999;
  }

#emoji-icon, #italic-icon, #bold-icon { width: 42px; height: 37px; opacity: 0.5; font-size: 20px;}
#emoji-icon:hover, #italic-icon:hover, #bold-icon:hover { cursor: pointer; opacity: 1; transition:0.5s; font-size: 25px;} 
input:checked + #emoji-icon, input:checked + #italic-icon, input:checked + #bold-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 { opacity: 0.5; font-size: 20px; }
html.touchscreen input:not(:checked) + #italic-icon:hover { opacity: 0.5; font-size: 20px; }
html.touchscreen input:not(:checked) + #bold-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 { display: none; }
#newpost-message:not(:focus) + #textbox-controls { display: none; }

/* 
#newpost-message:not(:focus) + #textbox-controls  #italic-icon { display: none; }
#newpost-message:not(:focus) + #textbox-controls  #italic-icon:hover { cursor: default; }

#newpost-message:not(:focus) + #textbox-controls  #bold-icon { display: none; }
#newpost-message:not(:focus) + #textbox-controls  #bold-icon:hover { cursor: default; } */
    
.post-message {
  width: 100%;
  padding: 15px 15px 10px 15px;
  text-align: left;
  line-height: 1.425;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  /* word-break: break-all; */
  }
  
@supports (-moz-appearance:none) {
  .post-message { white-space: pre-wrap;} 
  /* pre-wrap breaks old FF puts cursor after placeholder http://w3c.github.io/html/editing.html#user-interaction-editing */
}

.post-message:empty { display: none; }

#posts {
  width: 100%; 
  }

.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% - 6px);
  bottom: -2.5em;
  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: #cc9999;
  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: #cc9999 !important;}*/
/*progress::-moz-progress-bar {background-color: #cc9999 !important;}*/
/*progress {color: #cc9999;}*/



.button-panel {
  padding: 0;
  margin: 0;
  height: 55px;
  list-style: none;
  border: 0px solid #cc9999;
  }

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

.function-icon {
    padding: 0px;
  border: none;
  background: none;
    font-size: 1.75em;
    /* border: 0px solid #cc9999; */
  cursor: pointer;
  }
  
.function-icon:hover { 
  font-size: 2.25em; 
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  }

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

html.touchscreen .function-icon:not(:active):hover { font-size: 1.75em; transition: all 0.5s; transition-delay: 0.5s; }

/* remove mobile hover stickiness */
/* @supports (-webkit-overflow-scrolling: touch) { } */

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


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


.icon-svg { height: 1.2em; width: 1.2em;} 

.icon-svg-alt { height: 1em; width: 1em; margin: auto; } 


#emoji-area {
  width: 100%;
  height: 130px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #cc9999;
  background-color: white;
  box-shadow: 3px 3px 5px #aaaaaa;
  display: none;
  padding: 5px 6px 0px 6px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  }

.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;
  /* pointer-events: auto; */
  cursor: default; 
  border: none;
  /* caret-shape: block; */
  /*background-size: 100% 100%;*/
  -webkit-user-select: auto;
}

#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;
  /*border: 1px solid blue;*/

}

.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 #cc9999;
}*/

#thingy {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  overflow: auto;
  background-color: black;
  z-index: 6;
  -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;
}  

#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;
}

#sort {
  text-align: right;
  margin-right: 10px;
}

#sort .faded {
  cursor: pointer;
}

.off { opacity: 0; }
.idle { opacity: .25; }
.faded { opacity: .5; }
.on { opacity: 1; }

.nobr {
  white-space: nowrap;
}

.down { display: inline-block; }
.up { display: none; }

/*.transparent { visibility: hidden; }*/

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 */
} 

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

.edit-button { display: none; }
.delete-button { display: none; }

.version::after { content: ".57"; }

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