@charset "UTF-8";
/* secondary colors */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  position: relative;
  background: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #2a2b2a;
  line-height: 1.5;
  padding-bottom: 10rem;
  min-height: 100vh;
  font-weight: 500;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.top {
  padding-top: 70px;
}

.content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 30px;
}

.wide {
  max-width: 1040px;
}

a {
  color: #04b49c;
  text-decoration: none;
  border: none;
  display: inline-block;
}

header {
  width: 100%;
  height: 60px;
  background: #021f44;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all 0.4s ease;
}

#logo {
  width: 140px;
  height: 43px;
  float: left;
  margin: 8px 0 0 20px;
  text-indent: -9999px;
  background: url("/img/NovelEasy_logo.png") no-repeat;
  background-size: contain;
  transition: all 0.4s ease;
}

#navicon {
  display: none;
}

.menu {
  float: right;
  list-style-type: none;
}

.menu li {
  float: left;
  margin: 20px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.4s ease;
}

.menu li a {
  color: #ebf0cf;
  transition: 0.3s;
}

.menu li a:hover {
  color: #ff1654;
}

.menu li a.login {
  background: #ff1654;
  padding: 3px 15px;
  margin-top: -3px;
  transition: 0.3s;
  border-radius: 4px;
}

.menu li a.login:hover {
  background: #04b49c;
  color: #ebf0cf;
}

@media screen and (min-width: 601px) {
  body.scrolled header {
    height: 30px;
  }
  body.scrolled header #logo {
    width: 80px;
    height: 30px;
    top: 3px;
    left: 20px;
    margin: 0;
    position: absolute;
  }
  body.scrolled #novel-submenu {
    top: 30px;
    height: calc(100vh - 30px);
  }
  body.scrolled .menu li {
    margin-top: 5px;
  }
}
footer {
  background: #f1f0ef;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  display: block;
}

.footer-links a {
  font-size: 13px;
  margin: 0 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

h1 {
  font: 44px/45px "Montserrat", Helvetica, Arial, sans-serif;
  color: #ff1654;
  font-weight: 400;
  margin-bottom: 10px;
}

.novel-easy-sm {
  width: 38px;
  height: auto;
}

.splash {
  background: #021f44;
  background: url("/img/splash-bg.jpg") no-repeat top center;
  background-size: cover;
}

.splash h1 {
  font-weight: 400;
}

.splash .content {
  padding: 50px 40px 50px;
  line-height: 1.3;
  text-align: center;
}

.content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.content p,
.content li {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

p.thinner {
  font-weight: 400;
}

.content li {
  margin-left: 1rem;
}

.s1 .content {
  padding-top: 11%;
  padding-bottom: 11%;
  min-height: 70vh;
}

.splash h1 {
  color: #ebf0cf;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 20px;
}

.s1 p {
  color: #fff;
  margin-bottom: 10px;
  line-height: 2;
}

.s1 .button {
  background: none;
  border: 1px solid #ebf0cf;
  transition: 0.4s;
}

.s1 .button:hover {
  background: #ff1654;
  border: 1px solid #ff1654;
}

.s2 {
  background: #ff1654;
  color: #ebf0cf;
}

.writing-img-wrapper {
  width: 100%;
}

.writing-img {
  margin: 0 auto 25px;
  width: 80%;
  height: auto;
}

.s3 {
  background: #fff;
  color: #021f44;
}

.s3 div {
  text-align: left;
}

.s3 h1 {
  font-size: 3rem;
  color: #021f44;
}

.s3 .callout {
  color: #04b49c;
}

.s3 h2 {
  text-transform: uppercase;
  font-size: 21px;
  color: #04b49c;
  margin-bottom: 0;
}

.screenshot {
  width: 40%;
  height: auto;
  display: inline-block;
  margin-right: 4%;
  box-shadow: 1px 1px 6px #979387;
}

p.premium-feature {
  color: #ff1654;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}

p.smaller {
  font-size: 0.8em;
}

.feature-row {
  padding: 30px 0 30px;
}

.feature-desc {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}

.features {
  width: 64px;
  height: auto;
  margin-right: 20px;
  display: inline-block;
}

h2.quote {
  font-style: italic;
  color: #fff;
}

.quote span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.novel-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 20px;
}

.novel-item {
  margin: 20px 0 20px;
  width: 30%;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  background: #f1f0ef;
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s;
}

.novel-item:hover {
  background: #fff;
  margin: 15px 5px 25px -5px;
  box-shadow: 2px 2px 5px #aeaba2;
}

.novel-item h3 {
  line-height: 1.1;
  color: #021f44;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
}

.delete-novel {
  margin-top: 5px;
  color: #706c61;
  font-weight: 400;
  font-size: 12px;
  padding: 12px 0;
}

.delete-novel:hover {
  color: #ff1654;
}

.edit-novel {
  color: #04b49c;
  font-size: 14px;
  float: right;
  padding: 8px 0;
}

.novel-item:hover .edit-novel {
  color: #ff1654;
}

.dummy-novel-item {
  height: 0;
  margin: 0;
  padding: 0;
}

span.modified-date {
  display: block;
  font-size: 11px;
  color: #706c61;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.statline {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stat {
  font-weight: 500;
}

.basic-forms,
p#resend-confirm {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
}

.error {
  color: #ff1654;
}

.alert-message {
  padding: 20px;
  background: #ebf0cf;
  text-align: center;
}

input[type=text],
input[type=password],
textarea {
  background: #ebf0cf;
  color: #021f44;
  border: 1px solid #aeaba2;
  width: 100%;
  font-size: 21px;
  padding: 12px;
  margin: 5px 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  resize: none;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  color: #706c61;
}

::placeholder {
  font-style: italic;
  font-weight: 400;
  color: #706c61;
}

label {
  color: #706c61;
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
}

.accept-wrapper {
  margin: 20px 0 15px;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=checkbox] {
  display: inline-block;
  background: #ebf0cf;
  border: 1px solid #aeaba2;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.accept-wrapper:hover input[type=checkbox] {
  background-color: #f1f0ef;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 14px;
  width: 14px;
  background: #ff1654;
  pointer-events: none;
  border-radius: 10px;
}

.accept-wrapper input[type=checkbox] ~ .checkmark {
  display: none;
}

.accept-wrapper input[type=checkbox]:checked ~ .checkmark {
  display: inline-block;
}

.checkbox-text {
  vertical-align: top;
}

input[type=submit],
button,
.button {
  background: #ff1654;
  color: #ebf0cf;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 12px 24px;
  margin: 10px 0 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}

.stats-link {
  background: transparent;
  color: #04b49c;
  border: 2px solid #04b49c;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.stats-link:hover {
  color: #ebf0cf;
}

input[type=submit]:hover,
button:hover,
.button:hover {
  background: #04b49c;
}

input[type=submit].linkbutton,
.forgot-password {
  background: none;
  color: #04b49c;
  padding: 0;
  text-align: left;
  margin: 10px 50px 0 0;
}

input[type=submit].linkbutton:hover {
  background: none;
}

textarea.chapter-editor,
div.chapter-text-readonly {
  display: block;
  resize: none;
  outline: none;
  border: none;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  line-height: 34px;
  font-family: Georgia, serif;
  background: none;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(0, 0, 0, 0.25);*/
  margin: 0 auto;
  padding: 0 10px 40px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

textarea.chapter-editor strong,
div.chapter-text-readonly strong {
  font-weight: 900;
}

.chapter-text-readonly img {
  max-width: 760px;
  height: auto;
  margin: 5px 0 5px;
}

.chapter-text-readonly a {
  color: #ff1654;
}

.chapter-text-readonly a:hover {
  text-decoration: underline;
}

.chapter-text-readonly p {
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

#create-new input {
  margin: 5px 0 5px;
}

#create-new input[type=text] {
  width: 70%;
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#create-new input[type=submit] {
  width: 30%;
  padding: 10px;
  font-size: 21px;
  border: 1px solid #ff1654;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#create-new input[type=submit]:hover {
  border: 1px solid #04b49c;
}

#novel-title-input,
#novel-title-read,
input.chapter-title-input,
div.chapter-title-read,
div.chapter-title-readonly,
#novel-title-readonly {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  padding: 0 10px;
  margin: 20px 0 20px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

#novel-title-input,
input.chapter-title-input {
  width: 87%;
}

#novel-title-input,
#novel-title-read,
#novel-title-readonly {
  font-size: 34px;
  font-weight: 400;
  margin-top: 40px;
}

#novel-title-read,
#novel-title-readonly {
  color: #ff1654;
}

input.chapter-title-input,
div.chapter-title-read,
div.chapter-title-readonly {
  color: #021f44;
  font-size: 24px;
}

#chapter-editor-group {
  padding-bottom: 20px;
}

.chapter-wrapper:hover {
  animation-name: pulse;
  animation-duration: 1s;
}

#novel-title-read,
.chapter-title-read {
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

#novel-title-read:after,
.chapter-title-read:after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 5px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  overflow: hidden;
  background: url("/img/edit-icon.png") no-repeat;
  background-size: 12px 12px;
}

#novel-title-read:after {
  margin: 0 0 6px 7px;
}

#novel-title,
form.chapter-title {
  display: none;
}

#title-confirm,
.chapter-title-confirm {
  height: 25px;
  width: 25px;
  margin-left: 10px;
  cursor: pointer;
}

#title-confirm:hover,
.chapter-title-confirm:hover {
  filter: hue-rotate(90deg) saturate(8);
}

.novel-actions {
  padding: 0 10px;
}

.novel-actions a {
  font-size: 13px;
  margin-right: 20px;
}

.modal {
  position: fixed;
  text-align: center;
  width: 300px;
  padding: 20px;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  background: #fff;
  display: none;
  z-index: 9999;
  box-shadow: 3px 3px 5px #434543;
}

.modal-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #2a2b2a;
  opacity: 0.4;
  display: none;
}

.modal input[type=text] {
  width: 100%;
}

.modal-buttons {
  width: 100%;
  text-align: right;
  padding-top: 10px;
}

.modal-buttons button {
  padding: 8px 20px;
  margin-left: 5px;
  font-size: 16px;
}

button.cancel {
  background: #979387;
  transition: 0.3s;
}

input[type=submit]:hover,
button:hover,
.button:hover {
  background: #04b49c;
}

#novel-submenu {
  position: fixed;
  top: 60px;
  left: -230px;
  transition: all 0.4s ease;
  line-height: 1;
  font-size: 12px;
  height: calc(100vh - 60px);
  background: #ebf0cf;
  padding-top: 12px;
}

#novel-submenu h3 {
  margin: 18px 5px 3px 5px;
  color: #979387;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}

#novel-submenu h3:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  border-bottom: 1px dashed #aeaba2;
  margin: 0 auto 5px;
}

#novel-submenu-items {
  width: 230px;
  max-width: 230px;
  float: left;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

#novel-submenu-trigger {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 80px;
  left: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}

#novel-submenu-trigger.hide {
  display: none;
}

#novel-submenu-trigger.expanded {
  left: 230px;
}

#novel-submenu.expanded {
  left: 0;
  transition: all 0.4s ease;
}

/** Trigger for submenu animation styles BEGIN ***/
.bookmark {
  width: 100%;
  height: 100%;
  border: 18px solid #ff1654;
  border-right: 18px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}

.bookmark.hover {
  border-left: 36px solid #ff1654;
}

.bookmark div {
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  transition: 0.3s;
}

.bookmark div:first-of-type {
  top: 8px;
  left: 8px;
}

.bookmark div:nth-of-type(2) {
  top: 16px;
  left: 8px;
}

.bookmark div:last-of-type {
  bottom: 8px;
  left: 8px;
}

.bookmark.hover div {
  height: 2px;
}

.bookmark.hover div:first-of-type {
  top: 13px;
  left: 18px;
  width: 12px;
  transform: rotate(45deg);
}

.bookmark.hover div:nth-of-type(2) {
  top: 17px;
  width: 19px;
}

.bookmark.hover div:last-of-type {
  bottom: 13px;
  left: 18px;
  width: 12px;
  transform: rotate(-45deg);
}

.close-anim.hover div:first-of-type {
  top: 17px;
  left: 8px;
  width: 20px;
  transform: rotate(45deg);
}

.close-anim.hover div:nth-of-type(2) {
  width: 0;
}

.close-anim.hover div:last-of-type {
  bottom: 17px;
  left: 8px;
  width: 20px;
  transform: rotate(-45deg);
}

/** Trigger for submenu animation styles END ***/
#novel-submenu button {
  background: none;
  color: #021f44;
  font-size: 11px;
  margin: 0 0 5px 5px;
  padding: 5px 5px 5px 20px;
  text-align: left;
}

button.submenu-left {
  min-width: 100px;
}

#novel-submenu button:hover,
#novel-submenu a:hover {
  color: #ff1654;
  text-decoration: underline;
}

button#close-submenu {
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  font-size: 11px;
  color: #706c61;
}

button#close-submenu:hover {
  text-decoration: none;
}

button#close-submenu:before {
  content: "×";
  padding-right: 5px;
  font-size: 18px;
  vertical-align: -3px;
}

.custom-select {
  position: relative;
  display: inline-block;
}

button#larger-text,
button#smaller-text,
button#bold-text,
button#italic-text,
button#web-link,
button#image-link,
button#reading-mode,
button#edit-mode {
  padding-left: 26px;
  background: url("/img/larger-text-icon.png") no-repeat left center/20px 15px;
}

button#smaller-text {
  background: url("/img/smaller-text-icon.png") no-repeat left center/20px 15px;
}

button#bold-text {
  background: url("/img/bold-text-icon.png") no-repeat left center/20px 15px;
}

button#italic-text {
  background: url("/img/italic-text-icon.png") no-repeat left center/20px 15px;
}

button#web-link {
  background: url("/img/web-link-icon.png") no-repeat left center/20px 15px;
}

button#image-link {
  background: url("/img/image-link-icon.png") no-repeat left center/20px 15px;
}

button#reading-mode {
  background: url("/img/reading-mode-icon.png") no-repeat left center/20px 15px;
}

button#edit-mode {
  background: url("/img/edit-mode-icon.png") no-repeat left center/20px 15px;
}

/* Dropdown styles */
.theme-select-parent {
  padding: 5px;
  position: relative;
}
.theme-select-parent span {
  color: #021f44;
  font-weight: 400;
  font-size: 11px;
  width: 20%;
  margin-right: 5px;
}
.theme-select-parent .dropdown {
  width: 75%;
}

.dropdown {
  font-size: 14px;
  color: #021f44;
  margin: 7px auto;
  line-height: 1.3;
  padding: 6px;
  border-radius: 0.5em;
  border: 1px solid #979387;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.5) url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 24 13' xmlns='http://www.w3.org/2000/svg' stroke-linejoin='round'%3E%3Cpath d='M11.9 12.1l-11.9-12.1 23.8 0 -11.9 12.1Z' fill='%23021e44'/%3E%3C/svg%3E") 95% center/10px 10px no-repeat;
}

/* End Dropdown styles */
#novel-submenu button a {
  color: #021f44;
}

#novel-submenu button:hover a {
  color: #ff1654;
}

.editor-flag {
  display: none;
  transition: margin-left 0.4s ease;
}

.editor-flag.expanded {
  margin-left: 230px;
}

.editor-flag ::-moz-selection {
  background: rgba(255, 22, 84, 0.99);
  color: #fff;
}

.editor-flag ::selection {
  background: rgba(255, 22, 84, 0.99);
  color: #fff;
}

#novel-submenu a {
  color: #706c61;
}

#novel-submenu-items > a {
  margin: 5px;
  text-align: center;
}

#novel-submenu .chapter-delete {
  font-size: 0.8em;
  color: #ff1654;
  font-weight: 400;
  text-transform: lowercase;
  float: right;
  padding-top: 2px;
}

button#add-chapter {
  color: #ebf0cf;
  background: #021f44;
  display: block;
  margin: 7px auto;
  width: calc(100% - 10px);
  padding: 12px 24px;
  text-align: center;
}

button#add-chapter:hover {
  color: #ebf0cf;
  background-color: #ff1654;
}

.novel-chapter {
  width: 155px;
  padding-left: 25px;
}

#chapter-list-read .novel-chapter {
  padding-left: 10px;
}

#chapter-list-edit,
#chapter-list-read {
  position: relative;
}

.chapter-item-wrapper {
  padding: 10px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.5);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

#chapter-list-edit .chapter-item-wrapper:before {
  content: url("/img/dragicon.png");
  width: 14px;
  height: auto;
  position: absolute;
  cursor: pointer;
}

.chapter-text-readonly:first-letter {
  color: #021f44;
  float: left;
  font-size: 100px;
  line-height: 60px;
  padding: 14px 8px 5px 3px;
}

.submenu-instructional {
  text-align: center;
  padding: 0 5px;
  font-size: 10px;
  color: #706c61;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin-top: 20px;
}

.sortable-placeholder {
  padding: 10px;
  margin: 5px;
  background: rgba(4, 180, 156, 0.4);
  border: 1px solid #04b49c;
  opacity: 0.5;
}

#wordcount,
#novelstatus {
  position: fixed;
  bottom: 5px;
  color: #979387;
  font-size: 13px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.7);
}

#novelstatus {
  left: 5px;
}

#wordcount {
  right: 5px;
}

#novelstatus.error {
  color: #ff1654;
  font-weight: 400;
}

.formhelp {
  color: #aeaba2;
  font-size: 11px;
  font-weight: 400;
  vertical-align: top;
  line-height: 1;
}

.social img {
  width: 28px;
  height: 28px;
  border-radius: 25px;
  margin: 0 2px 5px;
  filter: grayscale(1);
}

.social img:hover {
  filter: grayscale(0);
}

p.question {
  color: #979387;
  margin: 30px 0 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

p.answer {
  margin: 0;
  font-weight: 400;
}

.calendar {
  position: relative;
  max-width: 1000px;
}

.calendar h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

#calendar {
  margin: 40px 0 30px;
}

.week {
  display: flex;
}

.day {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background-color: #f1f0ef;
  margin: 1px;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.blankday {
  background-color: transparent;
}

.header .day {
  background: transparent;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #aeaba2;
  border-bottom: 1px solid #aeaba2;
  padding-bottom: 2px;
  margin: 0 0 -1px 0;
}

.daynumber {
  color: #706c61;
  line-height: 1;
}

.day.written-day {
  background: #ebfffc;
  transition: 0.3s;
}

.day.written-day:hover {
  transform: scale(1.2);
  border: 1px solid #979387;
}

.is-today {
  border: 1px solid #ff1654;
}

.is-today .daynumber {
  color: #ff1654;
}

.stats {
  text-align: right;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.stats div {
  margin-top: 5px;
}

.stats div span {
  color: #04b49c;
}

#prevMonth,
#nextMonth {
  position: absolute;
  font-size: 11px;
  padding: 5px;
  width: 100px;
  text-align: center;
  margin: 0;
  top: 60px;
  left: 30px;
}

#nextMonth {
  left: auto;
  right: 30px;
}

#prevMonth.hide,
#nextMonth.hide {
  display: none;
}

#bar-month {
  min-height: 420px;
  margin-top: 24px;
}

.graphbar {
  width: 2.3%;
  background-color: #706c61;
  display: inline-block;
  margin-right: 0.9%;
  position: relative;
}

.graphbar.written-day {
  background-color: #04b49c;
  border: 1px #04b49c solid;
}

.graphbar.edited-day {
  background-color: #ff96b2;
  border: 1px #ff96b2 solid;
}

.graphbar.is-today {
  border: 1px solid #ff1654;
}

.graph-day {
  position: absolute;
  bottom: -10px;
  font-size: 8px;
  line-height: 1;
  color: #706c61;
}

.edited-day .graph-day {
  bottom: auto;
  top: 2px;
}

.graph-stat {
  position: absolute;
  top: -28px;
  left: -2px;
  width: 40px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #04b49c;
  transform: rotate(-45deg);
}

.edited-day .graph-stat {
  top: auto;
  bottom: -32px;
  left: -26px;
  color: #ff5381;
  text-align: right;
  transform: rotate(-45deg);
}

.month-stats {
  display: flex;
  background-color: #f1f0ef;
  margin-bottom: 30px;
  min-height: 80px;
}

.month-stat {
  font-size: 14px;
  text-align: center;
  width: 33%;
  padding: 20px 10px 10px;
  float: left;
  line-height: 1.2;
}

.month-stat > span {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #706c61;
  margin-top: 5px;
}

.main-month-stat {
  width: 30%;
  background-color: #021f44;
  padding: 15px;
  color: #ebf0cf;
  min-height: 100%;
}

.main-month-stat > span {
  color: #fff;
  font-size: 38px;
}

.substats {
  width: 70%;
  display: inline-block;
}

/* END Statistics and calendar styles */
.blog {
  display: flex;
}

.blog .content {
  width: 70%;
  margin-right: 10px;
  padding: 10px 20px;
}

.blog .sidebar {
  width: 30%;
  margin-right: auto;
  padding: 10px 20px;
}

.blog-title {
  padding: 0 5px 0 5px;
}

.post-thumbnail-div {
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  background-size: cover;
  background-position: 50% 50%;
}

.post-feature-img img {
  width: 100%;
  height: auto;
}

.article-link {
  color: #2a2b2a;
  margin-bottom: 30px;
  transition: background-color 0.3s;
  padding: 5px;
}

.article-link:hover {
  background-color: #f1f0ef;
}

.article-link h2 {
  margin-bottom: 0;
}

.blog-read-more {
  color: #04b49c;
}

.meta {
  color: #979387;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}

.widget h3 {
  margin-top: 10px;
}

.widget li {
  list-style: none;
  margin: 5px 0 10px 0;
  line-height: 1.1;
}

.widget li a {
  color: #979387;
}

.widget li a:hover {
  color: #04b49c;
}

/* social pug */
.blog p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
}

.blog article h1,
.blog article h2,
.blog article h3 {
  line-height: 1.2;
  margin-bottom: 0;
}

.blog h2 {
  color: #706c61;
  font-size: 28px;
  font-weight: normal;
}

p.dpsp-share-text {
  margin-bottom: 2px;
  font-style: italic;
}

div#dpsp-content-bottom {
  margin-top: 0;
}

div#dpsp-content-top,
div#dpsp-content-top li {
  margin-bottom: 5px;
}

/*end social pub */
button.stripe-button-el,
button.stripe-button-el span {
  background: #ff1654;
  border: none;
  text-shadow: none;
  font-family: inherit;
  line-height: inherit;
  box-shadow: none;
  color: #ebf0cf;
  padding: 6px 12px;
  font-size: 21px;
  transition: 0.3s;
  height: auto;
}

button.stripe-button-el span {
  background: transparent;
}

button.stripe-button-el:hover,
button.stripe-button-el:active,
button.stripe-button-el span:active {
  background: #04b49c !important;
  color: #ebf0cf !important;
  box-shadow: none !important;
}

/* Cookiebot override styles */
img#CybotCookiebotDialogPoweredbyImage {
  display: none;
}

div#CybotCookiebotDialogBodyContent {
  padding-left: 0;
}

a#CybotCookiebotDialogBodyButtonAccept {
  background-color: #ff1654;
  color: #ebf0cf;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  margin: 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

div#CybotCookiebotDialogBodyButtons {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .menu {
    width: 100%;
  }
  .menu li {
    display: none;
    font-size: 18px;
    width: 100%;
    background: #ff1654;
    margin: 0;
    text-align: center;
  }
  .menu li a {
    width: 100%;
    padding: 12px;
  }
  .menu li a.login {
    padding: 12px;
    margin-top: 0;
  }
  .menu li a:hover {
    color: #ebf0cf;
    background: #04b49c;
  }
  .menu li:last-child {
    border-radius: 0;
    border-bottom: 1px #ebf0cf solid;
  }
  #navicon {
    display: block;
    background: none;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 28px;
    height: 28px;
    margin-top: 0;
    font-size: 28px;
  }
  #navicon a {
    padding: 0;
  }
  #navicon a:hover {
    background: none;
  }
  .menu.responsive li {
    display: block;
  }
  .splash h1 {
    font-size: 2.8rem;
  }
  .writing-img {
    width: 100%;
  }
  .novel-item {
    margin: 20px 0 20px;
    width: 100%;
  }
  .dummy-novel-item {
    margin: 0;
  }
  #create-new input[type=text] {
    width: 100%;
    border-radius: 4px;
  }
  #create-new input[type=submit] {
    width: 100%;
    border-radius: 4px;
  }
  #wordcount,
  #novelstatus {
    font-size: 12px;
  }
  .screenshot {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
  .feature-row {
    padding: 10px 0 20px;
  }
  .feature-desc {
    width: 100%;
    display: block;
    text-align: center;
  }
  .s3 .feature-desc {
    text-align: center;
  }
  .features {
    margin: 0 auto;
    display: block;
  }
  .blog {
    display: block;
  }
  .blog .content {
    width: 100%;
    margin-right: 0;
    padding: 10px 20px;
  }
  .blog .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 10px 20px;
  }
}
/* Theme styles */
body.typewriter {
  background-image: radial-gradient(at top, rgba(175, 116, 51, 0.3), rgba(58, 31, 12, 0.1) 75%, rgba(0, 0, 0, 0.3)), url("/img/wood.jpg");
  background-attachment: fixed;
}
body.typewriter header {
  background-color: #120d09;
}
body.typewriter .content {
  background: url("/img/paper.png");
  background-size: 25%;
  min-height: 90vh;
  font-family: "Courier Prime", monospace;
  box-shadow: 2px 8px 14px rgba(0, 0, 0, 0.9);
  margin: 20px auto;
  padding: 5px 30px;
  position: relative;
}
body.typewriter .content:before {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/img/coffee-ring.png") no-repeat;
  background-size: cover;
  opacity: 0.25;
}
body.typewriter .novel-actions a,
body.typewriter .chapter-text-readonly a {
  font-size: 14px;
  color: sienna;
  position: relative;
}
body.typewriter .novel-actions a:hover,
body.typewriter .chapter-text-readonly a:hover {
  text-decoration: underline;
}
body.typewriter textarea,
body.typewriter .chapter-text-readonly p {
  font-family: "Courier Prime", monospace;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(0, 0, 0, 0.25);
  color: #333;
  position: relative;
}
body.typewriter #novel-title-input,
body.typewriter #novel-title-read,
body.typewriter #novel-title-readonly,
body.typewriter input.chapter-title-input,
body.typewriter div.chapter-title-read,
body.typewriter div.chapter-title-readonly {
  position: relative;
  color: #666;
  font-family: "Courier Prime", monospace;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(0, 0, 0, 0.25);
}
body.typewriter #novel-title-read,
body.typewriter #novel-title-readonly {
  color: #333;
}
body.typewriter #wordcount,
body.typewriter #novelstatus {
  color: #ebf0cf;
  background: rgba(0, 0, 0, 0.6);
}

body.dark {
  background-color: #2f2d3a;
  background-image: none;
  background-attachment: fixed;
}
body.dark header {
  background-color: #1a1826;
}
body.dark .content {
  font-size: 16px;
  color: #dbdade;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
body.dark #novel-submenu {
  background-color: #908f97;
}
body.dark #novel-submenu .novel-chapter {
  color: #021f44;
}
body.dark .novel-actions a:hover,
body.dark .chapter-text-readonly a:hover {
  text-decoration: underline;
}
body.dark textarea,
body.dark .chapter-text-readonly p {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #dbdade;
  position: relative;
}
body.dark #novel-title-input,
body.dark #novel-title-read,
body.dark #novel-title-readonly,
body.dark input.chapter-title-input,
body.dark div.chapter-title-read,
body.dark div.chapter-title-readonly {
  position: relative;
  color: #908f97;
}
body.dark #novel-title-read,
body.dark #novel-title-readonly {
  color: #ff1654;
}
body.dark #wordcount,
body.dark #novelstatus {
  color: #ebf0cf;
  background: rgba(0, 0, 0, 0.6);
}
body.dark button#close-submenu {
  color: #1a1826;
}
body.dark .submenu-instructional {
  color: #021f44;
}/*# sourceMappingURL=styles.css.map */