/*
Theme Name: Super Minimal Child
Author: Brandon Eleuterio
Author URI:     https://eleuterio.org/
Template:     super-minimal
Description: A light-weight, simple, minimal blog template
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: super-minimal-child
Tags: blog, one-column, translation-ready, custom-background, footer-widgets, theme-options, custom-header
*/
/*
*
{
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

.jpg
{
    -webkit-filter: invert(0%) !important;
    -moz-filter: invert(0%) !important;
    -ms-filter: invert(0%) !important;
    -o-filter: invert(0%) !important;
    filter: invert(0%) !important;
}

#masthead > div:nth-child(1) > h1 {
	background: url(https://kby.za.net/wp-content/uploads/2020/05/The-Kimberley-Prospector-Diamond-Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position:center;
}
*/
.header-logo {
	height: 100%;
  max-height: 65px;
  width: auto;
	float: right;
	position: relative;
}
#masthead > div:nth-child(1) > h1 > a {
	font-size: 100%;
}
body {
  background-image: url('https://kby.za.net/wp-content/uploads/2020/05/The-Kimberley-Prospector-Diamond-Logo.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top 15px;
background-size: 20%;
}
@media (max-width: 700px) {
 CSS that should be displayed if width is equal to or less than 700px goes here */
body {
  background-image: url('https://kby.za.net/wp-content/uploads/2020/05/The-Kimberley-Prospector-Diamond-Logo.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top 15px;
background-size: 25%;
}
}
.post-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;	
}
.wpbdp_latestlistingswidget-3 section {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	text-align: center;
}
ul.wpbdp-listings-widget-list li {
    margin-right: 10px;
	margin-left: 10px;
	text-align: center; 
}
.wpbdp-listings-widget-list li {
 text-align: center;
 vertical-align: top;
 display:inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
}
.ultimeter_progressbar {
    margin-bottom: 25px;
}
#wpsm_counter_b_row_1335032 .wpsm_counterbox {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#wpsm_counter_b_row_1335032 .wpsm_counterbox .wpsm_count-icon {
    display: block;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin: 0 auto !important;
}
#wpsm_counter_b_row_1335032 .wpsm_counterbox .wpsm_count-title {
    font-size: 14px !important;
    font-weight: bolder;
    font-family: inherit !important;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 400;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.3em;
}
#wpsm_counter_b_row_1335032 .wpsm_counterbox .wpsm_number {
    margin-top: 0px !important;
	font-size: 12px !important;
	font-family: inherit !important;
	letter-spacing: 0px !important;
    line-height: 0.6em !important;
}
.custom-featured-image img {
width: 100%;	
}
.custom-featured-image-caption {
 font-size: 75%;
 font-style: italic;
}
.ultimeter_meter_progress.ultimeter_progressbar_progress{
background: #FFA500 !important;

}
@media screen and (max-width: 1300px) {
.custom-ad-sidebar-right {
display:none;
  }
.custom-ad-sidebar-left {
display:none;
  }
}