/**********************************************************
// Block >> Home >> Categories
**********************************************************/
.Block-Home-Categories {
	padding: 30px 20px;
	text-align: center;
	font-size: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1%;
	}

.Block-Home-Categories-Section {
	flex: 1;
	}

.Block-Home-Categories-Item {
	margin: 0 7px 30px 7px;
	width: 100%;
	max-width: 250px;
	display: inline-block;
	vertical-align: top;
	}

.Block-Home-Categories-Item a { display: block; }

.Block-Home-Categories-Image {
	width: 100%;
	height: 250px;
	background: #8C8B91;
	overflow: hidden;
	position: relative;
	z-index: 50;
	display: block;
	}

.Block-Home-Categories-Image:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Block-Home-Categories-Image span {
	transition: 0.2s transform ease-in-out;
	transform: scale(1);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Block-Home-Categories-Image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Block-Home-Categories-Item a:hover .Block-Home-Categories-Image span,
.Block-Home-Categories-Item a:focus .Block-Home-Categories-Image span { transform: scale(1.1); }

.Block-Home-Categories-Name {
	margin: 0 auto -14.4px auto;
	padding: 3px 5px 5px 5px;
	width: 90%;
	line-height: 1.3em;
	background: #347684;
	color: #FFF;
	transition: 0.2s background ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	display: block;
	position: relative;
	z-index: 100;
	top: -14.4px;
	}

.Block-Home-Categories-Item a:hover .Block-Home-Categories-Name,
.Block-Home-Categories-Item a:focus .Block-Home-Categories-Name { background: #A7D7CB; }

@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Block-Home-Categories { display: block; }
	.Block-Home-Categories-Section {
		margin: 0 1% 30px 1%;
		width: 31.3%;
		display: inline-block;
		vertical-align: top;
		}

	.Block-Home-Categories-Item {
		margin: auto;
		width: 100%;
		max-width: 160px;
		display: block;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{

}
