/* Linton Hale            */
/* linton@yourwebdawg.com */

/* Make links underlined when hovered */
p a:hover, li a:hover {
    text-decoration: underline;
}




/* Make post titles bigger and bold */
.wpnbha .entry-title a {
    font-size: 20px!important;
    font-weight: 700;
}

/* HOME PAGE */
/* Links in Featured Posts on homepage */
.cat-links a:hover {
    color: #fff;
}
/* Title in Featured Posts on homepage 
.wpnbha.ts-2 .entry-title {
    font-size: 0.2em!important;
}
h3 {
	font-size: 1px!important;
}

/* Paragrahs in Featured Posts on homepage */
#post-4263 .tag-featured p {
    color: #fff!important;
	font-weight: 600;
	line-height: 1.2;
}

/* ALL CATEGORIES PAGE */
/* remove underline on links */
#post-2377 a {
    text-decoration: none!important;
}


/* SINGLE CATEGORY PAGE */
/* Page header */
body.archive .ast-archive-description {
    background-color: #10ace5;
}
.ast-archive-title {
    color: #ffffff;
    font-weight: 700 !important;
}
/* Category links */ 
.ast-blog-single-element.ast-taxonomy-container a {
    color: #10ace5;
    text-transform: uppercase;
}
/* Make title bold */
.entry-title a {
    font-weight: 700;
}


/* BLOG POST */
/* make body of page wider */
.ast-narrow-container .site-content > .ast-container {
        max-width: 1200px;
}

/* Related posts at bottom of single posts */

.jp-relatedposts {
	display: none!important;
}
/*
#jp-relatedposts h3.jp-relatedposts-headline em {
    font-size: 20px;
    color: white;
	margin-bottom: 50px!important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 5em 0;
}
#jp-relatedposts {
    background-color: #10b0e6;
	  padding: 2em;
    margin: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1!important;
    opacity: 1!important;
    max-width: 100% !important;
    color: #FFFFFF;
}
#jp-relatedposts h3.jp-relatedposts-headline em::before {
    border-top: 0;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: white;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 1em;
}
*/