/*posts list*/
.post-title a {/* text-decoration: none */;}
#main #post-list .button {background-color: #913631; border-color: transparent; color: #ffffff;}
/*post list*/
#posts {padding: 2em;}
#posts .post {clear: both; margin: 1.5em 0;}
#posts .post:first-child {margin: 0;}
#posts .post .post-title {margin:0;}
#posts .post .post-title a {/* text-decoration: none */}
#posts .post .post-excerpt {margin:0;}
#posts .post .button {background-color: #913631; border-color: transparent; color: #ffffff; text-transform: uppercase;}

/*sidebar */
.blog-sidebar {
   background-color: #e2e2e2;
   border-top: 5px solid #913631;
   margin-bottom: 2em;
   padding: 0.5em 0;
}
#main .blog-sidebar .menu {
   font-size: 150%;
   font-weight: bold;
   font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans','Tahoma',sans-serif;
   list-style: none;
   margin: 0;
   padding: 0;
}
#main .blog-sidebar .menu .menu-item a {
   display: block;
   font-weight: normal;
   padding: 0.25em 1em;
   text-decoration: none;
}
#main .blog-sidebar .menu .menu-item.current-menu-item a {
   background-color: #ffffff;
   border-left: 5px solid #913631;
   padding-left: calc(1em - 5px);
}
/*single*/
#main_copy.single-post p {margin-top: 0;}
#main_copy.single-post blockquote {margin-bottom: 1em; padding-bottom: 0.0625em}
#main_copy.single-post h1, #main_copy.single-post h2, #main_copy.single-post h3 {font-size: 150%;margin: 0.75em 0 0.5em;}
#main_copy.single-post h4, #main_copy.single-post h5, #main_copy.single-post h6 {font-size: 125%;margin: 0.75em 0;}
#main_copy.single-post h1.post-title {color: #913631; font-size: 200%; margin-bottom: 0.5em;}
#main_copy.single-post h2.testimonial-sub-title {color: #913631; font-size: 200%; text-transform:none}
#main_copy {padding: 1em 0 2em}
.article-img {
   display: block;
   margin: 0 0 1em;
}
.testimonial-cert {
    font-size: 150%;
    font-weight: bold;
    margin: 0;
}
.testimonial-pullquote {
    font-family: serif;
    font-style: italic;
    font-size: 125%;
}
.post_date {font-weight:bold;}
#testimonial-bio {text-align:center;}
.norm_row[style] {width: auto !important;}
@media (min-width: 1000px) {
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {overflow: hidden}
   #posts {padding: 3em;}
   #posts.two-col .post, #posts.two-col .post:first-child {display: inline-block; margin: 2em 0; vertical-align: top; width: 48%;}
   #posts.two-col .post:nth-child(2n) {margin-left: 4%}
   #main_copy_wrapper .post-title {margin-top: 0;}
   h1{font-size: 250%}
   .article-img {
      float: left;
      object-fit: cover;
      margin: 0 2em 0.25em 0;
      max-height: 220px;
      width: 220px;
   }
   .single-post .article-img {max-height: none;}
   #testimonial-bio {display: block; overflow: hidden; text-align:left;}
   #post-list, .post-info {overflow: hidden}
   .blog-sidebar {
      float: right;
      margin-left: 2em;
   }
}