/* ---------------------------------------
TEMPLATE
--------------------------------------- */
.main-column {
    padding: 32px 25px 25px;
}
body.hs-blog-listing .main-column {
    padding: 0;
    background: none;
    border: none;
}


/* ---------------------------------------
PAGE STYLES
--------------------------------------- */
/* BANNER */
.hero-outer {
    height: 312px;
    background-position: center center;
}
body.hs-blog-listing .hero-outer {
    background-image: url(//43106.fs1.hubspotusercontent-na1.net/hubfs/43106/images-template/hero-testimonials.jpg);
}
body.hs-blog-post .hero-outer {
    background-image: url(//43106.fs1.hubspotusercontent-na1.net/hubfs/43106/images-template/hero-bikes.jpg);
}

/* SINGLE */
.post-header h1 {
    line-height: 1.2em;
    margin: 0 0 8px;
}
#hubspot-author_data {
    color: #909090;
    font-style: italic;
    font-size: 14px;
}
#hubspot-author_data a {
    color: #909090;
    text-decoration: none;
}
#hubspot-author_data a:hover {
    color: #f38d20;

}

#hubspot-author_data .hs-author-avatar img {
    float:right;
    padding-bottom:10px;
    } /*added by HS support 6/16 */

.blog-post-wrapper .post-body img:first-of-type {
    margin-bottom: 20px;
}

/* image overide to prevent COS editors from setting height*/
.widget-type-blog_content img{height:auto!important;} /*this seems like the only feasible way to target the images since there is no consistent */

/* LISTING */
.post-item {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 33px 15px 26px;
    margin: 29px 0 0;
}
.post-item:first-child {
    margin: 0;
}
.post-header h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.post-header h2 a {
    color: #000;
    text-decoration: none;
}
.more-link {
    color: #303030;
    font-weight: 700;
    text-decoration: none;
}
.blog-pagination {
    overflow: hidden;
    margin: 77px 0 0 16px;
}
.blog-pagination .right {
    float: right;
}
.blog-pagination a {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.post-listing-simple .post-item {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
h4.post-listing-simple a {
    color: #000;
    text-decoration: none;
}
.post-header h2 a:hover, .more-link:hover, .blog-pagination a:hover, h4.post-listing-simple a:hover {
    color: #f38d20;
}

/* SIDEBAR */
.widget-type-cell.sidebar-column {
    margin-top: -5px;
}
.sidebar-column > div {
    margin: 45px 0 0;
}
.sidebar-column > div:first-child {
    margin: 0;
}
.hs_cos_wrapper_type_blog_subscribe {
    display: block;
}
.hs_cos_wrapper_type_blog_subscribe .header {
    background: url(//43106.fs1.hubspotusercontent-na1.net/hubfs/43106/images-template/background-sidebar-header.png) repeat-x left bottom;
    min-height: 101px;
    position: relative;
}
.hs_cos_wrapper_type_blog_subscribe h3 {
    position: absolute;
    left: 21px;
    bottom: 22px;
    right: 21px;
    font-weight: 700;
    color: #303030;
    margin: 0;
    display: none;
}
.hs_cos_wrapper_type_blog_subscribe > div[id] {
    border-top: 6px solid #f38d20;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 26px 21px 31px;
}
.hs_cos_wrapper_type_blog_subscribe .hs-input {
    padding: 5px 12px !important;
    margin-bottom: 15px !important;
}
.block > .header {
    background: url(//43106.fs1.hubspotusercontent-na1.net/hubfs/43106/images-template/background-sidebar-header.png) repeat-x left bottom;
    min-height: 101px;
    position: relative;
}
.block > .header h3 {
    position: absolute;
    left: 21px;
    bottom: 32px;
    right: 21px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}
.block > h3 {
    display: none;
}
.widget-module {
    border-top: 6px solid #f38d20;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 26px 21px 40px;
}
.widget-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-module li {
    margin: 10px 0 0;
}
.hs_cos_wrapper_type_post_listing li {
    margin: 28px 0 0;
}
.widget-module li:first-child {
    margin: 0;
}
.widget-module a {
    color: #303030;
    font-weight: 700;
}
.widget-module a:hover {
    color: #f38d20;
}

/* COMMENTS */
.widget-type-blog_comments {
    margin: 23px 0 0;
}
.widget-type-blog_comments:before {
    display: block;
    content: "Leave a Comment";
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 41px;
}
.hs-blog-listing .widget-type-blog_comments:before {
    content: none;
}
#comments-listing:empty {
    display: none;
}
.widget-type-blog_comments input[type=text], .widget-type-blog_comments input[type=email] {
    padding: 9px 20px !important;
}
.widget-type-blog_comments #captcha_wrapper {
    margin: 0 0 20px;
}


/* ---------------------------------------
RESPONSIVE
--------------------------------------- */
@media(max-width: 767px) {
    .main-column {
        margin: 0 0 30px;
    }
/* image overide to prevent COS editors from setting height*/
.widget-type-blog_content  img{
    max-width:50%; 
}

@media(max-width: 480px) {
    .blog-pagination {
        margin: 45px 0 0 16px;
    }
    .widget-type-blog_content  img{
        max-width:100%;
        margin: 0 auto;
        clear:both;
        
}
}
/* PN CSS */
@media only screen and (min-width: 768px) {
    body:has(.sidebar-column) .main-column {
        max-width: calc(100% - 330px) !important;
    }
    body:has(.sidebar-column) .sidebar-column {
        min-width: 300px !important;
    }
}
/* END OF CSS */