/* Enter Your Custom CSS Here */

/*force same font for all posts and excerpts*/
div.entry-inner p {
    font-size: 18px !important;
    font-family: "Titillium", Arial, sans-serif !important;
}
div.entry.excerpt p {
    font-size: 16px !important;
    font-family: "Titillium", Arial, sans-serif !important;
}

/*restore italics after changes above*/
div.entry-inner p i {
    font-style: italic;
}

/* site header*/
div.group.pad {
    padding-bottom: 0 !important;
}
div.page-title.pad.group h2 {
    display: none !important;
}
div.page-title.pad.group {
    display: none !important;
}
h1.site-title, p.site-title {
    padding-bottom: 0;
}
h1.site-title a img, p.site-title a img {
    padding-top: 33px;
  border-style: solid;
    margin-top: 1px;
    width: 450px;
}

/*right justify header ad*/
#header > div > div > div {
    padding-right: 0;
}


/*Comment icon on images*/
.post-comments, .post-comments span:before, a.post-comments {
    border-right-color: #006653 !important;
  }
a.post-comments span, .post-comments {
    background-color: #006653 !important;
  }

/*comment icon on images for sidebar*/
i.fa.fa-comments-o {
    color: #ffffff;
}
a.post-comments span {
    color: #ffffff;
}

/*hyperlink in comments*/
div.comment-body p a {
    color: #009E81;
}

/*remove gap under post title on homepage*/
.post-title {
  margin-bottom: 2px;}

/*text color made darker on post pages*/
div.entry-inner blockquote, div.pad.group {
    color: #000000 !important;
}

/*link text color*/
div.entry-inner p a, p.post-byline a {
  color: #009e81 !important;
  
}

/*comments font*/
div.comment-body, div.comment-body p {
    font-size: 17px !important;
  color: #000000 !important;
}
cite.fn {
    font-size: 15px;
}

/*colored bars on top of sidebars*/
div.sidebar-top.group p {
    display: none;
}
div.sidebar-top.group {
    height: 15px;
    padding-bottom: 20px;
    background-color: #006653 !important;
}
a.sidebar-toggle {
    background-color: #009E7E !important;
}


/* failed attempt to force 3 columns on homepage without editing the theme file
.post-list .page { 
  width: 33% !important;
  float: left !important; }*/




/*hide slider arrows*/
ul.flex-direction-nav {
    display: none;
}

/*enlarge slider navigation boxes*/
ol.flex-control-nav.flex-control-paging li a {
    height: 10px !important;
}

/*darker excerpt font on homepage*/
div.entry.excerpt p {
    color: #7a7a7a;
}

/*captons for images*/
wp-caption-text {
    font-size: 15px !important;
    color: #000000 !important;
}

/*long list in a comment split into columns*/
#div-comment-473996 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}
