/*
 Theme Name:   GP Child
 Theme URI:    http://www.thisistrue.com
 Description:  GeneratePress Child Theme
 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;}

/* Make prev/next navigation use normal paragraph styling */
.single .post-navigation .nav-previous,
.single .post-navigation .nav-next,
.single .post-navigation .hu-support-note {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-align: justify;
	color: rgb(10,10,10);
}

.single .post-navigation .hu-support-note {
	clear: both;
	margin-top: 1em;
}

.entry-content {text-align: justify;}

.listing-item .title {font-size:14px;color:#1e73be;}
.wp-caption .wp-caption-text {opacity:1;}

.entry-title {
text-align: center;
width: 100%;
}
.wp-caption .wp-caption-text {
    font-size: 90%;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    opacity:1;
}
.post-navigation .nav-previous {padding-bottom: 5px; padding-top: 15px;}
div.entry-content li {
  margin-bottom: 5px;
}
.header-image {width: 650px;}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote {
margin-right: 50px;
font-style:normal;
font-size:inherit;
}
.rt-reading-time {
  margin-bottom: 20px;
	text-align: right;
}
li#menu-item-148	 {
float: right;
}
/* Smooth ease-in & ease-out; keep lightbox unaffected because of selector scope */
img[class*="wp-image-"] {
  transition: transform .3s ease, box-shadow .3s ease;
}
img[class*="wp-image-"]:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 5px #999;
}
ul,
ol,
li {
	text-align: left;
}