/*Daniel added the classes below.*/

.next-steps-text {
    font-family: lato;
    font-size: medium;
    line-height: 150%;
}
.next-steps-name {
    font-family: lato;
    font-size: large;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 0.5em;   
        }
.next-steps-list {
    font-family: lato;
    font-size: medium;
    line-height: 150%;
    margin-bottom: 0.5em;   
}
.aesop-quote-type-block {
  font-size: small;
}
._ednref {
  font-size: x-small; 
  font-family: lato;
  vertical-align: top;
}
._edn {
    font-family: lato;
    font-size: medium;
    line-height: 125%;
    margin-bottom: 0.5em;  
}
.foundation-blurb {
  width: 600px; 
  padding: 30px; 
  color: #C00000; 
  font-family: Lato;
  font-size: x-large;
  line-height: 150%;
  margin-left: auto;  
  margin-right: auto;
  margin-top:30px;
  margin-bottom:30px;
  border-style: solid;
  border-width: 6px;
  border-color: #C00000;
}
.quotebox {
  width: 600px; 
  padding: 30px; 
  background-color: #C00000;
  color: #FFFFFF; 
  font-family: Lato;
  font-size: large;
  line-height: 150%;
  margin-left: auto;  
  margin-right: auto;
  margin-top:30px;
  margin-bottom:30px;
}
.quotebox-name {
  font-family: Lato; 
  font-size: medium; 
}
li {
  margin-bottom: 0.5em
}
h3 {
  font-family: Lato;
  font-weight: bold;
  font-size: x-large; 
    letter-spacing: 1px;
    color: #C00000;
}
h4 {
  font-family: Lato;
  font-size: x-large; 
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  color: #C00000;
}
.indented-quote {
  padding-left: 60px;
  padding-right: 60px;
}
.h-other-pages {
  color: #000000;
}

/* END DANIEL EDITS */


.novella-chapter-nav li a {
    font-size: 0.7rem !important;
}

.aesop-article-chapter-wrap .aesop-cover-title {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-family: lato, sans-serif;
  color: #C00000;
  
}
.aesop-article-chapter {
  min-height: 0!important;
}
.modal i.close.icon {
    z-index: 9999999999 !important;
    position: relative;
}

.ninja-forms-form-wrap {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ui.modal {
    overflow: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    max-width: 100%;
    width: 100%;
    padding: 50px 25px 50px 25px;
}
.modal-backdrop.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}


/*.ninja-forms-required-items {
    background: #C33939;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}*/
.novella-adjacent-posts {
    display: none !important;
}
section#novella-read-more {
    display: none !important;
}
.novella-entry-cats {
    display: none !important;
}
span.novella-entry-author {
    display: none !important;
}

@media only screen and (min-width:980px) {

}

