/* Headings Fix
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}

/* Popular Posts Fix
--------------------------------------------- */
.archive .content .entry img {
	max-width: 240px;
	max-height: 240px;
}

/* Featured image alignment fix
--------------------------------------------- */
img.post-image.entry-image {
	text-align: center;
	margin: 0 auto;
	display: block;
}

/* Colors
--------------------------------------------- */
.more-from-category a,
a.more-link {
	background: #c9dbcd;
	border: 1px solid #fff;
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 15px auto;
	overflow: hidden;
	outline: 5px solid #c9dbcd;
	padding: 5px 50px;
	text-align: center;
	width: 60%;
	color: #444;
}

.more-from-category a:hover,
a.more-link:hover {
	background: #aca989;
	text-decoration: none;
	outline: 5px solid #aca989;
	color: #444;
}

a {
	color: #f48689;
}

.entry-title a {
	color: #7c877e;
	text-decoration: none;
}

a:hover, .entry-title a:hover {
	color: #434944;
	text-decoration: none;
}

/* eNews widgets
--------------------------------------------- */
.widget-above-header .enews-widget input, 
.widget-before-footer .enews-widget input, 
.before-content .enews-widget input,
.after-entry .enews-widget input {
	float: left;
	width: 17%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px;
	color: #888;
}

.enews-widget input[type="submit"],
.widget-above-header .enews-widget input[type="submit"], 
.widget-before-footer .enews-widget input[type="submit"], 
.before-content .enews-widget input[type="submit"],
.after-entry .enews-widget input[type="submit"] {
	background-color: #7c877e;
	color: #fff;
	border-radius: 100px;
	width: auto;
	padding: 8px 10px;
}

.enews-widget input[type="submit"]:hover,
.before-content .enews-widget input[type="submit"]:hover,
.widget-above-header .enews-widget input[type="submit"]:hover, 
.widget-before-footer .enews-widget input[type="submit"]:hover,
.after-entry .enews-widget input[type="submit"]:hover {
	background-color: #434944;
	color: #fff;
}

.enews-widget p, 
.widget-above-header .enews-widget p, 
.widget-before-footer .enews-widget p, 
.before-content .enews-widget p,
.after-entry .enews-widget p {
	font-family: 'octavia_scriptregular';
	font-size: 36px;
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
	color: #495A5B;
}

.enews-widget .widget-title {
	border-bottom: none;
}

.nav-primary {
	border-bottom: none !important;
}

.before-content .enews-widget {
	padding: 20px 0;
}

.after-entry,
.before-content {
	border: 5px solid #c9dbcd;
	background-color: #EBF1E8;
}

.widget-before-footer {
	border-top: 5px solid #c9dbcd;
	border-bottom: 5px solid #c9dbcd;
	background-color: #EBF1E8;
}

/* Media Queries
--------------------------------------------- */
@media only screen and (max-width: 1200px) {
	.header-image .site-title > a {
		background-size: contain !important;
		width: 100%;
	}
	
	.site-header {
		margin: 0 auto;
		max-height: auto;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.widget-above-header .enews-widget input, 
			.widget-before-footer .enews-widget input, 
			.before-content .enews-widget input,
			.after-entry .enews-widget input {
		width: 95%;
		margin: 10px;
		padding: 10px;
	}
	
	.enews-widget p, 
			.widget-above-header .enews-widget p, 
			.widget-before-footer .enews-widget p, 
			.before-content .enews-widget p,
			.after-entry .enews-widget p {
		float: left;
		width: 95%;
		margin: 10px;
		padding: 10px;
		text-align: center;
		color: #495A5B;
	}
	
	.enews-widget input[type="submit"],
		.widget-above-header .enews-widget input[type="submit"], 
		.widget-before-footer .enews-widget input[type="submit"], 
		.before-content .enews-widget input[type="submit"],
		.after-entry .enews-widget input[type="submit"] {
		background-color: #7c877e;
		color: #fff;
		border-radius: 0;
		width: 95%;
		margin: 10px;
		padding: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.header-image .site-title > a {
		height: 100px;
	}
}