/*!
Theme Name: BPMP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Responsive, lightning-fast and highly customizable wordPress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bpmp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BPMP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body .impact-sec .content-box p{
	line-height: 1.2;
} 

.post-content-wrapper .post-content-main .content-box ul{
	margin-bottom: 15px;
}
.post-content-wrapper .post-content-main .content-box ol, 
.post-content-wrapper .post-content-main .content-box ul, .page-template-default article ul, .page-template-default article ol{
		list-style: disc;
    margin-left: 20px;
}
.post-content-wrapper .post-content-main .content-box ul li, .page-template-default article li{
	margin-bottom: 10px;
}
body .post-content-wrapper .post-content-main .content-box h2{
	margin-bottom: 10px;
}
table td , table th{
		padding: 5px;
}
.page-template-default article h3{
		font-family: var(--ff-dosis);
		margin-bottom: 10px;
}
 .page-template-default article li{
 	font-weight: 500;
 }
 .page-template-default article ul, .page-template-default article ol{
 	margin-bottom: 20px;
 }
.page-template-default article {
    padding: max(140vw / var(--context), 100px) 0;
}

.page-template-default article a{
	text-decoration: underline;
}

body p, body .p{
	line-height: 1.2 !important;
}