/* --- BLOG PAGE FIXES: Kaleidoscope Overcast --- */

/* "Add Post" button */
.WaGadgetBlog .AddPost a,
.WaGadgetBlog .AddPost a:link,
.WaGadgetBlog .AddPost a:visited {
    background-color: #007070 !important;
    color: #ffffff !important;
    border: 1px solid #007070 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.WaGadgetBlog .AddPost a:hover {
    background-color: #009999 !important;
    border-color: #009999 !important;
    color: #ffffff !important;
}

/* Three-dot (post icon) next to titles */
.WaGadgetBlog .BlogList .boxHeader .icon,
.WaGadgetBlog .BlogList .boxHeader .icon:before,
.WaGadgetBlog .BlogPostList .boxHeader .icon,
.WaGadgetBlog .BlogPostList .boxHeader .icon:before {
    background-color: #007070 !important;
    border-color: #007070 !important;
}

/* Pagination arrows + numbers */
.WaGadgetBlog .pageNumbers a,
.WaGadgetBlog .pageNumbers span {
    color: #007070 !important;
}
.WaGadgetBlog .pageNumbers a:hover {
    color: #009999 !important;
}
