/*
theme name:abbiezhu
*/

@font-face {
    font-family: myFirstFont;
    src: url('fonts/FiraCode-Regular.ttf');
}

body {
    background: url('');
    font-family: myFirstFont, myFirstFont2;
    color: var(--secondary);
    color: #6b6b6b;
}

a {
    color: #6b6b6b;
    text-decoration: none;
}

p {
    text-indent: 2em;
}

form p {
    text-indent: 0;
}

a:link {}

a:visited {}

a:hover {
    color: rgb(165, 9, 226);
    text-decoration: none;
}


/* 菜单 */

#nav_menu {
    display: inline-block;
}

#nav_menu .sub-menu li {
    margin: 0;
    padding: 0;
    text-align: left;
}

#nav_menu .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0;
    width: 180px;
}

#nav_menu .sub-menu a {
    padding: 10px 10px;
    width: 180px;
    background: #f8f9fa;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    border-right: solid 1px rgba(0, 0, 0, .1);
    border-left: solid 1px rgba(0, 0, 0, .1);
}

#nav_menu .sub-menu a:hover {
    color: white;
    background: #6c757d;
}

#nav_menu li {
    float: left;
    list-style-type: none;
    margin: 0 20px;
}

#nav_menu li ul {
    top: 4em;
    position: absolute;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

#nav_menu li ul li ul {
    position: absolute;
    left: 180px;
    top: 2em;
}


/* 菜单 */


/* banner */

.banner3::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.banner2::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
}

.banner-none::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: none;
}

.banner::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


/* banner end */


/* comment */

.comment {
    padding-top: 10px;
    border-bottom: 1px dotted silver;
}

.comment p {
    margin-bottom: 0;
}

.comment .comment-meta {
    font-size: 0.5em;
}

.comment .reply {
    text-align: right;
}

.form-control:focus {
    border-color: rgb(255, 76, 246);
    box-shadow: none;
}


/* comment end */


/* fpage */

.fpage {
    text-align: center;
    text-decoration: none;
}

.fpage a {
    color: #6c757d;
    text-decoration: none;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 5px 10px;
    margin: 0 5px;
    background: #f8f9fa;
}

.current {
    margin: 0px 5px 0px 5px;
    padding: 5px 10px;
    background: #6c757d;
    ;
    color: white;
    border: solid 1px rgba(0, 0, 0, .1);
}

.fpage_out {
    margin: 0px 0px;
    padding: 5px;
}

.screen-reader-text {
    display: none;
}


/* fpage end*/

#sidebar ul {
    margin: 0;
    padding: 0 0 0 5px;
}

.footer {
    color: #888;
    line-height: 2em;
}

.footer a {
    color: #777;
}

.footer li {
    list-style-type: none;
}

.gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    margin: 0 0 0 0;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
}

.gotop :hover {
    background: rgb(173, 2, 173);
    width: 40px;
    height: 40px;
    position: fixed;
    margin: 0 0 0 0;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}