/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Brandon Regular';
	color:#444;
}
@font-face {
    font-family: 'Brandon Regular';
    src: url('fonts/Brandon_reg.otf');
}
@font-face {
    font-family: 'Brandon Bold';
    src: url('fonts/Brandon_bld.otf');
}
@font-face {
    font-family: 'Minion Regular';
    src: url('fonts/MinionPro-Regular.otf');
}
@font-face {
    font-family: 'Minion Bold';
    src: url('fonts/MinionPro-Bold.otf');
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
.home-page .sidebar {
	display: none;
}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3 {
	font-family: 'Minion Regular', serif;
}
h1 {
	font-size:40px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*header*/
.containermenu {
    display: none;
    cursor: pointer;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.header {
	background-color: #009198;
	min-height: 50px;
	width:100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 9999;
	
}
body:not(.logged-in) #wpadminbar{
  display: none!important;
}
.logged-in .loginbutton {
  display: none;
}
.header .logo {
	float: left;
	
}

.header nav {
	float: right;
}
.header nav ul li {
	float: left;
	margin-right: 40px;
	list-style: none;
}
.header nav ul li a {
	font-size: 16px;
    padding: 35px 0;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
}
.breadcrumbs {
	margin-top: 200px;
}
.breadcrumbs,
.breadcrumbs a {
	color: #506466;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
}
.page-title {
	margin-top: 0;
  color: #0d8187;
}
main> .wrapper {
  min-height: 70vh;
}
/*Home Page*/
.home-page .banner {
	height: 450px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	display: table;
	margin-top: 65px;
}
.home-page .banner h1 {
	font-size: 40px;
}
.home-page .banner p {
	font-size: 20px;
	font-family: 'Brandon Bold',sans-serif;
}
.home-page .banner .content{
    display: table-cell;
    vertical-align: middle;
    padding: 0 28%;
}
.home-page #bbpress-forums ul.bbp-forums {
	border: none;
}
.home-page #bbpress-forums .bbp-header{
	display: none!important;
}
.home-page #bbpress-forums .bbp-search-form {
	display: none;
}
.home-page .bbp-footer {
	display: none;
}
.home-page .bbp-body > ul{
	display: inline-block;
    width: 29%;
    margin: 2%!important;
}
.home-page .bbp-body .bbp-forum-info {
	width: 100%;
	text-align: center;
}
.home-page .bbp-forum-content,
.home-page .bbp-forum-freshness {
	display: none;
}
.home-page .bbp-forum-title {
	color:#005F63;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
    display: block;
    font-family: 'Minion Regular', serif;
    text-align: left;
    padding:0 20px;
}
.home-page .bbp-forum-topic-count {
	width:50%;
}
.home-page .bbp-forum-topic-count:before {
	content: '\f0f6';
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 16px;
	color:#778688;
	margin-right: 10px;
}
.home-page .bbp-forum-topic-count:after {
	content:"TOPICS";
	display: inline-block;
	margin-left: 10px;
}
.home-page .bbp-forum-reply-count {
	width:50%;
}
.home-page .bbp-forum-reply-count:before {
	content: '\f0e5';
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 16px;
	color:#778688;
	margin-right: 10px;
}
.home-page .bbp-forum-reply-count:after {
	content:'POSTS';
	display: inline-block;
	margin-left: 10px;
}
.home-page #bbpress-forums li.bbp-body ul.forum, 
.home-page #bbpress-forums li.bbp-body ul.topic {
	background-color: #ffffff;
	border: solid 1px #D8DCDD;
	border-bottom: solid 3px;
    padding: 0 0 21px 0;
}
.home-page #bbpress-forums li.bbp-body ul.forum:hover, 
.home-page #bbpress-forums li.bbp-body ul.topic:hover {
	-webkit-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
}
.home-page .forum-featured-image {
	margin-top: -1px;
	background-color: #ECEEEE;
	height: 246px;
	width: 100%;
	display: block;
}
.forum-featured-image {
	display: none;
}
/*Home End */

/*Footer Start*/
footer {
	background: #2C3C3E;;
}
/*Footer End*/


#item-body .bbp-meta .bbp-reply-post-date {
	font-size: 16px;
	color: #778688;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	font-size: 16px;
	text-align: center;
	color: #506466;
	margin-top: 15px;
	font-weight:bold;
}
/*Group page start*/
#bbpress-forums p.bbp-topic-meta span {
	font-family:'Brandon Bold', sans-serif;
}
.single-item.groups main {
	margin-top: 120px;
}
.single-item.groups .bbp-template-notice,
.single-item.groups #item-header,
.bbp-topic-started-by .bbp-author-avatar,
.single-item.groups .bbp-footer {
	display: none;
}
.single-item.groups #bbpress-forums li.bbp-header {
	background: transparent;
	border: none;
}
.single-item.groups #bbpress-forums li.bbp-header {
    padding: 19px 0;
}
.single-item.groups #bbpress-forums li.bbp-body ul.topic {
	padding-left: 0;
  padding: 28px 0!important;
}
.single-item.groups #bbpress-forums li.bbp-body ul.forum, 
.single-item.groups #bbpress-forums li.bbp-body ul.topic,
.single-item.groups #bbpress-forums ul.bbp-lead-topic, 
.single-item.groups #bbpress-forums ul.bbp-topics, 
.single-item.groups #bbpress-forums ul.bbp-forums, 
.single-item.groups #bbpress-forums ul.bbp-replies, 
.single-item.groups #bbpress-forums ul.bbp-search-results {
	background: transparent;
	border-left:none;
	border-right: none;
}
.single-item.groups .forum-titles li {
	text-transform: uppercase;
}
.single-item.groups .bbp-topic-title .bbp-topic-permalink {
	color: #00767C;
	font-size: 25px;
	font-family: 'Minion Pro Bold';
}
.single-item.groups .bbp-topic-started-by,
.single-item.groups .bbp-topic-started-by a {
	text-transform: uppercase;
	color: #9DA8A9;
	font-size: 16px;
}
.single-item.groups .bbp-body .bbp-topic-reply-count,
.single-item.groups .bbp-body .bbp-topic-voice-count {
	font-size: 16px;
	padding: 20px 0;
}
.single-item.groups .bbp-body .bbp-topic-reply-count:before {
	content: '\f075';
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 16px;
	color:#778688;
	margin-right: 10px;
}
.single-item.groups .bbp-body .bbp-topic-voice-count:before {
	content: '\f007';
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 16px;
	color: #778688;
	margin-right: 10px;
}
.single-item.groups .bbp-topic-freshness-author,
.single-item.groups .bbp-body .bbp-topic-freshness {
	font-size: 16px;
}
.single-item.groups .bbp-topic-freshness-author img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: none!important;
	margin-right: 15px;
}
.single-item.groups .bbp-topic-freshness .bbp-author-avatar,
.single-item.groups .date-of-creation {
	float: left;
}
.single-item.groups .bbp-topic-freshness .bbp-author-name {
	display: block;
	font-weight: bold;
	margin-top: -13px;
	text-align: left;
    margin-bottom: -4px;
}
.single-item.groups li.bbp-topic-freshness {
	width: 17%;
}
.single-item.groups li.bbp-topic-title {
    width: 63%;
}
.single-item.groups .bbp-topic-form {
	display: none;
}
#topic-button,
#reply-button {
	display: none;
	text-transform: uppercase;
	padding: 10px 40px;
	background-color: #00ADB5;
	border-bottom: solid 3px #00767C;
	text-transform: uppercase;
	
	color: #ffffff;
}
.single-item.groups .bbp-pagination {
	display: none;
}
#subscription-toggle {
	float: right;
}
#subscription-toggle a,
#favorite-toggle a {
	text-transform: uppercase;
    padding: 10px 40px;
    background-color: #00ADB5!important;
    border-bottom: solid 3px #00767C;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
}
.single-item.groups #item-body h3 {
	display: none!important;
}
#bbp-search-form {
	margin-bottom: 40px;
	margin-top: 20px;
	display: block;
}
#bbp-search-form #bbp_search {
    margin-right: -3px;
}
#bbp-search-form #bbp_search_submit,
.bbp-submit-wrapper button {
	text-transform: uppercase;
    padding: 10px 40px;
    background-color: #00ADB5;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: solid 3px #00767C;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
}
#bbp-search-results .bbp-topic-post-date .bbp-author-avatar {
	display: none;
}
#bbp-search-results .bbp-topic-post-date .bbp-author-name,
#bbp-search-results .bbp-topic-post-date .bbp-author-name a {
	display: inline-block;
	color: #1badb4;
}
.bbp-author-ip {
	display: none;
}
#bbp-search-form input#bbp_search {
    height: 40px;
    width: 40%!important;
}
.forums.bbp-replies>li:not(.bbp-header):not(.bbp-body) {
	border-bottom: solid 1px #dddddd;
    margin-bottom: 60px!important;
    padding-bottom: 30px;
}
.forums.bbp-replies li .bbp-reply-header {
	padding-top: 40px;
}
#bbpress-forums div.odd, 
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header {
  background: transparent;
}
#bbpress-forums div.bbp-reply-header {
  padding-left: 131px;
  margin-bottom: -30px;
}
.bbp-reply-content p {
  font-family: 'Minion Regular', serif;
  line-height: 33px;
	font-size: 22px;
}
.bbp-reply-post-date {
  color:#778688;
  font-weight: bold;
}
/*Group page end*/

/*Topic page start*/
.group-forum-topic.single-item #bbpress-forums div.odd, 
.group-forum-topic.single-item  #bbpress-forums ul.odd,
.group-forum-topic.single-item #bbpress-forums div.bbp-reply-header {
	background: transparent;
}
.group-forum-topic.single-item .bbp-reply-content p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Minion Regular', serif;
}
.group-forum-topic.single-item .bbp-author-role {
	margin-top: -10px;
}
.group-forum-topic.single-item .bbp-reply-ip {
	display: none;
}
.group-forum-topic.single-item .bbp-author-name {
	color: #506466;
	font-size: 16px;
}
.group-forum-topic.single-item .bbp-reply-form {
	display: none;
}
#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}
/*Topic page end*/

/*Registration Page start*/
#buddypress .standard-form#signup_form div.submit {
  float: none;
}
#signup_form {
  border: solid 1px #cccccc;
  padding: 20px;
}
#buddypress .standard-form #basic-details-section {
  width:35%;
}
#profile-details-section {
  width:60%!important;
}
#profile-details-section .editfield {
  width:48%;
  display: inline-block;
}
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #basic-details-section input[type=email],
#buddypress .standard-form #basic-details-section input[type=text], 
#buddypress .standard-form #blog-details-section input#signup_blog_url {
  width:100%!important;
}
#signup_submit {
  text-transform: uppercase;
  padding: 10px 40px!important;
  background-color: #00ADB5!important;
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0!important;
  border-bottom: solid 3px #00767C!important;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff!important;
}
.register-section button {
  float: right!important;
  margin-right: 37px!important;
}
.register-section .field_youthrex-participation fieldset {
  max-width: 90%;
}
.register-section .field_youthrex-participation select {
  width: 100%!important;
  font-size: 15px;
}
#buddypress .standard-form #basic-details-section input[type=password], 
#buddypress .standard-form #basic-details-section input[type=email], 
#buddypress .standard-form #basic-details-section input[type=text], 
#buddypress .standard-form #blog-details-section input#signup_blog_url,
#buddypress .standard-form input[type=text] {
  font-size: 15px;
}
#buddypress .standard-form label, 
#buddypress .standard-form legend, 
#buddypress .standard-form span.label {
  font-size: 15px;
}
.field_youthrex-participation button {
  margin-right: 0!important;
}
.register-section button {
    padding: 4px 20px!important;
    background-color: #00ADB5!important;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
    border-bottom: solid 3px #00767C!important;
    display: inline-block;
    color: #ffffff!important;
}
/*Registration Page end*/

/*Members page */
#members-dir-search {
	display: none;
}
#bps_directory274 label {
	opacity: 0;
}

/*!!!!!! */
#bps_directory274 label:for[field_11_match_any] {
    opacity: 1;
    bottom: -37px;
    position: relative;
    left: 10px;
}
#field_11_match_any {

}
/*!!!!!! */
.pag-count {
	font-size: 16px;
	text-transform: uppercase;
}
.members #buddypress ul.item-list {
	border-top: none!important;
}
#bps_directory274 .button {
	background-color: #00ADB5!important;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
    border-bottom: solid 3px #00767C!important;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff!important;
    position: relative;
    bottom: -23px;
    padding-left: 30px;
    padding-right: 30px;
}
#bps_directory274 p {
	float: left;
	margin-right: 10px;
}
#bps_directory274 p label {
	font-size: 16px;
}
#bps_directory274 p input,
#bps_directory274 select {
	height: 50px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
#bps_directory274 .editfield {
	float: left;
}
.field_youthrex-participation select {
	display: none!important;
}
.field_youthrex-participation:hover select {
	display: block!important;
}
.groups-members-search,
#search-members-form,
#members-dir-search {
  width:100%;
}
#members-dir-search {
  margin: 20px 0!important;
  font-size: 18px;
}
.groups-members-search #members_search ,
#members_search{
  height: 40px;
  width: 40%!important;
}
.members #members-all {
	display: none;
}
.item-list-tabs#subnav {
	margin-top: -77px!important;
}
#buddypress div.item-list-tabs#subnav {
    margin: 60px 0;
}
select#members-order-by {
	border: none;
    background: transparent;
    text-transform: uppercase;
}
#buddypress div.dir-search input[type=text], 
#buddypress li.groups-members-search input[type=text] {
    padding: 1px 14px;
}
#members-order-select {
	border: 1px solid #D8DCDD;
	border-bottom: solid 5px #4A7C00;
    padding: 10px 15px;
	text-transform: uppercase;
	font-size: 15px;
}
#members-dir-list #pag-bottom .pag-count {
	display: none;
}
.groups-members-search #members_search_submit,
#members_search_submit {
  text-transform: uppercase;
  padding: 11px 40px!important;
  background-color: #00ADB5!important;
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0!important;
  border-bottom: solid 3px #00767C!important;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff!important;
  position: relative;
  top: -1px;
  left: -3px;
}
#member-list,
#members-list {
  padding: 29px 0!important;
}
#member-list li,
#members-list li {
  padding: 15px!important;
  display: block;
  float: left;
  width: 22.5%;
  margin-right: 3%!important;
  text-align: center;
  border: solid 1px #D8DCDD;
  border-bottom: solid 5px #D8DCDD!important;
  overflow: visible!important;
  margin-bottom: 25px!important;
  min-height: 400px;
}
#member-list li:nth-child(4n),
#members-list li:nth-child(4n) {
	margin-right: 0!important;
}
#buddypress span.activity {
  font-size: 14px;
  font-family: 'Brandon Regular',sans-serif;
  text-transform: uppercase;
}
#member-list li img.avatar,
#members-list li img.avatar {
	float: none!important;
	text-align: center;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
#members-list li:hover {
	-webkit-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.31);
}
#members-list .item-avatar {
	width: 75%;
	height: auto;
	margin: 30px auto 40px auto;
}
#member-list li h5,
#members-list li h5,
#members-list .item-title>a,
#members-list .item-title {
  font-size: 18px;  
  width:100%!important;
  margin:0 auto;
  font-family: 'Minion Bold', serif!important;
  color:#005F63;
}
#buddypress ul.item-list li div.item-title span {
  display: block;
}
#member-list li .item-title a {
	font-family: 'Minion Bold',serif;
}
#member-list li div.action,
#members-list li div.action {
  position: relative!important;
}
.friendship-button {
	text-align: center;
}
.friendship-button a {
	background-color: #2C3C3E!important;
}
.pending_friend a {
	background-color: #9DA8A9!important;
}
#member-list li div.action a,
#members-list li div.action a,
#member-list li div.action a:hover,
#members-list li div.action a:hover {
  font-size: 14px;
  color: #ffffff!important;
  border: none!important;
  margin: auto;
  text-transform: uppercase;
}
.activity-read-more {
  display: block;
  width: 80%!important;
  margin: 0 auto;
  position: relative;
}
.activity-read-more a {
  display: none;
  position: absolute;
  top: -22px;
  font-size: 7px!important;
  background-color: #00ADB5!important;
  width: 24px!important;
  height: 24px!important;
  border-radius: 50%;
  padding-top: 7px;
}
#members-list .update {
	display: none!important;
}
.update:hover  a {
  display: inline-block;
}
.footer {
  margin-top: 50px;
}
#pag-bottom {
  float: none!important;
  clear: both;
}
.bp-user #item-header {
	background-image: url('img/user-bg.png');
    padding: 25px;
}
.bp-user #post-mention {
	display: none!important;
}
.bp-user .user-nicename {
	color:#ffffff;
	font-size: 36px;
}
.bp-user #item-header .activity {
	color:#ffffff;
}
.bp-user #buddypress .generic-button a {
	background-color: #ffffff!important;
	color: #2C3C3E!important;
	border: none!important;
	border-bottom: solid 5px #2C3C3E!important;
	text-transform: uppercase;
}
/*Members page end*/

/*User Page Start */
.bp-user #item-header-avatar img {
  border-radius: 50%;
}
/*User Page End*/

/*Search Results start*/
.bbp-search .breadcrumbs,
.bbp-search .page-title:not(.real) {
	display: none;
}
.real {
	
}
.bbp-search .bbp-breadcrumb {
	margin-top: 200px;
	float: none!important;
	margin-bottom: 20px;
}
.bbp-search .bbp-pagination-count {
	font-size: 16px;
	text-transform: uppercase;
	color: #637577;
}
.bbp-breadcrumb a,
.bbp-breadcrumb,
.bbp-breadcrumb .bbp-breadcrumb-current {
	font-size: 16px;
	text-transform: uppercase;
	color: #506466;
}
.bbp-breadcrumb-sep {
	font-size: 25px;
	margin-left: 10px;
	margin-right: 10px;
	color: #D8DCDD;
}
#bbpress-forums ul.bbp-search-results {
	border: none!important;
	margin-top: 50px;
}
#bbp-search-results .bbp-topic-author,
#bbp-search-results .type-topic,
#bbp-search-results .bbp-footer,
#bbp-search-results .bbp-meta a,
#bbp-search-results .bbp-header,
#bbp-search-results .bbp-reply-author {
	display: none;
}
#bbp-search-results .bbp-topic-header {
	padding: 40px 0 55px 0;
}
#bbp-search-results .bbp-topic-title h3 a,
#bbp-search-results .bbp-topic-title h3,
#bbp-search-results .bbp-reply-title h3 a,
#bbp-search-results .bbp-reply-title h3 {
	color:#00767C;
	font-size: 28px!important;
}
#bbp-search-results .bbp-topic-title-meta {
	color: #3C5255;
	line-height: 33px;
	font-size: 22px;
	font-family: 'Minion Regular';	
}
#bbp-search-results .bbp-topic-post-date {
	 font-family: 'Brandon Bold';
	 color: #778688;
}
#bbp-search-results div.bbp-reply-header,
#bbp-search-results .bbp-reply-content {
	padding-left: 0!important;
	margin-left:0!important;
	padding-top: 40px;
}
#bbp-search-results div.bbp-reply-content {
	padding-bottom: 50px;
}
#bbp-search-results .topic-author,
#bbp-search-results div.reply {
	padding:0!important;
}

/*Search Results start*/

/*Mobile*/
@media (max-width:768px) {
  .breadcrumbs {
    margin-top: 75px;
  }
  #profile-details-section {
    width:100%!important;
  }
  #profile-details-section select {
    width:92%;
  }
  #buddypress .standard-form #basic-details-section {
    width:100%;
  }
  #profile-details-section .editfield {
    width:100%;
  }
	.wrapper {
		max-width: 100%;
		overflow: hidden;
	}
	.header .logo,
	.header .logo a {
		width: 100%!important;
	}
	.header nav {
		display: none;
	}
	.header nav ul {
		padding: 0;
		border-top: solid 1px #ffffff;
	}
	.header nav ul li {
		width: 100%!important;
	}
	.header nav ul li a {
		text-align: center;
		padding: 20px 0;
		border-bottom: solid 1px #ffffff;
	}
	.header nav ul li:last-child a {
		border: none;
	}
	.home-page .bbp-body > ul {
		width: 100%!important;
	}
	.containermenu {
		display: block;
		margin-top:20px;
		margin-right: 20px;
	}
	.home-page .banner {
		margin-top: 46px;
	}
	.home-page .banner .content {
		padding: 0 10%;
	}
	.header {
		min-height: 80px;
	}
	.header .logo {
		max-height: 100%;
	}
	.header .logo img {
		max-width: 80%;
	}
	#wpadminbar {
		display: none;
	}
	.home-page #bbpress-forums li.bbp-body ul.forum, 
	.home-page #bbpress-forums li.bbp-body ul.topic {
	    width: 96%!important;
	}
	.forum-featured-image img {
		max-width: inherit!important;
	}
}



