/* 隐藏WordPress管理员工具栏和搜索相关元素 */
#wpadminbar {
    display: none !important;
}

html {
    margin-top: 0 !important;
}

body.admin-bar {
    margin-top: 0 !important;
}

/* 隐藏可能的搜索表单和搜索相关元素 */
.search-form,
.widget_search,
#searchform,
.wp-block-search,
.search-field {
    display: none !important;
}

/* 隐藏WordPress默认的搜索小工具 */
.widget_search {
    display: none !important;
}

/* 为固定header预留空间，除了首页 */
body:not(.page-template-home) {
    padding-top: 55px;
}

@media (max-width: 769px) {
    body:not(.page-template-home) {
        padding-top: 55px;
    }
}

@media (max-width: 480px) {
    body:not(.page-template-home) {
        padding-top: 100px;
    }
}

#user-profile-id{
    cursor:pointer;
}

#login-logo-id{
    display:none;
}

.login #backtoblog{
    float:right;
    margin: 10px 0;

}
.login #nav{
    float: left;
    margin: 10px 0;
}

.list-inline{
    padding:11px 0;
}

.list-inline > li{
    padding-left: 13px;
    padding-right: 13px;
}

.list-inline > li > a:hover{
    color:#805ad5;
    border: 1px solid #805ad5;
}

.social-btn{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    color:#fff;
}

.list-star{
    padding:0 1px 0 1px;
}

.list-star > li{
    color: #fff;
    background: #805ad5;
    margin: 2px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.review-text {
    padding-right:5px;
}

.review-text > .text-1{
    color:#fff;
}

.review-text > .text-2{
    color:#a2a2a5;
}

.foot-text{
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.foot-info{
    font-family: "Avenir Next Rounded Pro Regular", Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 13px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 4px 0;
}

.f-icon{
    margin-bottom:7px;
}
.f-icon > i{
    color: #fff;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin: 2px 7px 2px 0;
}


.h-icon{

}

.h-icon i{
    color: #fff;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin: 2px 7px 2px 0;
}

.list-h-icons{
    display:flex;
    font-size: 15px;
}

.nav-menu li {
    /*border-bottom:2px solid #bca9c1;*/
}
.nav-menu li:hover{
    color:#448c04;
    font-weight:600;
    /*border-bottom:2px solid #fff;*/
}

@media (max-width: 1024px){
    .foot-banner .left-banner{
        width:50%;
    }

    .foot-banner .right-banner{
        width:50%;
    }

    .main-top-background .right-navigation{
        width:65%;
    }
}

@media (max-width: 768px){
    #user-profile-id{
        justify-content: left;
        margin: 10px;
    }
    .logo-text{
        width:100%;
    }

    .foot-banner .left-banner{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .foot-banner .right-banner{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}
