/*
 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;}
.post-navigation a:hover {color: #0064bc;}

.entry-content a:link {color: #1e73be; text-decoration: underline;}
.entry-content a:visited {color: #5f24ad;text-decoration: underline;}
.entry-content 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;
}

.entry-header .comments-link {
    display: block;
}

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;
}
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;
}
.addtoany_content { text-align:center; }
/* Column Classes
 * Width: 800px
 * Gutter: 20px
 * For Display Posts Shortcode
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1.66666666667%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49.1666666667%;
}
 
.one-third,
.two-sixths {
	width: 32.2222222222%;
}
 
.four-sixths,
.two-thirds {
	width: 66.1111111111%;
}
 
.one-fourth {
	width: 23.75%;
}
 
.three-fourths {
	width: 74.5833333333%;
}
 
.one-fifth {
	width: 18.6666666667%;
}
 
.two-fifths {
	width: 39%;
}
 
.three-fifths {
	width: 59.3333333333%;
}
 
.four-fifths {
	width: 79.6666666667%;
}
 
.one-sixth {
	width: 15.2777777778%;
}
 
.five-sixths {
	width: 83.0555555556%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}
}
