    .BlogPostContent:first-of-type {
        display:none!important;
    }
    #blog_wrap.blog_loading {
        visibility:hidden;
        opacity:0;
    } 
    .no_results {
        padding: 30px;
        font-size: 22px;
        text-align: center;
    }
    .PagingList, .CategoryPagination {
        display:block;
        text-align:center;
    }
    #Wrapper {
        padding:0;
    }
    .post_tags {
        display:none!important;
    }
    .CategoryPagination .PagingList li:first-child {
        display:inline-block;
    }
    .addthis_button_pinterest_pinit {
        display:none!important;
    }
    #NewsBreadcrumb {
        display:none!important;
    }
    #main_tagline {
        color:#6e6e6e;
        text-align:center;
        padding-top:0;
    }
    .BlogShare {
        display:none!important;
    }
    #blog_meta {
        display:none;
    }
    #LayoutColumn2 {
        font-size:0;
    }
    .BlogPostContent {
        background:white;
        display:inline-block;
        vertical-align:top;
        width:23%;
        margin:1%;
        margin-top:0;
        margin-bottom:2%;
        margin-bottom:15px;
        transition:.1s ease all;
        border:solid 1px #eee;
        box-sizing:border-box;
        color:#333;
        border-radius:5px;
        text-decoration:none!important;
        box-shadow:0 1px 6px 0 rgba(0, 0, 0, .07), 0 1px 0px 0 rgba(0, 0, 0, 0.07), 0 1px 1px -2px rgba(0, 0, 0, .07);
    }
    .BlogPostContent img {
	    width: auto!important;
	    border-top-right-radius: 5px;
	    border-top-left-radius: 5px;
	    display: block;
	    margin: 0 auto;
	    height: 200px!important;
    }
    .BlogPostContent .context_preview {
        background: #fdfdfd;
        border-top: solid 1px #eee;
        height: 94px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position:relative;
    }
    .BlogPostContent h3 {
        text-decoration: none;
        font-size: 19px;
        line-height: 26px;
        padding: 0;
        margin: 0;
        padding: 8px;
        max-height: 94px;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.3px;
    }
    .BlogPostContent:hover h3 {
        color: #cc0c00;
        text-decoration:none;
    }
    #NewsContent.initial_load * {
        display:none;
    }
    .PagingBottom, .product-nav.btm {
        display:none;
    }

    #NewsContent.initial_load .PostTitle,
    #NewsContent.initial_load .PostTitle a,
    #NewsContent.initial_load #added_p, 
    #NewsContent.initial_load #new_text {
        display:block;
    }
    #NewsContent.initial_load #added_p a {
        display:inline;
    }
    h1 {
        text-align:center;
        margin-bottom:0;
        font-weight:500;
    }
    .addthis_toolbox.addthis_default_style {
        margin-bottom:15px;
    }
    #NewsContent {
        background: white;
        padding: 15px;
        margin-bottom: 15px;
        border: solid 1px #eee;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.07), 0 1px 3px 0 rgba(0,0,0,.06), 0 3px 1px -2px rgba(0,0,0,.1);
    }
    h1.PostTitle {
        text-align:left;
    }
    h1.PostTitle a {
        text-decoration: none;
        font-size: 27px;
        color: #bb001e;
    }
    h1.PostTitle a:hover {
        text-decoration:underline;
    }
    h3.tag_line {
        text-align:center;
        font-style:italic;
        padding-top:0;
        font-weight:normal;
    }
    #CategoryPagingBottom {
        float:none;
    }
    #LayoutColumn2 {
        padding:15px;
        padding-top:0;
    }
    #blog_intro {
        text-align: center;
        /* background: #eee; */
        background-size: cover;
        background-position: center;
        position: relative;
        display: block;
        overflow: hidden;
        padding: 30px;
        /*background-image: url(/content/new_home/the-bbq-depot-interior.jpg);*/
    }
    #blog_intro_text {
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
        padding:0;
    }  
    #blog_intro p, #blog_intro a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        margin-top: 15px;
    }
    #blog_intro a {
        color:#333;
        text-decoration:none;
    }
    #blog_intro_text p {
        font-size:19px;
        margin-bottom:7px;
    } 
    @media screen and (max-width:1200px) {
        .BlogPostContent  {
            width:31.333%;
        }
    }
    @media screen and (max-width:903px) {
        .BlogPostContent  {
            width:48%;
        }
    }
    @media screen and (max-width:680px) {
        #blog_intro {
            padding:15px;
        } 
        #blog_intro h1 {
            font-size: 29px;
            line-height: 37px;
        }
        #blog_tags {
            white-space: nowrap;
            overflow-x: auto;
        }
        #blog_tags::-webkit-scrollbar {
          display: none;
        }
        #blog_tags{
          -ms-overflow-style: none;  /* IE and Edge */
          scrollbar-width: none;  /* Firefox */
        }
        #blog_intro p, #blog_intro a {
            font-size: 18px;
            line-height: 25px;
        }
    }
    @media screen and (max-width:589px) {
        .BlogPostContent  {
            width:100%;
            margin:0;
            margin-bottom:18px;
        }
        .BlogPostContent img {
        	width:100%!important;
        	height:auto!important;
        }
        .BlogPostContent .context_preview,
        .BlogPostContent h3 {
            height:auto!important;
        }
        .BlogPostContent h3 {
            padding:15px;
        }
    }
    #blog_tags, .blog-tags {
        text-align:center;
        max-width:1280px;
        margin:15px auto;
        position:relative;
    }
    #blog_tags.larger_max_with {
        max-width:1280px;
    }
    #all_posts .blog-tags a, 
    #all_posts #blog_tags a {
        margin:0;
        display: inline-block;
        vertical-align: top;
        font-size: 17px;
        padding: 7px 12px;
        text-decoration: none;
        color: #333;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 23px;
        letter-spacing: .3px;
        font-weight: 400;
        transition: .1s ease all;
    }
    #iq_bg {
/*        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background:rgba(255,255,255,0.77);*/
    }
    #IQ {
        position:relative;
    }
    #IQ img {
        width:100px;
        height:auto;
    }
    #all_posts #blog_tags a:hover  {
        color:#cc0c00; 
    }
    #all_posts .blog-tags a.current_tag,
    #all_posts #blog_tags a.current_tag {
        background:#fff;
        color:#cc0c00; 
        box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    }
    #all_posts #Wrapper {
        padding-top:15px;
    }
    #blog_intro h1 {
        font-size: 29px;
        line-height: 40px;
    } 
    .blog_loading {
        visibility:hidden;
    }
    #other_tags {
        text-align:left;
        padding:20px;
        padding-top:0;
    }
    #blog_intro #tag_cta {
        display:block;
        max-width:280px;
        color:white;
        margin:0 auto;
        border-radius:6px;
        font-size:17px;
        margin-bottom:15px;
        background:#b5001d;
        text-align:center;
        padding:10px;
        margin-bottom:15px;
        box-sizing:border-box;
        text-decoration:none;
        box-shadow:0 3px 6px rgba(0,0,0,0.2);
    }
    .tl_blog {
        display:inline-block;
        vertical-align:top;
        width:23%;
        background:white;
        margin:0 1% 2% 1%;
		border-radius: 4px;
    	box-shadow: 0 1px 4px rgb(127 127 127 / 11%);
    }
    .tl_blog:hover {
       text-decoration:none!important;
       box-shadow: 0 4px 4px rgb(247 187 187 / 40%)
    }
    .tl_blog:hover h3 {
    	color:#cc0c00;
    }
    .tl_blog img {
    	border-top-right-radius:4px;
    	border-top-left-radius:4px;
    }
    .b_txt_wrap {
    	padding:10px;
    }
    .tl_blog h3 {
        color: #333;
        padding: 0;
        font-size: 19px;
        line-height: 26px;
        margin-bottom:7px;
        font-weight:500;
    }
    .tl_blog p {
        color: #333;
        padding: 0;
        font-size: 16px;
        line-height: 21px;
    }
    @media (max-width:1024px){
       .tl_blog {
          width:31.333%;
       }
    }
    @media (max-width:801px){
       .tl_blog {
          width:48%;
       }
    }
    #_bs_blog_search_wrap {
        font-size: 0;
        
        /* max-width: 90%; */
        /* margin: 0 auto; */
/*        background: white;*/
        /* margin-top: -44px; */
        /* margin-bottom: 20px; */
        text-align: left;
        margin-left: 30px;
        margin-right:30px;
        margin:0 auto;
        text-align:center;
        margin-bottom:10px;
    }
    #_bs_blog_inner {
        position: relative;
        width:420px;
        display:inline-block;
        vertical-align:top;
        max-width:100%;
        margin-bottom:20px;
    }
    #_bs_blog_search_wrap #_blog_CTA {
        padding: 12px;
        background: #cc0c00;
        display: inline-block;
        vertical-align: top;
        color: white;
        margin: 0;
        margin-left: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 15px;
        border-radius: 3px;
    }
    #_blog_CTA:hover {
        color:white!important;
    }
    #blog_intro {
       padding-bottom:0px!important;
    }
    #_bs_blog_input {
        height: 56px;
        padding: 6px 15px;
        box-sizing: border-box;
        font-size: 18px;
        border: 0;
        border: solid 1px #eee;
        box-shadow:0 1px 4px rgb(127 127 127 / 11%);
        width:100%;
    }
    #_bs_blog_input:focus {
        border:solid 1px #333!important;
    }
    #_bs_search_button {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 56px;
        height: 56px;
        text-align: center;
        color: #333;
        border: 0;
        background: none;
        padding: 0;
        cursor: pointer;
    }
    #_bs_search_button i {
        font-size: 29px;
        line-height: 58px;
    }