/*
Theme Name: Brad Hussey Blog
Theme URI: http://underscores.me/
Author: Brightside Studios, Inc.
Author URI: http://brightsidestudios.ca
Description: Custom
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brightsidestudios
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Brightside Studios is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


aside .widget ul {
	padding: 15px;
    list-style: none;
    background-color: #f8f9fa;
    background-size: cover !important;
    background-position: bottom center;
}

.popular-posts ul,
.widget_categories ul {
	background-image: url('http://localhost:8888/brightsidestudios/img/widget-bg.png');
}

.current_page_item a,
.current_page_item a:link,
.current_page_item a:visited, 
.current_page_item a:hover {
	background: rgba(255, 255, 255, 0.1);
    color: #4d92c1!important;
}

.posted-on time {
	display: inline;
	color: #c1c6cb;
}

.blog .post-footer .btn.btn-default,
.blog .post-footer .btn.btn-default:link,
.blog .post-footer .btn.btn-default:visited {
	color: #fff;
}

.single-product footer nav li#menu-item-1754 a {
	color: #4d92c1!important;
}
