/*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
#mapsvg-logo-light-bg,
#mapsvg-logo-dark-bg {
    /*width: 150px;*/
}
.navbar-container + div {
    padding-top: 80px;
}
.navbar-dark #mapsvg-logo-light-bg {
    display: none;
}
.navbar.scrolled #mapsvg-logo-dark-bg {
    display: none;
}
.navbar.scrolled #mapsvg-logo-light-bg {
    display: block;
}
.mapsvg-tooltip {
    min-width: 50px !important;
}
.icon-logo-star {
    width: 34px;
    height: 38px;
    margin: 0 .5rem 0 0;
    fill: #ff8a00;
    -webkit-transition: 1.4s ease-out;
    transition: 1.4s ease-out;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg)
}

.icon-logo-text {
    fill: #fff;
    height: 25px;
    width: 199px
}
svg.brand {
    opacity: 0.5;
}
svg.brand path,
svg.brand rect
{
    fill: #fff;
}
.shift-left {
    transform: translateX(-25%);
}
.shift-right {
    transform: translateX(25%);
}
@media (max-width: 767.98px){
    .nav-tabs {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        justify-content: left !important;
    }
}
#admin-tabs {
    flex-flow: column;
    border-bottom-width: 0;
}
#admin-tabs a+div {
    display: none;
}
#admin-tabs a.active+div {
    display: block;
    padding: 10px 0 20px 0;
}
#admin-tab-content img {
    transform: translate(-20%, 60px) scale(1.3);
}

#admin-tab-content.tab-content {
    position:relative;
}
#admin-tab-content.tab-content>.tab-pane {
    top: 0;
    position:absolute;
    display:block;
}
/*.tab-content>.tab-pane:not(.active) {*/
/*opacity: 0;*/
/*}*/

@media (max-width:992px){

    #admin-tab-content.tab-content>.tab-pane {
        top: 0;
        position: relative;
        display: none;
    }
    #admin-tab-content.tab-content>.tab-pane.show {
        display: block;
    }
    #admin-tab-content img {
        transform: none;
    }
    #admin-tabs {
        flex-flow: row;
        border-bottom-width: 1px;
    }
    #admin-tabs a.active+div {
        position: absolute;
        top: 40px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px){
    .nav-tabs .nav-link {
        padding: 2px 0px;
    }
}

.lentie-avatar {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo-star {
    fill: #ff8a00;
}
#css-tricks-logo {
    transform: scale(0.6);
}
.mapsvg-wrap-all {
    font-weight: normal;
}
.mapsvg-filters-wrap [class^=col-] {
    flex: none;
    max-width: 100% !important;
}

.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 8px 8px 0 0
}
.browser-mockup > * {
    box-shadow: none;
}
.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white;
}

.browser-mockup > * {
    display: block;
}

.screenshot-vector {
    max-width: 100%;
}

@media (min-width: 992px) {
    #mapsvg-adobe-illustrator .screenshot-vector {
        max-width: 1200px;
        transform: translate(30px, -30px);
    }
    #mapsvg-berlin-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        box-shadow: 0 0 30px rgba(0,0,0,.5) !important;
    }
}
#demo-tabs a,
#admin-tabs a {
    white-space: nowrap;
}

@media (min-width: 320px) {
    #admin-tabs a.active+div {
        width: 250px;
    }
}
@media (min-width: 576px) {
    #admin-tabs a.active+div {
        width: 500px;
    }
}
@media (min-width: 768px) {
    #admin-tabs a.active+div {
        width: 100%;
    }
    #content-editor-screenshot {
        max-width: 100%;
    }
}
.maps-list {
    columns: 200px auto;
}
.maps-list li {
    list-style: none;
}
.navbar-container {
    min-height: 80px;
    margin-bottom: -80px;
}
.hidden {
    display: none;
}
.avatar {
    object-fit: cover;
}
svg #labels {
    fill: #FFF !important;
}

/* BLOG */
.container-thin {
    width: 100%;
    /*padding-right: 12px;*/
    /*padding-left: 12px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-thin {
        max-width: 680px; } }
@media (min-width: 768px) {
    .container-thin {
        max-width: 680px; } }
@media (min-width: 992px) {
    .container-thin {
        max-width: 680px; } }
@media (min-width: 1200px) {
    .container-thin {
        max-width: 680px; } }
body {
    margin: 0;
}
.blog {
    font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 17px;
    color: rgba(0,0,0,.8);
}
.blog h1 {
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px
}
.blog h2 {
    margin-top: 50px;
}
.blog .post-list-item h2 {
    margin-top: 0;
}
.blog h3,h4 {
    margin-top: 40px;
}
.blog .post-date {
    color: #777;
    font-weight: 400;
}


.blog-footer {
    background: #222;
    padding: 50px 0;
}
.post-featured-image {
    width: 100%;
    margin-bottom: 20px;
}
.post-title {
    margin-bottom: 10px;
}
.post-list-item {
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.post-list-item .post-date {
    display: inline;
}
.post-author-details-wrap {
    margin-bottom: 35px;
}
.post-list-item .post-author-details-wrap {
    margin-bottom: 15px;
}
.post-author-details-wrap .avatar {
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.post-author-details
{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: sans-serif;
}
.back-to-blog {
    padding: 40px;
    text-align: center;
    display: block;
}
.wp-block-image.size-large img {
    width: 100%;
}
.blog .img-src {
    font-size: 13px;
    color: #aaa;
    text-align: right;
}

.blog p, .blog ul li {
    line-height: 1.8;
}
img.logo-bw {
    filter: brightness(0%);
    max-width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.card.card-customer {
    text-align: center;
    margin-bottom: 30px;
}
.card.card-customer img {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 200px;
}

.card.card-customer .card-body {
    text-align: center;
}
.card-customer .card-text, .card-customer .card-link {
    font-size: 21px;
}
.customer-story p {
    font-size: 18px;
}
.customer-story img {
    max-width: 100%;
}
.customer-card {
    margin-bottom: 80px;
    padding: 0;
}
.customer-card-image {
    /*float: left;*/
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.customer-card-body {
    /*margin-left: 500px*/
}
.customer-card-title {
    font-size: 28px;
}
.customer-card-text,
.customer-card-link
{
    font-size: 18px;
}
.money-back {
    background: #ffe7e7;
    border-radius: 12px;
    padding: 15px 20px !important;
    display: inline-block;
}
