/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.tags a {
	background: #61298A;
}

.tags a:after {
	background: #61298A;
}

a:hover,
a:active {
	color: #61298A;
	outline: none;
}

.recent-posts .cat-links a:hover {
	color: #61298A;
}

.entry-content a {
	font-weight: bold;
	color: #61298A;
}

.readmore_button a:hover {
	color: #61298A;
}

.widget h3.title-color-blue,
.wpzoom-featured-cat h3.title-color-blue a {
	background-color: #0078A3;
}

.widget h3.title-color-purple,
.wpzoom-featured-cat h3.title-color-purple a {
	background-color: #61298A;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-family: 'Merriweather', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #61298A;
	border: none;
	color: white;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}

.tags li {
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 35px 5px 0;
}

.entry-content ul li {
	list-style-type: disc;
}

.main-navbar .navbar-nav a {
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	padding: 10px;
}

.archive-title {
	font-size: 40px;
	margin: 10px 0 20px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: capitalize;
}

.widget .tabbernav li a:hover {
	color: #61298A;
}

.widget ul li {
	list-style-type: disc;
}