/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



@media (max-width: @screen-xs-max) { 
		#nxt_pst_wrap{ display: none;}
}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { 
		#nxt_pst_wrap{ display: none;}
}


.bbp-button-link{
	background: #428bca;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #2d6ca2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


#bbpress-forums .bbp-forums-list li {
display: list-item !important;
font-size: 11px;
}

.forums-button{
	background-color: white;
    color: black;
}



.trending{
	font-size: 17px;
    line-height: 19px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #222;
    padding: 22px 0 20px;
    vertical-align: top;
}