/*** Import *****/
@import url('loading-btn.css');
@import url('loading-group.css');
@import url('mona-alert.css');

/*** End ****/

.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 {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    border: 0.1rem solid;
}

span.price-from {
    display: none;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.core-values-sect.deferred-render {
    display: none;
}

.ct-form {
    position: relative;
}

.wpcf7-response-output {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 0.5rem;
}

.ct-form .wpcf7-not-valid-tip::before {
    display: none;
}

@media screen and (max-width:1200px) {
    .wpcf7-response-output {
        bottom: -6rem;
    }
}

@media screen and (max-width:900px) {
    .wpcf7-response-output {
        bottom: -4.8rem;
        font-size: 1rem !important;
    }
}

@media screen and (max-width:400px) {
    .wpcf7-response-output {
        bottom: -4.6rem;
        font-size: 0.9rem !important;
    }
}

.pagi-index.pagi-block.pagination-posts-ajax{
    width: 100%;
}