html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.d14-blog-thumb2 {
    height: 130px;
}
.d14-centring-text{
    text-align: center;
}
.d14-services-08-thumb i {
    line-height: 102px;
}

.d14-details__content img, .d14-details__content audio {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.d14-contact-field select {
    width: 100%;
    background-color: rgb(247, 247, 247);
    padding: 15px 15px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
}

.d14-posts_navigation {
    border-top: 0;
    border-bottom: 0;
}
.d14-checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single__comment .d14-comments-avatar {
    width: auto;
}
.d14-permalink {
    color: #BCBCBCFF;
}
input.d14-field-error, textarea.d14-field-error, select.d14-field-error {
    border-color: #b60505;
    background-color: #ffefef;
}
.d14-item-error {
    color: #b60505;
    background-color: #ffcfcf;
    border: 1px solid #ff5252;
    border-radius: 15px;
}
.d14-alert {
    top: 20px;
    right: 20px;
    position: fixed;
    z-index: 9999;
}
.d14-publication-status {
    color: #76c21b;
}
.d14-search-result ul {
    margin-bottom: 40px;
}
.d14-search-result li {
    margin-bottom: 5px;
}
.d14-search-result img {
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
}
h2.d14-search {
    margin-top: 40px;
}
.d14-logo {
    padding: 10px;
    margin: auto;
}


.blog-thumb2 img {
    width: 100%;
    max-width: inherit;
    height: 186px;
}
