/*
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... */


/*
#front-page-grid .fl-post-grid{
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}


fl-post-grid-post{
	padding-right: 10px;
	margin: auto;  

}

#front-page-grid .fl-post-grid-text{

	padding: 0px;
}

*/



@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;
}

