/*
Theme Name: EBAOffMarkets
Theme URI: https://easybuyer.com.au
Author: Tommy Segoro
Author URI: https://easybuyer.com.au
Description: EBAOffMarkets
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ebaoffmarkets

EBAOffMarkets WordPress Theme 2011-2025
EBAOffMarkets is distributed under the terms of the GNU GPL
*/



.blog-pagination {
	margin-top: 80px;
  }
  
  /* line 876, E:/161 Real estate/161_Real_state_html/sass/_blog.scss */
  .blog-pagination .page-link,
  .blog-pagination li
  {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px;
  }
  
  @media (max-width: 768px) {
	.blog-pagination .page-link,
	.blog-pagination li
	{
	  padding-left: 5px;
	  padding-right: 5px;
	  width: 100%;
	}
  }
  
  
  /* line 893, E:/161 Real estate/161_Real_state_html/sass/_blog.scss */
  .blog-pagination .page-link i, .blog-pagination .page-link span {
	font-size: 13px;
  }
  
  /* line 904, E:/161 Real estate/161_Real_state_html/sass/_blog.scss */
  .blog-pagination .page-item.active .page-link,
  .blog-pagination .page-item.active li a {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888;
	padding-top: 15px;
  }
  
  /* line 911, E:/161 Real estate/161_Real_state_html/sass/_blog.scss */
  .blog-pagination .page-item:last-child .page-link {
	margin-right: 0;
	padding-top: 15px;
  }
  
  .blog-pagination .fas
  {
	  padding-top: 15px !important;
  }

    
.dataTables_wrapper .paginate_button
{
  padding: 5px;
}

.dataTables_wrapper .paginate_button.active a,
.dataTables_wrapper .paginate_button.active a:link,
.dataTables_wrapper .paginate_button.active a:visited,
.blog-pagination .active a,
.blog-pagination .active a:link,
.blog-pagination .active a:visited
{
  background: black;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}