/*!
Theme Name: MPPI Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Wingfinger team
Author URI: https://wingfinger.co.uk
Description: A Kadence child theme for MPP international 
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: MPPI-kadence-child
*/
/* Theme customization starts here
-------------------------------------------------------------- */

/*Footer */
.footer-widget-area-inner.site-info-inner section p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/*Menu*/
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
	text-shadow: 0 0 7px black, 0 0 5px black !important;
}
/* book image positioning on latest and reports pages*/
.wp-site-blocks .category-financial-transactions-tax-report .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img, .wp-site-blocks .category-climate-damage-tax-report .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img, .wp-site-blocks .category-other-report .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img, .wp-block-kadence-query .wp-block-kadence-query-card .kb-query-grid-wrap * img {
  object-position: top;
}
/*Home page*/
.home-row figure.wp-block-image, .home-row figure.kb-image-is-ratio-size {
  margin-top: auto;
}

/*Swirls*/
.swirl1, .swirl2, .swirl3, .swirl4, .swirl5, .swirl6, .swirl7 {
  padding: 10px 10px 10px 10px;
	margin: 0 -10px 0 -10px;
}
.swirl1 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_x-small.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl2 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_small.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl3 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_medium.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl4 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_large.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl5 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_x-large.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl6 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_xx-large.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swirl7 {
  background: url('https://makepolluterspayinternational.org/live2025/wp-content/uploads/2025/11/MPPI-swirl_xxx-large.png');
	background-repeat: no-repeat;
  background-size: 100% 100%;
}




@media all and (max-width: 767px) {
	.wp-block-kadence-query-card5839_6dfe19-16.wp-block-kadence-query-card .kb-query-grid-wrap {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

/*floating logos*/
.wp-block-kadence-image.sop-float-logo {
  position: absolute !important;
  width: 200px;
  left: 0px;
  top: 40px;
}
/*Tables*/
.kb-table th {
  background-color: #3a9243;
}
/*PDF embeder spacing*/
.pdfemb-viewer {
	margin-top: 30px !important;
}