body.full-width-content .categories-page-wrapper .categories-page {
	width: 100%;
	max-width: 100%;
}
.categories-page-wrapper h3.widget-title,
.archives-page h3.widget-title {
	text-transform: uppercase;
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
	border-right: solid 1px #F7F3F2;
	line-height: 100%;
}
.categories-page-wrapper .view-all-archives,
.archives-page .view-all-archives {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	line-height: 100%;
	position: relative;
	top: -2px;
}
.categories-page h3 a {
	color: initial;
}
.grid-row.categories-page .four-row {
	width: 23.5%;
	margin-right: 2.5%;
}
.grid-row.categories-page.archives-page .four-row {
	margin-right: 2%;
}
.grid-row.categories-page .style-excerpt {
	width: 48%;
	margin-right: 2.5%;
	float: left;
}
.grid-row.categories-page .style-excerpt,
.grid-row.categories-page .style-grid {
	margin-bottom: 0;
	padding-bottom: 0;
}
.grid-row.categories-page .four-row.last-in-row {
	margin-right: 0;
}
.categories-page img {
	display: block;
}
.categories-page-wrapper p.read-more {
	text-align: center;
	margin: 0 auto;
}
.categories-page-wrapper p.read-more span {
	text-transform: lowercase;
}
.categories-page h2.pagetitle {
	font-size: 150%;
}
.categories-page .style-excerpt .listing-text {
	width: 85%;
	margin: -75px auto 0 auto;
	padding: 15px 2%;
	box-sizing: border-box;
	position: relative;
	background: rgba(255, 255, 255, 0.95);
}
.categories-page .style-grid a.cat-image,
.category .style-grid .featured-thumbnail {
	overflow: hidden;
	position: relative;
	display: block;
	color: initial;
}
.categories-page .style-grid .thecat-wrapper,
.category .style-grid .thecat-wrapper {
	display: block;
	position: absolute;
	bottom: -10px;
	width: 40%;
	margin: 0 25%;
	padding: 15px 5%;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
	letter-spacing: 0.1em;
}
.category .style-grid .thecat-wrapper,
.archives-page .style-grid .thecat-wrapper {
	width: 30%;
	margin: 0 30%;
}
.thecat-wrapper .the-category {
	position: relative;
	top: -5px;
}
.thecat-wrapper .thecat-date {
	font-size: 20pt;
	font-style: italic;
	font-family: Didot;
	margin-left: 8px;
}
.categories-page .style-grid:hover .thecat-wrapper,
.category .style-grid:hover .thecat-wrapper {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.grid-row.categories-page.archives-page {
	margin: 40px auto;
}

@media screen and (max-width: 860px) {
	.categories-page-wrapper .grid-row.categories-page {
		display: block;
	}
	.grid-row.categories-page .style-excerpt {
		width: 100%;
		margin: 10px auto;
		margin-left: auto;
		margin-right: auto;
		height: auto!important;
		float: none;
		clear: both;
	}
	.grid-row.categories-page .style-grid.four-row {
		width: 48.5%;
		height: auto!important;
		float: left;
	}
	.categories-page-wrapper h3.widget-title,
	.archives-page h3.widget-title {
		text-align: center;
		display: block;
		margin-bottom: 5px;
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.categories-page-wrapper .view-all-archives,
	.archives-page .view-all-archives {
		text-align: center;
		display: block;
		top: 0;
		margin-bottom: 20px;
	}
	.grid-row.categories-page .style-excerpt,
	.grid-row.categories-page .style-grid {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.grid-row.categories-page .item {
		max-width: 100%!important;
		width: 450px!important;
		margin-right: auto!important;
		float: none!important;
		margin: 10px auto;
	}
	.categories-page .style-grid .thecat-wrapper,
	.category .style-grid .thecat-wrapper {
		width: 40%;
		margin: 0 25%;
	}
}