/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'font-awesome.css';


.author.well h4 {
	margin: 0 0 1rem 0;
}
img {
    -ms-interpolation-mode: bicubic;
}
#main .post-image img {
	width: 100%;
	margin: 0 0 4rem 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	background: #f2f2f2;
	text-align: center;
	padding: 1rem;
	border-radius: 2px;
}

/* chromeframe error */
.chromeframe {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.chromeframe a {
	color: #fff;
	text-decoration: underline;
}



.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
}


#main footer.entry-meta {
display:none;
}
#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
.post .entry-content ul.double_space_list li,
.post .entry-content ol.double_space_list li {
margin-bottom: 1rem;
}
#main-column .post,
#main-column .page {
	margin-bottom: 20px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
	margin-bottom: 1rem;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	font-size: 12px;
	padding: 10px;
}

.site-main img {
	max-width: 100%;
	height: auto;
}


.site-main {
	color: #505061;
}

.page-title {
	font-size:34px;
	color:#9497ce;
	font-weight:300;
}

body h1,
body h2 {
	font-size:34px;
}
body h3 {
	font-size:30px;
}
body h4 {
	font-size:24px;
}
body h5 {
	font-size:18px;
}
body h6 {
	font-size:16px;
}

.entry-header .wp-post-image {
    margin: 0 0 60px;
}


/*  Comments */
ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.comment-list li {
    margin: 0 0 30px;
    position: relative;
    padding: 0 0 0 25px;
}
ol.comment-list .comment-author,
ol.comment-list .comment-metadata {
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
ol.comment-list .comment-author a,
ol.comment-list .comment-author b {
    color: #505061;
    font-weight: bold;
}
ol.comment-list .comment-author a:hover {
    color: #9497ce;
    text-decoration: none;
}
ol.comment-list li.bypostauthor > .comment-body .comment-author a,
ol.comment-list li.bypostauthor > .comment-body .comment-author b,
ol.comment-list li[class*="comment-author"] > .comment-body .comment-author a,
ol.comment-list li[class*="comment-author"] > .comment-body > .comment-author b {
    color: #9497ce;
}
ol.comment-list li.bypostauthor .comment-author a:hover {
    color: #505061;
}
ol.comment-list .children {
    margin: 25px 0 0;
    padding: 0 0 0 25px;
    list-style: none;
}
ol.comment-list .says {
    display: none;
}
ol.comment-list .comment-metadata a {
    color: #505061;
}
ol.comment-list .comment-metadata a:hover {
    color: #9497ce;
    text-decoration: none;
}
ol.comment-list .comment-metadata:before {
    content: ",";
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
ol.comment-list .comment-content {
    margin: 14px 0 0;
}
.comment-respond {
    margin: 92px -18px 0;
}
.comment-respond h3 {
    font-size: 24px;
}
.comment-respond > form > p {
    width: 80%;
    float: right;
    padding: 0 18px;
    margin: 0 0 24px;
}
.logged-in .comment-respond > form > p,
.logged-in .comment-respond > form > p.comment-form-comment {
    width: auto;
    float: none;
}
.comment-respond > form > p.comment-notes {
    width: auto;
    float: none;
}
.comment-respond > form > p.comment-form-comment {
    float: right;
}
.comment-respond > form > p.comment-form-comment textarea {
    height: 160px;
}
.comment-respond > form > p.form-submit {
    width: auto;
    float: none;
    text-align: right;
    clear: both;
}
.comment-respond h3 {
    position: relative;
    padding: 0 0 0 38px;
    margin: 0 18px 20px;
}
.comment-respond h3:before {
    width: 24px;
    height: 22px;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'FontAwesome';
    content: "\f0e5";
}
ol.comment-list li.bypostauthor > .comment-body,
ol.comment-list li[class*="comment-author"] > .comment-body {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 12px 16px;
}
ol.comment-list .comment-content p:last-child {
    margin: 0;
}
.comment-respond p.comment-notes {
    color: #b2b2b2;
    margin: 0 0 30px;
}


/* Jason: */
.posts.row {
	margin-bottom: 4rem;
}
.posts img {
	width: 100%;
	height: auto;
}
.posts .thumb-link {
display:block;
height: 220px;
width: 100%;
overflow:hidden;
}
.posts .thumb-link img {
display:block;
width: 100%;
max-width: initial;
}
.default-image {
	height: 100%;
	display: block;
	background: url('../img/default.gif') center center no-repeat #ccc;
}
.home .featured {
	background: #f7f7f7;
	box-shadow: inset 15px 0 0 0 #fff, inset -15px 0 0 0 #fff;
}
.home .featured img {
	width: 100% !important;
	height: auto !important;
}
.home .featured .btn {
	margin: 2rem 0 0;
}
.posts .post {
	padding: 1rem 1rem 4rem;
	position: relative;
	margin-bottom: 5rem;
	border: 1px solid #ccc;
}
.posts .post .excerpt {
	height: 13rem;
	overflow: auto;
	/* this controls the excerpt height */
}
.posts .post .excerpt p {
	margin-top: 1rem;
}
.posts .post .foot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
}
.posts .post .foot a {
	text-decoration: none;
}
.bar {
	padding: 2rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2rem 0;
}
.bar ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
.bar ul li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0;
}
.bar a.btn.btn-link {
	color: #333;
}
.bar form {
	padding-right: 1rem;
	display: inline-block;
}
.home .bar .row {
	margin: 0;
}
.featured h3 a,
.post h3 a {
	text-decoration: none;
}
.featured .pad {
	padding: 0 2rem;
}
.featured .pad .excerpt p {
	margin-top: 1rem;
}
.featured .pad h3 {
	margin-top: 2rem;
}
#comments .comment-meta {
	display: none;
}
body #comments {
	padding-bottom: 4rem;
}
body #comments .media-list li .media .media-body {
	padding: 1rem 2rem 2rem;
	border: 1px solid #e3e3e3;;
	border-radius: 4px;
	background: #f5f5f5;
}
body #comments .media-list li.bypostauthor > .media .media-body,
body #comments .media-list li.byuser > .media .media-body {
	box-shadow: inset 0 0 0 3px #9497ce;
	border-color: #fff;
}
body #comments .media-list li.bypostauthor > .media .comment-metadata cite a,
body #comments .media-list li.byuser > .media .comment-metadata cite {
	background: #9497ce;
	color: #fff;
	font-style: normal;
	border-radius: 2px;
	display: inline-block;
	padding: 0 .5rem;
}
body #comments .media-list li.bypostauthor > article {
	background: #f2f2f2;
}
body #main-column .post .entry-header .entry-meta {
	padding-bottom: 2rem;
}
body #comments .media-list li .media .media-body .comment-metadata a {
	color: #666;
}
body .comment-reply-link {
	margin-top: 2rem;
	font-size: 1.4rem;
}
body .content .comment-edit-link {
	margin-left: 1rem;
	text-decoration: none;
}
body .content .comment-edit-link .fa {
	display: inline-block;
	width: 1.25rem;
}
#respond .form-group {
	clear: both;
}
#related-posts h5 a {
	display: block;
	height: 5rem;
	overflow: hidden;
}
#related-posts .row .col-md-6 {
	margin-bottom: 3rem;
}
#related-posts .row h5 {
	margin-bottom: 0;
}
#related-posts .date {
	display: block;
	padding: 1rem 0;
	color: #999;
}

.site-main .bar {
	margin-bottom: 6rem;
	margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 2em;
	clear: both;
	display: block;
	width: 100%;
	float: left;
}
body div.csbtns {
    margin: 4rem 0 1rem;
	padding: 1rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}

body div.csbtns a {
	display: inline-block;
	float: left;
	height: 35px;
}
.posts .post h3 {
	height: 3.4em;
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 1rem;
}
.posts .post > span.meta {
	display: block;
	line-height: 2rem;
}
.posts .post h3 a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.visual-form-builder .vfb-span label {
	color: #777;
	font-style: italic;
}
.content #comments .comment p {
	font-size: 1.5rem;
}


.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child {
	margin-top: 0;
}


@media (max-width: 1600px) {
	.posts .thumb-link {
		height: 180px;
	}
}

@media (max-width: 1200px) {
	.posts .thumb-link {
		height: 140px;
	}
	.posts .post {
	}
}

@media (max-width: 992px) {
	.posts .post {
		margin-bottom: 6rem;
	}
	.posts .post h3 {
		height: initial;
	}
	.posts .post {
		min-height: initial;
	}
	.featured .col-md-4 {
		padding: 4rem;
	}
	body #header-spacer {
	    height: 120px;
	}
	.bar form {
		padding-right: 0;
	}
	#cat {
		margin-bottom: 1rem;
	}
	#comments .media-list ul.children {
		padding: 0;
		margin: 0;
	}
	body #comments .media-list li .media .media-body {
		padding: 1rem 0;
		background: transparent;
		border-width: 1px 0 0 0;
	}
	
	body #comments .media-list li.bypostauthor > .media .media-body, 
	body #comments .media-list li.byuser > .media .media-body {
		box-shadow: none;
		color: #000;
		font-weight: 700;
		border-top-color: #e3e3e3;
	}

	body #comments .media-list li.bypostauthor > article {
		padding: 1rem 2rem;
	}
	body .posts .thumb-link {
		height: auto;
	}
	#respond .form-group {
	}
	.comment-respond > form > p {
		width: 100%;
		padding: 0;
	}

}

