/*
Theme Name: TrezCapital
Theme URI: https://www.trezcapital.com/
Author : Custom builder, the WordPress team
Author URI: https://www.trezcapital.com/
Description: Trezcapital
Version: 1.0.2022.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready
*/

.privacypolicy .rte h1 {
  font-size: 20px;
}

.page_banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25%;
}

.newsroom-content {
  margin-top: 25px;
}

.pagination > li > span{
  border: none;
}

.recent-trans-item .thumbnail img {
  object-fit:cover;
  width: 360px;
  height: 220px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.error_message {
  color: red;
}

.success_message {
  color: green;
  font-family: NotoSans;
  font-size: 12pt;
}

.container-narrow {
  max-width: 820px;
}

.newsroom-content .rte p{
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-size: 16px;
  color: #797a7a;
  line-height: 1.8;
}

.homepage-recent-transactions p{
  font-size: 14px;
  line-height: 1.3;
  color: #232D34;
}

