﻿.wrapper.sm {
    width: 1200px;
    margin: 0 auto;
}
h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #3c404b;
}
.hero {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 600px;
    max-height: 600px;
}
.hero h1 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    letter-spacing: 1px;
    padding-top: 250px;
    width: 325px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.forums.new input[type=text] {
    font-size: 18px;
    color: #3c404b;
    padding: 12px 14px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.forums.new input[type=password] {
    font-size: 18px;
    color: #3c404b;
    padding: 12px 14px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.forums.new select {
    font-size: 18px;
    color: #3c404b;
    padding: 12px 14px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.forums.new input[type="checkbox"] {
    margin-top: 0;
}
.forums.new .k-datepicker input {
    margin: 0;
    height: initial;
}
.forums.new h6 {
    font-size: 16px;
    text-transform: uppercase;
}
.forums.new .k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #fff;
    background-color: #ed3023;
}
.forums.new .k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
    padding: 12px 14px;
    border: 1px solid #ccc;
}
table tr:nth-child(odd) {
    background-color: #fff;
}

.forums.new table tr td, table tr th {
    padding: 0;
}
.forums.new .btn-primary {
    background-color: #ed3023;
    border: none;
    border-radius: 2px;
    padding: 7px 15px;
}
.forums.new.login {
    margin: 50px 0 0 0;
}
    .forums.new.login .wrapper.login {
        width: 500px;
    }
.forums.new.register {
    margin: 50px 0 0 0;
}
    .forums.new.register .wrapper.register {
        width: 750px;
    }

.forums.new.register legend {
    color: #ed3023;
    font-weight: 600;
}
    .forums.new.register h2 {
        color: #ed3023;
        font-weight: 400;
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .forums.new.register p {
        font-size: 18px;
        margin: 0 0 15px 0;
        
    }

.forums.new span.staff {
    background-color: #ed3023;
    color: #fff !important;
    padding: 1px 7px 2px 7px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
}

.pink-button {
    border: solid 2px #ed3023;
    border-radius: 28px;
    padding: 15px 40px;
    text-decoration: none;
    color: #ed3023 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
}
    .pink-button:hover {
        background-color: #ed3023;
        color: #fff !important;
        transition: all .5s;
    }
    .pink-button.inverse {
        background-color: #ed3023;
        color: #fff !important;
    }
        .pink-button.inverse:hover {
            color: #ffffff !important;
            background-color: #ca2e23 !important;
        }
    .pink-button.inverse.no-border {
        background-color: #ed3023;
        color: #fff !important;
        border: none;
    }
        .pink-button.inverse.no-border:hover {
            color: #ed3023 !important;
            background-color: #fff !important;
            border: none;
        }
    .pink-button.med {
        padding: 8px 12px;
        border: solid 1px #ed3023;
    }
    .pink-button.sm {
        margin-top: 10px;
        padding: 4px 15px;
        border: solid 1px #ed3023;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pink-button.wide {
        padding: 15px 75px;
    }
    .pink-button.dark {
        background-color: #3c404b;
    }
    .pink-button.dark:hover {
        background-color: #ed3023;
    }
    .pink-button.page {
        border-radius: 5px;
        padding: 2px 8px;
        font-size: 16px;
    }
    .pink-button.page.active {
        background-color: #ed3023;
        cursor: initial;
        color: #fff !important;
    }
.pink-button[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff!important;
}
    .pink-button[disabled]:hover {
        background-color: #ccc !important;
        border-color: #ccc !important;
        color: #fff !important;
    }
    button.pink-button {
        background-color: #fff;
        font-family: 'Exo 2';
        font-weight: 600;
    }
.command-button {
    border: 1px solid #ccc;
    border-bottom: none;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #3c404b;
    text-align: center;
    transition: all .25s;
}
    .command-button:hover {
        color: #ed3023;
        transition: all .25s;
        background-color: #fff;
    }








.forums .hero {
    min-height: 200px;
    max-height: 200px;
}
    .forums .hero h1 {
        text-align: center;
        padding-top: 70px;
        width: 100%;
    }
.latest-posts {
    padding: 115px 0;
}

.latest-posts-header-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

    .latest-posts-header-grid div:nth-child(2) {
        text-align: right;
    }

.latest-posts h1 {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 50px;
}


.post-list {
    box-shadow: 0 2px 23px 0 #e4e6e9;
}
.post-list a:hover {
    color: #ed3023;
}

    .post-list .post-list-item {
        padding: 25px 30px;
        border: 1px solid #fff;
        border-bottom: 1px solid #e4e6e9;
        transition: all .25s;
    }

        .post-list .post-list-item:hover {
            border: 1px solid #ed3023 !important;
            transition: all .25s;
        }

        .post-list .post-list-item.pinned:hover {
            border-left: 3px solid #ed3023 !important;
            transition: all .25s;
        }

        .post-list .post-list-item.pinned {
            padding: 25px 28px;
            border-left: 3px solid #ed3023;
        }

    .post-list .post-list-item-grid {
        cursor: pointer;
        display: grid;
        grid-template-columns: 1fr 75px 75px;
        align-items: center;
    }

        .post-list .post-list-item-grid.pinned {
            grid-template-columns: 1fr 65px 75px 75px;
        }

        .post-list .post-list-item-grid h3 {
            font-size: 18px;
            letter-spacing: 0.6px;
            color: #6b7897;
            font-weight: 700;
            padding-right: 30px;
            margin: 0 0 5px 0;
        }

        .post-list .post-list-item-grid h4 {
            font-size: 14px;
            color: #8c96ab;
            font-weight: 400;
            font-family: 'Exo 2';
            margin: 0;
        }

            .post-list .post-list-item-grid h4 span {
                color: #8c96ab;
            }

        .post-list .post-list-item-grid img {
            width: 20px;
        }

        .post-list .post-list-item-grid div.counts {
            font-size: 14px;
            font-weight: 500;
            color: #ed3023;
        }

            .post-list .post-list-item-grid div.counts div {
                margin: -17px 0 0 25px;
            }

/* forums */
.forums {
    min-height: 800px;
    padding-bottom: 60px;
}

    .forums .hero {
        min-height: 200px;
        max-height: 200px;
    }

        .forums .hero h1 {
            text-align: center;
            padding-top: 70px;
            width: 100%;
        }

    .forums h2 {
        font-size: 24px;
        color: #3c404b;
        margin: 30px 0;
    }

    .forums h6 {
        text-decoration: underline;
        margin: 30px 0 5px 0;
    }

    .forums input[type=text] {
        border: 1px solid #ccc;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .forums .posting-message {
        text-align: center;
        padding: 20px;
        border: 1px solid #ed3023;
        border-radius: 5px;
    }

        .forums .posting-message h1 {
            color: #ed3023;
        }

        .forums .posting-message h3 {
            color: #ed3023;
        }

    .forums .post-titles {
        margin-bottom: 25px;
    }

        .forums .post-titles h6 {
            text-decoration: none;
            margin-bottom: 0;
            font-size: 14px;
        }

        .forums .post-titles h2 {
            margin: 0;
            color: #3c404b;
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            letter-spacing: 0.5px;
            padding-right: 15px;
            padding-bottom: 5px;
        }

        .forums .post-titles h5 {
            margin-top: 2px;
            font-size: 14px;
            color: #3c404b;
            font-weight: 400;
            font-family: 'Exo 2';
        }

    .forums .post-body {
        color: #3c404b;
        line-height: 1.63;
        font-size: 16px;
        overflow-wrap: break-word;
    }

        .forums .post-body img {
            max-width: 100%;
        }

    .forums .post-wrapper {
        padding: 20px 25px 50px 25px;
        box-shadow: 0 2px 23px 0 #e4e6e9;
    }

    .forums .command-grid {
        display: grid;
        grid-template-columns: 30px 1fr 180px;
        margin: 15px 0;
    }

        .forums .command-grid img {
            width: 20px;
            cursor: pointer;
        }

        .forums .command-grid .flag {
            justify-self: end;
            align-self: center;
            font-size: 16px;
        }

        .forums .command-grid .likes {
            cursor: pointer;
        }

    .forums .like-panel {
    }

        .forums .like-panel h6 {
            margin-bottom: 10px;
            text-decoration: none;
        }

    .forums .like-box {
        background-color: #ed3023;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
        line-height: 2.5;
    }

    .forums .comment-form-box {
        margin: 20px 0;
    }

        .forums .comment-form-box h3 {
            font-weight: 400;
            color: #3c404b;
            margin-bottom: 0;
            font-family: 'Exo 2';
        }

        .forums .comment-form-box textarea {
            border: 1px solid #ccc;
            width: 100%;
            padding: 10px 15px;
            font-size: 16px;
            box-sizing: border-box;
        }

    .forums .please-wait {
        border: 1px solid #ccc;
        color: #ed3023;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 16px;
    }

        .forums .please-wait div {
            padding-top: 75px;
        }

        .forums .please-wait h1 {
            margin: 0;
            color: #ed3023;
            font-weight: 500
        }

        .forums .please-wait h2 {
            margin: 0;
            color: #ed3023;
            font-weight: 400;
        }

    .forums .post-comments {
        margin: 30px 0;
    }

        .forums .post-comments h3 {
            border-bottom: 1px solid #ccc;
            font-family: 'Exo 2';
            text-transform: uppercase;
        }

        .forums .post-comments .comment-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
        }

            .forums .post-comments .comment-grid:last-of-type {
                border-bottom: none;
            }

            .forums .post-comments .comment-grid div:nth-child(1) {
                font-weight: 400;
                color: #888;
                font-size: 12px;
                padding-bottom: 1px;
            }

            .forums .post-comments .comment-grid div:nth-child(2) {
                font-weight: 400;
                color: #888;
                justify-self: end;
                font-size: 12px;
            }

        .forums .post-comments .body {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 1.47;
        }

    .forums .comment-box {
        margin-bottom: 10px;
    }

        .forums .comment-box .box {
            margin-bottom: 10px;
            padding: 20px 25px;
            box-shadow: 0 2px 5px 0 #e4e6e9;
            border: 1px solid #ccc;
        }

    .forums .sub-comments {
        padding: 0 0 0 35px;
    }

    .forums .sub-comment-form textarea {
        border: 1px solid #ccc;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .forums .comment-please-wait {
        padding: 6px 10px;
        /*border: 1px solid #ed3023;*/
        border-radius: 5px;
        color: #ed3023;
        font-weight: 500;
    }

    .forums .comment-box-sub.hilight .box {
        border: 2px solid #ed3023;
    }

figcaption {
    font-weight: 500;
    background-color: #3c404b;
    margin-top: -5px;
    color: #fff;
    padding: 5px 10px;
}

figure {
    margin: 0;
}

.forums .search-query-container {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 1fr 130px;
    margin-bottom: 15px;
    grid-column-gap: 5px;
}

    .forums .search-query-container button {
        padding: 11px 26px;
        border-radius: 5px;
        margin-left: 0px;
        width: 100%;
    }

    .forums .search-query-container input[type="text"] {
        font-size: 16px;
        font-family: 'Exo 2';
        padding: 10px 15px;
        border-radius: 5px;
        border: 2px solid #ed3023;
        color: #ed3023;
        width: 100%;
    }

        .forums .search-query-container input[type="text"]:focus {
            border: 2px solid #ed3023 !important;
        }

        .forums .search-query-container input[type="text"]::placeholder {
            color: rgba(255, 98, 96, 0.50);
        }

.forums #search-results #search-results,
.forums #search-results #no-results {
    font-size: 16px;
    text-align: center;
}

.forums #search-results .shadow-box {
    border-radius: 0;
    border: none;
    overflow-wrap: break-word;
}

    .forums #search-results .shadow-box:hover {
        border: none;
    }

    .forums #search-results .shadow-box h1 {
        border-bottom: 1px solid #ccc;
        font-size: 20px;
    }

    .forums #search-results .shadow-box a.result-link {
        color: #3c404b;
    }

.forums #show-more {
    width: 300px;
    margin: 30px auto;
}

.forums.new #create-discussion {
    border-radius: 3px;
}

.forums.new .search-query-container button:focus {
    padding: 11px 26px;
    border-radius: 5px;
    margin-left: 0;
    border: solid 2px #a94645 !important;
}

.forums.new .post-list .post-list-item-grid h5 {
    font-size: 12px;
    color: #8c96ab;
    font-weight: 400;
    margin: 3px 0 0 0;
    font-family: 'Exo 2';
}

.forums.new .post-list .post-list-item {
    border-bottom: 1px solid #e4e6e9;
}

.forums.new .km-list > li {
    padding: 0;
}

.forums.new .post-list .post-list-item-grid div.counts span {
    font-size: 24px;
}

.forums.new .post-list .post-list-item-grid div.counts div {
    margin: -26px 0 0 36px;
    font-size: 14px;
}

.forums.new .command-grid .likes span {
    cursor: pointer;
    color: #ed3023;
    font-size: 24px;
    margin-left: 5px;
}

.forums.new .command-grid #like-count {
    color: #ed3023;
    font-size: 20px;
    margin: 5px 0 0 5px;
    font-weight: 700;
}

.forums.new input[type="file"] {
    display: block;
}
/*.forums.new .discussion-post input[type="text"] {
    border: none;
    border-bottom: 2px solid #ccc;
}
.forums.new .discussion-post input[type="text"]:focus {
    border: none !important;
    border-bottom: 2px solid #000 !important;
}*/
.forums.new .discussion-post h6 {
    color: #3c404b;
    text-decoration: none;
    margin: 10px 0 5px 0;
}

.forums.new .pin-top {
    margin: 10px 0 20px 0;
}

.forums.new .photo-upload {
    margin: 10px 0 20px 0;
}

.forums.new .post-buttons .btn {
    font-family: 'Exo 2';
    margin-right: 7px;
    border-radius: 2px;
}

.forums.new .photo-upload .image-preview {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

.forums.new .photo-upload .k-file-name-size-wrapper {
    display: inline-block;
    padding: 10px;
    box-shadow: 0 2px 15px 0 #e4e6e9;
    border: 1px solid #ccc;
    width: 125px;
    margin: 5px;
}

.forums.new .hint {
    font-size: 12px;
    font-style: italic;
    color: #888;
    margin: 5px 0 25px 5px;
}

.forums.new .validation,
.forums.new .reply-validation {
    font-size: 14px;
    color: #fff;
    background-color: #ed3023;
    font-family: 'Exo 2';
    margin: 0 0 20px 0;
    padding: 5px 10px;
    border-radius: 3px;
}

.forums.new .k-form-error {
    font-style: normal;
    margin-top: 5px;
}

.forums.new #discussion-title {
    margin-bottom: 0;
}

.forums.new .forum-message {
    background-color: #20a000;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    box-shadow: 0 2px 23px 0 #e4e6e9;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: 'Exo 2';
}

.forums.new .command-grid {
    grid-template-columns: 30px 1fr 1fr;
}

    .forums.new .command-grid .flag {
        color: #ed3023;
        font-size: 16px;
        cursor: pointer;
    }

        .forums.new .command-grid .flag > span > span {
            font-family: 'Exo 2';
            font-size: 16px;
            padding-left: 5px;
            font-weight: 600;
        }

.forums.new #post-comment {
    font-family: 'Exo 2';
    margin-right: 7px;
    border-radius: 3px;
}

.forums.new #comment-list.k-listview {
    border: none;
}

.forums.new .comment-box .body {
    color: #000;
}

    .forums.new .comment-box .body .quote {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-size: 12px;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background-color: #eaeaea;
        margin: 0 10px 7px 10px;
    }

        .forums.new .comment-box .body .quote h6 {
            margin: 0 0 5px 0;
            color: #3c404b;
            text-decoration: none;
            font-style: italic;
            padding: 0;
        }

.forums.new .comment-box .reply-area .quote {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 7px 10px;
    background-color: #eaeaea;
    margin: 0 10px 7px 10px;
}

    .forums.new .comment-box .reply-area .quote h6 {
        margin: 0 0 5px 0;
        color: #3c404b;
        text-decoration: none;
        font-style: italic;
        padding: 0;
    }

.forums.new .comment-grid.actions {
    border: none;
}

.forums.new .comment-grid.actions {
    border: none;
    margin: 15px 0 0 -10px;
    font-size: 12px;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: end;
}

    .forums.new .comment-grid.actions.is-staff {
        grid-template-columns: max-content max-content max-content max-content max-content;
    }

    .forums.new .comment-grid.actions > div {
        color: #3c404b !important;
        cursor: pointer;
        padding: 3px 10px;
        border-radius: 3px;
        margin-top: 10px
    }

        .forums.new .comment-grid.actions > div:hover {
            background-color: #e8e8e8;
        }

    .forums.new .comment-grid.actions .like-comment {
        justify-self: flex-start;
    }

        .forums.new .comment-grid.actions .like-comment span:hover {
            color: #ed3023;
        }

        .forums.new .comment-grid.actions .like-comment:hover {
            background-color: transparent;
        }

    .forums.new .comment-grid.actions > div > span {
        margin-right: 5px;
        color: #ed3023;
    }

.forums.new .reply-area {
    border: 1px solid #ccc;
    margin-bottom: 0;
    margin: 0 0 25px 3px;
    padding: 5px 15px;
    box-shadow: 0 2px 10px 0 #e4e6e9;
}

    .forums.new .reply-area blockquote {
        margin: 0 5px 10px 10px;
        font-size: 12px;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background-color: #eaeaea;
    }

    .forums.new .reply-area button.pink-button {
        border-radius: 3px;
        margin: 10px 5px 10px 0;
    }

    .forums.new .reply-area .cancel-reply {
        color: #ed3023;
        cursor: pointer;
        font-weight: 500;
    }

    .forums.new .reply-area .quote-area {
        border: 1px solid rgba(0,0,0,0.06);
        border-bottom: none;
        padding: 5px;
        background-color: #f6f6f6;
    }

        .forums.new .reply-area .quote-area h6 {
            margin: 0 0 0 10px;
            color: #3c404b;
            text-decoration: none;
            font-style: italic;
            padding: 3px 3px 0 3px;
        }

    .forums.new .reply-area h3 {
        border: none;
        margin: 5px 0 5px;
        font-family: 'Exo 2';
        font-size: 14px;
        text-transform: uppercase;
    }

.forums.new .comment-box {
    display: grid;
    grid-template-columns: 15px 1fr;
    padding: 10px 10px 0px 0;
    /*box-shadow: 0 2px 5px 0 #e4e6e9;*/
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin-left: 7px;
    margin-bottom: 0;
    margin-top: 15px;
}

    .forums.new .comment-box .comment-box {
        background-color: #f8f8f8;
    }

        .forums.new .comment-box .comment-box .comment-box {
            background-color: #fff;
        }

            .forums.new .comment-box .comment-box .comment-box .comment-box {
                background-color: #f8f8f8;
            }

                .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box {
                    background-color: #fff;
                }

                    .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                        background-color: #f8f8f8;
                    }

                        .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                            background-color: #fff;
                        }

                            .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                                background-color: #f8f8f8;
                            }

    .forums.new .comment-box > div:nth-child(1) {
        cursor: pointer;
        padding-bottom: 0;
        margin-left: -19px;
        margin-top: -11px
    }

    .forums.new .comment-box .box {
        padding: 0;
        border: none;
        box-shadow: none;
        padding-left: 0px;
        margin-bottom: 0;
    }

    .forums.new .comment-box .comment-bar > div {
        background-color: #ccc;
        width: 2px;
        margin: 0 auto;
        height: 100%;
        transition: all .25s;
    }

    .forums.new .comment-box .expand-bar {
        display: none;
        transition: all .25s;
        margin-top: 0px;
        margin-left: -22px;
    }

    .forums.new .comment-box .comment-bar:hover > div {
        background-color: #ed3023;
        transition: all .25s;
    }

    .forums.new .comment-box.collapsed {
        padding: 10px 25px 0 15px;
        background-color: #efefef;
    }

        .forums.new .comment-box.collapsed .comment-bar {
            display: none;
        }

        .forums.new .comment-box.collapsed .comment-grid div:nth-child(1) {
            margin-left: -10px;
        }

        .forums.new .comment-box.collapsed .comment-grid {
            border: none;
        }

            .forums.new .comment-box.collapsed .comment-grid.actions {
                display: none;
            }

        .forums.new .comment-box.collapsed .body {
            display: none;
        }

        .forums.new .comment-box.collapsed .sub-comments {
            display: none;
        }

        .forums.new .comment-box.collapsed .reply-area {
            display: none;
        }

        .forums.new .comment-box.collapsed .static-images {
            display: none;
        }

        .forums.new .comment-box.collapsed .expand-bar {
            display: block;
            cursor: pointer;
            margin-top: 1px;
        }

            .forums.new .comment-box.collapsed .expand-bar:hover {
                color: #ed3023;
                transition: all .25s;
            }

.forums.new .sub-comments {
    padding: 10px 0 0 0;
    margin-right: -11px;
}

.forums.new #comment-list {
    min-height: 100px;
}

.forums.new #discussion-list {
    min-height: 100px;
}

.forums.new #no-discussions {
    padding: 20px;
    font-size: 16px;
}

.forums.new .post-list .discussion .post-list-item {
    border-left: 3px solid #000;
}

    .forums.new .post-list .discussion .post-list-item:hover {
        border-left: 3px solid #ed3023 !important;
    }

.forums.new .post-list .discussion .post-list-item-grid h3 {
    color: #000;
}

.forums.new .post-list .discussion .post-list-item-grid h4 span {
    color: #000;
}

.forums.new .post-list .discussion.read .post-list-item {
    border-left: 3px solid #ccc;
}

    .forums.new .post-list .discussion.read .post-list-item:hover {
        border-left: 3px solid #ed3023 !important;
    }

.forums.new .post-list .discussion.read .post-list-item-grid h3 {
    color: #888;
}

.forums.new .post-list .discussion.read .post-list-item-grid h4 span {
    color: #888;
}

.forums.new .post-list .discussion .post-list-item.pinned {
    border-left: 3px solid #ed3023;
}

.forums.new .post-list .discussion.read .post-list-item.pinned {
    border-left: 3px solid #fbcecd;
}

.forums.new .post-list .discussion .post-list-item-grid div.counts {
    color: #3c404a;
}

.forums.new .post-list .discussion.read .post-list-item-grid div.counts {
    color: #888;
}

.forums.new .post-list .discussion .post-list-item-grid div.counts.pin {
    color: #ed3023 !important;
}

.forums.new .post-list .discussion.read .post-list-item-grid div.counts.pin {
    color: #fbcecd;
}

.k-window .k-textbox {
    border: 1px solid #ccc !important;
}

.forums.new .post-wrapper .image-grid {
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content;
    justify-content: end;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 5px 0;
}

    .forums.new .post-wrapper .image-grid h2 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .forums.new .post-wrapper .image-grid div {
        margin-left: 5px;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 3px;
        margin-bottom: 3px;
    }

        .forums.new .post-wrapper .image-grid div.active {
            background-color: #e8e8e8;
        }

        .forums.new .post-wrapper .image-grid div:hover {
            background-color: #e8e8e8;
        }

        .forums.new .post-wrapper .image-grid div > span {
            margin-right: 5px;
            color: #ed3023;
        }

        .forums.new .post-wrapper .image-grid div > span {
            margin-right: 5px;
            color: #ed3023;
        }

.forums.new .post-wrapper .discussion-images .images img {
    max-width: 100%;
}

.forums.new .post-wrapper .discussion-images .image-slide {
    min-height: 700px;
    background-position: center center !important;
    background-size: cover !important;
}

.forums.new .post-wrapper .discussion-images .owl-carousel {
    position: relative;
}

.forums.new .post-wrapper .discussion-images .owl-nav {
    font-size: 100px;
    color: #fff;
    font-family: 'Exo 2';
}

    .forums.new .post-wrapper .discussion-images .owl-nav button {
        position: absolute;
        bottom: 50%;
    }

        .forums.new .post-wrapper .discussion-images .owl-nav button > span:hover {
            color: #ed3023;
            transition: all .25s;
        }

        .forums.new .post-wrapper .discussion-images .owl-nav button:focus {
            border: none !important;
        }

        .forums.new .post-wrapper .discussion-images .owl-nav button:focus {
            border: none !important;
        }

        .forums.new .post-wrapper .discussion-images .owl-nav button:nth-child(2) {
            right: 0;
        }

.forums.new .post-wrapper .discussion-images .owl-dots {
    margin-top: 10px;
}

.forums.new .post-wrapper .discussion-images .static-images {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

    .forums.new .post-wrapper .discussion-images .static-images.small {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-content: center;
    }

        .forums.new .post-wrapper .discussion-images .static-images.small > div {
            border: 1px solid #ccc;
            display: flex;
            padding: 15px;
            box-shadow: rgb(169, 169, 169) 0px 2px 23px 0px;
            max-height: 350px;
        }

            .forums.new .post-wrapper .discussion-images .static-images.small > div > img {
                object-fit: cover;
            }

    .forums.new .post-wrapper .discussion-images .static-images img {
        max-width: 100%;
        cursor: pointer;
        object-fit: cover;
    }

.forums.new.discussion {
    position: relative;
}

    .forums.new.discussion #image-viewer {
        height: 100vh;
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: -30px;
        left: 0;
        background-color: #000;
        overflow: hidden;
        transition: 0.5s;
        padding: 25px;
        box-sizing: border-box;
        color: #fff;
    }

        .forums.new.discussion #image-viewer #close-dialog {
            position: absolute;
            font-size: 36px;
            right: 20px;
            background-color: rgba(1,1,1,.9);
            padding: 10px 20px;
            font-family: 'Exo 2';
            cursor: pointer;
            margin-top: -15px;
        }

        .forums.new.discussion #image-viewer .image {
            display: flex;
            width: 100%;
            align-content: center;
            justify-content: center;
        }

        .forums.new.discussion #image-viewer img {
            max-height: calc(100vh - 40px);
            max-width: 100%;
            align-self: center;
        }

.forums.new .post-titles h2 span {
    text-align: right;
    color: #ff0000;
    cursor: pointer;
}

.forums.new .comment-box .static-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    grid-gap: 10px;
}

    .forums.new .comment-box .static-images > div {
        border: 1px solid #ccc;
        display: flex;
        padding: 15px;
        box-shadow: rgb(169, 169, 169) 0px 2px 10px 0px;
        cursor: pointer;
        max-height: 350px;
    }

    .forums.new .comment-box .static-images img {
        max-width: 100%;
        object-fit: cover;
    }

.forums.new .new-badge {
    background-color: #0277ff;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 1px;
    font-weight: 400;
    border-radius: 10px;
}

.forums.new .no-results {
    padding: 10px 15px;
    font-size: 16px;
}

.forums.new .post-list .post-list-item-grid div.counts {
    color: #3c404a !important;
}
.forums.new .post-list .post-list-item-grid div.counts .count {
    color: #3c404a !important;
    position:initial;
    top: 0;
    right: 0;
}

.forums.new .post-comments .k-pager-wrap {
    margin-top: 20px;
}

.forums.new .k-listview-content {
    overflow: hidden;
}

.forums.new .post-list .post-list-item-grid.cats {
    grid-template-columns: 1fr 1px 80px;
    align-items: center;
}

    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(1) {
        grid-column: initial;
        margin-bottom: 0;
    }

    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(2) {
        grid-column: initial;
    }

    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(3) {
        grid-column: initial;
    }
.forums.new .profile-bar {
    display: grid;
    grid-template-columns: 85% 1fr;
    margin-top: 5px;
}
.forums.new .profile-bar > div:nth-child(2) {
    justify-self: end;
}
.forums.new .error {
    margin: 10px 0;
    font-size: 16px;
    background-color: #ed3023;
    color: #fff;
    border: 1px solid #ed3023;
    padding: 5px 10px;
}
.forums.new .success {
    margin: 10px 0;
    font-size: 16px;
    background-color: #27b000;
    color: #fff;
    padding: 5px 10px;
}
.forums.new .register label span {
    color: #ed3023;
}
.forums.new .register .select-container {
    margin-bottom: 10px;
}
.forums.new.forum-profile #register-view,
.forums.new.forum-profile #password-view {
    margin-top: -1px;
}
.forums.new.forum-profile #password-change {
    margin-top: -1px;
}
.forums.new.forum-profile .profile-button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
    .forums.new.forum-profile .profile-button-grid > div {
        font-size: 18px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        padding: 10px 25px;
        cursor: pointer;
    }
        .forums.new.forum-profile .profile-button-grid > div:nth-child(1) {
            border-right: none;
        }
        .forums.new.forum-profile .profile-button-grid > div.active {
            color: #ed3023;
            border-bottom: 1px solid #fff;
            font-weight: bold;
        }

@media (max-width: 1199px) {
    .wrapper.sm {
        width: 100%;
        padding: 0 5px;
    }
    .forums.new.login .wrapper.login {
        padding: 10px 15px;
    }
}

@media (max-width: 1023px) {

    .forums.new.discussion #image-viewer #close-dialog {
        font-size: 28px;
        padding: 5px 15px;
    }

    .forums.new.discussion #image-viewer .image {
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .forums #show-more {
        width: 200px;
    }
    .forums.new.register .wrapper.register {
        width: 100%;
    }
    .forums.new.register .wrapper.register {
        width: 100%;
    }
    .forums.new.register {
        margin: 20px 0 0 0;
    }
}
@media (max-width: 767px) {
    .forums #show-more {
        width: 200px;
    }
    .latest-posts {
        padding: 60px 0;
    }

    .latest-posts-header-grid {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }

    .forums.new .latest-posts-header-grid {
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }

    .latest-posts h1 {
        font-size: 20px;
        text-align: center;
    }

    .post-list.fan-cult .post-list-item-grid h3 {
        margin: 0 0 5px 0;
    }

    .post-list.fan-cult .post-list-item-grid {
        grid-template-columns: 75px 75px 1fr;
    }

        .post-list.fan-cult .post-list-item-grid div:nth-child(1) {
            grid-column: 1/4;
        }

        .post-list.fan-cult .post-list-item-grid div.counts {
            margin-top: 15px;
        }

    .post-list .post-list-item-grid div.counts {
        justify-self: end;
        min-width: 50px;
    }

    .post-list.cat .post-list-item-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

        .post-list.cat .post-list-item-grid div:nth-child(1) {
            grid-column: 1/4;
        }

        .post-list.cat .post-list-item-grid div.counts {
            margin-top: 15px;
        }

    .forums .command-grid {
        grid-template-columns: 25px 1fr 100px;
    }

    .forums.new .post-list .post-list-item-grid.pinned div:nth-child(1) {
        grid-column: 1/5;
        margin-bottom: 15px;
    }

    .forums.new .post-list .post-list-item-grid.pinned div:nth-child(2) {
        grid-column: 1/3;
    }

    .forums.new .post-list .post-list-item-grid div:nth-child(1) {
        grid-column: 1/4;
        margin-bottom: 15px;
    }

    .forums.new .post-list .post-list-item-grid div:nth-child(2) {
        grid-column: 1/3;
    }

    .forums.new .post-list .post-list-item-grid h3 {
        margin: 0 0 0px 0;
        font-size: 16px;
    }

    .forums.new .post-list .post-list-item-grid h4 {
        font-size: 14px;
        color: #333;
        margin: 0;
    }

    .forums.new .post-list .post-list-item-grid h5 {
        color: #8c96ab;
        margin: 0;
    }
    .forums .hero h1 {
        font-size: 36px;
    }
    .forums.new.login .wrapper.login {
        width: 95%;
        padding: 10px 15px;
    }
}
@media (max-width: 550px) {
    .pink-button.med {
        padding: 8px;
        font-size: 13px;
    }
    .forums .hero {
        min-height: 110px;
        max-height: 110px;
    }

        .forums .hero h1 {
            padding-top: 30px;
        }

    .forums h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .forums .post-titles h2 {
        white-space: normal;
        overflow: auto;
        text-overflow: unset;
        font-size: 16px;
    }

    .forums .post-titles h5 {
        font-size: 12px;
    }

    .forums .post-wrapper {
        padding: 20px 15px;
    }

    .forums .post-body {
        line-height: 1.45;
        font-size: 14px;
    }

    .forums .comment-box .box {
        margin-bottom: 0px;
        padding: 15px;
    }

    .forums .comment-box-sub {
        margin-top: 5px;
    }

    .forums .post-comments .body {
        font-size: 14px;
        line-height: 1.45;
        margin-top: 10px;
    }

    .forums .post-comments .comment-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }

        .forums .post-comments .comment-grid div:nth-child(2) {
            justify-self: end;
        }

    .forums .sub-comments {
        padding: 0 0 0 20px;
    }

    .forums .wrapper.sm {
        padding: 0 15px;
    }

    .forums.new .post-list.wrapper.sm {
        padding: 0 3px;
    }

    .forums.new .post-list .post-list-item {
        padding: 15px 15px;
    }

    .forums.new .post-list .discussion .post-list-item.pinned {
        border-left: 5px solid #ed3023;
    }

    .forums.new .post-list .discussion.read .post-list-item.pinned {
        border-left: 5px solid #fbcecd;
    }

    .forums.new .post-list .discussion.read .post-list-item {
        border-left: 5px solid #ccc;
    }

    .forums.new .post-list .discussion .post-list-item {
        border-left: 5px solid #000;
    }

    .staff {
        font-size: 11px;
        padding: 1px 5px;
        font-weight: 400;
    }

    .forums .pink-button.create {
        padding: 10px 20px;
    }

    .forums.new .pink-button.create {
        display: block;
        padding: 15px 20px;
    }

    .post-list .post-list-item {
        padding: 20px;
    }

        .post-list .post-list-item.pinned {
            padding: 20px 17px;
        }

            .post-list .post-list-item.pinned .post-list-item-grid div:nth-child(2) {
                grid-column: 1/2;
            }

    .post-list .post-list-item-grid div:nth-child(2) {
        grid-column: 1/3;
    }

    .post-list .post-list-item-grid.cats div:nth-child(2) {
        grid-column: auto;
    }

    .forums{
        min-height: initial;
    }
        .forums.new .wrapper.sm.discussion {
            padding: 0 3px;
        }

        .forums.new .photo-upload .k-file-name-size-wrapper {
            display: block;
            width: 85%;
        }

        .forums.new .photo-upload .image-preview {
            width: initial;
            max-width: 100%;
            height: initial;
        }

        .forums.new .post-wrapper .image-grid > div:nth-child(3) {
            display: none;
        }

        .forums.new .post-wrapper .discussion-images .image-slide {
            min-height: 350px;
        }

        .forums.new .post-wrapper .discussion-images .owl-nav button {
            position: absolute;
            bottom: 42%;
        }

        .forums.new .post-comments h3 {
            padding-left: 15px;
        }

        .forums.new #comment-section {
            margin: 0 -15px;
        }

        .forums.new .comment-box {
            grid-template-columns: 5px 1fr;
        }

            .forums.new .comment-box > div:nth-child(1) {
                margin-left: -10px;
            }

            .forums.new .comment-box.collapsed {
                padding: 5px 25px 0 15px;
            }

                .forums.new .comment-box.collapsed .expand-bar {
                    margin-top: -1px;
                }

            .forums.new .comment-box .body {
                padding: 0 5px;
            }

        .forums.new.discussion #image-viewer #close-dialog {
            padding: 5px 5px;
        }

        .forums.new .comment-box .static-images {
            grid-template-columns: 1fr;
        }

            .forums.new .comment-box .static-images > div {
                padding: 7px;
                max-height: initial;
                display: block;
            }

                .forums.new .comment-box .static-images > div img {
                    max-width: 100%;
                    object-fit: initial;
                }
        .forums.new.forum-profile .profile-button-grid {
            grid-template-columns: 1fr;
            margin-bottom: 10px;
        }
        .forums.new.forum-profile #register-view, .forums.new.forum-profile #password-view {
            padding-top: 15px;
        }
            .forums.new.forum-profile .profile-button-grid > div {
                font-size: 16px;
                background-color: #fff;
                border: 1px solid rgba(0,0,0,0.08);
                padding: 7px 10px;
                cursor: pointer;
                margin-bottom: 5px;
            }
            .forums.new.forum-profile .profile-button-grid > div.active {
                font-size: 16px;
                background-color: #fff;
                border: 1px solid rgba(0,0,0,0.08);
                background-color: #ed3023;
                color: #fff;
            }
}
@media (max-width: 320px) {
    .forums.new .post-wrapper .image-grid > div {
        display: none;
    }
}


.profile {
}

    .profile .form-group select {
        font-size: 18px;
    }

    .profile .profile-bg {
        background: url('../img/profile/profile1_bg.jpg');
        background-position: 50% 50% !important;
        background-size: cover !important;
        padding: 150px 0 15px 0;
        min-height: 950px;
    }

    .profile .profile-box {
        background-color: #fefefe;
        padding: 20px 15px;
        color: #3c404b;
        border: 1px solid #ccc;
        box-shadow: 0 2px 20px 0 rgba(34, 37, 43, 0.1);
        position: relative;
    }

    .profile .loading {
        position: absolute;
        top: 0;
        width: calc(100% + 2px);
        background-color: rgba(255, 255, 255, 0.6);
        height: calc(100% + 36px);
        margin: -31px 0 35px -16px;
    }

        .profile .loading > div {
            text-align: center;
        }

        .profile .loading img {
            margin-top: 150px;
            width: 100px;
        }

    .profile .profile-image {
        margin: -125px 0 0 0;
        border-radius: 50%;
        width: 125px;
        position: relative;
    }

        .profile .profile-image img {
            border-radius: 50%;
            border: 1px solid #ccc;
            width: 100%;
            box-shadow: 0 2px 17px 0 rgba(34, 37, 43, .5);
        }

        .profile .profile-image .change-image {
            position: absolute;
            bottom: 2px;
            border-radius: 12px;
            font-weight: 500;
            width: 30px;
            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
            text-align: center;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            fill: #ffffff;
            background-color: rgba(0, 0, 0, 0.4);
            padding: 5px 0;
            margin-left: calc(50% - 12px);
        }

    .profile .profile-name h1 {
        color: #3c404b;
        margin: -83px 0 55px 140px;
        font-weight: 400;
        font-size: 30px;
        cursor: pointer;
    }

    .profile .initials {
        width: 128px;
        height: 116px;
        padding-top: 12px;
        font-size: 50px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #3c404b;
        color: #fff;
        background-color: #ed3023;
        line-height: 2;
    }

.profile-image.sm {
    margin: 0;
    width: 20px;
    cursor: pointer;
}

    .profile-image.sm .initials {
        width: 30px;
        height: 30px;
        padding-top: 0;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 2.5;
        background-color: #d9534f;
        border: 2px solid #fff;
    }

.profile label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #3c404b;
}

.profile input,
.profile select,
.profile textarea {
    border: 1px solid #ccc;
}

.profile label.fu {
    width: 274px;
    color: #fff;
}

    .profile label.fu:hover {
        color: #ed3023;
        transition: all .25s;
    }

    .profile label.fu svg {
        fill: #fff;
        transition: all .25s;
    }

    .profile label.fu:hover svg {
        fill: #ed3023;
        transition: all .25s;
    }

.profile .command-buttons {
    margin: 0px 0 -1px 0;
}

.profile .command-button {
    font-size: 16px;
    font-size: 14px;
    text-transform: uppercase;
}

    .profile .command-button.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        color: #ed3023;
        position: relative;
        z-index: 100;
    }

.profile .command-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
}

.profile .profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 70px;
}

    .profile .profile-grid h2,
    .profile .panel h2 {
        font-weight: 400;
        font-size: 24px;
        border-bottom: 1px solid #ccc;
        margin-top: 5px;
    }

.notification-panel label {
    font-size: 18px;
    margin-bottom: 0;
}

.notification-panel .form-group {
    margin-bottom: 20px;
}

.view-codes-panel .code {
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    margin-bottom: 20px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
}

.view-codes-panel h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.profile fieldset {
    border: none;
}

.profile-item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

    .profile-item-grid > div.code-box {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 10px 15px;
        max-width: 500px;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
    }

        .profile-item-grid > div.code-box h4 {
            font-size: 16px;
            margin-bottom: 5px;
            font-family: 'Exo 2';
        }

        .profile-item-grid > div.code-box h6 {
            text-align: right;
            color: #aaa;
            text-transform: unset;
            margin-top: 10px;
        }

        .profile-item-grid > div.code-box label {
            font-size: 16px;
            margin-bottom: 5px;
        }

    .profile-item-grid > div.addy-box {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 5px 10px;
        max-width: 500px;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .profile-item-grid > div .actions {
        align-self: center;
    }

    .profile-item-grid > div.addy-box h1 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

.profile .btn {
    border: solid 1px #ed3023;
    border-radius: 0px;
    padding: 7px 30px;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
    background-color: #ed3023;
    border-radius: 0px;
}

    .profile .btn.grey {
        border: solid 1px #3c404b;
        color: #fff !important;
        background-color: #3c404b;
    }

        .profile .btn.grey:hover {
            border: solid 1px #3c404b;
            background-color: #272930;
        }

    .profile .btn:hover {
        transition: all .5s;
        background-color: #dd5957;
    }

.profile-item-grid > div.addy-box .btn {
    margin: 0;
}

.profile-item-grid > div.cc-box {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    max-width: 500px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-content: center;
}

    .profile-item-grid > div.cc-box > div:nth-child(1) {
        align-self: center;
    }