/*****************************************************************************
	Override Bootstrap
*****************************************************************************/

ol, ul {
	margin-bottom: 0px;
}

@media (min-width: 1200px) {
	.container {
		width: 1080px;
	}
}

/****************************************************************************
	Color
****************************************************************************/

.sAs a,
.bSe a,
.cnt article a,
.sAs section[id*=recent-posts] li a:first-child,
.sAs section[id*=rss] li a:first-child {
	color: #008ec4;
}

::selection {
	background-color: #333;
	color: #FFFFFF;
}

::-moz-selection {
	background-color: #333;
	color: #FFFFFF;
}

header {
	background: #222;
}

#menu-top-menu-1 > li {
	padding: 10px 15px;
}

#menu-top-menu-1 li a {
	color: #aaa;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

#menu-top-menu-1 li a:hover {
	color: #fff;
	text-decoration: none;
}

#menu-top-menu-1 > li.join-menu {
	background: #0274be;
	border-radius: 5px;
}

#menu-top-menu-1 > li.join-menu a {
	color: #fff;
}

#menu-top-menu-1 > li.join-menu:hover {
	background: #fff;
}

#menu-top-menu-1 > li.join-menu:hover a {
	color: #222;
}

.top-menu2 {
	border-bottom: #E7E5E5 1px solid;
}

.top-menu2 ul {
	text-align: right;
	margin-bottom: 0;
}

.top-menu2 ul > li {
	display: inline-block;
	position: relative;
}

.top-menu2 li a {
	color: #999;
	padding: 10px;
	display: block;
}

.top-menu2 li a:hover {
	color: #222;
	text-decoration: none;
}

.top-menu2 li ul li {
	display: block;
	text-align: left;
	border: 1px solid #e7e5e5;
	margin: 0;
	border-top: none;
	background: #fff;
	z-index: 99;
	min-width: 200px;
}

.top-menu2 li ul li:first-child {
	border-top: 1px solid #e7e5e5;
}

.top-menu2 li ul {
	position: absolute;
	display: none;
	top: 100%;
}

.top-menu2 li:hover ul {
	display: block;
}

.top-menu2 .menu > li:hover {
	background: #e6e6e7;
}

.button-green {
	background-color: #0ACF99;
	border: 1px solid #0ACF99;
	margin: 0 auto;
	display: block;
	max-width: 250px;
	color: #fff !important;
}

.button-green:hover {
	color: #fff !important;
	background-color: #0B6AD9;
}

.page .wrp.cnt {
	margin-top: 60px;
}

.welcome-text {
	padding: 30px;
	border-radius: 3px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 30px 0;
}

.welcome-right-box {
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.welcome-title {
	text-align: center;
	margin: 10px 0px 30px 0px;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
}

.welcome-right-box .welcome-title {
	text-transform: uppercase;
}

.welcome-right-box p {
	text-align: center;
}

.welcome-button {
	margin: 20px 0 30px 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.welcome-button a {
	background: #FC6E51;
	padding: 10px;
	color: #fff !important;
	border-radius: 5px;
	width: 49%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.welcome-button a:hover {
	text-decoration: none;
	color: #a94442 !important;
}

.welcome-button .btn-login {
	background: #37BC9B;
}

.front-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 900;
}

.home-widget ul {
	list-style: none;
}

.home-widget ul li a:hover {
	text-decoration: none;
	color: #222;
}

.home-widget.widget_recent_entries ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.home-widget2 {
	padding: 30px;
	background: whitesmoke;
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.textwidget .resource {
	width: 32%;
	float: left;
	border: 1px solid #ddd;
	min-height: 120px;
	text-align: center;
	border-radius: 3px;
	margin-right: 2%;
	margin-bottom: 12px;
	display: table;
}

.valign {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}

.valign:hover {
	background: #fff;
}

.valign a {
	color: #333 !important;
}

.valign a:hover {
	text-decoration: none;
}

.valign i {
	font-size: 40px;
}

.textwidget .resource:nth-child(3),
.textwidget .resource:nth-child(6) {
	margin-right: 0;
}

.home2-form input {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
}

.home2-form input[type="submit"] {
	width: 200px;
	background: #333333;
	color: #fff;
}

.home2-form input[type="submit"]:hover {
	background: #f5f5f5;
	color: #333;
}

.home2-form form {
	margin-bottom: 30px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 30px;
}

footer .ftw .ttl {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.article-featured-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	max-height: 200px;
	overflow: hidden;
}

.article-featured-image img {
	height: auto;
}

.ljread-more {
	display: block;
	background: #008ec4;
	width: 130px;
	text-align: center;
	padding: 8px;
	margin-top: 15px;
	border-radius: 3px;
}

.bSe a, .cnt article a.ljread-more {
	color: #fff;
}

.ljread-more:hover {
	background: #76bee7;
}

.post-edit-link {
	color: #018ec4 !important;
	font-size: 14px;
}

.single-article {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.bSe .single-article .entry-title {
	font-weight: 700;
}

.bSe .single-article .entry-title a:hover {
	color: #018ec4;
}

.button-blue, .button-blue2, .button-green, .button-orange, .button-purple, .button-red, .button-yellow {
	color: #fff;
	padding: 5px 50px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 20px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.button-blue {
	color: #fff !important;
	background-color: #008dc4;
}

.button-blue:hover {
	background-color: #0A32CF;
}

li.categories ul {
	padding-left: 50px;
}

li.categories {
	margin: 100px auto;
}

.cnt article .sponsored-page-form p {
	margin-bottom: 20px;
}

.sponsored-page-form input,
.sponsored-page-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.sponsored-page-form select {
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 5px;
}

.sponsored-header {
	color: #fff;
	padding: 50px 0;
}

.sponsored-header h3 {
	color: #fff;
}

.sponsored-page-form input[type="submit"] {
	width: 200px;
	background: #333333;
	color: #fff;
}

.sponsored-page-form input[type="submit"]:hover {
	background: #f5f5f5;
	color: #333;
}

.sponsored-page-form form {
	margin-bottom: 30px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 30px;
}

.category-title {
	margin-top: 50px;
	border-bottom: 5px solid #f5f5f5;
	padding-bottom: 30px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
}

.loggedin-margin {
	margin-top: 60px;
}

.welcome-user {
	padding: 30px;
	background: whitesmoke;
	border: 1px solid #ddd;
	margin: 30px 0;
	display: table;
	width: 100%;
	border-radius: 3px;
}

.welcome-user-text,
.user-avatar {
	display: table-cell;
	vertical-align: middle;
}

.cnt .sAs .ttl {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
}

.single-links a {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
}

.single-links a:hover {
	text-decoration: none;
	color: #333;
}

footer .ftw {
	padding-top: 20px;
}

.cat-description {
	font-weight: 300;
	margin: 15px 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.cat-description .archive-title {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.cat-description.editor {
	text-align: left;
}

.cat-description .breadcrumb {
	background: none;
	padding: 0 0 30px 0;
	border-bottom: 5px solid whitesmoke;
}

/**************************************************
	Memberium Form
**************************************************/

#loginform {
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
	background: #e1e1e1;
	padding: 50px;
}

#loginform label {
	display: block;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	padding: 20px;
	width: 100%;
}

#loginform input[type="checkbox"] {
	margin-right: 7px;
	vertical-align: baseline;
}

#loginform input[type="submit"] {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 20px;
	width: 150px;
}

#loginform input[type="submit"]:hover {
	background: none;
	color: #333;
}

#loginform .login-submit {
	margin-bottom: 0;
}

.sAs section[id*=recent-posts].ezine-widget li:before {
	content: none;
}

#bbpress-forums li:before {
	content: none;
}

.bbp-topic-started-by img.avatar,
.bbp-topic-freshness-author img.avatar,
.bbp-forum-description img.avatar,
.bbp-topic-description img.avatar {
	display: none;
}

.srh input.search-field, .srh .search_field {
	height: 41px;
	border-radius: 3px 0 0 3px;
	font-family: Open Sans,sans-serif;
	font-size: 16px;
}

.search-page .srh input.search-field {
	border: 1px solid;
	border-radius: 3px;
}

.article-postmeta {
	margin: 15px 0px;
}

.article-postmeta .article-meta-date {
	font-weight: 600;
}

.order-box {
	background: #E6E6E6;
	padding: 10px 5px 10px 15px;
	border: 1px solid #a9a9a9;
}

.order-box-line {
	display: block;
	width: 80%;
	height: 1px;
	background: #a9a9a9;
	margin: 15px auto;
}

.non-memb-grp {
	padding: 20px;
	background: #d9edc2;
	border: 1px solid #b2ce96;
}

.bSe article .awr ul li, .bSe article .awr ol li {
	margin-bottom: 7px;
}

.single-meta-date {
	font-weight: 700;
	padding: 10px 0;
	display: block;
}
