/*
 Theme Name:   ListGo Child
 Theme URI:    https://listgo.wiloke.com
 Description:  Using ListGo Child to modify the parent theme
 Author:       wiloke
 Author URI:   https://wiloke.com
 Template:     listgo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  listgo
*/
body {
    font-size: 16px;
}
.post__title {
    font-size: 20px
}
.notaris-listing-review{
    position: absolute;
    right: 0px;
    margin-top: 9px;
}
.notaris-listing-location{
    border: 1px solid #f4f6f8;
    padding: 0px 0px 9px 12px;
    margin-bottom: 25px;
}
.notaris-listing-location li{
    padding: 15px 0px 5px 40px;
    min-height: 45px;
}
.pricing__price {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    word-break: break-all;
}
.wil-remaining {
    font-style: normal;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    background-color: #ffffff;
    color: #42bcff;
    border-radius: 50px;
    padding: 3px 10px 3px 3px;
    box-shadow: 0px -2px 2px rgb(66, 188, 255);
    z-index: 10;
}
.wil-remaining:before {
    color: #42bcff;
}
#listgo-half-map{
    position: fixed!important;
}

.listing-single__actions {
    float: right;
}

.header-page__single .tb .tb__cell {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post__entry a {
    color: #236add;
    text-decoration: underline;
}

.post__entry a:hover {
    text-decoration: none;
}
