/*
 Theme Name:   Child
 Author:       arcie
 Author URI:   http://thisistrue.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/
/* =Theme customization starts here
----------------------------------- */

.post-navigation .nav-previous {
    color: #000000;
}
.post-navigation .nav-next {
    color: #000000;
}
.post-navigation a {color: #1e73be;}
.post-navigation a:link {color: #1e73be;}
.post-navigation a:visited {color: #5f24ad;}
.post-navigation a:hover {color: #0064bc;}

.wp-caption .wp-caption-text {
    font-size: 90%;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    opacity:1;
}
/*support for post meta */
.comments-link:before {display: none;}
.posted-on:before {content: "Posted ";}
.entry-meta .cat-links {display: inline-block;}
.entry-meta .cat-links:before {
    content: "in";
    font-family: inherit;
    width: auto;
    font-size: inherit;
    margin: 0 5px;
}
blockquote {
margin-right: 50px;
font-style:normal;
font-size:inherit;
}
.entry-meta .byline {display: none;}
.post-navigation .nav-previous {padding-bottom: 5px;}
.quotedstory {
  margin-left:35px;
  margin-right:35px;
  text-align:justify;
}
.quotedstory .slug {
  font-size:18pt;
  font-weight:bold;
  margin-bottom:10px;
}
.quotedstory .story {
  margin-top:10px;
}
.quotedstory .tagline {
  font-style:italic;
}

.entry li {
padding-top: 10px;
}
.comment-form-url {display:none;}

div.entry-content li {
  margin-bottom: 5px;
}
.posted-on:before {
    content: "Posted ";
}

.entry-meta .cat-links {
    display: inline-block;
}

span.posted-on:after {
    content: " in ";
}

.entry-meta .byline {
    display: none;
}
.header-image {width: 325px;}