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

/******************** NEWS ********************/

#news-custom-style .pp-post-filters{
	padding-bottom: 10px;
}
#news-custom-style .pp-content-grid-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
#news-custom-style meta,
#news-custom-style div[itemscope],
#news-custom-style div.pp-content-grid-inner{
	flex-basis: 100%;
}
#news-custom-style div.pp-content-grid-inner{
	height: 0;
	width: 0;
}
#news-custom-style .pp-content-grid-title {
    max-width: 80%;
}
#news-custom-style .pp-content-post-grid.pp-css-grid{
	display: unset;
}
#news-custom-style .pp-content-post-meta{
	padding: 0;
}

@media only screen and (max-width: 620px) {
  #news-custom-style .pp-content-grid-title {
    max-width: unset;
  }
  #news-custom-style .pp-content-post-meta{
	padding-top: 10px;
  }
}

/******************** FINANCIAL REPORTS ********************/

#financial-custom-style .pp-content-grid-post .pp-content-post-data {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
}
#financial-custom-style .pp-content-post-grid.pp-css-grid {
    row-gap: 40px;
}
#financial-custom-style .pp-content-post-meta a,
#financial-custom-style .pp-content-post-meta a:hover{
	pointer-events: none;
	text-decoration: none;
}

@media only screen and (max-width: 620px) {
  #financial-custom-style .pp-content-post-grid.pp-css-grid {
    row-gap: 0px;
  }
}