/*** Import *****/

@import url("404.css");
@import url("loading-btn.css");
@import url("loading-group.css");
@import url("mona-alert.css");

/*** End ****/

#wpadminbar #wp-admin-bar-wp-logo>.ab-item img {
    width: 100%;
    height: 100%;
}

.blog-info-tag span:before {
    content: ",";
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

.wpcf7-not-valid-tip {
    position: absolute;
}


/**/

.widget_nav_menu .mona-widget-title {
    display: none;
}

.header .custom-logo-link img {
    width: 100%;
    height: 100%;
}

#submit_ft {
    display: none;
    position: absolute;
}

.wpcf7-spinner {
    transform: translateX(-170%);
    position: absolute;
    padding: 0;
    margin: 0;
}

.sform-right {
    position: relative;
}

.sform-inner .wpcf7-response-output {
    position: absolute;
    width: 100%;
    text-align: center;
    align-items: center;
}

.wpcf7-not-valid-tip {
    display: none;
}

.mona-content #ez-toc-container {
    display: none;
}

.star {
    justify-content: center;
}

.sform-form {
    position: relative;
}

.sform-form .wpcf7-response-output {
    margin: 10px 0 !important;
    position: absolute;
    width: 100%;
    text-align: center;
    align-items: center;
}

#wpadminbar {
    /* display: none; */
}

.fixed-nav {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    position: fixed;
    bottom: 6rem;
    right: 1%;
    transition: all 0.5s ease-in-out;
    z-index: 11;
}

.fixed-nav .fixed-nav-item:first-child {
    animation: ring-ring 1s infinite linear backwards;
}

.fixed-nav .fixed-nav-item:first-child .link-items {
    background-color: #F49712;
}

.fixed-nav .fixed-nav-item .link-items {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 1.4rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.fixed-nav .fixed-nav-item:first-child .link-items i {
    font-size: 2rem;
    color: #fff;
}

.fa-solid,
.fas {
    font-weight: 900;
}