/*
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.
*/
/*Hopefully the status widget border colour
#freelance-status {
	border: 1px solid #F90202;
	font-weight: bold;
	text-align: center;
}*/
.awesome-weather-wrap {
	color: #a2a2a2;
	background: #1c1c1c;
}

.awesome-weather-current-temp {
	padding: 15px;
	width: 50%;
	float: left;
	font-size: 66px;
	color: #fff;
	line-height: 1em;
	font-weight: 300;
}

.tablepress thead th {
	background-color: #1c1c1c;
	font-weight: 500;
	vertical-align: middle;
}

/*FORUMS CUSTOMISING*/
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #000000;
}
#bbpress-forums div.odd, #bbpress-forums {
    background-color: #1d1d1d !important;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: #000000 !important;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 11px;
    text-transform: uppercase;
	font-style: normal;
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
    text-transform: uppercase;
}
#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    text-transform: uppercase;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: 2px;
}
li.bbp-forum-info, li.bbp-topic-title {
    text-transform: uppercase;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    text-transform: uppercase;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-transform: uppercase;
}
/*EVEN NUMBERED COMMENTS BACKGROUND*/
#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #2a2929 !important;
}
/*FOURM LOGIN PAGE*/
div.bbp-submit-wrapper {
    float: left;
}

.bbpressloginlinks {
    text-transform: uppercase;
}
/*HIDE REPLY*/
.bbp-topic-reply-link {
	display:none;
}
.bbp-reply-form, .bbp-topic-tag-form {
    clear: left;
    display: none;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    background-color: #1d1d1d !important;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #2a2929;
}

