/**************************

BBPress Forum custom styles 

**************************/

/*
 * Table of Contents
 *
 * 1.0 - Font Size & Styles
 * 2.0 - Breadcrumb
 * 3.0 - Search
 * 4.0 - Pagination
 * 5.0 - Topics & Replies
 * 6.0 - Rows & Columns
*/

/* 1.0 - Font Size & Styles */

/*#bbpress-forums {
	font-size: 3em;
}*/

div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 16px;
}

@media screen and (max-width: 940px) {
div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 14px;
}
}

.bbp-forum-info a {
    font-weight: bold;
	color: #2867B2;
    font-size: 18px;
}

.bbp-topic-permalink a, .bbp-topic-title a {
	color: #2867B2;
}

.bbp-forum-info a:hover, .bbp-topic-permalink a:hover, .bbp-topic-title a:hover {
	color: #FF8300;
}

@media screen and (max-width: 580px) {
.bbp-forum-info a, .bbp-forum-info a:hover, .bbp-topic-permalink a, .bbp-topic-permalink a:hover, .bbp-topic-title a, .bbp-topic-title a:hover {
    font-size: 16px;
}
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, #bbpress-forums p.bbp-topic-meta span {
    font-size: 14px;
}

@media screen and (max-width: 580px) {
.bbp-forum-content, .bbp-forum-freshness, .bbp-forum-topic-count, .bbp-forum-reply-count {
    font-size: 12px!important;
}
}

#bbpress-forums p.bbp-topic-meta span a {
    font-weight: normal;
}

#bbpress-forums p.bbp-topic-meta {
    margin: 0;
}

.bbp-forum-freshness a {
	font-weight: normal!important;
	font-weight: 14px;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-replies {
    font-size: 14px;
}

.bbp-pagination-count, #bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {
	font-size: 14px;
}

.button {
	background-color: #FFE36B;
    color: #6F5185;
}

.bbp-submit-wrapper .user-submit, .bbp-submit-wrapper .submit {
	padding: 0 3rem;
	height: 5rem;
    line-height: 4.6rem;
}

ul.forum-titles li.bbp-forum-topic-count, ul.forum-titles li.bbp-forum-reply-count, ul.forum-titles li.bbp-forum-freshness, ul.forum-titles li.bbp-topic-voice-count, ul.forum-titles li.bbp-topic-reply-count, ul.forum-titles li.bbp-topic-freshness {
  font-size: 0!important
}

ul.forum-titles li.bbp-forum-topic-count:before, ul.forum-titles li.bbp-forum-reply-count:before, ul.forum-titles li.bbp-forum-freshness:before, ul.forum-titles li.bbp-topic-voice-count:before, ul.forum-titles li.bbp-topic-reply-count:before, ul.forum-titles li.bbp-topic-freshness:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  padding-right: 3px;
  vertical-align: top;
  font-weight: 900;
}

ul.forum-titles li.bbp-forum-topic-count:before {
  content: "\f15c";
}

ul.forum-titles li.bbp-forum-reply-count:before {
  content: "\f086";
}

ul.forum-titles li.bbp-forum-freshness:before {
  content: "\f017";
}

ul.forum-titles li.bbp-topic-voice-count:before {
  content: "\f086";
}

ul.forum-titles li.bbp-topic-reply-count:before {
  content: "\f15c";
}

ul.forum-titles li.bbp-topic-freshness:before {
  content: "\f017";
}

.hidden, .js .hide-if-js, .no-js .hide-if-no-js, .hide-if-no-js {
    display: none;
}

.wp-editor-container {
    border: 0px!important;
}

#bbpress-forums input[type="email"],
#bbpress-forums input[type="number"],
#bbpress-forums input[type="search"],
#bbpress-forums input[type="text"],
#bbpress-forums input[type="tel"],
#bbpress-forums input[type="url"],
#bbpress-forums input[type="password"],
#bbpress-forums textarea,
#bbpress-forums select {
    padding: 8px 10px 10px!important;
    outline: none!important;
    color: #000000!important;
    font-family: "Open Sans", sans-serif!important;
    font-size: 1.6rem!important;
	line-height: normal!important;
    border: 1px solid #d3d3d3!important;
	height: 40px!important;
}

#bbpress-forums input[type="email"]:focus,
#bbpress-forums input[type="number"]:focus,
#bbpress-forums input[type="search"]:focus,
#bbpress-forums input[type="text"]:focus,
#bbpress-forums input[type="tel"]:focus,
#bbpress-forums input[type="url"]:focus,
#bbpress-forums input[type="password"]:focus,
#bbpress-forums textarea:focus,
#bbpress-forums select:focus {
  color: #000000!important;
  border: 1px solid #000000!important;
}

#bbp_topic_tags, #bbp_topic_title {
	width: 100%
}

.button {
    background-color: #272727;
    color: #fff;
}

div.bbp-submit-wrapper {
    float: left;
    clear: both;
}

/* 2.0 - Breadcrumb */

div.bbp-breadcrumb {
    padding-bottom: 15px;
}

.forum-archive div.bbp-breadcrumb {
    display:none
}


/* 3.0 - Search */

#bbpress-forums #bbp-search-form input[type="text"] {
    height: 4.7rem!important;
	margin: 0 -4px 0 0;
	line-height: 4.3rem!important;
    padding: 0 1.2rem!important;
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
	width: 320px
}

#bbpress-forums #bbp-search-form input[type="submit"] {
    display: inline-block;
    border: 0 solid #272727;
	margin: 0;
	height: 4.7rem;
    line-height: 4.3rem;
}

#bbpress-forums div.bbp-search-form {
  vertical-align: top;
}

@media screen and (max-width: 940px) {
#bbpress-forums div.bbp-search-form {
    margin-bottom: 20px
}
	
#bbpress-forums div.bbp-search-form {
    float: left;
	width: 100%
}
	
#bbpress-forums #bbp-search-form input[type="text"] {
    height: 5rem;
	line-height: 4.6rem;
    padding: 0 1rem;
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
	width: 360px
}

#bbpress-forums #bbp-search-form input[type="submit"] {
    height: 5rem;
	line-height: 4.6rem;
}
}

@media screen and (max-width: 767px) {
#bbpress-forums #bbp-search-form input[type="submit"] {
    height: 5rem;
	line-height: 4.6rem;
	padding: 0 1.8rem;
	width:100px;
}
	
#bbpress-forums #bbp-search-form #bbp_search {
	width: calc(100% - 100px);
	margin-top:10px
}
}

@media screen and (max-width: 580px) {
#bbpress-forums #bbp-search-form #bbp_search, div.bbp-search-form button, div.bbp-search-form input  {
    padding: 6px;
}
	
div.bbp-search-form input {
    margin-top: 6px;
}
}

@media only screen and (max-width: 1200px) {
form {
    margin-bottom: 2rem;
}
}

/* 4.0 - Pagination */

.bbp-pagination-links {
	margin-top: 0;
}

#bbpress-forums .bbp-topic-title .bbp-topic-pagination, #bbpress-forums .bbp-pagination-links a, .bbp-pagination {
    margin-top:0
}

/*#bbpress-forums .bbp-pagination-links span.dots {
    margin-top:-7px
}*/

#bbpress-forums .bbp-pagination-links a {
	background-color: white
}

.page-numbers {
    margin: 0px 2px 0 0;
}

/* 5.0 - Topics & Replies */

#bbpress-forums div.bbp-the-content-wrapper input[type=button] {background-color: transparent!important; color: #000!important; font-family: aktiv-grotesk, sans-serif;}

.bbp-reply-content, span.bbp-admin-links, .bbp-reply-header a.bbp-reply-permalink {
	margin-top:0;
}

/* 6.0 - Rows & Columns */

#bbpress-forums .bbp-header {
	font-weight: bold
}

#bbpress-forums li, #bbpress-forums ul {
    padding-left: 0;
}

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

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #f8f8f9;
}

#bbpress-forums div.reply {
    background-color: #fff;
}

#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    background: #0A2240;
	color: white;
}

.forum-titles li {
	font-family: museo-sans-display, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#bbpress-forums li.bbp-header {
    padding: 20px 18px;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 20px 18px;
}

@media screen and (max-width: 800px) {
li.bbp-forum-freshness {
    text-align: right;
}	
}

.advanced-search-link {
	clear: both;
	text-align: right;
}

li.bbp-forum-info, li.bbp-topic-title {
    width: 60%;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 17%;
}

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