/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.gallery-columns-2 .gallery-item {
	width: 45% !important;
}

.gallery-columns-3 .gallery-item {
	width: 30% !important;
}

.gallery-columns-4 .gallery-item {
	width: 22% !important;
}

.not-wp-post-image {
	max-width: 60px !important;
	float: left;
	padding: 2px !important;
	border: none !important;
}

ul.nlposts-ulist li {
	border: none !important;
	padding: 1px 0 !important;
}

.nlposts-ulist-title {
	font-size: 14px !important;
	margin-bottom: 0;
}

.nlposts-ulist-container .thumbnails > li {
	float: inherit !important;
}

.nlposts-ulist-wtitle {
	font-size: 18px !important;
	color: #e0e0e0 !important;
	font-weight: inherit !important;
	text-transform: none !important;
	line-height: 0;
	margin: 0;
}

#slider .wp-post-image, #slider .entry-attachment {
	top: -30px !important;
}

.edit-comment-admin-links {
	margin-top: -15px;
	margin-bottom: 10px;
}

#sidebar {
	color: #222;
}

#sidebar .bbp_widget_login {
	color: #000 !important;
}

.button {
	color: #000;
}

#footer .button {
	color: #d54e21 !important;
}

#sidebar .bbp-logged-in .button, #footer .bbp-logged-in .button {
	float: right;
}

#sidebar img {
	width: 100%;
}

#sidebar .bbp-logged-in img.avatar, #footer .bbp-logged-in img.avatar {
	width: 40px !important;
	float: right;
}

#sidebar img.avatar, #footer img.avatar {
	width: 16px !important;
}

#sidebar a.rsswidget img {
	width: 14px !important;
}

#wrapper {
	box-shadow: 0 0 18px rgba(0,0,0,8) !important;
}

a:hover img {
	opacity: .85;
}

.slides {
	max-height: 350px;
}

.bbpress #content, .buddypress #content {
	width: 100% !important;
}

.bbpress #sidebar, .buddypress #sidebar {
	display: none !important;
}

#slider .entry-title {
	top: 12% !important;
	background: rgba(0,0,0,.55) !important;
}

.bbp-forums, .bbp-topics {
	list-style: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.bbp-footer {
	list-style: none !important;
}

.forum-titles {
	list-style: none !important;
	margin: 0 !important;
	width: 100% !important;
	font-weight: bold;
}

.bbp-forum-info, .bbp-topic-title {
	display: inline-block !important;
	width: 58% !important;
	vertical-align: top;
}

.bbp-forum-topic-count, .bbp-topic-voice-count {
	display: inline-block !important;
	width: 10% !important;
	vertical-align: top;
}

.bbp-forum-reply-count, .bbp-topic-reply-count {
	display: inline-block !important;
	width: 10% !important;
	vertical-align: top;
}

.bbp-forum-freshness, .bbp-topic-freshness {
	display: inline-block !important;
	width: 20% !important;
	vertical-align: top;
}

.bbp-forum-content {
	display: inline !important;
}

.bbp-admin-links {
	float: right;
}

.bbp-reply-post-date {
	float: right;
	padding-left: 10px;
}

.bbp-header, .bbp-body {
	list-style-type: none;
}

.bbp-header .bbp-reply-author {
	width: 15%;
	float: left;
	font-weight: bold;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
}

.bbp-header .bbp-reply-content {
	width: 85%;
	float: right;
	font-weight: bold;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
}

.bbp-footer .bbp-reply-author {
	display: none;
}

.bbp-footer .bbp-reply-content {
	display: none;
}

.bbp-reply-form {
	margin-top: 10px;
}

.bbp-reply-author {
	width: 15%;
	float: left;
	display: inline;
}

.bbp-reply-content {
	width: 85%;
	float: right;
	display: inline;
}

.bbp-topic-revision-log {
	font-size: x-small;
	list-style-type: none;
}

.bbPress ul {
	margin: 0 !important;
}

.bbPress .hentry {
	margin: 0 !important;
}

.bbp-body {
	list-style-type: none;
}

.bbPress form label {
	font-family: 'Droid Sans', serif !important;
}

.bbp-reply-form .bbp-admin-links {
	display: none;
}

.bbp-form legend {
	font-weight: bold;
}

.bbp-pagination {
	border-bottom: 1px solid #e5e5e5;
}

.bbPress button {
	padding: 5px 100px 6px;
	font-weight: bold;
}

.bbPress ul.bbp-forums-list {
	margin: 0 0 0 20px !important;
	list-style-type: none;
}

.bbpress .odd {
	background: #eee !important;
}

.one_fourth p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.menu-categories-menu-container ul, .menu-categories-menu-container ul li {
	margin: 0;
	list-style: none;
	overflow: visible !important;
	font-weight: bold;
}

.menu-categories-menu-container ul li {
	background-color: #151515;
	border-bottom: solid 1px gray;
	width: 100%;
	cursor: pointer;
}

.menu-categories-menu-container ul li:hover {
	background-color: #000000;
	position: relative;
}

.menu-categories-menu-container ul li a {
	padding: 5px 15px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}

.menu-categories-menu-container ul li ul {
	position: absolute;
	display: none;
}

.menu-categories-menu-container ul li:hover ul {
	right: 100%;
	width: 200px;
	top: 0;
	display: block;
}

.menu-categories-menu-container ul li ul li {
	background-color: #000000;
}

.menu-categories-menu-container ul li:hover ul li:hover {
	background-color: #000000;
}

.menu-categories-menu-container ul li ul li a {
	color: #ffffff;
	display: inline-block;
	width: 150px;
}

.menu-categories-menu-container ul li:hover ul li ul {
	position: absolute;
	display: none;
}

.menu-categories-menu-container ul li:hover ul li:hover ul {
	display: block;
	right: 100%;
	top: 0;
}

.menu-categories-menu-container ul li:hover ul li:hover ul li {
	background: #000000;
}

.menu-categories-menu-container ul li:hover ul li:hover ul li:hover {
	background: #000000;
}

.menu-categories-menu-container ul li:hover ul li:hover ul li a {
	color: #ffffff;
}

div.sharedaddy .sd-content {
	width: 100%;
}

iframe.twitter-tweet {
	width: 100% !important;
}

article.forum {
	width: 100% !important;
}

ul.forum, ul.topic {
	width: 95%;
}