/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body.is-reveal-open {
    overflow-x: visible;
}
#top-bar-menu .row, footer .row {
	max-width: 1185px;
}
body.bbpress main.main .page-header, body.bbpress main.main .bbp-breadcrumb  {
	max-width: 1044px;
	margin: 0 auto;
}
body.bbpress main.main .page-header {
	padding-left: 13px;
}
.bbp-breadcrumb {
	display: block;
	float: none !important;
}
.bbp-breadcrumb a, .bbp-breadcrumb span {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.forum-box {
	border-radius: 20px;
	border: 2px solid #ccc;
	display: block;
	text-align: center;
	padding: 30px 30px 90px;
	margin-bottom: 30px;
	position: relative;
	height: 480px;
}
.col {
  padding: 0 15px 0px !important;
}
#bbp_search, #bbp_search_submit, #search_support {
  border-radius: 6px;
}

.boverlay {
  transition: .5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  color: transparent;
  background: transparent;
}
.forum-wrap {
	position: relative;
}
.forum-box:hover .boverlay {
	background: #606064;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	border-radius: 18px;
}
.forum-box:hover .boverlay p {
	width: 80%;
	margin: 0 auto;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 19%;
}
#bbpress-forums {
	max-width: 1044px;
    margin: 0 auto;
    padding-left: 1px;
    font-size: 16px;
}
.forum-titles li, .bbp-replies li {
	text-transform: uppercase;
}
.bbp-forum-title {
	font-size: 22px;
}
.bbp-topic-started-by img, .bbp-topic-freshness-author img, .bbp-forum-description img, .bbp-topic-description img {
	display: none;
}
.bbp-topic-started-by, .bbp-topic-freshness-author {
	color: #e9bf0f;
}
.bbp-topic-started-by span {
	color: #656469;
}
.bbp-topic-description a:last-child, .bbp-forum-description a {
	font-weight: bold;
}
.bbp-reply-author a:first-child {
	display: block;
}
.bbp-reply-post-date {
	text-transform: capitalize;
}
div.bbp-template-notice p, .forum-titles li, .bbp-replies li, .bbp-topics a, .bbp-topic-started-by, .bbp-topic-freshness-author {
	font-size: 17px;
}
.bbp-reply-content {
	text-transform: initial;
}
/*
#bbp-search-form {
	padding-left: 15px;
	padding-right: 15px;
}
#bbp_search {
	border: 2px solid #ccc;
    width: 99% !important;
	float: left;
}
#bbp_search_submit {
	float: left;
	margin-left: 8px;
}
.bbp-search #bbp-search-form, .single-forum #bbp-search-form {
	padding-left: 0;
}
*/

.need-login-reg a {
	color: #ec1515 !important;
}
.login-register {
	margin-bottom: 20px;
    float: right;
    margin-top: 24px;
    display: inline-block;
}
.forum-title {
	display: inline-block;
}
.login-register a {
	color: #656469;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
a {
	color: #656469;
}
a:hover {
	color: #000;
}
.bbp-reply-content {
	text-transform: none !important;
}

.bbp-voting {
margin: 4px 0;
}
.bbp-topics {
border-radius: 10px;
}
.bbp-topic-title {
padding: 0px 0 1px 5px;
}



@media screen and (max-width: 1024px) {
	.forum-box {
		height: auto;
		padding: 30px;
	}
}
.forum-box h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #656469;
}
.view-forum {
	color: #fff;
	background: #f2cc2e;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
	.view-forum {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.bbp-forum-info > a > img {
	width: 62px;
	margin-right: 9px;
	float: left;
}
.bbp-forum-status-open {
border-left: #bda48e 5px solid;
}
.bbp-forum-status-open:nth-child(1) {
border-left: #b8b796 5px solid;
}
.bbp-forum-status-open:nth-child(2n+2) {
border-left: #95ad96 5px solid;
}
.bbp-forum-status-open:nth-child(3n+1) {
border-left: #778899 5px solid;
}
.bbp-forum-status-open:nth-child(4n+2) {
border-left: #9c8eaf 5px solid;
}
.bbp-header {
    border-radius: 6px 6px 0 0; 
}
#bbpress-forums ul.bbp-forums {
	border: 0px;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}