/* Forum */
.forum-page .heading-col-1,
.forum-page .heading-col-2,
.forum-page .glyphicon {
    display: none !important;
}

html .forum-page .siteBody {
    max-width: 100%;
    padding: 0;
    min-height: auto;
    background: #F8F9FA;
}

.forum-page .container-fluid,
html .forum-page .module-list-panel .container-fluid,
html .forum-page .forum-post-list .post-item {
    padding: 0 !important;
}
.forum-page .container-fluid {
    max-width: 1410px;
}

.forum-page .breadcrumbs {
    /*padding-left: 30px;*/
    margin: 30px 0 40px;   
}
.forum-page .forum-post-list,
.forum-page .module-list-panel {
    min-height: auto !important;
}
.forum-page .forum-post-list {
    margin-top: 30px;
}
.forum-page .inner-banner+.siteBody .container-fluid:first-of-type:not(:first-child) {
    padding: 25px 0;
}
html .forum-page .new-post-button,
html .forum-page .btn-cont .dropdown-toggle {
    line-height: 1;
    text-shadow: none;
    border: none;
    border-radius: 11px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all .3s linear;
}

html .forum-page .new-post-button:hover,
html .forum-page .btn-cont .dropdown-toggle:hover,
html .forum-page .new-post-button:focus,
html .forum-page .btn-cont .dropdown-toggle:focus {
    color: #FFF !important;
    background-color: #0B3E66 !important;
    transition: all .3s linear;
}

html .forum-page .new-post-button {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 10px !important;
    min-width: 260px;
    background: #54A11F;
}

html .forum-page .btn-cont .dropdown-toggle {
    margin: 0 0 0 10px;
    height: 45px;
    min-width: 45px;
    background-color: #0EB1D7;
    background-image: url(../../svg/plus-dropdown.svg);
    background-position: 50%;
    background-size: 17px;
    padding: 0;
    background-repeat: no-repeat;
}

.forum-page .module-body-content {
    display: flex;
    align-items: center;
    margin: 0 auto 70px;
    background: #F2F3F5;
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.forum-page .module-body-content .col-lg-3 {
    bottom: 10px;
    padding: 0 35px;
    width: 21.65%;
}
.forum-page .module-body-content .col-lg-9 {
    border: none !important;
    min-width: 1020px;
}
.forum-page .module-list-panel {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 35px 35px 25px 30px;
}

.forum-page .module-body-content * {
    font-family: 'Poppins', sans-serif;
}

.forum-page .module-nav li:not(:last-child) {
    margin-bottom: 17px;
}

.forum-page .nav-heading {
    margin: 25px 0 15px;
    border-top: none;
}

.forum-page .module-nav a,
.forum-page .nav-heading-inner h3 {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 1;
    color: #0B3E66 !important;
    padding: 0;
    width: max-content;
    position: relative;
}
.forum-page .nav-heading-inner h3  {
    margin: 25px 0 0;
}
.forum-page .module-nav a:hover,
.forum-page .module-nav a:focus,
.forum-page .module-nav a.bg-primary {
    color: #54A11F !important;
    background: none !important;
}
.forum-page .module-nav a::before,
.forum-page .nav-heading-inner h3::before {
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    background-image: url(../../svg/blue-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s linear;
}
.forum-page .module-nav a:hover::before,
.forum-page .module-nav a:focus::before,
.forum-page .module-nav a.bg-primary::before {
    background-image: url(../../svg/green-arrow.svg);
    transition: all .3s linear;
}

.forum-page .nav-heading-inner {
    border-top: 1px dashed #ACACAC;
    padding: 0;
}

.forum-page .module-body-content .module-nav .text-muted {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 0 25px !important;
    color: #0B3E66;
    margin: 0;
}
.forum-page .module-list-panel .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.forum-page .module-filter-box {
    width: 32%;
    padding: 0;
}

.forum-page .module-filter-box:nth-child(3) {
    margin: 0 15px;
}

.forum-page .module-filter-box label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #0B3E66;
    margin-bottom: 25px;
}
.forum-page .form-control,
.forum-page #module_search {
    height: 45px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #C2C2C2;
    border-radius: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.forum-page .form-control,
.forum-page #module_search,
.forum-page #module_search::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    color: #707070;
}

.forum-page select {
    background-image: url(../../svg/arrow-forum.svg);
    background-position: 92% 50%;
    background-size: 12px 7px;
    background-repeat: no-repeat;
    appearance: none;
    webkit-appearance: none;
}

.forum-page .module-search-box {
    position: relative;
}
.forum-page .input-group-btn,
.forum-page .input-group-btn #module_btn_search { 
    width: 20px;
    height: 20px;
    position: absolute;
}
.forum-page .input-group {
    width: 100%;
}
.forum-page .input-group-btn {
    right: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.forum-page .input-group-btn #module_btn_search {
    margin: 0 !important;
    background-color: transparent;
    background-image: url(../../svg/forum-search.svg);
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    text-shadow: none;
    top: 0;
    right: 0;
    padding: 0;
}

.forum-page .forum-post-list .post-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    min-height: 85px;
}


/* Media Queries */
@media (max-width: 1439px) {
    .forum-page .container-fluid {
        max-width: 100%;
        padding: 0 15px !important;
    }
    .forum-page .module-body-content .col-lg-9 {
        min-width: 78.8%;
    }
    .forum-page .module-body-content .col-lg-3 {
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    .forum-page .container-fluid {
        padding: 0 15px !important;
    }
    .forum-page .module-list-panel {
        padding: 30px 25px 25px;
    }
    .forum-page .module-filter-box:nth-child(3) {
        margin: 0 10px;
    }
    .forum-page .module-body-content .module-nav .text-muted {
        font-size: 15px;
    }
    .forum-page .module-body-content .col-lg-3 {
        padding: 0 15px;
    }
    .forum-page .module-nav a::before, .forum-page .nav-heading-inner h3::before {
        margin-right: 10px;
    }
    .forum-page .module-body-content .module-nav .text-muted {
        padding: 0 0 0 20px !important;
    }
}

@media (max-width: 989px) {
    .forum-page .breadcrumbs {
        padding-left: 0;
        margin: 30px 0;
    }
    .forum-page .module-nav a, .forum-page .nav-heading-inner h3 {
        font-size: 15px !important;
    }
    .forum-page .module-nav a::before, .forum-page .nav-heading-inner h3::before {
        display: none;
    }
    .forum-page .module-body-content .module-nav .text-muted {
        padding: 0 !important;
        max-width: 70%;
        line-height: 1.6;
    }
    .forum-page .nav-heading {
        margin: 15px 0 10px;
    }
    .forum-page .nav-heading-inner h3 {
        margin: 15px 0 0;
    }
    .forum-page .module-nav li:not(:last-child) {
        margin-bottom: 15px;
    }
    .forum-page .module-filter-box label {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .forum-page .module-sidebar {
        min-width: auto;
    }
    .forum-page .module-list-panel {
        padding: 25px 20px;
    }
    .forum-page .forum-post-list {
        margin-top: 10px;
    }
    .forum-page .form-control, .forum-page #module_search, .forum-page #module_search::placeholder {
        font-size: 14px;
    }
    .forum-page .forum-post-list .post-item {
        min-height: 70px;
    }
    .forum-page .module-body-content .col-lg-9 {
        min-width: 78.5%;
    }
    .forum-page .module-body-content {
        margin: 0 auto 25px;
    }
}

@media (max-width: 767px) {
    .forum-page .breadcrumbs {
        margin: 25px 0 30px;
    }
    .forum-page .forum-post-list .post-item {
        min-height: auto;
    }
    .forum-page .module-filter-box {
        width: 100%;
    }
    .forum-page .module-filter-box,
    .forum-page .module-filter-box:nth-child(3) {
        margin: 0;
    }
    .forum-page .module-filter-box label {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .forum-page select {
        background-position: 95% 50%;
    }
    .forum-page .form-control, .forum-page #module_search {
        margin-bottom: 20px;
    }
    .forum-page .module-list-panel {
        border-radius: 15px;
        padding: 20px 20px 25px;
    }
    .forum-page .module-body-content {
        margin: 0 auto 20px;
    }
    .forum-page .input-group-btn {
        right: 12px;
        top: 35%;
    }
    html .forum-page .new-post-button {
        min-width: 83%;
        padding: 15px 10px !important;
    }
}

@media (max-width: 360px) {
    html .forum-page .new-post-button {
        min-width: 79.5%;
    }
}