/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Prettyprint
------------------------------------------------------------ */

pre.prettyprint{border: 0 !important;;border-radius:0;margin:30px 0 !important;padding: 20px !important; background:#f1f4f8}pre.prettyprint ol{padding:0 0 0 15px;margin:0}pre.prettyprint ol li{font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;margin:0 0 0 18px;padding-left:18px;border-left:3px solid #6ce26c;list-style:decimal;font-size:14px;line-height:20px}pre ol li.highlighttrigger{background-color:#dad7ff}.str{color:#080}.kwd{color:#008;font-weight:700}.com{color:#800}.typ{color:#606;font-weight:700}.lit{color:#066}.pun{color:#660}.pln{color:#000}span.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}@media print{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.pun{color:#440}.pln{color:#000}span.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}


/* General Site CSS
------------------------------------------------------------ */
p code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color:#f9f2f4;
  border-radius: 4px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.posted-on .updated {
    display: inline-block;
}
.posted-on .updated + .entry-date {
    display: none;
}
.posted-on .updated:before {
    content: "Last Updated: ";
}



/* Google Adsense
------------------------------------------------------------ */

.singleAdsTop{
  line-height: 1;
}
.singleAdsBottom{
	margin-top: 20px;
}



/* Primary Navigation
------------------------------------------------------------ */

.nav-aligned-right .main-navigation {
  margin-bottom: 20px;
}

/* Frontend Page
------------------------------------------------------------ */
.home.blog .site-content .site-main h1 {
  background: #fff;
  padding: 10px;
  font-size: 16px;
  color: #878787;
  font-style: italic;
}

/* Blog Posts Archives
------------------------------------------------------------ */

/* Pagination */
.paging-navigation{
  border: 1px solid #fff;
  background: #007bff;
  clear: both;
  line-height: 2;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 2%;
}
.nav-links {
    text-align: center;
}

.nav-links a,
.nav-links span{
	background: #007bff;
	padding: 5px 20px !important;
	color:#fff !important;
	display: inline-block;
}
.nav-links a:hover{
	background: #0909d1;
}

.nav-links .page-numbers.current{
	background: #0909d1;
}


/* Single Blog Post
------------------------------------------------------------ */

.below-title-meta {
  background: #f5f5f5;
  color: #727272;
  line-height: 1.7;
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom:20px;
  /*margin-left: -25px;
  margin-right: -25px;*/
}



.scriptInfo table{
  margin-bottom: 0;
}
.scriptInfo td,
.scriptInfo th{
  font-size: 14px;
  font-weight: 400;;
  padding: 10px;
  vertical-align: middle;
  word-spacing: 2px;
}
.scriptInfo th{
  font-weight: 600;
}

/*Demo Buttons*/
.scriptbtns{
	text-align:center;
}
.scriptbtns a {
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    background-color: #007bff;
    margin: 20px 12px;
    color: #fff;
    text-decoration: none;
    width: 100px;
    text-transform: uppercase;
}
.scriptbtns a:hover{
	background:#0909d1;
  color: #fff;
}


/* Related  Posts */
.entry-related {
  margin: 20px 0 -25px 0;
  padding: 25px 0 0 0;
}

.entry-related h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight:bold;
}
.entry-related h3 span {
  color: #2f4468;
}

.entry-related .hentry {
  display: inline-block;
  max-width: 340px;
  margin: 0 24px 25px 0;
}

.entry-related .hentry.last {
  margin-right: 0;
}
.entry-related .hentry .entry-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  display: table;
}

.entry-related .hentry .entry-title a:hover {
  color: #1565c0;
}

.entry-related .hentry .entry-meta {
  font-size: 13px;
}

.entry-related .hentry .thumbnail-link {
  float: left;
  width: 100px;
  margin: 0 15px 0 0;
}

.entry-related .hentry .thumbnail-wrap {
  height: auto;
  line-height: 0.8;
}

/* Sidebar - Widgets
------------------------------------------------------------ */

/* Featured widget */
.sidebar .widget:first-child {
	/*background-color: #1e88e5;
	color: #fff;*/
}
.sidebar .widget:first-child .widget-title,
.sidebar .widget:first-child a:not(.button) {
	/*color: #fff;*/
}
.sidebar .widget:first-child .entry-meta{
  margin-bottom: 0;
  /*color: #fff;*/
}

/* Widgets */
.sidebar .widget .widget-title {
    background:#F2F2F2;
    padding: 10px;
    margin-bottom: 15px;
}
.sidebar .widget{
  margin: 0;
}
.sidebar .widget ul > li {
  font-size: 13px;
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #E9E9E9;
}
.sidebar .widget ul > li a {
    font-size: 14px;
}

/* Tag Cloud Widget */
.widget_tag_cloud .tagcloud a,
.tagcloud a,
.tag-cloud-link {
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #666 !important;
  display: inline-block;
  font-size: 11px !important;
  margin: 0 2px 5px 0;
  padding: 2px 8px 2px 18px;
  position: relative;
  text-transform: uppercase;
}

.widget_tag_cloud .tagcloud a:hover,
.tagcloud a:hover,
.tag-cloud-link:hover {
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #222;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover:before,
.tagcloud a:hover:before,
.tag-cloud-link:hover:before {
  color: #035b8a;
}

.widget_tag_cloud .tagcloud a:before,
.tagcloud a:before,
.tag-cloud-link:before {
	font-size: 18px;
	color:
	#bbb;
	content: "•";
	position: absolute;
	left: 5px;
	bottom: -2px;
}

/* Google Adsense */
.widget-area .widget.widget_ad{
    background: 0 0;
    border: none;
    padding: 0;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
}

/* Posts with Thumbnail Widget */
.widget_posts_thumbnail ul li {
  margin: 0 0 15px 0;
  padding-bottom: 15px !important;
}

.widget_posts_thumbnail li:after {
  content: "";
  display: block;
  clear: both;
}

.widget_posts_thumbnail .entry-thumbnail {
  float: left;
}
.sidebar .widget_posts_thumbnail .thumbnail-wrap,
.sidebar .widget_posts_thumbnail .wp-post-image,
.sidebar .widget_posts_thumbnail img {
  width: 100px;
  height: auto;
}
.widget_posts_thumbnail .entry-wrap {
  display: table;
  line-height: 1.2;
}

.widget_posts_thumbnail .entry-wrap a {
  color: #444;
}
.widget_posts_thumbnail .thumbnail-wrap {
  float: left;
  margin: 0 12px 0 0;
  line-height: 0;
}

.widget_posts_thumbnail .entry-meta {
  font-size: 13px;
  margin-top: 5px;
}

/* Footer Area
------------------------------------------------------------ */
.site-footer {
  background: #343a40 !important;
	margin-top: 20px;
}

#menu-footer-menu {
	text-align:center;
}
#menu-footer-menu li{
	border-right: 1px solid #757575;
	display: inline-block;
	padding: 0 15px;
	line-height:1;
}
#menu-footer-menu li:last-child {
  border-right: none;
  padding-right: 0;
}
