﻿

/* What's New styles */

.whats_new_content {
	padding-left: 1em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 0;
	margin-top: 1.5rem;
}

.section_head {
	padding-bottom: .5em;
	line-height: 1em;
	font-weight: 600;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.4em;
	color: #11774E;
}

.whats_new_content .post {
	clear: both;
}

	.whats_new_content .post .timestamp {
		font-size: 10px;
		float: left;
		width: 8.5%;
		padding: .5em 1%;
		background: #333;
		color: #fff;
	}

		.whats_new_content .post .timestamp .month {
			display: block;
			text-align: center;
			text-transform: uppercase;
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			font-family: Montserrat, Arial, sans-serif;
		}

		.whats_new_content .post .timestamp .date {
			display: block;
			text-align: center;
			font-size: 1.5em;
			line-height: 1em;
			font-weight: bold;
			font-family: Montserrat, Arial, sans-serif;
		}

	.whats_new_content .post .post_text {
		float: right;
		width: 88.5%;
		padding-bottom: 1em;
	}

		.whats_new_content .post .post_text p.post_title {
			font-weight: bold;
			line-height: 1.2em;
			padding-bottom: .3em;
		}

			.whats_new_content .post .post_text p.post_title a {
				color: #3333ff;
				text-decoration: underline;
				font-weight: 600;
				font-family: Arial, sans-serif;
			}

		.whats_new_content .post .post_text p {
			padding: 0 0 1em 0;
		}

			.whats_new_content .post .post_text p:nth-child(2) {
				margin-top: -1.1rem;
			}

				.whats_new_content .post .post_text p:nth-child(2) a {
					color: blue;
					text-decoration: underline;
					font-weight: 100;
				}

		.whats_new_content .post .post_text .more {
			margin-top: -2rem;
		}

			.whats_new_content .post .post_text .more a {
				color: #3333ff;
				text-decoration: underline;
			}