﻿article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

#blog .hero-banner {
    background: url(/Content/Images/Shared/news-and-blog-640.jpg) no-repeat;
    background-position: top;
    background-size: 100% auto;
}

.hero-banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
}

.bottom-right {
    padding: 11px;
    width: 56.25%;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: left;
}

.hero-banner h1, .hero-banner h2, .hero-banner h3 {
    color: #fff;
    font-size: inherit;
    font-weight: 400;
}

.center-2, .side-2 {
    margin: 0;
    min-height: 100px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.block {
    max-width: 600px;
    min-height: 50px;
    margin: auto;
    text-align: left;
}

    .block .title {
        position: relative;
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        background: #f6f6f6 url(../images/toggle-gray.png) right 14px no-repeat;
        padding: 12px 30px 12px 10px;
        font-size: 20px;
        color: #444;
        cursor: pointer;
    }

        .block .title strong {
            font-weight: normal;
        }

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/rss.png) center no-repeat;
    font-size: 0 !important;
}

.block .listbox {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}

.block .sublist {
    margin: 15px 0 5px;
}

    .block .sublist a {
        font-size: 14px;
    }

.block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 18px;
    color: #444;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .block .list a:before {
        content: "";
        position: absolute;
        top: 12px;
        left: -15px;
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }

.page {
    min-height: 200px;
    text-align: center;
}

    .page:after, .page-title:after, .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.blog-page .post, .news-items .news-item {
    margin: 0 0 30px;
}

    .blog-page .post:after {
        content: "";
        display: block;
        clear: both;
    }

.post-title, .news-title {
    display: inline-block;
    padding: 20px 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.post-date, .news-date {
    display: block;
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px;
    font-style: italic;
    color: #444;
}

.post-body, .news-body {
    margin: 0 0 20px;
    padding: 0 10px;
    line-height: 22px;
}

    .category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
        margin: 10px 0;
        text-align: justify;
    }

.blog-page .tags, .blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

    .blog-page .tags label, .blogpost-page .tags label {
        display: inline-block;
        margin: 0 3px 3px 0;
        font-weight: bold;
        color: #444;
    }

label, label + * {
    vertical-align: middle;
}

.blog-page .tags ul, .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0;
}

.blog-page .tags li, .blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
}

.blog-page .tags a, .blogpost-page .tags a {
    display: block;
    color: #000;
}

.blog-page .tags li.separator, .blogpost-page .tags li.separator {
    margin: 0 8px 0 0;
}

.blog-page .tags li, .blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
}

.blog-posts .buttons, .news-items .buttons {
    margin: 0;
    padding: 0 10px;
}

    .blog-posts .buttons .read-more, .news-items .buttons .read-more {
        display: inline-block;
        border: none;
        background-color: #000;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li span {
            border-color: transparent;
            background-color: #000;
            color: #fff;
        }

        .pager li a, .pager li span {
            color:#444;
            display: block;
            min-width: 35px;
            min-height: 35px;
            border: 1px solid #ddd;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 17px;
            cursor: pointer;
        }

        .pager li.next-page * {
            background-image: url(../images/next.png);
        }

        .pager li.last-page * {
            background-image: url(../images/last.png);
        }

        .pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

@media (min-width: 360px) {
    #blog .hero-banner {
        background: url(/Content/Images/Shared/news-and-blog-1440.jpg) no-repeat;
        background-position: top;
        background-size: 100% auto;
    }

    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 11px;
        bottom: 16px;
        width: 61.1%;
        font-size: 15px;
    }
}

@media (min-width: 480px) {
    #blog .hero-banner {
        background: url(/Content/Images/Shared/news-and-blog-960.jpg) no-repeat;
        background-position: top;
        background-size: 100% auto;
    }

    .hero-banner {
        height: 184px;
    }

    .bottom-right {
        padding: 13px;
        bottom: 13px;
        width: 50%;
        font-size: 17px;
    }

    h1, h2, h3 {
        font-size: 23px;
    }
}

@media (min-width: 640px) {
    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 14px;
        bottom: 14px;
        width: 50%;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    #blog .hero-banner {
        background: url(/Content/Images/Shared/news-and-blog-1536.jpg) no-repeat;
        background-position: top;
        background-size: 100% auto;
    }

    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        padding: 26px;
        bottom: 26px;
        width: 61.1%;
        font-size: 34px;
    }

    h1 {
        font-size: 34px;
    }

    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #blog .hero-banner {
        background: url(/Themes/RcwBlack/Content/images/lagunaBeachPhoto.jpg) no-repeat;
        background-position: 0px;
        background-size: 100% auto;
        height: 320px;
    }

    .hero-banner {
        height: 200px;
    }

    .bottom-right {
        width: 50%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

        .block .title {
            margin: 0;
            border-bottom: 1px solid #ddd;
            background: none;
            cursor: auto;
        }

            .block .title strong {
                font-weight: 700;
            }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }

    .block .listbox {
        display: block;
        border-bottom: none;
    }

    #blog .center-2 {
        margin-top: 15px;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .page {
        text-align: left;
    }

    #blog .right, #blog-post .right {
        width: 84.5%;
    }
}

@media (min-width: 1366px) {
    .hero-banner {
        height: 200px;
    }
}

@media (min-width: 1920px) {
    .hero-banner {
        height: 200px;
    }
}