﻿.body-content-div {
    min-height: 100vh;
}

.searchvenue-page {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.body-content,
#VenueList,
.searchvenue-page {
    background-color: #FAFAFA;
}
    .searchvenue-page .search-result {
        padding-left:unset;
    }

.search-filter h3 {
    margin-top: 18px;
    text-align: center;
}

#map {
    /*height: 73vh;*/
    height: 100%;
    position: relative;
    margin-left: 50px;
    /*margin-right: 33px;*/
    padding-top: 5px;
    margin-bottom:30px;
}

/*#google-map {
    height: inherit;
}*/

#venue_result {
    margin-top: 0px;
    position: relative;
}

    #venue_result .nav-tabs {
        border: none;
        padding-bottom:5px;
    }

        #venue_result .nav-tabs li:last-child {
            float: right;
        }

    #venue_result.filter-open {
        /*height: calc(100vh - 90px);*/
        overflow: hidden;
    }

.venue-result-opacity {
    position: absolute;
    top: -100px;
    left: 0;
    right: -10px;
    height: 150%;
    background-color: #fff;
    opacity: 0.8;
    z-index: 999;
    display: none;
}

.venue-list .view-counter i{
    color: #ccc !important;
}

.venuecard-btn-locate-on-map {
    outline: none !important;
    padding-right:unset;
}

    .venuecard-btn-locate-on-map .glyphicon-map-marker {
        padding-right: 5px;
    }

/*.venuecard-area-name,
.venuecard-btn-locate-on-map {
    display: none;
}*/

.btn-search-venue {
    border-radius: 0px;
    padding: 5px 13px !important;
    outline: none;
    background-color: #fff;
    font-size: 14px;
    color: #999;
    outline: none !important;
    border: 0.9px solid #ccc;
    box-shadow: 0px 0px 3px 1px rgba(204, 204, 204, 0.5);
    border-radius: 3px;
}
    .btn-search-venue:hover {
        color: #007791;
        border-color: #007791;
    }

.btn-search-venue-active:hover,
.btn-search-venue-active:focus {
    font-weight: normal !important;
    color: #007791 !important;
    cursor:text;
}

.btn-search-venue-active {
    /*background-color: #007791 !important;*/
    border: 1px solid #007791;
    color: #007791 !important;
    box-shadow: unset !important;
}

#btn-vanue-card, #btn-vanue-map {
    width: 120px;
}

#venue_result .btn-search-venue i {
    font-size: 14px;
    padding-right:5px;
}

#VenueList .btn-link {
    outline: none !important;
}

#VenueList .fa-remove {
    font-weight: normal;
    cursor: pointer;
}

.filter-search-venue {
    position: fixed;
    bottom: 10px;
    left: 30px;
    right: 30px;
    text-align: center;
    /*width: 100%;*/
    z-index: 1000 !important;
    padding: unset;
    padding-bottom: 10px;
}
    .filter-search-venue .btn-filtersearch-mobile {
        position: relative;
        list-style: none;
        margin: unset;
        padding: unset;
        font-size: 0;
        /*box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);*/
        display: table;
        margin: auto;
        width: 100%;
    }

        .filter-search-venue .btn-filtersearch-mobile li {
            display: inline-block;
            font-size: 14px;
            width:50%;
        }

            .filter-search-venue .btn-filtersearch-mobile li i {
                padding-right: 10px;
            }

.btn-filtersearch-mobile .card-view .text-btn-card-view {
    display: none;
}

.btn-filtersearch-mobile .card-view .text-btn-map-view {
    display: block;
}

.btn-filtersearch-mobile .map-view .text-btn-card-view {
    display: block;
}

.btn-filtersearch-mobile .map-view .text-btn-map-view {
    display: none;
}

.filter-btn-search-venue-mobile,
.filter-btn-search-venue-mobile:hover,
.filter-btn-search-venue-mobile:active,
.filter-btn-search-venue-mobile:focus {
    background-color: #fff;
    color: #EC5252;
    border: 1px solid #EC5252;
    padding: 10px 15px;
    outline: none !important;
    width: 100% !important;
    box-shadow: unset;
    border-radius:unset;
}

    .filter-btn-search-venue-mobile.btn-first {
        position:relative;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-right:unset;
        margin-right: -1px;
    }

        .filter-btn-search-venue-mobile.btn-first:before {
            position: absolute;
            content: "";
            width: 1px;
            background-color: #EC5252;
            height:101%;
            top:0;
            right:0;
        }

    .filter-btn-search-venue-mobile.btn-last {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-left: unset;
        margin-left: -1px;
    }

.tab-content-tag {
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tab-content-tag-fix {
    width: 1300px;
    margin: auto;
    padding-left: 340px;   
    text-align: left !important;
}

.tag-item {
    background-color: #FAFAFA;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tab-content-tag-fix .tag-item {
    padding-left: 18px;
    padding-right: 20px;
    padding-top: 10px;
}

.tab-content-tag .tag-title {
    padding-right:10px;
}

.tab-pane {
    padding-top: 5px;
}

.venue_result-header {
    margin-left: 35px;
    margin-top:20px;
}

#matched_venues h3, #map-matched-venues h3 {
    margin-top: 10px;
    font-size: 17px;
    color: #666666;
}

#matched_venues b {
    color: #007791 !important;
}

/*.loadingImage {
    display: none;
    position: fixed;   
    top: 0;
    right: 0;
    padding-top: 20%;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}*/

.no-search-result {
    display: none;
    margin: auto auto;
    max-width: 500px;
    margin-top: 25vh;
    font-size: 16px;
    color: #505050;
}

    .no-search-result .header {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
        
    }

.clear-all-no-search-result {
    width: unset !important;
    border-radius: 50px;
    background-color: #007791 !important;
    color: #fff !important;
    padding: 6px 25px;
}

@media (max-width:1200px) {
    .no-search-result {
        margin: unset;
        margin-top: 50%;
        padding: 20px !important;
        text-align: center;
    }

    .tab-content-tag-fix {
        padding-left: 0px;
        width: 100%;
        float: unset !important;
        text-align: left !important;
        /*border: 1px solid red;*/
    }
        .tab-content-tag-fix .tag-item {
            padding-left: 20px;
        }

    .searchvenue-page .search-result {
        padding-left: 5px;
        padding-right: 5px;
    }

    #venue_cards {
        margin-left:-50px;
    }

    .venue_result-header {
        margin-left: 5px;
    }
}

@media (max-width:769px) {
    #btn-venue-card, #btn-venue-map {
        width: unset;
    }

    .venue_result-header {
        margin-left: unset;
    }

    #map {
        margin:0 5px;
    }

    .btn-search-venue:focus,
    .filter-btn-search-venue:focus {
        color: #ffffff;
    }

    .tab-content-tag-fix {
        padding-left: 15px !important;
    }

    #venue_cards {
        margin-left: 0px;
    }

    .tab-content-tag {
        padding-top: 5px;
    }

    #venue_result .nav-tabs {
        display: none;
        /*position: fixed !important;
        bottom: 10px;
        right: 10px;
        z-index: 1000 !important;
        background-color: #999;
        margin-bottom: 10px;
        border-radius: 25px !important;
        box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
        padding-bottom: 1px !important;*/
    }

        #venue_result .nav-tabs li:last-child {
            display: none;
        }
}


@media (max-width:480px) {
    .clear-all-no-search-result {
        min-width: 150px;
        padding: 10px 15px;
    }

    .searchvenue-page .search-result {
        padding: unset;
    }
}

/**********************Map Info Windows Start**********************/
.map-info-windows {
    width: 360px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    font-family: 'Prompt';
    /*position: relative;
    border: 1px solid #ccc;*/
}

    /*.map-info-windows:after, .map-info-windows:before {
        top: 96%;
        left: 50%;
        border: 2px solid red;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index:999;
    }

    .map-info-windows:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .map-info-windows:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #ccc;
        border-width: 16px;
        margin-left: -16px;
    }*/

    .map-info-windows .map-info-table {
        width: 100%;
        font-size: 12px;
    }

        .map-info-windows .map-info-table td {
            /*display:block;*/
            vertical-align: top;
        }

            .map-info-windows .map-info-table td:first-child {
                /*width: 50%;*/
                padding-right:10px;
            }


            .map-info-windows .map-info-table td:last-child {
                /*width: 50%;*/
                padding: 0px 0 0 10px;
                position:relative;
            }

            .map-info-windows .map-info-table td hr {
                margin: 10px 0;
                border-top: 0.9px solid #ccc;
                display:none;
            }

        /*.map-info-windows .map-info-table-small td {
            display: block;
        }

            .map-info-windows .map-info-table-small td:last-child {
                padding-left: 0;
                padding-top: 5px;
            }*/

.map-info-table-header {
    height: 97px;
    /*border-bottom: 0.9px solid #ccc;*/
    margin-bottom: 10px;
}

    .map-info-table-header label {
        margin-right:35px;
    }

.map-info-windows .map-info-table .map-info-table-footer {
    width: 100%;
}

    .map-info-windows .map-info-table .map-info-table-footer td {
        display: block !important;
        vertical-align: bottom !important;
        padding: unset;
        width: 100% !important;
    }

        .map-info-windows .map-info-table .map-info-table-footer td:first-child {           
            padding: 0 5px;
        }

            .map-info-windows .map-info-table .map-info-table-footer td:first-child .btn-eventbanana-inactive {
               
            }

        .map-info-windows .map-info-table .map-info-table-footer td:last-child {
            padding: 10px 5px 0 5px !important;
        }

    .map-info-windows .map-info-table .map-info-table-footer .btn {
        width: 100%;
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .map-info-windows .map-info-table .map-info-table-footer .text-prominent {
        color: #22B14C;
        font-size: 16px;
        font-weight: 700;
    }

.map-info-windows .map-info-table .flaticon-man-standing-up,
.map-info-windows .map-info-table .icon-long-sofa {
    padding-right: 5px;
    font-size: 14px;
}

.venue-info-price {
    margin-top: 0px;
}

    .venue-info-price .shortlistIcon {
        font-size: unset;
    }

        .venue-info-price .shortlistIcon .shortlist {
            line-height: 16px;
        }

.footer-info-windows .btn {
    width: 100% !important;
    white-space: normal;
    padding: 5px 10px;
    font-size: 12px;
}

.footer-info-windows span {
    padding-right: 5px;
}

.text-prominent {
    color: #22B14C;
    font-size: 20px;
    font-weight: 700;
}

.gm-style-iw {
    width: unset !important;
    top: 10px !important;
    left: 10px !important;

}

/*shadow*/

.gm-style > div > div > div > div > div > div > div:nth-child(2) {
    width: 377px !important;
}

.gm-style > div > div > div > div > div:nth-child(1),
.gm-style > div > div > div > div > div > div > div:nth-child(4) {
    /*display: none !important;*/
    width: 375px !important;
}

/*.gm-style > div > div > div > div > div > div > div:nth-child(3) > div > div {
    box-shadow: none !important;
    z-index: 1;
    border: none !important;
}*/
/*arrow*/
/*.gm-style > div > div > div > div > div > div > div:nth-child(3) {
    display: none !important;
}

.gm-style > div > div > div > div > div > div > div:nth-child(1) {
    border: none !important;
}*/


/*close icon*/
.gm-style > div > div > div > div > div > div:nth-child(3) {
    /*top: 5px !important;
    right: 5px !important;*/
     
}

/*.gm-style-iw-d {
    max-height:unset !important;
}*/

#google-map[data-width="small"] .map-info-table td {
    /*display: block;
    width: 180px !important;*/
}

    #google-map[data-width="small"] .map-info-table td:last-child {
        padding-left: 0;
        width: 180px !important;
    }

#google-map[data-width="small"] .map-info-table-header {
    height: unset;
    /*padding-bottom: 10px;*/
}

#google-map[data-width="small"] td img {
    min-height: 120px;
}

#google-map[data-width="small"] .map-info-windows {
    width: unset;
    padding: 5px;
}

#google-map[data-width="small"] .gm-style-iw {
    top: 0px !important;
    left: 5px !important;
}

#google-map[data-width="small"] .gm-style > div > div > div > div > div > div > div:nth-child(2) {
    width: 202px !important;
}

#google-map[data-width="small"] .gm-style > div > div > div > div > div:nth-child(1),
#google-map[data-width="small"] .gm-style > div > div > div > div > div > div > div:nth-child(4) {
    /*display: none !important;*/
    width: 200px !important;
}

#google-map[data-width="small"] .shortlistIcon .btn-heart {
    height: 30px;
}

@media (max-width:480px) {
    .map-info-windows .map-info-table td {
        display: block;
    }

        .map-info-windows .map-info-table td:first-child {
            padding-right: unset;
        }

    #google-map[data-width="small"] .map-info-table-header {
        padding-top: 5px;
    }
}
/**********************Map Info Windows End**********************/

/**********************Ask Expert Banner**********************/

.ask-expert-banner {
    width: 100%;
   
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-bottom: 30px;
    float:right;
    
}

    .ask-expert-banner table {
        width: 100%;
        margin-left: 30px;
        background-color: #f2f2f2;
    }
   
    .ask-expert-banner table td:first-child{
        text-align:right;
        width:32%;
    }
    .ask-expert-banner table td:last-child {
        text-align: left;
    }
    .ask-expert-banner img {
        width: auto;
        height: 75px;
        margin:10px 0 0;
       margin-right:30px;
    }

.ask-expert {
    background-color: #F9D805;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.ask-expert-text {
    padding-right: 15px;
    display:inline-block;
}

@media(max-width: 768px) {
    .ask-expert-text {
        display: block;
    }

    .ask-expert {
        margin: 10px !important;
    }

    .ask-expert-banner table td:last-child {
        text-align: center;
    }
    .ask-expert-banner {
        width: 100%;
        padding-top: 5px;
        float: unset;
    }

        .ask-expert-banner table {
            margin-left: 0px;
        }
}

@media(max-width: 480px) {

    .ask-expert-text {
        padding-top: 0px;
    }

    .ask-expert-banner table td:first-child {
        text-align: right;
        width: unset;
    }

    .ask-expert-banner img {
        margin-right: unset;
        margin-left: 20px;
    }

    
}
/**********************Ask Expert Banner End**********************/

.map-mobile {
    position: absolute !important;
    top: 0px;
    left: -15px;
    width: 100vw !important;
    z-index: 9;
}

.tab-content-map-mobile {
    height: 100%;
    width: 100%;
}

.clearAllTags {
    width:unset !important;
    /*color: #007791 !important;*/
}
@media (max-width: 990px) {

    .remodal-venue-certified-content {
        padding: 20px;
    }

    .certified-title {
        font-size: 18px;
    }

    .certified-description {
        font-size: 16px;
    }
}
@media (max-width:769px) {
    #modalCertified {
        width: 100% !important;
        height: unset !important;
    }

    .certified {
        margin-bottom: 10px;
    }

    .certified-body .certified-body-topic {
        padding-top: 15px;
    }
}

@media (max-width:480px) {

    #matched_venues {
        /*text-align: center;*/
    }

    #venue_result {
        margin-top: 0 !important;
    }

        #venue_result .tab-content {
            padding-top: 0px !important;
        }

    /*#google-map {
        height: 85vh !important;
    }*/

    .google-map-button {
        left: unset !important;
        right: 10px;
    }

    /*#google-map {
        height: calc(100vh - 50px) !important
    }*/

    /*#google-map,
    .tab-content-map-mobile {
        height: calc(100vh - 126px) !important;
    }*/
}

/*@media (max-height:455px) and (min-width:480px) and (max-width: 769px) {
    #google-map,
    .tab-content-map-mobile {
        min-height: unset;
        height: calc(100vh - 53px) !important;
    }
}*/


