/**********************************************************
// Post >> Gutenberg Alignment
**********************************************************/
.post p.has-background {
	margin: .75em 0;
	padding: 15px 25px;
	}

.post .alignwide {
    margin-left: -80px;
    margin-right: -80px;
	}

.post .alignfull > img { width: 100vw; }
.post .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
	}

/*.post > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 900px;
	}*/

@media
all and (max-width: 1200px),
all and (max-device-width: 1200px)
{
	.post .alignwide {
	    margin-left: auto;
	    margin-right: auto;
		}
}

/**********************************************************
// Post >> Lists
**********************************************************/
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 { padding: 10px 0; }

.post ol,
.post ul { padding: 10px 0 10px 20px; }
.post ol { list-style-type: decimal; }
.post ul { list-style-type: disc; }

.post li {
	margin: 5px 0;
	padding-left: 2px;
	line-height: 1.5em;
	position: relative;
	}

.post > p:not(.alignwide):not(.alignfull):not(.is-style-wide):last-child { margin-bottom: 60px; }

/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin: 40px auto 0 auto;
	text-align: center;
	}

.Post-Nav nav > h2 { display: none; }

.Post-Nav .page-numbers {
	margin: 5px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	}

.Post-Nav a.page-numbers:hover,
.Post-Nav a.page-numbers:focus { color: #9A9EA8; }
.Post-Nav .page-numbers {
	text-decoration: none;
	color: #F0A794;
	}

.Post-Nav .page-numbers.current {
	background: #F0A794;
	color: #FFF;
	}

.Post-Nav .next,
.Post-Nav .prev { width: auto; }
.Post-Nav .next { margin-left: 15px; }
.Post-Nav .prev { margin-right: 15px; }

.Post-Nav .next span,
.Post-Nav .next i,
.Post-Nav .prev span,
.Post-Nav .prev i {
	display: inline-block;
	vertical-align: middle;
	}

.Post-Nav .next i,
.Post-Nav .prev i {
	font-size: 20px;
	position: relative;
	top: -1px;
	}

.Post-Nav .next i { margin-left: 10px; }
.Post-Nav .prev i { margin-right: 10px; }

/**********************************************************
// Entry
**********************************************************/
.Entry-Header {
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #9A9EA8;
	}

.Entry-Header h1 {
	padding: 0 !important;
	font-size: 45px;
	}

.Entry-Header h2 {
	margin: 10px auto 0 auto;
	padding: 0 !important;
	font-weight: 700;
	font-size: 14px;
	color: #9A9EA8;
	}

.Entry-Thumb img { width: 100%; }
.Entry-Thumb {
	margin: 20px auto 0 auto;
	line-height: 0;
	font-size: 0;
	}

.Entry-Header .Social-Share { margin: 30px auto 0 auto; }
.Entry-Main { padding: 20px 0; }
.Entry-Share {
	margin: 20px auto 0 auto;
	text-align: center;
	}

/**********************************************************
// Entry >> Convo
**********************************************************/
.Entry-Convo {
	margin: 20px auto 0 auto;
	padding: 20px 25px 20px 30px;
	background: #F7F6F1;
	text-align: center;
	}

.Entry-Convo-Left {
	margin-top: 15px;
	display: inline-block;
	float: left;
	}

.Entry-Convo-Left i,
.Entry-Convo-Left span {
	display: inline-block;
	vertical-align: middle;
	}

.Entry-Convo-Left i { font-size: 36px; }
.Entry-Convo-Left span {
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #343432;
	}

.Entry-Convo-Button {
	padding: 20px 30px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	background: #F0A794;
	color: #FFF;
	display: inline-block;
	float: right;
	}

.Entry-Convo-Button:hover,
.Entry-Convo-Button:focus {
	background: #9A9EA8;
	color: #FFF;
	}

/**********************************************************
// Entry >> Divider
**********************************************************/
.Entry-Divider {
	margin: 30px auto;
	border-top: 1px solid #9A9EA8;
	}

@media
all and (max-width: 500px),
all and (max-device-width: 500px)
{
	.Entry-Convo-Left {
		margin: auto;
		display: block;
		float: none;
		}

	.Entry-Convo-Button {
		margin: 20px auto 0 auto;
		float: none;
		}
}
