/*
Theme Name: SHD Theme
Theme URI: https://buchanan-solutions.com
Description: SHD Theme
Author: Keith Buchananan
Author URI: https://buchanan-solutions.com
Template: oceanwp
Version: 1.0
*/

.dropdown-menu ul li a.menu-link {
    color:#555 !important;
}

.dropdown-menu ul li a.menu-link:hover {
    color:#cac1a1 !important;
}

.kb-subpages {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
.kb-subpages li {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}

.kb-subpages li:before {
    content: "\f35a"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    font-size:26px;
    color:#cac1a1;
}



.kb-subpages li a {
    padding: 10px;
    font-size:18px;
    color:#555;
}

.kb-subpages li a:hover {
    background:#555;
    color:#fff;
}


.kb-documents {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
.kb-documents li {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}

.kb-documents li:before {
    content: "\f1c1"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    font-size:26px;
    color:#cac1a1;
}
.kb-documents li.dwg-link:before {
    content: "\f15c" !important; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
}

.kb-documents li a {
    padding: 10px;
    font-size:18px;
    color:#555;
}

.kb-documents li a:hover {
    background:#555;
    color:#fff;
}

.kb-subfolders {
    margin: 10px 0;
    background:#e7e7e7;
    padding: 20px;
}
.kb-sub-section-pages {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    margin:0;
}
.kb-sub-section-pages li {
    display:inline-block;
    margin: 10px 0;
}
.kb-sub-section-pages li a {
    padding: 20px 10px;
    background: #333;
    color: #fff;
    margin: 0 20px;
}
.kb-sub-section-pages li a:hover {
    background:#cac1a1;
}