.editor-output {
  width: 100%;
}
.the-article-title {
  font-family: "PT Sans", sans-serif !important;
  border: none !important;
  font-size: 40px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
  word-wrap: break-word;
  line-height: 1.1 !important;
}
.the-article-title a {
  color: #333333;
  text-decoration: none;
}
.the-article-title a:hover {
  color: #333333;
  text-decoration: none;
}
.article-introduction {
  border: none !important;
  font-size: 28px;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.article-introduction p {
  font-size: 32px;
  color: #777777;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.article-introduction p a {
  color: #333333;
  text-decoration: none;
}
.article-introduction p a:hover {
  color: #333333;
  text-decoration: none;
}
.article-edit-your-profile a {
  font-family: "PT Sans", sans-serif !important;
}
.article-container {
  font-family: "EB Garamond", serif !important;
}
/* ================================================================== header ================================================================== */
.article-header {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.article-header:after {
  display: block;
  content: " ";
  max-width: 300px;
  border-bottom: 4px double #eee;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.article-info {
  margin-bottom: 20px;
}
.article-author {
  list-style-type: none;
  text-align: center;
}
.article-author p {
  margin-bottom: 5px;
  font-size: 20px;
}
.article-author .icon svg {
  width: 25px;
  height: 25px;
}
.article-author li {
  margin-bottom: 20px;
}
.article-author-icon {
  margin-bottom: 0;
}
.article-author-picture {
  display: inline-block;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333;
}
.article-author-name {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.article-date {
  position: relative;
  text-align: center;
}
.article-date-pubdate {
  text-transform: uppercase;
  color: #777777;
  font-size: 18px;
}
.article-date-contribution-inner {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 6px;
  position: relative;
}
.article-author-name,
.article-date-pubdate,
.article-date-contribution {
  padding-top: 0px;
  margin-bottom: 20px;
}
.article-date-pubdate.article-name-hidden {
  padding-left: 0;
}
.article-author-picture {
  margin-bottom: 15px;
}
.article-author-name {
  text-align: center;
}
/* ================================================================== content ================================================================== */
.article-content > * {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
}
.article-content a {
  color: #333333;
  text-decoration: underline;
}
.article-content p,
.article-content li,
.article-content blockquote {
  font-size: 22px;
  line-height: 1.7;
}
.article-content li + li {
  margin-top: .875em;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 0;
}
.article-content h1 {
  margin-bottom: 1em;
}
.article-content h2,
.article-content h3 {
  margin-bottom: .75em;
}
.article-content ul,
.article-content ol {
  padding-left: 2.5em;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 15px;
}
.article-content .figure-wrapper {
  position: relative;
}
.article-content figure {
  position: relative;
  text-align: center;
}
.article-content figure.full {
  max-width: 100%;
  padding: 0;
}
.article-content figure.full img {
  border-radius: 0;
  width: 100%;
}
.article-content figure.left {
  float: left;
  max-width: 350px;
  margin-left: -25%;
  margin-right: 20px;
  margin-top: 10px;
}
.article-content figure.wide {
  max-width: 820px;
  padding: 0;
}
.article-content figure.wide img {
  width: 100%;
}
.article-content figcaption {
  font-size: 16px;
  text-align: center;
  color: #777777;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -20px;
  font-style: italic;
  line-height: 1.2;
}
.article-content figcaption a {
  color: #777777;
}
.article-content figcaption i,
.article-content figcaption em {
  font-style: normal;
}
.article-content p.dropcap:first-letter {
  float: left;
  font-size: 73px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.article-content blockquote {
  padding: 10px 20px;
  font-size: 17px;
  border-left: 5px solid #777777;
  border-color: #777777;
  color: #333333;
}
.article-content blockquote p {
  color: #333333;
  font-size: 28px;
}
.article-content blockquote a {
  color: #333333;
}
.article-content blockquote.wide {
  max-width: 1100px;
  margin: 60px auto;
  border-left: none;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  color: #333333;
  line-height: 1.3;
}
.article-content blockquote.wide p {
  font-size: 50px;
  font-style: italic;
  color: #333333;
}
.article-content blockquote.wide p:last-child {
  margin-bottom: 0;
}
.article-content blockquote.wide em,
.article-content blockquote.wide i {
  font-style: normal !important;
}
.article-content code {
  background: #e5e5e5;
  border-radius: 3px;
  font-size: 15px;
  color: #333333;
  text-shadow: 0 1px 0 #fff;
}
.article-content hr {
  width: 50%;
  margin: 60px auto;
  color: #aaa;
  text-align: center;
}
.article-excerpt {
  color: #777777 !important;
  font-size: 18px;
  line-height: 1.4 !important;
}
.article-excerpt a {
  font-size: 18px !important;
  color: #777777 !important;
  text-decoration: none;
  line-height: 1.1 !important;
  transition: all .5s;
}
.article-excerpt a .excerpt-para {
  color: #333333 !important;
}
.article-excerpt a .excerpt-readmore {
  transition: all .3s;
}
.article-excerpt a:hover {
  color: #777777 !important;
  text-decoration: none;
}
.article-excerpt a:hover .excerpt-readmore {
  color: #eb0505 !important;
  border-color: #eb0505 !important;
}
/* ================================================================== footer ================================================================== */
.article-footer {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.article-user-about {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #777777;
  margin-bottom: 10px;
}
.article-user-description {
  font-size: 16px;
  text-align: center;
  position: relative;
  color: #777777;
  margin-bottom: 20px;
  padding: 20px;
}
.article-license {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  text-align: center;
  margin-top: 30px;
}
.article-engage {
  text-align: center;
}
.article-engage li {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}
.article-engage form {
  margin-bottom: 0 important;
}
.article-engage a,
.article-engage .btn {
  color: #777777;
  text-transform: uppercase;
  font-size: 16px;
}
.article-the-flux .icon {
  position: relative;
  top: 2px;
}
html body .article-recommend-btn {
  display: inline-block;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
  font-family: "EB Garamond", serif !important;
}
html body .article-recommend-btn .icon svg {
  position: relative;
  top: 4px !important;
}
html body .article-follow-btn {
  display: inline-block;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
  font-family: "EB Garamond", serif !important;
}
html body .article-follow-btn .icon svg {
  position: relative;
  top: 5px !important;
}
.article-edit-this-article {
  margin-top: 30px;
  text-align: center;
}
.article-tags {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
  margin-top: 30px;
  text-align: center;
}
.article-tags li {
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 10px !important;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  background: #f5f5f5;
  border-radius: 5px;
  font-family: "EB Garamond", serif !important;
}
@media screen and (max-width: 720px) {
  .article-share-container {
    position: relative;
    top: 0;
    left: -10px;
    margin-top: 20px;
  }
  .article-share-container span {
    padding: 0 10px;
  }
}
/* ================================================================== responsive engage ================================================================== */
@media screen and (max-width: 720px) {
  .article-engage > li {
    display: block;
    margin-left: 0;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .article-engage > li form {
    width: auto !important;
    text-align: center !important;
  }
  .article-engage > li .submit {
    float: none !important;
    width: auto !important;
    text-align: center !important;
    margin: 0 auto;
  }
  .article-tags li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .article-license {
    text-align: center;
  }
}
/* ================================================================== responsive type ================================================================== */
@media screen and (max-width: 768px) {
  .article-content {
    font-size: 22px;
  }
  .article-content p,
  .article-content li,
  .article-content blockquote {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .article-content {
    font-size: 20px;
  }
  .article-content p,
  .article-content li,
  .article-content blockquote {
    font-size: 20px;
  }
}
/* ================================================================== responsive full image ================================================================== */
@media screen and (max-width: 980px) {
  .article-content figure.left {
    float: none;
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 860px) {
  .article-content figure.wide {
    max-width: 720px;
    padding: 0;
  }
  .article-content figure.wide img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .article-content figure.full {
    overflow: hidden;
    margin: 0 auto 10px auto;
  }
  .article-content figure.full img {
    margin-left: -20%;
    min-width: 140% !important;
  }
}
@media screen and (max-width: 480px) {
  .article-content figure.full {
    overflow: hidden;
    margin: 0 auto;
  }
  .article-content figure.full img {
    margin-left: -30%;
    min-width: 160% !important;
  }
}
/* ================================================================== responsive wide blockquote ================================================================== */
@media screen and (max-width: 960px) {
  .article-content blockquote.wide {
    max-width: 100%;
    margin: 40px auto;
    font-size: 40px;
  }
  .article-content blockquote.wide p {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article-content blockquote.wide {
    max-width: 100%;
    margin: 30px auto;
    font-size: 30px;
  }
  .article-content blockquote.wide p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .article-content blockquote.wide {
    max-width: 100%;
    margin: 25px auto;
    font-size: 25px;
  }
  .article-content blockquote.wide p {
    font-size: 25px;
  }
}
/* ================================================================== responsive blockquote ================================================================== */
@media screen and (max-width: 768px) {
  .article-content blockquote {
    width: 90%;
    margin-left: 20px;
    margin-right: auto;
  }
}
/* ================================================================== responsive regular images ================================================================== */
@media screen and (max-width: 768px) {
  .article-content figure:not(.full) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ================================================================== responsive title ================================================================== */
@media screen and (max-width: 960px) {
  .the-article-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .the-article-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .the-article-title {
    font-size: 36px;
  }
}
/* ================================================================== responsive introduction ================================================================== */
@media screen and (max-width: 960px) {
  .article-introduction p {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .article-introduction p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .article-introduction p {
    font-size: 24px;
  }
}
/* ================================================================== responsive author + pubdate ================================================================== */
@media screen and (max-width: 600px) {
  .article-author {
    float: none;
  }
  .article-author-picture,
  .article-author-name,
  .article-date-pubdate,
  .article-date-contribution {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .article-author-name {
    padding-left: 8px;
    padding-top: 12px;
  }
  .article-date-pubdate {
    display: block;
    float: none;
    padding-left: 0;
  }
  .article-date-contribution {
    display: block;
    float: none;
    padding-left: 0;
  }
}
