/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Landing page content heading 3 **/
#landing-page-content h3 {
	padding-top: 1.25em !important;
	padding-bottom: .6em !important;
}
/**
/** General >> Main content heading 2 _2 **/
#main-content h2 {
	padding-bottom: 1.25em !important;
}

/** General >> Heading 2 **/
.entry-content>h2.wp-block-heading {
	padding-bottom: 0 !important;
}

/** General >> Heading 2 _3 **/
#main-content h2 {
	padding-top: 0.5em !important;
	padding-bottom: 0.25em !important;
}
**/

/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Et pb image wrap image **/
	.lp__bio__img > .et_pb_image_wrap > img {
	border-radius: 10px !important;
}

	/** General >> Heading 2 **/
	.entry-content>h2.wp-block-heading {
	padding-bottom: 0 !important;
	margin-top: 1.25em !important;
	margin-bottom: 0.6em !important;
}

	/** General >> Podcast subscribe **/
	.podcast-subscribe {
	padding: 1em !important;
	margin-top: 1em !important;
	margin-bottom: 2em !important;
	border: 1px solid #b8d2ee !important;
	border-radius: 12px !important;
}
.podcast-subscribe>h2.wp-block-heading {
	margin-bottom: 1em !important;
}
.secondline-psb-subscribe-inline {
	margin-bottom: 2em !important;
}

	/** General >> Whatever **/
	#landing-page-content .whatever {
	padding-bottom: 0.5rem !important;
}

	/** General >> List item (#2) +2 more **/
	li.landing_page {
	font-size: 1rem !important;
	padding-bottom: 0.75rem !important;
	padding-left: 1.1rem !important;
}

	/** General >> List item (#1) +4 more **/
	.landing-page li:nth-of-type(1), 
.landing-page li:nth-of-type(2), 
.landing-page li:nth-of-type(3), 
.landing-page li:nth-of-type(4), 
.landing-page li:nth-of-type(5) {
	text-align: left !important;
}

	/** General >> Unordered list **/
	#landing-page-content ul {
	text-align: left !important;
	list-style-position: outside !important;
}

}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Main content heading 2 _3 **/
	.mtp-270557 #main-content h2 {
	font-size: 1.3em !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Main content heading 2 _2 **/
	#main-content h2 {
	font-size: 1.25em !important;
}

	/** General >> Heading 2 span **/
	.mtp-270557 h2 > span {
	padding: 0 .25em 0 .25em !important;
	margin: 0 auto 0 auto !important;
}

}