.suggestion-post-attributes:before {
    content: '';
    position: absolute;
    left: 15px;
    height: 15px;
    width: 15px;
    display: inline-flex;
    background: url('./img/grayLabel.png');
    background-size: cover;
}

.suggestion-post-attributes {
    padding-left: 20px;
}

.aa-dropdown-menu img {
    display:none;
}

.gt-flag {
    width: 16px;
    height: 16px;
    display: inline-flex;
    padding-left: 16px !important;
}
.gt-ar, .gt-de, .gt-en, .gt-es, .gt-fr, 
.gt-it, .gt-nl, .gt-pt, .gt-ru
{ background: url('./img/gt-flags.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.gt-ar { background-position: -1px -0px;  }
.gt-de { background-position: -18px -0px; }
.gt-en { background-position: -35px -0px; }
.gt-es { background-position: -1px -17px; }
.gt-fr { background-position: -18px -17px; }
.gt-it { background-position: -35px -17px; }
.gt-nl { background-position: -1px -34px; }
.gt-pt { background-position: -18px -34px; }
.gt-ru { background-position: -35px -34px; }

.header-content {
    position: relative;
}

.readmore-btn {
    display: none;
}

.question-mark {
    height: 12px;
    width: 12px;
    background: url('./img/question-mark.png') no-repeat;
    background-size: contain;
}
.question-mark-text {
    display: none;
}
.question-mark:hover .question-mark-text {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 7px;
    background-color: white;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 7px;
    flex-wrap: wrap;
    justify-content: center;
}

#mobilesearch {
    padding: 5px 10px;
}
.only-mobile {
    display: none;
}
.only-md {
    display: none;
}

body.blog #sidebar {
    width: 33%;
}

/* Chat widgets */
body #tars-widget-fab, body .livecall-callback-v1-widget .livecall-callback-v1-overlay-wrapper {
    z-index: 1039 !important;
}

.mapboxgl-marker {
    width: 140px;
    height: 50px;
    background: #c39f77;
    border: 2px solid white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Barlow';
    font-size: 18px;
    box-shadow: 0 0 6px #0000006b;
    margin-top: -33px;
}
.mapboxgl-marker-arrow {
    position: absolute;
    bottom: -15px;
    width: 26px;
    height: 15px;
    overflow: hidden;
}
.mapboxgl-marker>.mapboxgl-marker-arrow:after {
    content: '';
    background: #c39f77;
    border: 2px solid white;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    display: flex;
    position: absolute;
    top: -9px;
    left: 5px;
}
.mapboxgl-popup {
    padding-bottom: 60px;
}
.mapboxgl-popup-content{
    padding: 0;
}
.mapboxgl-popupx {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.mapboxgl-popupx:hover {
    text-decoration: none;
}
.mapboxgl-popupx figure {
    margin: 0;
}
.mapboxgl-popupx .mapboxgl-popupx-name {
    font-family: 'Roboto';
    font-size: 23px;
    font-weight: 500;
    color: #263138;
    padding: 20px 0;
    width: 100%;
}
.mapboxgl-popupx-rating, .mapboxgl-popupx-from-price {
    width: 50%;
    display: flex;
}
.mapboxgl-popupx-rating>div {
    font-family: 'Barlow';
    font-size: 15px;
    color: #858585;
    padding-left: 5px;
}
.mapboxgl-popupx-from-price {
    justify-content: flex-end;
    font-family: 'Barlow';
    font-size: 20px;
    color: #5a676f;
    font-weight: 400;
}
.mapboxgl-popupx-from-price b {
    color: #263138;
    padding-left: 5px;
}

#map-canvas-reserves .mapboxgl-popup-tip {display: none;}
#map-canvas-reserves .mapboxgl-popup {    margin-left: 62px;padding-bottom: 3px;;pointer-events: none;}
#map-canvas-reserves .mapboxgl-popup-content {
    box-shadow: none;
    background: none;
    color: white;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 9px black;
    pointer-events: none;
    display: flex;
    align-items: center;
}
#map-canvas-reserves .mapboxgl-popup-content:before {
    content: '';
    height: 53px;
    width: 40px;
    display: flex;
    background: url(../images/marker-pin.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#map-canvas-reserves .mapboxgl-popup-content>div {
    max-width: 120px;
    width: 120px;
}

#map .mapboxgl-marker {
    content: '';
    height: 80px;
    width: 50px;
    display: flex;
    background: url(../images/marker-pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    border: none;
}


@media only screen and (max-width: 1023px){
    .reserve-search-wrapper {
        display: none;
    }
    #mobilesearch input {
        font-size: 13px;
        height: 40px;
        line-height: 0;
    }
    #mobilesearch input[type="search"]{
        border-radius: 10px 20px 20px 10px;
    }
    #mobilesearch input[type="submit"]{
        border-radius: 0 10px 10px 0;
    }
    #mainmenu > ul > li .sub-menu > li > a {
        padding-left: 21px;
    }
    .only-md {
        display: block;
    }
    body.blog #sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 567px) {
    .pop-mobile-fullheight{    
        min-height: calc(100vh + 1px);
        display: flex;
        align-items: center;
    }


    .hmp-mobile-button {
        width: calc(100% - 100px);
        text-align: center;
    }
    .readmore-hidden {
        max-height: 150px;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .readmore-hidden:after {
        background-image: linear-gradient(to bottom, transparent, transparent 40%, white 90%, white);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .readmore-hidden>.readmore-btn {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #6DA15B;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        cursor: pointer;
        z-index: 1;
        height: 20px;
    }

    .readmore-btn:after {
        content: '';
        width: 10px;
        height: 10px;
        right: -17px;
        top: 4px;
        position: absolute;
        transform: rotate(45deg);
        border: 2px solid #6DA15B;
        border-width: 0 3px 3px 0;
        border-radius: 2px;
    }

    .only-mobile {
        display: block;
    }
    .only-md-lg {
        display: none;
    }
}