/**********************************************************
// Block >> Posts >> Home
**********************************************************/
.Block-Posts-Home {
	padding: var(--80px) var(--20px);
	text-align: center;
	}

.Block-Posts-Home > h2 {
	padding: 0 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
	font-weight: 400;
	font-size: var(--14px);
	color: var(--Color-Slate-Blue);
	position: relative;
	z-index: 100;
	}

.Block-Posts-Home > h3 {
	padding: 0 !important;
	line-height: 1.3em;
	font-family: var(--Font-Serif);
	font-weight: 700;
	font-size: var(--50px);
	position: relative;
	z-index: 100;
	}

.Block-Posts-Home-Button { margin-top: var(--30px); }

.Block-Posts-Home-List {
	margin: auto;
	width: 100%;
	max-width: 75rem;
	font-size: 0;
	}

.Block-Posts-Home .slick-slide { padding: 0 var(--10px); }
.Block-Posts-Home .slick-dots {
	margin: auto !important;
	padding: 0 !important;
	bottom: -2.1875rem;
	}

.Block-Posts-Home .slick-dots li button:before {
	font-weight: 700;
	color: var(--Color-Gray);
	}

.Block-Posts-Home .slick-dots li.slick-active button:before { color: var(--Color-Cyan); }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Block-Posts-Home { padding: var(--30px) var(--20px); }
	.Block-Posts-Home-Button { display: none; }

	.Block-Posts-Home > h3 { line-height: 1.07em; }
}
