/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:https://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.2
Created:December 2014
License URI:https://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.weight-500 {
	font-weight: 500;
}

.blogpost {
	margin-bottom: 20px;
}

.page-numbers {
	padding: 6px 12px;
	background-color: #5dab2c;
	color: #fff;
	border-radius: 26px;
	border: 2px solid #5dab2c;
	text-decoration: none;
}

.page-numbers.current {
	padding: 6px 12px;
	background-color: #FFF;
	color: #5dab2c;
	font-weight: 500;
	border-radius: 26px;
	border: 2px solid #5dab2c;
	text-decoration: none;
}

.page-numbers:hover {
	padding: 6px 12px;
	background-color: #509a21;
	color: #fff;
	border-radius: 26px;
	border: 2px solid #509a21;
	text-decoration: none;
}

.page-numbers.current:hover {
	padding: 6px 12px;
	background-color: #FFF;
	color: #5dab2c;
	font-weight: 500;
	border-radius: 26px;
	border: 2px solid #5dab2c;
	text-decoration: none;
}

.pagination {
	margin-top: 0px;
}

.header-top.colored a {
	text-decoration: none;
}

.header-top.colored a:hover {
	color: #cef9b3;
	text-decoration: underline;
}

.transparent-header .header:not(.dark) .navbar-nav > li.open > a, .transparent-header .header:not(.dark) .navbar-nav > .current_menu_item > a,
.transparent-header .header:not(.dark) .navbar-nav > li.open > a, .transparent-header .header:not(.dark) .navbar-nav > .current_page_item > a {
	color: #5dab2c !important;
}

