#max-width {
	max-width: 1100px;
}

.logo {
	max-height: 160px;
}

.title-container {
	margin-top: 1.5em;
	margin-bottom: 0;
}

img.header-line {
	margin-bottom: 1.0em;
}

.site-footer {
	margin-top: 0;
}

.menu-primary {
	float: none;
}

/*.post .post-meta .post-tags,*/
.post .post-meta .post-categories {
	display: none;
}

.post-intro {
	background: rgba(190,214,223,0.3);
	padding: 8px
}

.featured-image {
	padding-bottom: 66.6666%;
}

.singular .post-title,
.post-title {font-size: 1.5em;}

.more-link {
	background: #bed6df;
}

.more-link:link,
.more-link:visited,
.more-link:hover {
	color: #000;
}

.more-link:hover {
	background: #7bc3df;
}

.navigation.pagination  {
	margin: 0;
}

.archive-header {
	display: none;
}

.singular .post-header,
.post-header {
	margin: 0;
}

.featured-image {
	margin-bottom: 2em;
}

.post-header .post-byline {
	margin: 1.5em 0;
}

.comments-number h2,
.comment-reply-title {
	font-size: 1.2rem;
}

/* 3 columns of posts */
@media all and (min-width: 56.25em) {
		
	.featured-text-container {display: none}
	
	.posts-page-1 .entry:first-of-type .post-title {
		display: none;
	}
	
	.posts-page-1 .entry:first-of-type .featured-text-container {
    float: left;
    font-size: 2rem;
    display: block;
    position: absolute;
    height: 100%;
    z-index: 999;
    width: 100%;
		background: rgba(0,0,0,0.3);
}
	
	.featured-text-container .title-text {
		margin: auto;
		width: 60%;
		text-align: center;
		color: #eee;
		padding-top: 50px;
	}
	
}

/* 3 columns of posts */
@media none and (min-width: 56.25em) {

.blog .entry, .archive .entry, .search .entry {
	width: 30.30666%;
}

.blog .entry:nth-child(3n+1), .archive .entry:nth-child(3n+1), .search .entry:nth-child(3n+1),
.blog .entry:nth-child(3n+2), .archive .entry:nth-child(3n+2), .search .entry:nth-child(3n+2),
.blog .entry:nth-child(3n+3), .archive .entry:nth-child(3n+3), .search .entry:nth-child(3n+3) {
	margin-right: 4.54203%;
}


.blog .entry:nth-child(3n+4), .archive .entry:nth-child(3n+3), .search .entry:nth-child(3n+3) {
	margin-right: 0;
}

.blog .entry:nth-child(3n+2), .archive .entry:nth-child(3n+1), .search .entry:nth-child(3n+1) {
	clear: left;
}
}





/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	/*border-top: 1px solid #ddd;
	padding: 50px 0 10px;*/
	clear: both;
	
}

.widget-wrapper {
	margin: 0 auto;
	max-width: 92%;
	width: 1300px;
}

.widget-area .widget-column {
	width: 100%;
}

.widget {
	font-size: 1rem;
	margin: 0 0 3.6em;
}

.widget-title {
	font-size: 1rem;
	line-height: 1.125;
	margin: 0 0 18px;
	/*text-transform: uppercase;*/
	text-align: center;
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget li {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	padding: 8px 0;
}

.widget ul ul {
	margin-top: 9px;
}

.widget ul ul li:last-child {
	padding-bottom: 0;
}


/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Calendar widget */
#wp-calendar {
	max-width: 100%;
	text-align: center;
	width: 100%;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar td {
	padding: 3% 2%;
}

#wp-calendar caption {
	line-height: 1;
	padding-bottom: 20px;
	text-transform: capitalize;
}

#wp-calendar thead th {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: normal;
	padding: 3% 2% 1.75%;
	text-transform: uppercase;
}

#wp-calendar tbody {
	border-bottom: 1px solid #eee;
}

#wp-calendar tfoot td {
	padding: 0;
}
#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tfoot a {
	color: #666;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 12px 0;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	color: #ca2017;
	text-decoration: none;
}

/*  widget */
.search-form .search-field {
	width: 50%;
}


@media all and (min-width: 56.25em) {
	
	.widget-wrapper {
		display: flex;
		justify-content: space-around;
		max-width: 100%;
	}
	
	.widget-area {
		padding: 72px 0;
	}
	
	.widget-area .widget-column {
		width: 30%;
	}
}

.site-footer .widget-area .recentcomments {
	font-size: 0.9rem;
}

.site-footer .widget-area input {
	font-size: 1rem;
	padding: 4px;
	max-width: 60%;
}

#email-posts-to-subscribers-2 br {
	display: none;
}

#email-posts-to-subscribers-2 span {
	margin-left: 10px;
}

.site-footer .widget-area {
	text-align: left;
}
