/*
 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:link {color: #1e73be; text-decoration: underline;}
.post-navigation a:visited {color: #5f24ad;text-decoration: underline; text-decoration-style: dotted !important;}
.post-navigation a:hover {color: #0064bc;cursor: pointer;}

.entry-content a:link {color: #1e73be; text-decoration: underline;}
.entry-content a:visited {color: #5f24ad;text-decoration: underline; text-decoration-style: dotted !important;}
.entry-content a:hover {color: #0064bc;cursor: pointer;}

.wp-caption .wp-caption-text {
    font-size: 90%;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    opacity:1;
}

.entry-header .comments-link {
    display: block;
}
hr {
align:center;
margin-left: auto;
margin-right: auto;
}
.entry-meta .byline {
    display: none;
}
blockquote {
margin-right: 50px;
font-style:normal;
font-size:inherit;
}
.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;
}
.widget ul li {
 text-indent: -1em;
 margin-left: 1em;
}
.comment-form-url {display:none;}
p.drop:first-letter {
font-size: 65px;
padding-right: 5px;
margin-top: -15px;
margin-left: -10px;
line-height: 1;
color: #000000;
float: left;
font-weight: bold;
text-shadow: 3px 3px 3px #aaa;
}
div.entry-content li {
  margin-bottom: 5px;
}
h4 { 
    margin-top: 1em;
    margin-bottom: .33em;
}
.grow img{
transition: 1s ease;
}
.grow img:hover{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: 1s ease;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
}
h1.entry-title {margin-bottom:30px}
.entry-meta {margin-top:0; margin-bottom:20px}
}
