﻿
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

/*--------------------------------- Common Styling */

a {
    cursor: pointer;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.no_border {
    border: none !important;
}

.no_margin {
    margin: 0 !important;
}

.no_padding {
    padding: 0 !important;
}

input.btn_loadmore {
    border: 0;
}

.err_msg {
    color: #f00;
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-weight: 400;
}

.divider {
    border-top: 1px solid #a7a9ac;
    margin: 22px 0;
}

/*-------------------------------------------------------------------------*/


/*--------------------------------- Overrides Styling */

.common .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .common .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    margin: 0;
}

.common .mCSB_scrollTools {
    width: 10px;
    z-index: 999;
}

    .common .mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 0;
        width: 10px;
        background-color: rgba(0,0,0,0.4);
    }


@media (max-width: 767px) {
    .common .mCSB_dragger {
        display: block !important;
    }
}

/*-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------- Icons */

i.icon_down_arrow {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.btn_loadmore i.icon_down_arrow {
    margin-left: 10px;
}

/*-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------- Button */

.pink {
    background-color: #c22c91;
}

    .pink:hover {
        background-color: #a12579;
    }

.blue {
    background-color: #009ade;
}

    .blue:hover {
        background-color: #0077c0;
    }

/*---- Bootstrap CSS Overrides*/
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
/*--------------------*/

.btn {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    min-width: inherit;
    transition-duration: 0.5s;
    transition-property: background-color;
    color: #fff;
    border: 0;
    text-transform: capitalize;
    border-radius: 0;
}

    .btn:hover {
        color: #fff;
    }
/*-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------- Dropdown */
.filter_dropdown {
    text-align: center;
    margin-top: 25px;
}

    .filter_dropdown.no_margin {
        margin-top: 0;
    }

        .filter_dropdown.no_margin .dd-container {
            margin: 0;
        }

    /*.filter_dropdown select {
        margin: 0 auto;
        padding: 8px;
        font-size: 14px;
    }*/

    .filter_dropdown .filter_label {
        font-size: 16px;
        line-height: 40px;
        padding-left: 18px;
        font-weight: 700;
    }

    .filter_dropdown .dd-container {
        max-width: 300px;
        margin: 0 auto;
    }

    .filter_dropdown .dd-selected {
        color: #58595b;
        cursor: pointer;
        font-weight: 600;
        text-align: left;
        padding: 8px;
    }

    .filter_dropdown .dd-options {
        width: 100%;
        text-align: left;
    }

    .filter_dropdown .dd-option {
        text-transform: capitalize;
    }

    .filter_dropdown .dd-selected-text {
        line-height: 1.25em;
        font-weight: 400;
        text-transform: capitalize;
    }

    .filter_dropdown .dd-options {
        width: 100%;
    }

    .filter_dropdown .dd-container .dd-pointer {
        display: block;
        width: 16px;
        height: 10px;
    }

    .filter_dropdown .dd-container .dd-pointer-down {
        background-image: url('/Components/VDFactory/assets/images/icon_sprites.png');
        background-position: -256px -72px;
        background-repeat: no-repeat;
    }

    .filter_dropdown .dd-container .dd-pointer-up {
        background-position: -272px -72px;
    }

    .filter_dropdown .sub_cat_filters {
        display: none;
        background: #fff;
        position: absolute;
        top: 34px;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 5;
        border: 1px solid #bcbec0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }

        .filter_dropdown .sub_cat_filters.on {
            display: block;
            box-shadow: 0px 1px 5px #ddd;
        }

        .filter_dropdown .sub_cat_filters li {
            display: block;
            border: none;
            border-bottom: solid 1px #ddd;
        }

            .filter_dropdown .sub_cat_filters li:last-child {
                border-bottom: none;
            }

            .filter_dropdown .sub_cat_filters li.ui-state-active {
                display: none;
            }

            .filter_dropdown .sub_cat_filters li a {
                padding: 10px;
                display: block;
                text-align: left;
                color: #58595b;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
            }

                .filter_dropdown .sub_cat_filters li a:hover {
                    color: #484848;
                    background: #f6f6f6;
                }


@media only screen and (max-width: 1024px) {

    .filter_dropdown.no_margin {
        /*width: 46%;*/
        float: left;
    }

    .filter_keys .location_search input {
        border: 1px solid #bcbec0;
        height: 35px;
        padding: 0 28px 0 10px;
        border-radius: 0;
        width: 100%;
        box-shadow: none;
        /**/
        background-color: #fff;
        background-position: 97% center;
        background-repeat: no-repeat;
    }

    .filter_dropdown .dd-container {
        max-width: inherit;
    }

    .filter_keys .location_search {
        margin-left: 10px;
        width: 46%;
        float: left;
    }

        .filter_keys .location_search .easy-autocomplete {
            width: auto !important;
        }
}

@media only screen and (max-width: 767px) {

    .filter_dropdown.no_margin {
        width: 100%;
        float: left;
    }

    .filter_dropdown .filter_label {
        padding-left: 0;
    }

    .filter_dropdown .dd-container {
        margin-bottom: 12px !important;
    }

    .filter_keys .location_search {
        margin: 0;
        /*width: 87%;*/
        width: 100%;
    }
}


@media screen and (device-aspect-ratio: 40/71) {
    .filter_keys .location_search {
        /*width: 85%;*/
    }
}

/*------------ Restaurant page fixes*/

.restaurant .filter_dropdown {
}

    .restaurant .filter_dropdown:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 50px;
        background: #bcbec0;
        display: block;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .restaurant .filter_dropdown .dd-select {
        border-radius: 0;
    }

@media only screen and (max-width: 767px) {

    .restaurant .filter_dropdown:after {
        content: none;
    }
}

.filter_keys .geo_search {
    float: right;
}

.geo_search {
    height: 35px;
    width: 35px;
    background: url(/Components/VDFactory/assets/images/icons/locate-icon.png) #fff no-repeat;
    background-position: 0 0;
    background-size: cover;
    border: 1px solid #bcbec0;
}

    /*.geo_search:hover {
        background-position: 0 100%;
    }*/

    .geo_search div {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

/*-------------------------------------------*/
/*-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------- Social Sharing */
.social_sharing {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 2;
}

    .social_sharing li {
        display: inline-block;
        padding: 0 10px 0 0;
    }

        .social_sharing li:first-child {
            padding-left: 0;
        }

        .social_sharing li a {
            color: #fff;
        }

/*-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------- Story Tile */

.vdf_listing_wrap.column_three {
    margin-bottom: 15px;
}

.list_item {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 1rem;
    box-shadow: 0 0 15px #dbdbdb;
}

.list_item_desc {
    padding: 18px;
    height: 135px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    background: #fff;
}

    .list_item_desc h3 {
        margin: 0 0 1px 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2em;
        color: #1e9edc;
        /*color: #58595b;*/
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }

    .list_item_desc .list_item_desc_para {
        margin: 0;
        font-size: 13px;
        line-height: 1.25em;
        font-weight: 400;
        max-height: 38px;
        overflow: hidden;
        margin-bottom: 3px;
    }

    .list_item_desc .rest_category {
        margin-top: 5px;
        font-size: 13px;
        font-weight: 700;
    }

        .list_item_desc .rest_category .fa {
            font-size: 13px !important;
        }

.list_bg {
    max-height: none;
    min-height: inherit;
    /**/
    height: 148px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/*.list_bg_thumb {
    float: left;
    width: 27%;
}*/

.list_bg_thumb img {
    width: 100%;
    height: 100%;
}

.list_item.wrap_quick {
    box-shadow: none;
}

.list_item_quick {
}

    .list_item_quick .list_item {
        margin: 0 0 2rem 0;
        width: 100% !important;
        display: table;
    }


        .list_item_quick .list_item .list_bg_thumb {
            display: table-cell;
            width: 30%;
            /*height: 118px;*/
            height: 131px;
        }

        .list_item_quick .list_item:last-child {
            margin: 0;
        }

        .list_item_quick .list_item .list_item_like_count {
            box-shadow: 0 0 15px #dbdbdb;
        }

        .list_item_quick .list_item .list_item_desc {
            display: table-cell;
            width: 70%;
            /*height: 114px;*/
            height: 131px;
        }

            .list_item_quick .list_item .list_item_desc h3, .quick-restaurant .list_item_desc h3 {
                color: #58595b;
                width: 68%;
            }

            .list_item_quick .list_item .list_item_desc .list_item_desc_para {
                width: 68%;
                max-height: 18px;
            }


/*----- Event Detail Tab--- */

.events_detail .list_item .list_bg {
    height: 116px;
}

.events_detail .list_item .list_bg_thumb {
    display: table-cell;
    height: 96px;
    width: 31%;
}

.events_detail .list_item .list_item_desc {
    height: 96px;
    width: 69%;
    padding: 12px;
}

    .events_detail .list_item .list_item_desc h3 {
        width: 100%;
    }

    .events_detail .list_item .list_item_desc .list_item_desc_para {
        width: 100%;
        max-height: 40px;
        margin-bottom: 0;
    }


/*----- Event Detail Tab Chef Item--- */

.events_detail.chef_item .list_item .list_item_desc {
    width: 100%;
    display: block;
    padding: 18px;
    height: 190px;
}

    .events_detail.chef_item .list_item .list_item_desc h3 {
        margin-bottom: 16px;
    }

    .events_detail.chef_item .list_item .list_item_desc .list_item_desc_para {
        max-height: 70px;
        height: 65px;
    }

    .events_detail.chef_item .list_item .list_item_desc .btn {
        margin-top: 20px;
        padding: 9px 30px;
    }


/*-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------- Like Button */
.list_item_like {
    position: absolute;
    top: 12px;
    right: 12px;
}

.list_item_like_btn {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    z-index: 3;
    border-radius: 30px;
    color: #009ade;
    background-color: #be3690;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    cursor: pointer;
    background-image: url('/Components/VDFactory/assets/images/icons/icon_like_gems.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

    .list_item_like_btn.active {
        background-position: 0 -45px;
    }

.list_item_like_count {
    position: absolute;
    top: 8px;
    right: 36px;
    background: #fff;
    padding: 6px 20px 6px 12px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #be3690;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    z-index: 2;
}

.trans_item {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
/*-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------- Column setting for Listing */

.column_two {
    margin: 0 -1rem 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .column_two .list_item {
        width: calc(50% - 2rem);
    }

.column_three {
    margin: 0 -1rem 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .column_three .list_item {
        width: calc(33.33% - 2rem);
    }


@media (max-width: 1024px) {

    .column_three {
        margin: 0 auto;
    }

        .column_three .list_item {
            width: calc(50% - 2rem) !important;
        }

    .list_item_quick .list_item {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    .column_two .list_item, .column_three .list_item {
        width: 100% !important;
    }

    .list_item_quick .list_item {
        width: 100% !important;
    }
}

/*-------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------- Modal Popup */

.common .modal-dialog {
    margin: 0;
    padding: 0;
    width: 348px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}



.common .register-terms-modal .modal-content {
    padding-bottom: 30px;
}

.common .register-terms-modal .modal-dialog {
    width: 80%;
    height: 80%;
}

    .common .register-terms-modal .modal-dialog .modal-body.scrollDiv {
        overflow-y: scroll;
        padding: 0 50px 20px 50px;
    }


.common .modal-close {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1;
    top: -30px;
    right: 0;
    background-image: url(../../../../../assets/images/sprites.png);
    background-position: -194px -134px;
    width: 19px;
    height: 19px;
    opacity: 1;
}

.common .modal_detail_desc {
    padding: 15px;
    text-align: left;
}

.common .modal-content {
    width: 100%;
}

.common .nextButton {
    background-image: url(/assets/images/sprites.png);
    background-position: -280px 0;
    right: -30px;
    height: 15px;
}

.common .prevButton {
    background-image: url(/assets/images/sprites.png);
    background-position: -267px 0;
    left: -30px;
    height: 15px;
}


.common .modal-content {
    border-radius: 0;
    padding: 0 0 0;
    border: none;
    height: auto;
}

.common .modal-header {
    border: none;
    padding-top: 30px;
}

    .common .modal-header h2 {
        margin: 0 auto;
        padding: 0;
        color: #414042;
        font-size: 28px;
        font-weight: 600;
        max-width: 224px;
    }

    .common .modal-header .close {
        margin-top: -24px;
        font-weight: 300;
    }


.common .modal-body {
    padding-bottom: 50px;
}

.common .cd-form fieldset {
    margin: 0;
    text-align: left;
}

.common .signup_nav .signup_nav_wrap .social, .signup_nav .forgotten_nav_wrap .social, .signup_nav .confirmation_nav_wrap .social {
    float: none;
    width: auto;
}

    .common .signup_nav .signup_nav_wrap .social a, .signup_nav .forgotten_nav_wrap .social a, .signup_nav .confirmation_nav_wrap .social a {
        float: none;
        display: inline-block;
    }


.common .social a, .common .social a, .common .social a {
    float: none;
    display: inline-block;
    height: auto;
}

    .common .social a:last-child {
        margin-bottom: 0;
    }

.common .or-span {
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}


.common .cd-form {
    max-width: 224px;
    margin: 0 auto;
    text-align: left;
}

    .common .cd-form input[type=text], .common .cd-form input[type=password], .common .cd-form input[type=tel], .common .cd-form select {
        border-radius: unset;
        background: #ececec !important;
        border: none;
        box-shadow: none;
        padding: 9px;
        font-size: 14px;
    }

.common .forgot-login-link a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
}

.common .cd-form select {
    padding-right: 34px;
}

    .common .cd-form select option {
        width: 224px;
    }

.common .cd-form .cd-select::after {
    margin-top: -8px;
}

.common .cd-agreed {
    position: relative;
    margin: 25px 0;
}

    .common .cd-agreed label {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        padding-left: 32px;
        position: relative;
    }



@media only screen and (max-width: 767px) {
    .common .modal-dialog {
        width: 80%;
        margin-top: 0 !important;
    }
}

/*-------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------- List items with dots [Cuisine] */

.list_item_cuisine {
}

    .list_item_cuisine span {
        white-space: nowrap;
        font-size: 12px;
        line-height: 1.25em;
        font-weight: 600;
        color: #bbbcbb;
        margin-right: 8px;
        float: left;
    }

        .list_item_cuisine span:after {
            content: '\2022';
            padding-left: 8px;
        }

        .list_item_cuisine span:last-child:after {
            content: "";
            display: table;
            clear: both;
        }



/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------- List items with dots [Cuisine] */

@media print {
    .column_two {
        margin: 0;
        width: 100%;
    }

        .column_two .list_item {
            width: 33.33%;
            margin: 0;
            margin: 5px;
            box-sizing: border-box;
            float: left;
            border: 1px solid #ccc;
            max-width: 240px;
        }

    .list_item_desc h3 {
        color: #1e9edc !important;
    }

    .events_detail .list_item .list_item_desc {
        display: block;
        width: auto;
        height: auto;
        padding: 10px;
        /*border: 1px solid #ccc;*/
    }

        .events_detail .list_item .list_item_desc .list_item_desc_para {
            max-height: inherit;
            width: auto;
            /*border: 1px solid #ccc;*/
        }
}


/*-------------------------------------------------------------------------*/
