/*CSS RESET - MEYERS + EXTRAS*/

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td,
		article, aside, canvas, details, embed, 
		figure, figcaption, footer, header, hgroup, 
		menu, nav, output, ruby, section, summary,
		time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
		}
		/* HTML5 display-role reset for older browsers */
		article, aside, details, figcaption, figure, 
		footer, header, hgroup, menu, nav, section {
			display: block;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		* {
			outline: none;
		}

		a {
			text-decoration: none;
		}
/*END CSS RESET*/

/*START HELPER CLASSES*/
	body {
		width: 100vw;
		overflow-x: hidden;
		font-family: 'brandon-grotesque', sans-serif;
		text-transform: uppercase;
	}

	.black {
		font-weight: 900;
	}

	.light {
		font-weight: 300;
	}

	.bold {
		font-weight: 700;
	}

	.readmore {
		color: #333;
		text-decoration: none;
	}

	.readmore:visited {
		color: #333;
		text-decoration: none;
	}

	.readmore:hover {
		color: rgba(51,51,51, 0.5);
	}
/*END HELPER CLASSES*/

/*START FEATURED POST STYLES*/

	.featured-blog-post {
	  width: 100vw;
	  height: auto;
	  overflow: hidden;
	  margin-bottom: 160px;
	}

	.featured-bg-rect {
	  position: absolute;
	  width: 200px;
	  height: auto;
	  margin: 50px auto;
	  left: 0;
	  right: 0;
	  z-index: -1;
	}

	.bg-rect {
	  position: relative;
	  width: 150px;
	  height: 170px;
	  border: 15px solid #B7B7B7;
	  border-radius: 3px;
	  float: right;
	}

	.featured-img-container {
	  position: absolute;
	  width: 250px;
	  margin: 75px auto;
	  left: 0;
	  right: 0;
	  z-index: 1;
	}

	.featured-img-wrapper {
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  border: 10px solid #f1f1f1;
	  border-radius: 3px;
	  margin-right: -10px;
	  float: right;
	}

	.featured-img {
	  width: 200px;
	  height: auto;
	  cursor: pointer;
	}

	.featured-title-wrapper {
	  width: calc(((100vw - 250px)*0.5) + 115px);
	  height: auto;
	  margin-top: 80px;
	}

	.featured-title {
	  display: inline-block;
	  font-weight: 900;
	  font-size: 2.35em;
	  letter-spacing: 6px;
	  color: #333;
	  float: right;
	  text-align: right;
	  width: calc(((100vw - 250px)*0.5) + 110px);
	  word-break: break-all;
	  word-break: break-word;
	  text-overflow: ellipsis;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	}

	.featured-author-wrapper {
	  width: 200px;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 0;
	}

	.featured-author-label {
	  display: inline-block;
	  font-weight: 300;
	  font-size: 0.75em;
	  letter-spacing: 3px;
	  color: #333;
	  width: 100px;
	  word-wrap: normal;
	  margin-left: -25px;
	}

	.featured-author {
	  display: inline-block;
	  font-weight: 300;
	  font-size: 0.75em;
	  letter-spacing: 2.5px;
	  color: #333;
	  word-wrap: normal;
	  margin-left: -25px;
	}
/*END FEATURED POST STYLES*/


.blog-posts-divider {
  position: absolute;
  /*margin-top: -55px;*/
  margin-top: 110px;
  right: 25px;
  height: 2px;
  width: 280px;
  background-color: #333;
  opacity: 0.25;
  transform: rotate(-52.5deg);
  z-index: -2;
}

/*START SUBFEATURED POST STYLES*/
	.subfeatured-blog-post {
	  width: 95vw;
	  height: auto;
	  overflow: hidden;
	  display: inline-block;
	  margin-bottom: 50px;
	}

	/*START SUBFEATURED BG RECT + IMG STYLES*/
		.subfeatured-bg-rect-container {
		  position: absolute;
		  width: 95vw;
		  z-index: -1;
		}

		.subfeatured-bg-rect-wrapper {
		  width: 120px;
		  height: auto;
		  margin: 0 auto;
		}

		.subfeatured-bg-rect {
		  width: 120px;
		  height: 120px;
		  border: 6px solid #333;
		}

		.subfeatured-img-container {
		  position: absolute;
		  width: 95vw;
		  padding-top: 0;
		}

		.subfeatured-img-positioner {
		  padding: 0 30px;
		  width: 100px;
		  height: 110px;
		  margin: 12px auto;
		}

		.subfeatured-img-wrapper {
		  position: absolute;
		  background-color: rgba(227, 227, 227, 0.35);
		  -webkit-background-blend-mode: screen;
		  background-blend-mode: screen;
		  width: 110px;
		  height: 110px;
		  overflow: hidden;
		  transform: rotate(45deg);
		  z-index: 20;
		}

		.subfeatured-img-mask {
		  position: absolute;
		  z-index: 50;
		  width: 82px;
		  height: 200px;
		  background-color: rgba(0, 0, 0, 0.5);
		  -webkit-mix-blend-mode: soft-light;
		  mix-blend-mode: soft-light;
		  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		}

		.subfeatured-img {
		  width: auto;
		  height: 165px;
		  transform: rotate(-45deg) translateY(-58px) translateX(-15px);
		  -webkit-filter: contrast(0.25) brightness(1.5) saturate(1.5);
		}
	/*END SUBFEATURED BG RECT + IMG STYLES*/

	.subfeatured-month-year-container {
	  position: absolute;
	  width: 95vw;
	}

	.subfeatured-month-year-wrapper {
	  width: 115px;
	  margin: 0 auto;
	  margin-top: -10px;
	}

	.subfeatured-month-year {
	  color: #333;
	  font-weight: 300;
	  font-size: 0.5em;
	  letter-spacing: 2px;
	}

	.subfeatured-blockline-container {
	  position: absolute;
	  width: 95vw;
	  height: auto;
	}

	.subfeatured-blockline-wrapper {
	  width: 80px;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 135px;
	}

	.subfeatured-blockline {
	  display: inline-block;
	  width: 7px;
	  height: 33px;
	  background: #333;
	  margin-left: -8px;
	}

	.subfeatured-day {
	  position: absolute;
	  width: 170px;
	  height: auto;
	  margin: 145px auto;
	  left: 0;
	  right: 0;
	  font-family: 'brandon-grotesque', sans-serif;
	  font-size: 1em;
	  letter-spacing: 2px;
	  font-weight: 400;
	  text-align: left;
	  
	}

	/*.subfeatured-blockline::before {
	  content: '02';
	  font-family: 'brandon-grotesque', sans-serif;
	  font-size: 1em;
	  letter-spacing: 3px;
	  font-weight: 400;
	  position: absolute;
	  margin-left: -25px;
	  margin-top: 7px;
	}*/

	.subfeatured-title-container {
	  width: 95vw;
	  height: auto;
	}

	.subfeatured-title-wrapper {
	  width: 200px;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 150px;
	}

	.subfeatured-title {
	  color: #333;
	  font-weight: 900;
	  font-size: 1.1em;
	  text-transform: uppercase;
	  letter-spacing: 2.5px;
	  margin-left: 65px;
	}

	.subfeatured-author {
	  color: #333;
	  font-weight: 300;
	  font-size: 0.6em;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  margin-top: 7px;
	  margin-left: 50px;
	  line-height: 1.2em;
	}
/*END SUBFEATURED POST STYLES*/

/*START BLOG POSTS CONTAINER*/

		.posts-container {
			width: 100vw;
			overflow-x: hidden;
			padding: 0;
			margin: 0;
			margin-top: 30px;
		}


		.posts-wrapper {
			width: 98vw;
			overflow-x: hidden;
			margin: 0 auto;
			padding: 0;
			padding-top: 10px;
			display: inline;
		}

		.blog-post {
			width: 98vw;
			margin: 0 auto;
			height: 100px;
			overflow: hidden;
			margin-top: 20px;
		}

		.overlay {
			position: absolute;
			background-color: #fff;
			opacity: 0.85;
			z-index: -1;
			width: 91%;
			height: 95px;
			margin: 0 auto;
			left: 0;
			right: 0;
			margin-top: 50px;
		}

		.post-bg-image {
			position: absolute;
			z-index: -2;
			margin-top: 50px;
			left: 1px;
			right: 0;
			width: 100%;
		}

		.post-bg-image-wrapper {
			width: 89vw;
			height: 95px;
			position: relative;
			margin: 0 auto;
			overflow: hidden;
		}

		.post-bg-image img {
			width: 100vw;
			height: auto;
		}

		.month-year-container {
			font-family: "brandon-grotesque", sans-serif;
			text-transform: uppercase;
			display: inline-block;
			margin-top: 60px;
			margin-left: 20px;
			text-align: right;
			z-index: 50;
			color: rgba(51,51,51,0.35);

		}

		.month {
			font-size: 1.5em;
			float: left;
			display: inline-block;
			z-index: 50;
		}

		.year {
			font-size: 0.75em;
			letter-spacing: 4px;
		}

		.date-num-container {
			width: 10px;
			height: 100px;
			overflow: hidden;
			padding-top: 30px;
			padding-left: 20px;
			padding-right: 60px;
			margin-right: 20px;
			float: right;
			z-index: 100;
		}


		.date-num-wrapper {
			width: 80px;
			height: auto;
			margin-top: 0;
			padding-bottom: 0;

			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.diag-line-container {
			position: absolute;
			padding-top: 30px;
			padding-left: 25px;
		}

		.diag-line {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			height: 40px;
			width: auto;
		}



		.diamond-fill {
			margin: 0 auto;
			width: 40px;
			height: 40px;
			background-color: #333;
			color: #fff;
		}


		.text-wrapper {
			padding-top: 4px;
			padding-left: 0;
		}


		.number-text {
			font-size: 1.75em;
			font-family: "brandon-grotesque", sans-serif;
			font-weight: 700;
			letter-spacing: 2px;
			color: #eee;
			z-index: 100;

			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}


		.fill-rect {
			width: 15px;
			height: 100px;
			background-color: #333;
			position: relative;
			float: left;
			top: 40px;
			left: 10px;

		}

		.blog-title-container {
			font-family: "brandon-grotesque", sans-serif;
			text-transform: uppercase;
			position: absolute;
			width: 90vw;
			padding: 0;
			margin: 0 auto;
			margin-top: -10px;
			left: 0;
			right: 0;
			color: #333;
			z-index: 500;
			text-align: center;
		}

		.title {
			color: #333;
			font-size: 1em;
			letter-spacing: 3px;
			font-weight: 400;
			display: inline-block;
			width: 60vw;
			margin: 0 auto;
		}

		.author {
			margin-top: 5px;
			font-size: 0.5em;
			text-transform: uppercase;
			letter-spacing: 2px;
		}


		/*.title {
			position: absolute;
			margin-left: 85px;
			margin-top: 0;
			z-index: 2000;
			color: #333;
			font-size: 1em;
			letter-spacing: 3px;
			font-weight: 400;
		}*/

		/*.author {
			position: absolute;
			margin-top: 30px;
			font-size: 0.5em;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin-left: 100px;
		}*/
/*END BLOG POSTS CONTAINER*/




/**/