/*
	Theme Name:  Millennial Money Man 2023
	Theme URI:   https://github.com/CultivateWP/Millennial-Money-Man/
	Author:      CultivateWP
	Author URI:  https://www.cultivatewp.com
	Update URI:  false
	Version:     0.0.6
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html


	BEFORE MODIFYING THIS THEME:
	Please commit your changes to GitHub (private repo): https://github.com/CultivateWP/Millennial-Money-Man/
	Devs, contact me if you need access
*/

.full-width-content .site-inner {
	padding-left: 0;
	padding-right: 0;
}

.full-width-content .entry-content > * {
	max-width: 100%;
	padding-left: 20%;
	padding-right: 20%
}

.full-width-content .entry-content > * + * {
    margin-top: 0;
}

.full-width-content .entry-content > * {
	transform: skewY(-3deg);
}
.full-width-content .entry-content > *:first-of-type {
	transform: none;
}

.full-width-content .entry-content > *:first-of-type > * {
	transform: none;
}

.full-width-content .entry-content > * > * {
	transform: skewY(3deg);
}

.full-width-content .about-image-container figure {
	    display: inline-block;
	    max-width: 50%;
}

.full-width-content .about-image-container img {
	    display: inline-block;
}

.full-width-content .about-image-container {
	padding-bottom: 0;
}
.full-width-content .about-image-container {
    display: flex;
    justify-content: space-between;
   }

.full-width-content .full-width-content .site-inner {
    padding: 0;
}