/*
Theme Name: Muni263
Theme URI: http://www.muni263.com/
Description: Muni263 WordPress Theme.
Author: Netview Team
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    font-family: "Roboto", sans-serif;
}

img.header-logo {
    width: 150px;
}

header.main-header {
    padding: 20px 0px;
}

section.nav-wrapper {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    position: relative;
}

nav.nav-mobile-menu ul {
    padding: 0px !important;
    margin-bottom: 0px;
    height: 47px;
}

nav.nav-mobile-menu ul li {
    display: inline-block;
    vertical-align: bottom;
    border-top: 3px solid transparent;
    position: relative;
    top: -2px;
    line-height: 24px;
}

nav.nav-mobile-menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    padding-top: 12px !important;
    padding: 10px 14px;
    text-decoration: none;
    color: #444;
    display: block;
}

nav.nav-mobile-menu ul li:hover,
nav.nav-mobile-menu ul li.active {
    border-top: 3px solid #062b79;
    background: #eee;
}

nav.nav-mobile-menu ul li a:hover,
nav.nav-mobile-menu ul li.active a {
    text-decoration: none;
}

section.ads-top-section {
    padding: 20px 0px;
    background: #f6f6f6;
}

ul.social-icons {
    margin: 0;
    padding: 10px 0px;
    text-align: right;
}

ul.mobile-menu-icon {
    margin: 0;
    padding: 10px 0px;
}

ul.social-icons li,
ul.mobile-menu-icon li {
    display: inline-block;
    width: 35px;
    text-align: center;
    vertical-align: middle;
}

ul.social-icons li a,
ul.mobile-menu-icon li a {
    color: #062b79;
    font-size: 24px;
    text-decoration: none;
    width: 100%;
}

footer.main-footer {
    background: #363B40;
}

footer.main-footer * {
    color: white;
}

.footer-bottom span, .footer-bottom ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: white;
}

.footer-bottom {
    padding: 25px 0px;
    position: relative;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer-bottom ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.footer-bottom ul li a {
    text-decoration: none;
}

.footer-bottom ul li a:hover {
    color: white;
}

button.scroltop {
    background: #999;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
}

div.home-feed-post {
    margin-bottom: 40px;
}

section.home-feed {
    margin-top: 40px;
    padding-bottom: 40px;
}

div.home-feed-picture {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    margin-bottom: 10px;
}

div.home-feed-resume h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

div.home-feed-resume div.home-feed-excerpt {
    font-size: 15px;
}

div.sidebar-col .n2-section-smartslider {
    margin-top: -30px;
}

a.home-feed-more-button.btn {
    box-shadow: none;
    border-radius: 0px;
    color: white;
    background: #bababa;
    font-size: 13.5px;
    margin-top: 8px;
}

a.home-feed-more-button.btn:hover {
    color: #fafafa;
    background: #ababab;
}

div.home-feed-resume span.input-group-text,
div.single-post-dates span.input-group-text {
    border-radius: 0px;
    font-size: 14px;
}

div.home-feed-resume span.input-group-text:first-child,
div.single-post-dates span.input-group-text:first-child {
    border-color: #062b79;
    background: #062b79;
    color: white;
}

div.home-feed-resume span.input-group-text:last-child,
div.single-post-dates span.input-group-text:last-child {
    background: white;
}

.home-feed-post a, 
.home-feed-post a:hover {
    color: inherit;
    text-decoration: none;
}

section.category-breadcrumb {
    margin-bottom: -10px;
    padding-top: 30px;
    background: white;
}

section.category-breadcrumb h1 {
    margin: 0px;
    padding-left: 20px;
    border-left: 5px solid #062b79;
    font-weight: 600;
    font-size: 36px;
    color: #333;
}

.single-post-title h1 {
    font-weight: 600;
    margin-bottom: 24px;
}

.sidebar-posts-list img {
    width: 100px;
}

.sidebar-posts-list div.d-flex {
    margin-bottom: 20px;
}

.sidebar-posts-list div.d-flex a,.sidebar-posts-list div.d-flex a:hover {
    color: inherit;
    text-decoration: none;
}

.sidebar-posts h2 {
    border-left: 5px solid #062b79;
    padding-left: 20px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    margin-bottom: 80px;
}

ul.pagination-list {
    margin: 0;
    padding: 40px 0px;
    list-style: none;
}

ul.pagination-list li {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border: 2px solid #062b79;
    margin: 0px 10px;
    line-height: 46px;
    border-radius: 100px;
}

ul.pagination-list li a {
    text-decoration: none;
    color: #062b79;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

ul.pagination-list li.current {
    background: #062b79;
}

ul.pagination-list li.current a {
    color: white !important;
}

body.customize-support nav.nav-mobile-menu-fixed {
    top: 46px !important;
}

body nav.nav-mobile-menu-fixed {
    background: #f3f3f3;
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    padding-top: 10px;
    transition: all .3s;
    left: -250px;
}

body nav.nav-mobile-menu-fixed.open {
    left: 0px;
}

nav.nav-mobile-menu-fixed ul.main-nav-bar {
    list-style: none;
    padding-left: 0px;
}

nav.nav-mobile-menu-fixed ul.main-nav-bar li {
    padding: 10px 0px;
    padding-left: 25px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}

nav.nav-mobile-menu-fixed ul.main-nav-bar li a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

nav.nav-mobile-menu-fixed a.close-mobile-toggle {
    position: absolute;
    right: 10px;
    color: inherit;
    text-decoration: none;
    font-size: 22px;
    display: block;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 1px solid #999;
    text-align: center;
    line-height: 36px;
}

.single-post-picture img {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 4px;
}

section.netview-group-logos {
    padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #1D2F5F;
}

.ngl-column {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    text-align: center;
}

.ngl-column img {
    width: 100%;
    text-align: center;
    max-width: 200px;
}
section.group-domain-posts div.post-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
section.group-domain-posts div.post-card div.post-image {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-position: top center;
    background-size: cover;
}
section.group-domain-posts {
    background: #F2F3F7;
    padding: 70px 0px;
}
section.group-domain-posts h1 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0px !important;
}
section.group-domain-posts div.post-card div.post-content h3.post-title a {
    color: #444 !important;
    text-decoration: none;
}
section.group-domain-posts div.post-card div.post-content h3.post-title {
    font-size: 16px;
    line-height: 24px;
}
section.group-domain-posts div.post-card div.post-content div.post-date {
    font-size: 14px;
    color: #777;
}

@media screen and (max-width: 991px) {
    .sidebar-posts {
        margin-top: 50px;
    }

    ul.pagination-list {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom * {
        text-align: center !important;
    }

    .footer-bottom ul li {
        display: block;
    }

    .footer-bottom ul {
        margin-top: 10px;
    }
}