/*
 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
*/
blockquote {
font-size:inherit;
font-style:normal;
color:inherit;
	margin-right:50px;
}
li#menu-item-80 {
float: right;
}

.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;}
.post-navigation .prev,
.post-navigation .next {
    font-size: 125%;
}
.addtoany_content { text-align:center; }

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

/*support for post meta */
.posted-on:before {content: "Posted ";}
.entry-meta .cat-links {display: inline-block;}
.entry-meta .cat-links:before {
    font-family: inherit;
    width: auto;
    font-size: inherit;
    margin: 0 5px;
}
.entry-meta {margin-bottom:10px;}
span.posted-on:after {
    content: " in";
}
.entry-meta .byline {display: none;}
.post-navigation .nav-previous {padding-bottom: 5px;}

/* 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;
}
function modify_formats($settings){
   $formats = array(
     'bold' => array('inline' => 'b'),
     'italic' => array('inline' => 'i')
    );
    $settings['formats'] = json_encode( $formats );
    return $settings;
}
h1.entry-title {margin-bottom:30px}
.nav-previous {padding-top:20px}
.prev {font-weight: bold;}
.next {font-weight: bold;}