/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
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: blankslate

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


.matchboard
{
    border: solid 1px black;
    padding-bottom: 10px;
}

.gameplay h3
{
    color: #a2ec72;
}



.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: #a2ec72;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.whitebg
{
    background: #777777;
    padding: 20px;
}

.maincontent
{
    color: white;
}

.maincontent h1
{
    font-size: 30px;
    margin-bottom: 20px;
}

.maincontent h2
{
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.maincontent input[type=submit],
.maincontent button
{
    background: #a2ec72;
    color: black;
    padding: 10px;
}

.maincontent input[type=text],
.maincontent select
{
    padding: 10px;
    height: unset;
    color: black;
}

.maincontent table td,
.maincontent table th
{
  border: solid 1px white;
  padding: 5px;
}