@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: "whatever it takes";
    src: url("../fonts/whatever_it_takes/whatever it takes.ttf");
    src: url("../fonts/whatever_it_takes/whatever it takes.ttf") format("truetype"),
        url("../fonts/whatever_it_takes/whatever it takes bold.ttf") format("truetype"),
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}

body {
    font-family: "Roboto", sans-serif;
    /* overflow: hidden; */
    counter-reset: section;
}
*{
    word-break: break-word;
}
.color {
    border: 1px solid;
    height: 12px;
    width: 12px;
    margin-right: 3px;
    float: left;
}

.filter-seciton-box.mobile-view {
    display: none;
}

.header-section {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    z-index: 999;
    position: relative;
}

.header-section .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    backdrop-filter: blur(8px);
    position: absolute;
    right: 0px;
    width: 0%;
    padding: 0px;
    height: 100vh !important;
    top: 0;
    display: block;
    right: 0%;
    overflow: auto;
    z-index: 13;
    transition: all 0.3s ease-in-out;
}

/*.header-section .navbar-collapse:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    
    height: 100%;
    width: 100%;
    
    z-index: 1;
    background: url(../image/menu-bg.png) repeat;
}*/

.header-section .navbar-nav .nav-item {
    float: right;
    width: 100%;
    text-align: right;
}

.header-section .navbar-nav .nav-item span {
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: right;
    opacity: 0.5;
    margin: 10px 0px;
    display: inline-block;
}

.header-section .navbar-nav hr {
    width: 100%;
    border-color: #ddd;
}

.header-section .navbar-nav .nav-link,
.header-section .navbar-nav a {
    font-size: 20px;
    color: #fff !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-section .navbar-nav .nav-link:hover,
.header-section .navbar-nav .nav-link:focus {
    color: #ee8441 !important;
}

.header-section .navbar-collapse.show {
    right: 0px;
    width: 320px;
    display: block;
    padding: 0px 30px;
    position: fixed;
}

.navbar-light {
    background-color: transparent;
}

.menu-close svg {
    width: 24px;
}

.menu-close {
    float: left;
    /* margin: 20px 0px 25px; */
}

.navbar-toggler {
    border: none !important;
    padding: 5px 0 0;
    margin-left: 9px;
}

.header-search-bar-cover {
    width: 440px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 43px;
    margin-top: 5px;
}

.search-bar {
    background: #f2f2f2;
    width: 100%;
    padding: 13px 40px 13px 20px;
    border-radius: 10px;
    border: none;
    font-size: 13px;
    color: #707070;
}
.use-current-location-div {
    padding-left: 15px !important;
}

.search-button {
    float: right;
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 15px;
}
.recipe-search-button {
    top: 3px;
    right: 17px;
    position: absolute;
    background: none;
    border: none;
    height: 30px;
}
.recipe-search-container {
    position: relative;
    /* width: 471px; */
    display: inline-block;
}
.filter-seciton {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* .filter-seciton-box.wine-type-filter {
    width: 56px;
} */

.dropdown-menu-box {
    display: none;
    min-width: 100%;
    /* border: 1px solid #ddd;*/
    float: left;
    position: absolute;
    top: 40px;
    max-height: 400px;
    background: #fff;
    z-index: 99;
    overflow: hidden !important;
    /* border-radius: 0px 0px 10px 10px; */
    border-radius: 4px;
    transition: opacity 0.2s ease 0s;
    /*box-shadow: 0px 7px 20px 2px rgba(0,0,0,.4);*/
    /* box-shadow: rgba(134, 144, 153, 0.18) 0px 4px 8px 0px, rgba(59, 65, 68, 0.05) 0px 1px 2px 0px; */
    box-shadow: 0px 0px 6px #00000033;
}

.dropdown-menu-box li {
    list-style: none;
    padding: 0px 0px;
}

.dropdown-menu-box li .card-header {
    background: none;
    padding: 0px;
    border: none;
}

.dropdown-menu-box-accordion-text {
    background: none;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    width: 100%;
    margin-bottom: 1px;
    text-align: left;
    border-color: rgb(232, 233, 234);
}

.dropdown-menu-box li .card-body {
    padding: 0px;
}

.dropdown-menu-box li .card-body .custom-control {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    color: #707070;
}

.dropdown-menu-box li .card-body .custom-control:hover {
    background-color: rgb(232, 233, 234);
    cursor: pointer;
}

.dropdown-menu-box li a {
    font-size: 13px;
    color: #707070;
    text-decoration: none;
}

.mybutton {
    background: #fff;
    border: none;
    text-align: left;
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
    font-size: 13px;
    color: #707070;
    position: relative;
    padding: 0 3px;
}

.filter-first-text {
    width: 100%;
    float: left;
    padding: 15px 20px;
}

.mybutton .arrow {
    float: right;
    /* margin-top: 7px; */
}

.filter-seciton-box {
    /* width: 180px; */
    float: left;
    position: relative;
    margin: 0 0 5px;
}
.showing-result-div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0 !important;
}
.venue-type-filter{
    min-width: 112px;
}

.filter-seciton-box .arrow {
    transition: all 0.5s ease-in-out;
}

.filter-seciton-box .active .arrow {
    transform: rotate(-180deg);
}

.accordion > .card {
    border: none;
}

.filter-seciton-box-clear-all,
.filter-seciton-box-clear-all:hover {
    font-size: 13px;
    color: #df671b;
    text-decoration: none;
    margin: 15px 20px;
    display: block;
    text-align: center;
}

.clear-all-button:hover {
    color: #ffff !important;
    margin: 10px 15px;
    background: #df671b;
    position: fixed;
    padding: 5px 20px 5px 17px;
    border-radius: 5px;
    display: block;
}

.clear-all-button {
    color: #ffff;
    margin: 10px 15px;
    background: #df671b;
    position: fixed;
    padding: 5px 20px 5px 17px;
    border-radius: 5px;
    display: block;
}

.filter-seciton-box-clear-all span {
    margin-left: 20px;
}

.middle-section {
    background: #efefef;
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
}

.middle-section .padding-right-none {
    padding-right: 0px;
        padding-left: 0;
}

.padding-left-10 {
    padding-left: 10px;
}

.event-slider-cover {
    width: 100%;
    float: left;
    padding: 0px 15px;
    margin-top: 15px;
}

.event-slider-box {
    width: 100%;
    float: left;
}

.event-slider-box-img {
    float: left;
    width: 70px;
    height: 66px;
}

.event-slider-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-slider-box-content {
    padding-left: 85px;
}

.event-slider-box-title {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 500;
}

.event-slider-box-text {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333333;
    max-height: 40px;
    overflow: hidden;
}

.event-slider-cover .owl-carousel .owl-nav {
    margin-top: 0px;
}

.event-slider-cover .owl-carousel .owl-nav button.owl-prev,
.event-slider-cover .owl-carousel .owl-nav button.owl-next,
.event-slider-cover .owl-carousel .owl-nav button.owl-prev:hover,
.event-slider-cover .owl-carousel .owl-nav button.owl-next:hover,
.event-slider-cover .owl-carousel .owl-nav button.owl-prev:active,
.event-slider-cover .owl-carousel .owl-nav button.owl-next:active {
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0px;
    margin: auto;
    background-color: transparent;
    background-image: url(../image/left-arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.event-slider-cover .owl-carousel .owl-nav button.owl-next {
    right: -15px;
    left: inherit;
    background-image: url(../image/rigth-arrow.svg);
}

.event-slider-cover .owl-carousel .owl-nav button.owl-prev span,
.event-slider-cover .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.event-slider-cover .owl-carousel .owl-nav button.owl-next:hover,
.event-slider-cover .owl-carousel .owl-nav button.owl-next:active {
    right: -15px;
    left: inherit;
    background-image: url(../image/rigth-arrow.svg);
}

.event-list-cover {
    width: 100%;
    float: left;
    /*margin-top: 30px;*/
}

.favorites-list {
    width: 100%;
    background: #fff;
    float: left;
}

.event-list-left {
    background: #fff;
    width: 59%;
    float: left;
    padding: 15px 0px;
}

.event-list-left-top-cover {
    padding: 0px 15px;
    width: 100%;
    float: left;
}
.event-list-left-top {
    padding-right: 0px !important;
}

.event-list-left-top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0px;
}

.event-list-left-top-text {
    font-size: 13px;
    color: #5a5a5a;
    float: left;
    padding-top: 9px;
}

.event-list-right {
    width: 40%;
    float: left;
    height: calc(100vh - 151px);
    height: -webkit-calc(100vh - 151px);
    padding-left: 10px;
    position: relative;
    min-width: 335px;
    /* max-width: 360px; */
}

.event-list-left-bottom {
    width: 100%;
    float: left;
    margin-top: 20px;
    height: calc(100vh - 245px);
    height: -webkit-calc(100vh - 245px);
    overflow-x: hidden;
    padding: 5px 15px;
    overflow-y: auto;
}

.event-list-left-bottom.favorites-list-bottom {
    padding: 20px 15px;
    margin-top: 0;
    height: calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px)
}

.favorites-list .card-heading {
    position: relative;
    padding: 15px 15px !important;
    box-shadow: 0px 3px 6px #00000017;
}

.event-list-box-cover {
    margin-bottom: 30px;
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 0 !important;
}

.event-list-box-img {
    width: 100%;
    float: left;
        height: 160px;
    max-height: 160px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.event-list-box-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.infowindow-content .event-list-box-img img, 
.infowindow-content .event-list-box-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.event-list-box-img {
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.event-list-box-img:hover img {
    transform: scale(1.1);
}

.event-list-box-img:hover .deschutes-img img {
    transform: scale(1);
}

.event-list-slider {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    display: block;
}

.event-list-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../image/right-slider-arrow.svg) !important;
}

.event-list-slider.owl-carousel .owl-nav {
    display: none;
}

.event-list-slider.owl-carousel:hover .owl-nav {
    display: block;
    margin: 0px;
}

.event-list-slider.owl-carousel .owl-nav .owl-prev span,
.event-list-slider.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.event-list-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../image/left-slider-arrow.svg) !important;
}

.event-list-slider .owl-dots {
    position: absolute;
    bottom: 10;
    left: 0;
    right: 0;
}

.owl-stage-outer,
.owl-stage {
    height: 100% !important;
    width: 100%;
}

.owl-carousel.owl-drag .owl-item,
.item {
    /* height: 100%; */
}

.event-list-slider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px 5px;
    background: #fff;
}

.event-list-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #df671b;
}

.event-list-box-title {
    width: calc(100% - 77px);
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event-list-right-detail-box .event-list-box-title {
    margin-top: 0;
}

.event-list-box-rating {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #4d4d4d;
}

.event-list-box-rating-box {
    display: inline-block;
    vertical-align: text-bottom;
}

.event-list-box-address {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 3px;
    color: #9b9b9b;
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

.event-list-box-address a {
    color: #9B9B9B;
    text-decoration: none;
}

.event-list-address-text {
    width: 80%;
    float: left;
}

.event-direction-link {
    width: auto;
    float: right;
    text-align: right;
    padding-left: 26px !important;
}

.event-direction-link a {
    color: #2c6dcf !important;
}

.event-direction-link span img {
    width: 20px;
    height: 20px;
}

.event-list-box-address span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.event-direction-link span {
    top: 0px;
}

.custom-direction {
    margin-left: 6px;
    margin-top: 5px;
}

.map-box {
    border: 0;
    position: relative;
    overflow: hidden;
    /* height: calc(100vh - 150px); */
    height: calc(100vh - 70px);
}

@media (min-width:1366px){
    .map-box{
         height: calc(100vh - 70px) !important; 
    }
}

.map-box iframe {
    height: 100%;
    width: 100%;
}

.map-box .event-list-box-cover {
    margin-bottom: 0px;
}

.map-box .event-list-box-title {
    width: 100%;
    padding: 0px 10px;
}

.event-list-box-address-infowindow {
    width: calc(100% - 77px);
    float: left;
    font-size: 10px;
    margin-top: 5px;
    width: 100%;
    padding: 0 10px !important;
    color: #333333 !important;
}

.map-box .event-open-box {
    left: 8px !important;
    right: inherit;
}

.map-box .event-list-box-img {
    height: 80px;
}

.gm-ui-hover-effect {
    z-index: 9;
}

.map-box .event-list-box-rating {
    margin: 2px 0px;
    padding: 0px 10px;
}

.map-box .event-list-box-address {
    padding: 0px 10px 0px 28px;
}

.map-box .event-list-box-address span {
    left: 12px;
}

/*direction map css*/

.map-box-direction {
    border: 1px solid #c1c1c1;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 70px);
}

.map-box-direction iframe {
    height: 100%;
    width: 100%;
}

.map-box-direction .event-list-box-cover {
    margin-bottom: 0px;
}

.map-box-direction .event-list-box-title {
    width: 100%;
    padding: 0px 10px;
}

.map-box-direction .event-open-box {
    left: 8px !important;
    right: inherit;
}

.map-box-direction .event-list-box-img {
    height: 80px;
}

.map-box-direction .event-list-box-rating {
    margin: 2px 0px;
    padding: 0px 10px;
}

.map-box-direction .event-list-box-address {
    padding: 0px 10px 0px 28px;
}

.map-box-direction .event-list-box-address span {
    left: 12px;
}

/*direction css end*/

.custom-checkbox {
    padding: 4px 10px 5px 35px;
}

.custom-checkbox:hover {
    background-color: rgb(232, 233, 234);
    cursor: pointer;
}

.gm-style .gm-style-iw-c {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 200px !important;
}

.gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style .gm-style-iw-d > div {
    width: 100%;
}

/*.gm-style > div,.gm-style > div > div  {
transition: all 1s ease-in-out;
}*/

.custom-control-label {
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-control-label::before {
    top: 7px;
    background: #ddd;
    border: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #ddd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    top: 7px;
    background-repeat: no-repeat !important;
    background: #ddd;
    background-image: url(../image/check-icon.svg);
    border: none;
    background-position: center;
    box-shadow: none;
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input.one-active:checked ~ .custom-control-label::after {
    background-image: none;
    width: 5px;
    height: 5px;
    background: #df671b;
    top: 7.5px;
    left: -18.2px;
}

.custom-control-label:focus,
.custom-control-label:before:focus {
    box-shadow: none !important;
    outline: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    outline: none !important;
}

*:focus,
button:focus,
input:focus {
    outline: none;
}

.accordion .arrow {
    float: right;
    margin-right: 7px;
    margin-top: 5px;
    transform: rotate(-180deg);
}

.accordion .arrow.collapsed {
    transform: rotate(0deg);
}

.ui-autocomplete {
    width: auto;
    max-width: 470px;
    background: #fff;
    z-index: 999;
    padding: 0px;
    border-radius: 10px;
    box-shadow: rgba(134, 144, 153, 0.18) 0px 4px 8px 0px, rgba(59, 65, 68, 0.05) 0px 1px 2px 0px;
    /*border: 1px solid #ddd;
box-shadow: 0px 7px 20px 2px rgba(0,0,0,.4);*/
}

.location-map {
    list-style: none !important;
    font-size: 13px !important;
    padding: 12px 10px !important;
    padding-left: 30px !important;
    color: #333333 !important;
    background: url(../image/location-sign.svg) no-repeat 10px center !important;
    background-size: 15px !important;
}

.ui-autocomplete li {
    list-style: none;
    font-size: 13px;
    padding: 12px 10px;
    padding-left: 30px;
    color: #333333;
    background: url(../image/wine-bottle.svg) no-repeat 10px center;
    background-size: 15px;
}

.ui-autocomplete li.no-result {
    background: #fff;
    border-radius: 10px;
}

.ui-autocomplete li.no-result:hover {
    background-color: #fff;
}

.ui-autocomplete li.no-result .ui-state-active {
    background: #fff;
    border: none;
    color: #333333;
    padding: 3px 1em 3px 0.4em;
    margin: 0;
}

.ui-autocomplete li:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.ui-autocomplete li.location {
    background: url(../image/location.svg) no-repeat 10px center;
    background-size: 15px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #e5e5e5;
}

.event-list-right-blank-box {
    width: 100%;
    height: 100%;
    display: table;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.event-list-right-blank-box-inner {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}

.event-list-right-blank-box-inner.norecord-list {
    display: block;
    background: transparent;
}

.event-list-right-blank-box-img {
    width: 100%;
    float: left;
}

.event-list-right-blank-box-title {
    font-size: 30px;
    color: #7b7b7b;
    font-weight: bold;
    opacity: 0.47;
}

.event-list-right-blank-box-text {
    font-size: 15px;
    color: #7b7b7b;
    opacity: 0.63;
}

.event-list-right-detail-box {
    width: 100%;
    display: none;
    float: left;
    background: #fff;
    height: 100%;
    position: relative;
}
.vendors-detail-scroll {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto !important;
    padding-bottom: 10px;
}
#show-venue-detail .vendors-detail-scroll {
    padding-bottom: 100px;
}

.event-list-right-detail-box .event-list-box-img {
    height: 132px;
    border-radius: 0px;
    overflow: inherit;
}

.event-list-box-detail-content {
    padding: 12px 15px 5px 15px;
    width: 100%;
    float: left;
    min-height: calc(100% - 25px);
}

.deschutes-img {
    position: absolute;
    bottom: -13px;
    left: 5px;
    z-index: 9;
    max-width: 50px;
}

.hart-img {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.hart-img img {
    width: 18px;
}
.event-close-box,
.event-open-box{
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    top: 5px;
    font-size: 11px;
    padding: 4px 10px 2px;
    border-radius: 5px;
    right: 0px;
    z-index: 2;
}
.open {
    background: #19b91f;
}
.close,
.closed {
    background: #f13e3e;
}

.event-list-right-detail-box .event-list-box-img img {
    border-radius: 0px;
}
.event-open-box.open.soon {
    background: orange;
}
.event-open-box.closed.closesoon {
    background: #f17373;
}
.event-list-right-detail-box .event-open-box {
    position: absolute;
    float: right;
    /* top: -26px; */
}

.event-list-right-detail-box .hart-img {
    left: inherit;
    right: 5px;
}

.event-list-plusimg {
    float: right;
    width: 22px;
    position: relative;
    height: 22px;
    margin-top: 4px;
    cursor: pointer;
}

.event-list-plusimg img {
    position: absolute;
    top: -5px;
    left: -9px;
    bottom: 0px;
    right: 0px;
}

.event-list-right-detail-box .event-list-box-title {
    width: 90%;
}

.event-tab-cover {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.event-tab-cover .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}

.event-tab-cover .nav-tabs li a {
    border: 1px solid transparent;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: none;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.event-tab-cover .nav-tabs li a.active {
    color: #df671b;
    background-color: #fff;
    border-bottom: 2px solid #df671b !important;
    font-size: 12px;
    font-weight: bold;
}

.event-tab-cover .tab-content > .active {
    opacity: 1;
    position: relative;
}

.event-tab-cover .owl-stage {
    display: flex;
}

.event-tab-cover .tab-content > .tab-pane p {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 22px;
}

.event-tab-cover .tab-content {
    padding-top: 10px;
}

.tab-content-scroll {
    /*height: calc(100vh - 554px);*/
    margin-right: -15px;
    padding-right: 15px;
}

.event-time-select-box {
    /*font-size: 13px;*/
    font-size: 14px;
    color: #333333;
    border: none;
    width: 100%;
    /*background: url(../image/small-down-arrow.svg) no-repeat 170px center; */
    background: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    padding: 0px;
}

.watch-arrow {
    position: static !important;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.dropdown.show .event-time-select-box .watch-arrow {
    transform: rotate(-180deg);
}

.event-list-watch-cover {
    margin-bottom: 4px;
    margin-top: 4px;
}

.event-list-watch-cover .dropdown-menu li {
    font-size: 13px;
    color: #333;
    padding: 5px 10px;
}

.event-list-watch-cover .dropdown-menu li.active {
    background-color: rgb(232, 233, 234);
}

.map-popup-box {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 222px;
    background: #fff;
    padding: 9px 7px;
}

.map-popup-box .event-list-box-cover {
    margin-bottom: 0px;
}

.map-popup-box .event-list-box-cover .event-list-box-img {
    height: 120px;
}

.map-popup-box-link {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.map-popup-box-link a {
    width: 33.33%;
    float: left;
    border: 1px solid #70707029;
    font-size: 11px;
    color: #191919;
    font-weight: 500;
    text-align: center;
    border-bottom: none;
    padding: 3px 5px;
    text-decoration: none;
}

.back-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 30px;
    height: 25px;
    background: #df671b;
    padding: 2px 10px;
    border-radius: 5px;
}

.back-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    height: auto !important;
    width: auto !important;
}

.viwevenues {
    background: rgba(51, 51, 51, 0.47);
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
}

.map-remove {
    background: rgba(254, 254, 254, 0.5);
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
}

.map-remove a {
    font-size: 13px;
    color: #3268d4;
    font-weight: 500;
    text-decoration: underline;
}

.overlay-is-navbar-collapse {
    /*overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;*/
}

.overlay-is-navbar-collapse-filter {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
}

.mobile-show {
    display: none;
}

.filter-dropdown {
    float: left;
    width: 100%;
}

.filter-dropdown .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    display: block;
    padding: 0px;
}

.multiselect-container.dropdown-menu{
    position: absolute;
    display: none;
}
.multiselect-container.dropdown-menu.show{
    display: block;
}

.all-dropdown-menu.dropdown-menu{
    position: absolute;
    display: none;
}
.all-dropdown-menu.dropdown-menu.show{
    display: block;
    position: static !important;
    transform: none !important;
    width: 100%;
}

.filter-close {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.Amenities-content {
    width: 100%;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
}

.Amenities-box {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.Amenities-box-img {
    width: 100%;
    float: left;
    text-align: center;
}

.Amenities-box-img img {
    max-width: 25px;
    max-height: 25px;
}

.Amenities-box-text {
    margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 15px;
    color: #9b9b9b;
    text-align: center;
    word-break: break-word;
}

.tab-event-slider-cover {
    width: 100%;
    float: left;
}

.tab-event-slider-cover .accordion-button {
    padding: 0;
    background: #fff;
    border: none;
    text-align: left;
}

.tab-event-slider-cover .accordion-button.collapsed:before {
    background: url(../image/rigth-arrow.svg) no-repeat;
    width: 9px;
    height: 17px;
    background-size: 100%;
    position: absolute;
    top: 12px;
    right: 8px;
    content: "";
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

.tab-event-slider-cover .accordion-button:before {
    background: url(../image/rigth-arrow.svg) no-repeat;
    width: 9px;
    height: 17px;
    background-size: 100%;
    position: absolute;
    top: 12px;
    right: 8px;
    content: "";
    transform: rotate(-90deg);
    transition: all 0.5s ease-in-out;
}

.tab-event-slider-cover .card {
    border-bottom: 1px solid #ddd !important;
}

.tab-event-slider-cover .accordion-body {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.tab-event-slider-cover .accordion-body strong {
    font-size: 14px;
}

.tab-event-slider-box {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.tab-event-slider-box:not(:first) {
    margin-top: 10px;
}

.tab-event-slider-box-img {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    position: relative;
}

.tab-event-slider-box-img img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 100%;
    margin: auto;
    object-fit: cover;
    height: 100%;
}

.tab-event-slider-box-content {
    padding-left: 80px;
}

.tab-event-slider-box-title {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: 500;
    padding-right: 30px;
}

.tab-event-slider-box-text {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333333;
    max-height: 40px;
    overflow: hidden;
}

.gallery-content {
    width: 100%;
    float: left;
}

.gallery-content .row {
    margin: 0px -5px;
}

.gallery-content .row .col-md-6 {
    padding: 0px 5px;
}

.gallery-tab-box {
    float: left;
    width: 100%;
    /*height: 85px;*/
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
}

.gallery-tab-box img {
    max-width: 100%;
    max-height: 100%;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.Chalkboard-img {
    background: #2f2a2e;
    background-image: url('../image/chalkboard-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
    min-height: 300px;
    text-align: center;
    font-family: "whatever it takes";
    /* border: solid 2.5vmin #65543f;
    border-bottom-color: #5d4731;
    border-left-color: #65543f;
    border-radius: 2px;
    border-right-color: #65543f;
    border-top-color: #927551; */
}

.Chalkboard-img:before {
    content: "";
    /* border: 1px solid #fff; */
    left: 10px;
    right: 10px;
    top: 20px;
    bottom: 10px;
    position: absolute;
}

.chackbord-special {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    display: inline-block;
    padding: 0px 10px;
    color: #ac7d27;
    /* background: #2f2a2e; */
    position: relative;
    margin-top: -14px;
    text-decoration: underline;
}

.Chalkboard-img table {
    position: relative;
    z-index: 99;
}

.chalkboard-modal .Chalkboard-img table th {
    text-transform: uppercase;
    font-size: 25px;
    text-align: left;
    text-decoration: underline;
}

.chalkboard-modal .Chalkboard-img table td {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

#chalkboard-details .Chalkboard-img table th {
    text-transform: uppercase;
    text-align: left;
    text-decoration: underline;
}

#chalkboard-details .Chalkboard-img table td {
    /* font-weight: normal;
    text-align: left; */
    font-weight: bold;
    text-align: left;
    font-size: 13px;
}

#chalkboard-details {
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.Chalkboard-img table,
.Chalkboard-img table tr {
    border: none !important;
}

.Chalkboard-img table td,
.Chalkboard-img table th {
    border: none !important;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

/* .Chalkboard-img table tbody tr:hover {
    background: #423d40;
    cursor: pointer;
} */

.Chalkboard-img img {
    position: static;
}

#modal-events .event-list-box-address span {
    top: 0;
}

.tab-event-list-box-address {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-top: 3px;
    color: #000;
    position: relative;
    padding-left: 18px;
    margin-bottom: 0px;
}

.tab-event-list-box-address span img {
    width: 12px;
    max-height: 13px;
}

.tab-event-date {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 5px;
}

.tab-event-date span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
}

.filter-result {
    width: 100%;
    float: left;
    display: none;
    padding: 7px 10px 5px;
}

.filter-result-inner {
    background: #df671b29 !important;
    font-size: 12px;
    color: #df671b !important;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
    padding: 8px 7px;
    float: left;
    width: 100%;
}

.filter-result-inner span.circle {
    background: #df671b;
    border-radius: 100px;
    width: 16px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 2px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.event-list-box-hart-cover {
    text-align: right;
    /* position: relative; */
    /* margin-top: 9px; */
}

.event-list-box-hart-cover .hart-img {
    position: static;
    display: inline-block;
    margin-right: 5px;
}

.event-list-box-hart-cover .event-open-box {
    position: static;
    display: inline-block;
    background: #df671b;
    color: #fff;
}

.event-crate-trip-btn,
.direction-route-navigation {
    background: #df671b;
    display: inline-block;
    color: #fff;
    text-transform: none;
    top: 5px;
    font-size: 14px;
    padding: 6px 10px 5px;
    border-radius: 5px;
    right: 12px;
    z-index: 2;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0px 0px;
}

.event-crate-trip-btn img,
.direction-route-navigation img {
    margin-right: 5px;
    width: 15px;
}

.filter-result-searching {
    width: 100%;
    float: left;
    text-align: center;
}

.filter-result-show {
    width: 100%;
    float: left;
}

.mobile-show-result {
    display: none;
}

.custom-checkbox-new input {
    opacity: 0;
    position: absolute;
}

.custom-checkbox-new {
    float: left;
    margin-top: 3px;
}

.custom-checkbox-new input + span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
}

.custom-checkbox-new input:checked + span {
    background: #df671b;
}

.custom-checkbox-new input:checked + span:before {
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    width: 8px;
    height: 5px;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
}

.mytrip-list-row-content {
    padding-left: 25px;
}

.mytrip-list-row-content-title {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.mytrip-list-row-content-text {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #c1c1c1;
}

.event-list-right-trip-detail-box,
.event-list-right-default-box,
.event-list-right-addtrip-box {
    display: none;
}

.map-box-inner {
    width: 100%;
    height: 100%;
    float: left;
}

/*Filter Modal UI*/
.ccFilterBtn {
    margin-right: 15px;
    color: #fff;
    background-color: #df671b;
    border: 1px #df671b solid;
    padding: 7px 5px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.ccFilterBtn:active {
    background-color: #545b62;
    border-color: #4e555b;
}
.ccFilterModal .modal-dialog {
    max-width: 520px;
    margin: 1rem auto;
}
.ccFilterModal .modal-header {
    padding: 34px 30px 23px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.ccFilterModal .modal-header .modal-title {
    margin: 0;
}
.modal.ccFilterModal .modal-header .close {
    right: 20px;
    top: 30px;
    margin: 0;
    padding: 0;
}
.ccFilterModal .modal-body {
    padding: 0 30px 20px;
}
.ccFilterModal .form-group {
    margin-bottom: 20px;
}
.ccFilterModal .ccModalSearch {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ccFilterModal .ccModalSearch .form-control {
    border: 2px solid #f2f2f2;
    height: 45px;
    padding: 8px 60px 8px 15px;
    font-size: 13px;
    background-color: #f2f2f2;
    border-radius: 10px;
}
.ccFilterModal .ccModalSearch .ccModalSearchBtn {
    outline: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: #df671b;
    width: 55px;
    height: 45px;
    cursor: pointer;
}
.ccFilterModal .ccSelectAllCheck {
    display: inline-block;
    width: 100%;
}
.ccFilterModal .custom-checkbox {
    display: inline-block;
    padding: 0px 0px 6px 30px;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ccFilterModal .custom-checkbox .custom-control-label {
    padding: 5px 0;
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    line-height: normal;
}
.ccFilterModal .custom-checkbox .custom-control-label::before {
    background: #dddddd !important;
    box-shadow: none;
}
.ccFilterModal .custom-checkbox .custom-control-label::before,
.ccFilterModal .custom-checkbox .custom-control-label::after {
    left: -30px;
    top: 7px;
}
.ccFilterModal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-image: url(../image/checkbox-marked.svg);
}
.ccFilterModal .ccModalLabel {
    font-size: 15px;
    font-weight: 500 !important;
    margin: 0;
}
.ccFilterModal .form-control-style-2 {
    border: 2px solid #9b9b9b;
    font-size: 15px;
    color: #252525;
    padding: 5px 15px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ccFilterModal .form-control-style-2.calendraIcon{
    /* max-width: 190px; */
}
.ccFilterModal .ccModalBtns {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ccFilterModal .ccModalBtns .btn {
    font-size: 16px;
    font-weight: bold;
    min-width: 120px;
    height: 48px;
    border-radius: 10px;
    opacity: 1;
}
.ccFilterModal .ccModalBtns .btn.btn-secondary {
    background-color: #B2B2B2 !important;
    border-color: #B2B2B2 !important;
}
.ccFilterModal .ccModalBtns .btn.btn-primary {
    background-color: #DF671B !important;
    border-color: #DF671B !important;
}
.ccFilterModal .ccModalBtns .btn + .btn {
    margin-left: 8px;
}
.calendraIcon {
    background-image: url('../image/cal-icon.svg');
    background-repeat: no-repeat;
    background-position: top 12px right 15px;
    padding-right: 45px !important;
}
.customSelect{
    background-image: url('../image/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: top 18px right 20px;
    padding-right: 50px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*Event Page Changes*/
.btn-orange.applyBtn {
    font-size: 16px;
    font-weight: bold;
    min-width: 110px;
    height: 36px;
    width: auto;
    margin: 30px 0 0;
}
.loadMoreBtnRow {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.loadMoreBtnRow .loadMoreBtn {
    min-width: 210px;
    font-size: 15px;
    color: #302F2F !important;
    font-weight: bold;
}
/* Recipe Collection Changes */
.recipeCollectionListMain .recipe-card >div{padding:25px 0px;border-bottom:solid 1px #efefef;}
.recipeCollectionListMain .recipe-card >div.listing-summary{border-bottom:0;padding-left:15px;padding-right:15px;}
.recipeCollectionListMain .recipe-img{position:relative;padding-top:53.572%;width:560px;border: 1px solid #ddd;border-radius: 5px;}
.recipeCollectionListMain .recipe-img img{position:absolute;top:0;left:0;z-index:1;height:100%;opacity: 1; transition: transform .4s;   /* smoother zoom */
        transition: all .1s;
            -o-object-fit: cover;
    /*object-fit: contain;*/
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    object-fit: cover;
}
.recipe-img{overflow: hidden; }
.recipe-img:hover img {
     /* -webkit-filter: brightness(1.2);
    filter: brightness(1.2);*/
     -webkit-filter: brightness(.9);
    filter: brightness(.9);
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.recipe-img:hover .viewFoodImgIcon {display: block !important;}
.viewFoodImgIcon {
    position: absolute;
    color: white;
    right: 20px;
    top: 20px;
    font-size: 20px;
    background: #e66710;
    padding: 12px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
}
/*.recipeCollectionListMain .recipe-img img:hover{opacity: .8; }*/
.recipeCollectionListMain .category-date h5{margin:7px 0 0;}
.recipeCollectionListMain .category-disc{margin-top:7px;}
.recipeCollectionListMain .category-disc h3{margin-bottom:14px;}
.recipeCollectionListMain .recipe-less-content{max-height:208px;overflow:hidden;}
.recipeCollectionListMain .recipe-less-content p{position:relative;}
.recipeCollectionListMain .category-disc a{vertical-align:middle;display:inline-block;font-family:'Roboto-Medium';margin-top:12px;}
.recipeCollectionListMain .category-disc a > i{margin-left:6px;vertical-align:middle;}
.recipeCollectionListMain .category-date h5 .italic{font-family:Roboto-Regular;}
.recipeCollectionListMain .category-disc .recipeContentDesc{float:left;width:100%;}
.recipeCollectionListMain .category-disc .recipeContentDesc *{margin:0;display:inline;}
.recipeCollectionDetailsMain .card-heading h4{/* margin:0; */padding-top:6px;position:relative;}
.recipeCollectionDetailsMain .card-heading h4.back-link{margin:0;padding-top:0px;position:relative;}

.topHeaderFixed .header-section{position:fixed;top:0;right:0;left:0;z-index:99999;background-color:#FFF;}
.topHeaderFixed{padding-top:70px;}

.modal-open.topHeaderFixed .header-section{
    padding-right: 17px;
}

.about-top-img{
    display: inline-block;
    margin-left: 10px;
    max-width: 397px;
}
.about-top-img1 img,.about-top-img2 img,.about-bottom-img img{
    max-width: 100%;
}
.about-top-img1{
    display: inline-block;
    padding-right: 10px;
    max-width: 36%;
}
.about-top-img2{
    display: inline-block;
    max-width: 63%
}
.no-right-gap{
    padding-right: 0px;
}
.about-top-right{
    text-align: right;
}
.about-bottom-img{
    padding-left: 30px;
    padding-top: 30px;
}
.header-section .dropdownItem .dropdown-item {
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #333 !important;
    font-size: 16px;
    text-align: right;
}
.header-section .dropdownItem .dropdown-item:hover, .header-section .dropdownItem .dropdown-item:focus, .header-section .dropdownItem .dropdown-item:active {
    background: #df671b;
    color: #fff !important;
}

/*contact us css*/
.contactMain {
    /*padding: 50px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;*/

    padding: 50px 50px;
    max-width: 100%;
    float: left;
}
.contactMain h1 {
    font-size: 35px;
}
.contactMain button.btn-primary {
    min-width: 120px;
}
.site-contact{
        background: #fff;
    box-shadow: 3px 3px 15px 4px #ddd;
    border-radius: 10px;
    margin: 30px 0px;
    float: left;
    width: 100%;
    display: flex;
    overflow: hidden;
        flex-wrap: wrap;
  }
  .contact-left {
    padding: 30px;
    background: #df671b;
    float: left;
    color: #ffff;
}
/*contact us css*/
.sideBtns .btn-primary {
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px;
}
.sideBtns .btn-primary:hover, .sideBtns .btn-primary:focus {
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px;
}
.trip-social-icon .vendor-social-share .list-right-social-link {
    font-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trip-social-icon .vendor-social-share .social-links:nth-child(2) .list-right-social-link{
    font-size: 11px !important;
}
.trip-left {
    /* max-width: 44% !important;
    flex: 0 0 44% !important; */
    max-width: 620px !important;
    flex: 0 0 620px;
}
.trip-right {
    /* max-width: 56% !important; 
    flex: 0 0 56% !important;*/
    max-width: calc(100% - 620px) !important;
    flex: 0 0 calc(100% - 620px) !important;
}
.vendor-add-to-trip-btn {
    background: #df671b !important;
    color: #fff;
}
.event-list-buttons .vendor-add-to-trip-btn:hover, .event-list-buttons .vendor-add-to-trip-btn:focus, .event-list-buttons .vendor-add-to-trip-btn:active {
    background: #c55813 !important;
    color: #fff !important;
}
.event-list-buttons button:hover, .event-list-buttons button:focus, .event-list-buttons button:active {
    background: #e3e7eb !important;
    color: #212529 !important;
}

/*New*/
.event-list-box-cover .vendor-favorite .fas.fa-heart {
    color: #e4451a;
}

.event-list-box-icon {
    display: flex;
    align-items: center;
}
.event-list-box-icon img {
    margin: 0 4px 4px 0;
    float: left;
}



@media only screen and (min-width: 1600px) {
    .event-list-left {
        width: 55%;
    }
    .event-list-right {
        width: 44%;
    }
    .middle-section .padding-right-none {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .padding-left-none {
        padding-left: 0px;
    }
    .padding-left-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1366px) {
    .padding-left-none {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1500px) {
    .event-list-left {
        width: 56%;
    }
    .event-list-right {
        width: 43%;
    }
}
@media(min-width: 1024px) and (max-width: 1199px){
    .map-box {
        height: calc(100vh - 70px) !important ;
    }
}
@media only screen and (max-width: 1199px) {
    /* Recipe Collection Changes */
    .recipeCollectionListMain .recipe-img{width:400px;}
    .recipeCollectionListMain .category-disc{margin-top:0;padding-top:8px;}
    .recipeCollectionListMain .category-disc h3{margin-bottom:8px;font-size:22px;}
    .recipeCollectionListMain .category-date h5{margin:0;font-size:16px;}
    .recipeCollectionListMain .category-disc .recipeContentDesc *{font-size:14px;}
    .recipeCollectionListMain .recipe-less-content{max-height:160px;}
    .recipeCollectionDetailsMain .single-recipe-heading h2{font-size:28px;}
    .recipeCollectionDetailsMain .single-recipe .recipe-img .credit{font-size:20px;padding:6px 20px;}
    .recipeCollectionDetailsMain .card-heading h4{padding-top:5px;}
    .recipeCollectionDetailsMain .category-date h5{font-size:16px;}


    .filter-seciton-box {
        width: 146px;
    }
    .event-list-left {
        width: 55%;
    }
    .event-list-right {
        width: 45%;
        height: calc(100vh - 210px);
        height: -webkit-calc(100vh - 210px);
    }
    .filter-result {
        padding: 8px 15px 9px;
    }
    .filter-result-inner {
        font-size: 11px;
    }
    .mybutton {
        padding: 0px;
    }
    .filterNew .mybutton{
        padding: 0px 3px;
    }
    /*.tab-content-scroll {
    height: calc(100vh - 590px);
    }
    .event-list-right{
    height: calc(100vh - 264px);
    height: -webkit-calc(100vh - 264px);
    }
    .event-list-left-bottom{
    height: calc(100vh - 362px);
    height: -webkit-calc(100vh - 362px);
    }*/
    .event-list-left-top-text {
        width: 65%;
        padding-top: 0px;
    }
    .event-list-left-bottom {
        height: calc(100vh - 304px);
        height: -webkit-calc(100vh - 304px);
    }
    .map-box {
        height: calc(100vh - 210px);
    }
    .tab-content-scroll {
        height: calc(100vh - 614px);
    }
    .dropdown-menu-box {
        min-width: 175px;
    }
    .event-list-box-title {
        /* width: 100%; */
        /* 24px is for heart icon */
        width: calc(100% - 24px);
    }
    .event-list-box-hart-cover {
        /* margin-top: 5px;
        margin-bottom: 7px; */
    }
}

@media only screen and (max-width: 991px) {
    /* Recipe Collection Changes */
    .recipeCollectionListMain .recipe-img{width:300px;}
    .recipeCollectionListMain .category-date h5{font-size:15px;}
    .recipeCollectionListMain .category-disc h3{font-size:20px;}
    .recipeCollectionListMain .category-disc .recipeContentDesc *{font-size:13px;line-height:1.5;}
    .recipeCollectionListMain .category-disc .recipeContentDesc{
            display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .recipeCollectionListMain .recipe-less-content{max-height:110px;}
    .recipeCollectionDetailsMain .single-recipe-heading h2{font-size:24px;}
    .recipeCollectionDetailsMain .single-recipe .recipe-img .credit{font-size:16px;padding:8px 20px;}
    .recipeCollectionDetailsMain .category-date h5{font-size:15px;}
    .recipeCollectionDetailsMain .card-heading h4 .food-link-back-btn{font-size:18px;}
    .topHeaderFixed{padding-top:48px;}
    .navbar-left .header-search-bar-cover.header-search-bar-responsive{width:250px;}
    .navbar-left .header-search-bar-cover.header-search-bar-responsive .remove-text-mobile{left:auto;right:-30px;top:3px;}


    .dropdown-menu-box {
        border-radius: 0px;
    }
    .middle-section .padding-right-none {
        padding-right: 15px;
    }
    body {
        overflow: inherit;
    }
    /*     .event-list-left-bottom {
        height: 465px;
    } */
    .event-list-right {
        height: 545px;
    }
    .map-box {
        margin-top: 20px;
        height: 360px;
    }
    .tab-content-scroll {
        height: 142px;
    }
    .desktop-show {
        display: none;
    }
    /*.mobile-show {
        display: block;
    }*/
    .filter-seciton {
        padding: 10px 15px;
        float: left;
        width: 100%;
    }
    .Sorting-dropdown {
        float: left;
        margin-right: 10px;
    }
    .filter-dropdown {
        width: auto;
        margin-right: 10px;
    }
    .filter-dropdown .dropdown-toggle,
    .filter-dropdown.dropdown-toggle:hover,
    .filter-dropdown .dropdown-toggle:focus,
    .filter-dropdown .dropdown-toggle:active {
        background: #df671b29 !important;
        font-size: 12px;
        color: #df671b !important;
        border: none;
        outline: none;
        box-shadow: none !important;
        padding: 8px 17px;
        float: left;
        margin-right: 10px;
    }
    .filter-dropdown .dropdown-toggle::after {
        border: none;
        background-image: url(../image/small-down-arrow-color.svg);
        background-repeat: no-repeat;
        width: 11px;
        vertical-align: middle;
        height: 9px;
        background-position: center;
    }
    .filter-dropdown .dropdown-toggle span {
        margin-right: 10px;
    }
    .filter-dropdown .dropdown-toggle span img {
        width: 14px;
        height: 11px;
        margin-top: -4px;
    }
    .filter-dropdown .filter-dropdown-menu {
        /*border: 1px solid #ddd;*/
        background: #fff;
        border-radius: 10px;
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        box-shadow: rgba(134, 144, 153, 0.18) 0px 4px 8px 0px, rgba(59, 65, 68, 0.05) 0px 1px 2px 0px;
        min-width: 100%;
        left: 0;
        padding-top: 0px;
        height: calc(100% - 82px);
        overflow: auto;
        top: 82px;
    }
    .dropdown-menu-box {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }
    .mybutton {
        padding: 0;
    }
    .dropdown-menu-box {
        max-height: inherit;
    }
    .filter-close {
        float: right;
        margin-right: 5px;
        /* font-size: 23px; */
        padding: 2px 8px;
        width: 37px;
        height: 30px;
        text-align: center;
        margin-top: 15px;
    }
    .filter-close img {
        width: 20px;
    }
    .filter-close {
        display: block;
    }
    /* .filter-seciton-box-clear-all,
    .filter-seciton-box-clear-all:hover {
        float: right;
    } */
    .event-tab-cover .nav-tabs li a {
        padding-right: 2px;
    }
    .event-tab-cover .tab-content h1.mobile-show {
        display: none;
    }
    .filter-seciton-box {
        width: 100%;
    }
    .filter-dropdown-mobile-scroll {
        height: initial;
        overflow: auto;
        width: 100%;
        float: left;
    }
    .mobile-show-result {
        position: fixed;
        /*bottom: 15px;*/
        bottom: 90px;
        left: 15px;
        text-align: center;
        /* width: 100%; */
        right: 15px;
        color: #fff;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        background: #df671b;
        padding: 7px 10px;
        border-radius: 5px;
        display: block;
    }
    ul.sideBtns > li:first-child {
        display: none;
    }
    .header-search-bar-cover {
        /*order: 1;*/
        width: 77%;
        margin-left: 12px;
        margin-top: 0px;
    }
    /*ul.sideBtns > li:first-child {
        display: none;
    }*/
    .navbar-brand {
        margin-right: 0px;
    }
    .filter-seciton-box {
        width: 100%;
    }
    .middle-section .padding-right-none {
        padding-right: 0px;
        padding-left: 0px;
    }
    body {
        overflow: initial;
    }
    .event-list-left,
    .favorites-list {
        width: 100%;
    }
    .event-list-right {
        width: 100%;
        padding-left: 0px;
        margin: 0px 0px;
    }
    .header-section .navbar-collapse.show {
        overflow: auto;
        width: 266px;
        padding-bottom: 125px;
    }
    .header-welcome{
        color: #fff !important;
        margin-right: 0px !important;
    }
     .header-welcome span{
        opacity: 1 !important;
     }
    .custom-checkbox-new {
        margin-top: 5px;
    }
    .back-btn {
        padding: 8px 10px;
    }
    .event-list-right {
        height: inherit;
    }
    .tab-content-scroll {
        height: inherit;
    }
    .map-box {
        height: 100%;
        /* display: none; */
        /* show map view by default */
        /* min-height: calc(100vh - 189px); */
        margin: 0px;
    }
    .event-list-cover {
        display: none;
    }
    .map-box-inner {
        width: 100%;
        height: 100%;
        float: left;
    }
    .event-list-box-img {
        height: inherit;
    }
    .mybutton {
        border-bottom: 1px solid #ddd;
    }
    .event-list-left-top-text {
        width: 100%;
    }
    .event-list-right-detail-box .event-list-box-img {
        height: 250px;
    }
    .event-list-right-detail-box .event-list-box-img .owl-stage {
        height: inherit !important;
    }
    .desktop-show {
        display: none !important;
    }
    .mobile-show {
        display: block;
    }
    .filter-seciton {
        padding: 10px 15px;
        float: left;
        width: 100%;
        box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
        z-index: 99;
        position: relative;
    }
    .Sorting-dropdown {
        float: left;
        margin-right: 10px;
    }
    .filter-dropdown {
        width: auto;
        float: right;
        margin-right: 0px;
        margin-top: 8px;
    }
    .filter-dropdown .dropdown-toggle,
    .filter-dropdown.dropdown-toggle:hover,
    .filter-dropdown .dropdown-toggle:focus,
    .filter-dropdown .dropdown-toggle:active {
        background: #fff !important;
        font-size: 14px;
        color: #df671b !important;
        border: 1px solid #df671b;
        outline: none;
        box-shadow: none !important;
        padding: 3px 5px;
        float: left;
        margin-left: 9px;
        margin-right: 0px;
    }
    .filter-dropdown .dropdown-toggle::after {
        border: none;
        background-image: url(../image/small-down-arrow-color.svg);
        background-repeat: no-repeat;
        width: 11px;
        vertical-align: middle;
        height: 9px;
        display: none;
        background-position: center;
    }
    .filter-dropdown .dropdown-toggle span {
        margin-right: 5px;
    }
    .event-list-box-rating {
        line-height: 20px;
    }
    .filter-dropdown .filter-dropdown-menu {
        /*border: 1px solid #ddd;*/
        background: #fff;
        border-radius: 10px;
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        box-shadow: rgba(134, 144, 153, 0.18) 0px 4px 8px 0px, rgba(59, 65, 68, 0.05) 0px 1px 2px 0px;
        min-width: 100%;
        left: 0;
        padding-top: 0px;
        height: calc(100% - 187px);
        overflow: auto;
        top: 55px;
    }
    .dropdown-menu-box {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }
    .mybutton {
        padding: 0;
    }
    .dropdown-menu-box {
        max-height: inherit;
    }
    .filter-close {
        float: right;
        margin-right: 5px;
        /* font-size: 23px; */
        padding: 2px 8px;
        width: 37px;
        height: 30px;
        text-align: center;
        margin-top: 15px;
    }
    .filter-close img {
        width: 20px;
    }
    .filter-close {
        display: block;
    }
    .event-tab-cover .nav-tabs li a.active,
    .event-tab-cover .nav-tabs li a {
        font-size: 16px;
    }
    .event-tab-cover .tab-content > .tab-pane h1 {
        color: #df671b;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .event-list-box-img:hover img {
        transform: scale(1);
    }
    .mobile-venues-block {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
        width: 40%;
        float: left;
    }
    .mobile-venues-title {
        font-size: 19px;
        color: #000000;
        font-weight: bold;
    }
    .event-list-right-detail-box {
        position: fixed;
        top: 0;
        z-index: 1006;
        overflow: auto;
        height: 100%;
        padding-bottom: 50px;
    }
    .vendors-detail-scroll {
        padding-bottom: 0px;
    }
    .event-list-box-img img {
        /*height: initial;*/
    }
    .event-list-slider {
        height: initial;
        overflow: inherit !important;
    }
    .event-list-box-cover .event-list-slider {
        height: 100%;
    }
    .event-list-box-cover .event-list-box-img .event-list-slider img {
        height: 100%;
    }
    .event-list-box-cover .event-list-slider .owl-stage-outer,
    .event-list-box-cover .event-list-slider.owl-carousel .owl-stage,
    .event-list-box-cover .event-list-slider.owl-carousel.owl-drag .owl-item,
    .event-list-box-cover .event-list-slider .item {
        height: 100% !important;
    }
    .owl-stage-outer,
    .owl-stage,
    .owl-carousel.owl-drag .owl-item,
    .item {
        height: initial;
    }
    .mytrip-list-row-content-title {
        text-transform: capitalize;
        font-size: 17px;
    }
    .about-top-img2{
        max-width: 62%;
    }
    .cms-about h2{
        font-size: 30px !important;
    }
    .about-title{
        display: block !important;
    }
    .trip-right{
        max-width: 100% !important; 
        flex: 0 0 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    /* Recipe Collection Changes */
    .recipeCollectionListMain .recipe-less-content{max-height:110px;}
    .recipeCollectionListMain .recipe-img{width:100%;}
    .recipeCollectionDetailsMain .recipe-card.single-recipe{padding-top:10px;}
    .recipeCollectionDetailsMain .single-recipe-heading h2{font-size:22px;}
    .recipeCollectionDetailsMain .card-heading h4 .food-link-back-btn{font-size:16px;}
    .recipeCollectionDetailsMain .single-recipe .recipe-img .credit{padding:4px 15px;font-size:14px;}
    .recipeCollectionDetailsMain .category-date h5{font-size:14px;}

    .about-bottom-img{
        padding-left: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    .cms-about h2 {
        font-size: 26px !important;
    }
    .dropdownChangeinPopup .dropdown-menu {
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: 250px;
    }

    .dropdownChangeinPopup.show:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 60%);
        z-index: 2;
    }
}
@media only screen and (max-width: 575px) {
    /* Recipe Collection Changes */
    .recipeCollectionListMain .category-date h5{margin-top:4px;}
    .recipeCollectionListMain .recipe-card >div{padding:20px 0px;}
    .navbar-left .header-search-bar-cover.header-search-bar-responsive{width:210px;}
    .contactMain { padding: 30px 30px;}


}
@media only screen and (max-width: 567px) {
    .Sorting-dropdown {
        float: left;
    }
    .filter-seciton-box {
        width: 100%;
    }
    .dropdown.Sorting-dropdown.add-to-calendar-container {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 375px){
     .navbar-left .header-search-bar-cover.header-search-bar-responsive{width:185px;}
}
@media only screen and (max-width: 359px) {
    .custom-control-label {
        font-size: 12px;
    }
    .navbar-left .header-search-bar-cover.header-search-bar-responsive{width:140px;}
}

.alert {
    margin-bottom: 0px;
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
}

.modalForm .form-control {
    height: 48px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    border-radius: 10px;
    line-height: 1;
    background-color: #ffffff !important;
    border: 2px solid #9b9b9b;
    /*margin-bottom: 15px;*/
}

.modalForm .form-control:focus {
    border-color: #df671b !important;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(223, 103, 27, 0.3); */
    box-shadow: none;
}

.btn-orange {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    box-shadow: none;
    background-color: #df671b;
    margin: 15px 0 5px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    outline: 0;
    color: #fff;
    background-color: #df671b;
}

.orSeparator {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 0.85;
    text-align: center;
    overflow: hidden;
    margin: 22px 0 27px;
}

.orSeparator span {
    display: inline-block;
    position: relative;
}

.orSeparator span::before,
.orSeparator span::after {
    content: "";
    position: absolute;
    height: 7px;
    border-bottom: 1px solid #7c7b76;
    top: 0;
    width: 250px;
}

.orSeparator span::before {
    right: 100%;
    margin-right: 5px;
}

.orSeparator span::after {
    left: 100%;
    margin-left: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #707070;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-orange:active {
    color: #df671b;
    text-decoration: none;
}
input:-webkit-autofill:not(.header-search-bar-input),
input:-webkit-autofill:not(.header-search-bar-input):hover,
input:-webkit-autofill:not(.header-search-bar-input):active,
input:-webkit-autofill:not(.header-search-bar-input):focus {
    background-color: #ffffff !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
ul.col-two {
    margin: 0 -5px;
}

ul.col-two>li {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.tncChecks {
    margin: 0.15rem 0 0.25rem;
}

.tncChecks .form-group {
    margin-bottom: 0px;
}

.sideBtns {
    margin: 0;
    display: flex;
    /*width: 125px;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.btn-auth {
    padding: 10px 18px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    background-color: #df671b;
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active {
    color: #fff;
    box-shadow: none;
    background-color: #df671b;
}

.vendorCover {
    height: calc(100vh - 80px);
    overflow: auto;
}

.vendorCover .banner {
    width: 100%;
    min-height: 150px;
    background-image: url(../image/vendorBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .container {
    height: 100%;
}

.bannerWrap {
    max-width: 500px;
    height: 100%;
    display: table;
    padding: 1.5rem 0;
}

.vendorLogo {
    width: 120px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.vendorLogo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 9px;
}

.vendorName {
    display: table-cell;
    vertical-align: middle;
}

.vendorName h1 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.openBtn {
    display: table-cell;
    vertical-align: top;
    padding: 1.4rem 1rem;
}

.openGreen {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 12px;
    border: 0;
    line-height: 1;
    background-color: #19b91f;
}

.openGreen:hover,
.openGreen:focus,
.openGreen:active {
    color: #ffffff;
    box-shadow: none;
    outline: 0;
    background-color: #19b91f;
}

.middleContent {
    display: block;
    width: 100%;
    padding: 25px 0;
    background-color: #ffffff;
}

.leftContent {
    width: 65%;
    display: inline-block;
    padding-right: 40px;
    border-right: 1px solid #dedede;
}

.rightContent {
    width: 35%;
    display: inline-block;
    padding-left: 40px;
    padding-right: 25px;
    float: right;
}

ul.amenities {
    width: 100%;
    margin: 0 -5px;
}

ul.amenities > li {
    padding: 10px 5px;
    width: 50%;
    float: left;
}

.liCover {
    width: 100%;
    display: table;
}

.iconImage {
    width: 62px;
    display: table-cell;
    vertical-align: middle;
}

.iconCover {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(80, 80, 80, 0.16);
}

.iconCover img {
    width: 22px;
}

.amenityName {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.storySection,
.amenitiesSection {
    margin-top: 28px;
}

.leftContent h3,
.rightContent h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.storySection p {
    font-size: 13px;
    line-height: 24px;
    color: #4b4b4b;
    margin-bottom: 1rem;
}

.leftContent .nav {
    margin: 0;
    width: 100%;
    position: relative;
}

.leftContent .nav::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: 9;
    border-bottom: 1px solid #dedede;
}

.leftContent .nav-pills .nav-link {
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 2px 20px 10px;
    color: rgba(52, 52, 52, 0.5);
}

.leftContent .nav-pills .nav-link.active,
.leftContent .nav-pills .show > .nav-link {
    background-color: #fff;
    color: #df671b;
    position: relative;
}

.leftContent .nav-pills .nav-link.active::after,
.leftContent .nav-pills .show > .nav-link::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-bottom: 3px solid #df671b;
}

.reviewCover {
    display: table;
    width: 100%;
    margin-top: 1.8rem;
}

.reviewCover h3,
.leftreview,
.rightreview {
    display: table-cell;
    vertical-align: middle;
}

.reviewCover a {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    color: #df671b;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.reviewCover a:hover,
.reviewCover a:focus,
.reviewCover a:active {
    color: #df671b;
    text-decoration: none;
}

.reviewRating {
    display: table;
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}

.leftreview {
    width: 220px;
    color: #000000;
    padding-right: 44px;
}

.reviewRating h1 {
    font-size: 40px;
    line-height: 0.8;
    font-weight: 300;
    margin: 0;
}

.reviewRating .starRating {
    margin: 1rem 0;
}

.reviewRating .starRating .star {
    display: inline-block;
}

.reviewRating .starRating .star img {
    width: 32px;
}

.reviewRating h6 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.rightreview ul {
    margin: -0.2rem 0;
    display: block;
}

.rightreview ul > li {
    display: inline-block;
    width: 100%;
    padding: 0.2rem 0;
    text-align: right;
}

.rightreview ul > li > span {
    display: inline-block;
}

.rightreview ul > li > span:first-of-type {
    width: 55px;
    color: #808080;
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
}

.rightreview ul > li > span.barFormat {
    width: calc(100% - 60px);
    text-align: right;
}

.bg-orange {
    background-color: #df671b;
}

.bg-gray {
    background-color: #e3e3e3;
}

.commentsReview ul {
    margin: -0.5rem 0;
}

.commentsReview ul > li {
    padding: 0.5rem 0;
}

.commentsHeader {
    display: table;
    width: 100%;
}

.leftHeader {
    display: table-cell;
    vertical-align: middle;
}

.revImg {
    width: 63px;
    height: 50px;
    float: left;
}

.revImg img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.leftHeader > img {
    width: 50px;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.reviwerCover {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    height: 50px;
    margin: 0;
}

.reviwerCover h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #333333;
    margin: 0;
    padding-top: 0.25rem;
}

.reviwerCover .starRating {
    display: inline-block;
    padding: 0.3rem 0;
    line-height: 0;
}

.reviwerCover .starRating span.star {
    display: inline-block;
    line-height: 0;
}

.reviwerCover .star img {
    width: 14px;
}

.rightHeader {
    float: right;
}

.rightHeader span {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #777777;
    font-weight: 400;
}

.commentsBody p {
    margin: 0.75rem 0;
    font-size: 13px;
    line-height: 24px;
    color: #4b4b4b;
}

.loadMore {
    margin: 1.6rem auto 0;
    text-align: center;
}

.loadMoreBtn {
    height: 40px;
    border-radius: 6px;
    min-width: 138px;
    font-size: 16px;
    font-weight: 400;
    color: #df671b;
    border: 0;
    background-color: #e4e4e4;
}

.loadMoreBtn:hover,
.loadMoreBtn:focus,
.loadMoreBtn:active {
    outline: 0;
    color: #df671b;
    box-shadow: none;
    background-color: #e4e4e4;
}

.tripAdd {
    display: table;
    width: 100%;
    margin: 0.2rem 0 1.2rem;
    float: left;
}

.tripAdd::after {
    content: "";
    clear: both;
    display: block;
}

.btnOrange {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 65px);
    height: 40px;
    padding: 10px 12px;
    border: 0;
    font-weight: 400;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #df671b;
    float: right;
}

.btnOrange:hover,
.btnOrange:focus,
.btnOrange:active {
    color: #fff;
    box-shadow: none;
    background-color: #df671b;
}

.likeBtn {
    display: table-cell;
    vertical-align: middle;
    color: #acacac;
    border-radius: 6px;
    line-height: 1;
    height: 40px;
    font-size: 20px;
    padding: 10px 10px;
    background-color: #ffffff;
    border: 1px solid #acacac;
    margin-right: 15px;
    float: left;
    width: 48px;
}

.likeBtn:hover,
.likeBtn:focus,
.likeBtn:active {
    color: #acacac;
    box-shadow: none;
    outline: 0;
    background-color: #ffffff;
}

ul.allBrief {
    margin: -0.12rem 0;
}

ul.allBrief > li {
    padding: 0.12rem 0;
}

ul.allBrief a {
    color: #333333;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    display: table;
    width: 100%;
    padding: 0.2rem 0;
}

ul.allBrief a:hover,
ul.allBrief a:focus,
ul.allBrief a:active {
    color: #df671b;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

ul.allBrief > li > a > i,
ul.allBrief > li > a > span {
    display: inline-block;
}

ul.allBrief > li > a > i {
    width: 15px;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

ul.allBrief > li > a > span {
    text-align: left;
    padding-left: 5px;
    display: table-cell;
    vertical-align: top;
}

.followerSection,
.shareSection {
    margin-top: 1.65rem;
}

ul.followers {
    margin: 0.6rem -1.2rem -0.5rem;
    float: left;
}

ul.followers > li {
    padding: 0 1.2rem;
    text-align: center;
    float: left;
    max-width: 33.33%;
}

ul.followers > li > img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 0.5rem;
    object-fit: cover;
}

ul.followers > li > p {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
}

ul.socialSharing {
    margin: 1.2rem -0.6rem 0;
}

ul.socialSharing > li {
    padding: 0 0.6rem;
    display: inline-block;
}

ul.socialSharing
    > li
    > a
    ul.socialSharing
    > li
    > a:hover
    ul.socialSharing
    > li
    > a:focus
    ul.socialSharing
    > li
    > a:active {
    color: #ffffff;
}

ul.socialSharing > li > a > .iconCover {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}

.textMsg {
    background-color: #df671b;
}

.twitter {
    background-color: #26a6d1;
}

.facebook {
    background-color: #3b5998;
}

.event-list-right-default-box {
    width: 100%;
    float: left;
    background: #eaeef2;
    height: calc(100% - 40px);
    padding-bottom: 10px;
    overflow: auto;
}

.event-list-middle-trip-detail-box-last {
    width: 100%;
    float: left;
    height: calc(100% - 40px);
    /*padding-bottom: 50px;*/
    overflow: auto;
}

.event-list-trip-default-scroll {
    width: 100%;
    float: left;
}

.event-list-right-default-trip {
    background: #333333;
    width: 100%;
    float: left;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.event-list-right-default-top {
    background: #fff;
    width: 100%;
    float: left;
    padding: 8px 10px;
}

.event-list-right-default-top-first {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.event-list-right-default-top-left {
    width: 85%;
    float: left;
}

.event-list-right-default-top-text {
    font-size: 15px;
    color: #000000;
    width: 100%;
    float: left;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-list-right-default-top-text2 {
    font-size: 13px;
    color: #000000;
    width: 100%;
    float: left;
    font-weight: 500;
}

.event-list-right-default-top-text2 span {
    font-size: 13px;
    color: #757575;
}

.event-list-right-default-top-right {
    width: 15%;
    float: left;
    text-align: right;
}

.event-list-right-default-top-right a {
    color: #df671b;
    font-size: 13px;
    font-weight: 500;
}

.event-list-right-default-top-right a span {
    margin-right: 5px;
}

.event-list-right-default-top-second {
    width: 100%;
    padding-left: 5px;
    float: left;
}

.event-list-right-default-top-second > span {
    font-size: 13px;
    color: #7a7a7a;
    /*margin-right: 10px;*/
    min-width: 50px;
    display: inline-block;
}

.event-list-right-trip-radio {
    display: inline-block;
    vertical-align: middle;
}

.event-list-right-trip-radio label {
    margin: 0px;
    vertical-align: middle;
}

.event-list-right-trip-radio input {
    opacity: 0;
    position: absolute;
}

.event-list-right-trip-radio input + span {
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 5px;
}

.event-list-right-trip-radio input + span.bus-radio {
    background: url(../image/trip-radio-bus.svg);
}

.event-list-right-trip-radio input:checked + span.bus-radio {
    background: url(../image/trip-radio-bus-active.svg);
}

.event-list-right-trip-radio input + span.user-radio {
    background: url(../image/trip-radio-user.svg);
}

.event-list-right-trip-radio input:checked + span.user-radio {
    background: url(../image/trip-radio-user-active.svg);
}

.event-list-right-default-top-second span.trip-miles-text {
    margin-right: 0px;
    color: #000;
    float: right;
    text-align: right;
    padding-top: 5px;
}

.event-list-right-default-drag-text {
    background: #c1c1c1;
    width: 100%;
    float: left;
    padding: 3px 15px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.datepicker table tr td,
.datepicker table tr th {
    padding: 2px 8px;
}

.eventlist-no-trip {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.event-list-right-default-search-box {
    padding: 10px 15px;
    width: 100%;
    float: left;
}

.event-list-right-default-search-box .control-label {
    font-size: 13px;
    color: #000;
}

.event-list-right-default-search-box .form-control {
    font-size: 13px;
    color: #000;
}

.Search-icon {
    background: #fff url(../image/search-icon-gray.svg) no-repeat;
    background-position: 96% center;
    padding-right: 35px;
}

.header-welcome {
    font-size: 14px;
    color: #333333;
    text-align: right;
    margin-right: 10px;
}

.header-welcome span {
    font-weight: bold;
    width: 100%;
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-list-right-default-whitebox {
    width: 100%;
    float: left;
    height: 120px;
    /* background-color: #fff; */
    display: table;
    padding: 0 15px;
}

.event-list-right-default-whitebox-norecord {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.event-list-right-default-last-menu {
    background: #df671b;
    /*width: 100%;*/
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 10px;
}

.event-list-right-default-last-menu ul {
    padding: 0px;
    margin: 0px;
    padding: 5px 0px;
    display: table;
    width: 100%;
    height: 40px;
}

.event-list-right-default-last-menu ul li {
    width: 22%;
    /* float: left; */
    padding: 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
}

.event-list-right-default-last-menu ul li.mobile-show {
    display: none;
}

.event-list-right-default-last-menu ul li:last-child {
    border-right: none;
}

.event-list-right-default-last-menu ul li:nth-child(5) {
    border-right: none;
}

.event-list-right-default-last-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.modal-title {
    font-size: 20px;
    color: #df671b;
    font-weight: 500;
}

.edit-modal .modal-dialog {
    max-width: 378px;
}

.edit-modal .control-label {
    font-size: 15px;
    color: #252525;
    margin-bottom: 5px;
    font-weight: 500;
    width: 100%;
}

.edit-modal .control-label span {
    float: right;
    color: #696969;
    font-size: 12px;
    /* opacity: .5; */
    margin-top: 4px;
    font-weight: normal;
}

.edit-modal .form-control {
    border: 2px solid #9b9b9b;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    height: 48px;
    color: #252525;
}

.edit-modal textarea.form-control {
    height: 107px;
    resize: none;
}

.editmodal-btn {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 13px 18px;
}

.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000001A;
}

.modal-body {
    padding: 20px 25px 20px;
    font-size: 14px;
    line-height: 1.9;
    color: #000000;
}
.edit-modal .modal-body{
    padding-top: 20px;
}
.modal-header .close {
    padding: 6px 15px;
    font-size: 29px;
    line-height: 1.2;
}

.modal-header {
    padding-bottom: 12px;
    padding: 20px 25px 0px;
    border: none;
}

.modal .modal-header .close {
    right: 15px;
    top: 12px;
}

.modal .close {
    padding: 6px 15px;
    font-size: 29px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 999;
    line-height: initial;
}
.modal .close svg{
    vertical-align: top !important;
}
.modal-title {
    margin-bottom: 30px;
}

.input-icons {
    position: absolute;
    top: 44px;
    right: 14px;
}

.edit-modal .form-group {
    position: relative;
}

.event-list-box-address-cover {
    width: 100%;
    float: left;
    position: relative;
}

.event-list-box-address-cover .event-list-box-address {
    width: 83%;
}

.event-list-box-open {
    color: #19b91f;    
}

.event-list-box-close {
    color: #f13e3e;    
}
.event-list-box-open, .event-list-box-close {
    font-size: 11px;
    float: right;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -15px;
}
.vendor-detail-time-cover {
    position: relative;
    width: 100%;
    float: left;
}

.vendor-detail-back-trip {
    cursor: pointer;
    background: #333333;
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    position: absolute !important;
    border-radius: 0px;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.header-signin-link {
    font-size: 14px;
    color: #333333!important;
    font-weight: 500;
    border: none;
    background: none;
    padding-right: 20px;
    padding-left: 20px;
    /* border-left: 1px solid #5d5d5d; */
    text-decoration: none !important;
    background: #F0F0F0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 10px;
    border-radius: 3px;
    font-family: 'DM Sans', sans-serif;
}

.header-signin-link a {
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 500;
}

.header-signin-link:first-child {
    border: none;
}

.event-list-right-mytrip-box {
    width: 100%;
    float: left;
    background: #fff;
}

.btn-outline {
    background: #fff;
    display: inline-block;
    color: #df671b;
    border: none;
    text-transform: none;
    font-size: 14px;
    padding: 4px 10px 3px;
    border-radius: 5px;
    font-weight: 500;
    /* margin: 10px 0px 0px; */
    float: right;
}

.btn-outline span img {
    width: 12px;
    margin-right: 5px;
    margin-top: -2px;
}

.mytrip-list-cover {
    width: 100%;
    float: left;
    height: calc(100vh - 235px);
}

.mytrip-list {
    width: 100%;
    float: left;
    padding: 0px 10px;
}

.mytrip-list-row {
    width: 100%;
    float: left;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

.event-list-right-addtrip-box {
    width: 100%;
    float: left;
    background: #eaeef2;
}

.trip-planner-back,
.trip-planner-back:hover {
    float: right;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.5;
    padding-top: 4px;
    text-decoration: none;
}

.default-trip-planner-back,
.default-trip-planner-back:hover {
    float: right;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.5;
    padding-top: 4px;
    text-decoration: none;
}

.vendor-detail-mytrips-trip {
    cursor: pointer;
    background: #df671b;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    float: left;
    width: 50%;
    position: absolute !important;
    border-radius: 0px;
    bottom: 0;
}

.vendor-detail-loaded-trips {
    cursor: pointer;
    background: #333333;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    float: left;
    width: 50%;
    position: absolute !important;
    bottom: 0;
    border-radius: 0px;
    right: 0;
    border-radius: 0px;
}

.vendor-detail-loaded-trips span {
    background: #df671b;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    height: 16px;
    padding: 0px 0px;
    font-weight: normal;
    line-height: 17px;
    margin-left: 5px;
    min-width: 19px;
    text-align: center;
}

.trip-planner-list {
    padding: 20px 15px 10px;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
}

.trip-planner-list-fist {
    width: 20px;
    float: left;
}

.trip-planner-list-second {
    width: 48px;
    float: left;
    height: 48px;
    padding: 10px 0;
}

.trip-planner-list-third {
    width: calc(100% - 65px);
    float: left;
    padding: 0px 10px;
}

.trip-planner-list-third .event-list-box-rating-box {
    vertical-align: middle;
    height: 15px;
    margin-top: 0;
    float: left;
}

.trip-planner-list-third .event-list-box-rating-box span {
    vertical-align: top;
}

.trip-planner-list-third .event-list-box-rating-box span img {
    vertical-align: top;
}

.trip-planner-list-fourth {
    width: 14px;
    float: left;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.trip-planner-list-third-title {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #302F2F;
    font-weight: bold;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
        line-height: 20px;
}

.trip-planner-list-third-text {
        width: 100%;
    float: left;
    font-size: 15px;
    color: #302F2F;
    font-weight: 500;
    line-height: 20px;
    
}

.event-list-trip-detail-content-box {
    /* margin: 10px; */
    background: #f5f8fc;
    padding: 0px 30px;
}

.event-list-trip-detail-first {
    width: 100%;
    display: inline-block;
    padding: 10px 0px 0px;
}

.event-list-trip-detail-first-img {
    float: left;
}

.event-list-trip-detail-first-img img {
    width: 15px;
}

.event-list-trip-detail-first-content {
    padding-left: 30px;
}

.event-list-trip-detail-first-text {
    font-size: 13px;
    color: #7a7a7a;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.help-block.help-block-error {
    color: #f00;
    font-size: 13px;
}

.show-desktop {
    display: block;
}

.show-mobile {
    display: none;
}

.show-remove-text {
    float: left;
    position: absolute;
    bottom: 12px;
    right: -40px;
    background-position: center center !important;
    cursor: pointer;
    padding: 3px;
    background: url(../image/close-icon-direction.svg) no-repeat;
    width: 24px;
    height: 25px;
    text-align: center;
}

.user-icon {
    background: url(../image/user-check.svg) no-repeat;
    background-position: 96% center;
}

.mail-icon {
    background: url(../image/mail-icon.svg) no-repeat;
    background-position: 96% center;
}

.location-icon {
    background: url(../image/locations.svg) no-repeat;
    background-position: 96% center;
}

.password-icon {
    background: url(../image/password-icon.svg) no-repeat;
    background-position: 96% center;
}

.display-block{
    display: block !important;
}

.passwordReset-display-block{
    display: block !important;
    right: 25px;   
}

.passwordReset-icon {
    position: absolute;
    right: 15px;
    top: 42px;
    display: none;
}

.passwordConfirm-icon {
    position: absolute;
    right: 15px;
    top: 45px;
    display: none;
}

.mobile-trip-top {
    display: inline-block;
}

.mytrip-cross-img {
    display: none;
}

.undo-change-link,
#trip-planner-undo {
    opacity: 0.5;
}

.save-as-text {
    font-size: 15px;
    color: #959595;
}

.navbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.qr-code-class {
    float: left;
    display: inline-block;
    margin-top: 3px;
}

.get-code-icon-left {
    float: left;
    margin-top: 13px;
    margin-left: 0px;
}

.event-direction-link-cover {
    float: left;
    width: 100%;
}

.get-code-icon-left a {
    color: #fff;
    text-decoration: none;
}

.direction-route-navigation img {
    vertical-align: top;
    width: 20px;
    margin-top: 3px !important;
}
.user-profile-form{
    margin-top: 50px;
    padding: 30px 0;
}
.float-none{
    float: none !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.bootbox-accept {
    background: #df671b;
    border-color: #df671b;
    padding: 8px 10px 9px;
    font-size: 13px;
    transition: all 200ms linear !important;
    border-radius: 5px;
    color: white;
}
@media only screen and (max-width: 1199px) {
    .leftContent {
        padding-right: 30px;
    }
    .rightContent {
        padding-right: 0;
        padding-left: 30px;
    }
    ul.followers > li > p {
        white-space: normal;
    }
    .modal-open header.header-section.top-header.navbar-fixed-top {
		padding-right: 0px;
	}
}

.loaded-trip-header-text {
    display: none;
}

.remove-text-mobile {
    position: absolute;
    top: -500px;
}

@media only screen and (max-width: 1024px) {
    .modal-dialog {
        margin: 0.95rem auto;
    }
    .venue-detail-right .bg-transparent{
        margin-bottom: 10px;
    }
    .mytrip-list {
        height: calc(100vh - 295px);
    }
    .mytrip-list-cover {
        width: 100%;
        float: left;
        height: calc(100vh - 284px);
    }
    .show-remove-text {
        z-index: 9999;
    }
}

@media only screen and (min-width: 992px){
    .filterNew .filter-dropdown-mobile-scroll {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .event-list-left-bottom .event-list-box-img,
    .map-popup-box-container .event-list-box-img {
        width: 100px !important;
        height: 100px !important;
    }
    .event-list-box-cover {
        padding-left: 110px !important;
    }
}

@media (width: 375px) and (height: 812px) {
    .event-list-left-bottom:not(.favorites-list-bottom) {
        height: 564px !important;
    }
}

@media only screen and (max-width: 992px) {
    .trip-planner-list-third-text{
        font-size: 14px;
    }
    #show-venue-detail.show {
        width: 100% !important;
        background: #fff;
    }
    #show-venue-detail {
        transition: none !important;
    }
    .event-list-left-bottom.favorites-list-bottom {
        height: 100%;
    }
    .site-error {
        min-height: calc(100vh - 354px) !important
    }
    .mobile-nearby-venues-btn,
    .mobile-nearby-venues-btn:hover,
    .mobile-nearby-venues-btn:focus,
    .mobile-nearby-venues-btn:active {
        font-size: 14px;
        padding: 7px 13px;
        color: #df671b;
        background: #fff;
        border: 1px #ff6300 solid;
        width: 100%;
        left: 0;
        /* border-radius: 0; */
        box-shadow: none;
    }
    .mobile-nearby-venues-btn.ready {
        background: #df671b;
        color: #fff;
    }
    .current-location-icon {
        width: 24px !important;
        margin-top: 1px !important;
    }
    /* chalkboard modal css start */
    .chalkboard-mobile-dialog {
        height: 100%;
        width: 100%;
        margin-top: 0px !important;
        border: none;
        border-radius: 0;
    }
    .modal.chalkboard-mobile-modal {
        width: 100.5%;
    }
    .events-mobile-dialog {
        height: 100%;
        margin-top: 0px !important;
        border: none;
        border-radius: 0;
    }
    
    
    .chalkboard-mobile-modal-content {
        height: 100%;
        border-radius: 0px;
    }
    .event-mobile-modal-content {
        height: 100%;
        border-radius: 0px;
    }
    .chalkboard-mobile-modal-header {
        border-bottom: none;
    }
    /* chalkboard modal css end */
    .bootbox.modal .modal-body {
        padding: 20px 20px;
    }
    .map-box-direction-back-btn {
        display: block !important;
    }
    .filter-seciton-box.mobile-view {
        display: block;
    }
    .filter-seciton-box.desktop-view,
    #loadshowVenue {
        display: none;
    }
    .event-list-right-default-last-menu.action-header ul {
        height: 63px;
    }
    .mybutton,
    a.filter-seciton-box-clear-all,
    a.filter-seciton-box-clear-all:hover,
    .filter-dropdown-menu .custom-control-label {
        font-size: 15px;
    }
    .event-list-middle-trip-detail-box-last,
    .event-list-right-default-box {
        height: inherit;
    }
    .event-list-trip-default-scroll {
        height: inherit;
        height: inherit;
    }
    .mytrip-list {
        height: inherit;
    }
    .leftContent {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .rightContent {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    ul.followers > li > p {
        white-space: nowrap;
    }
    ul.followers {
        margin: 0.6rem -0.5rem -0.5rem;
    }
    ul.followers > li {
        padding: 0 0.5rem;
    }
    .reviewCover {
        margin-top: 1.4rem;
    }
    .followerSection,
    .shareSection {
        margin-top: 1.35rem;
    }
    ul.allBrief a {
        font-size: 13px;
        padding: 0.38rem 0;
    }
    ul.socialSharing > li > a > .iconCover {
        line-height: 44px;
    }
    .header-section, .topHeaderFixed .header-section {
        background: #ffffff;
    }
    
    .navbar-light {
        padding: 6px 1rem;
    }
    /*.show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }*/
    .show-remove-text {
        float: left;
        position: relative;
        bottom: 22px;
        left: 208px;
        width: 13px;
        z-index: 99999999;
    }
    .header-search-bar-cover .show-remove-text {
        position: absolute;
        top: -500px;
    }
    .navbar-left .remove-text-mobile.show-remove-text {
        top: 2px;
        right: 0;
        width: 25px;
        z-index: 12;
        background: url(../image/close-icon-white-circle.svg) no-repeat;
    }
    .search-bar {
        background: rgba(255, 255, 255, 0.3);
        width: 100%;
        padding: 7px 30px 7px 10px;
        border-radius: 5px;
        border: none;
        font-size: 13px;
        color: #fff;
    }
    .modalForm {
        padding: 4px 20px 30px;
        /* height: 94%; */
        vertical-align: bottom;
        background: #fff;
        border-radius: 20px 20px 0px 0px;
    }

    .modalForm-logo {
        text-align: center;
        margin: 50px 0px;
        width: 100%;
    }
    .modalForm-logo img {
        display: inline-block;
        /*width: 110px;*/
        width: 140px;
    }
    .header-signin-link {
        /*border: none;
        font-size: 20px;
        color: #fff;
        width: 100%;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
        display: inline-block;*/
        display: none;
        width: 100%;
    }
    .navbar-toggler{
        margin-left: 0;
    }
    .modal-dialog {
        margin: 0.5rem auto;
    }

    .search-bar::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }
    .search-bar::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }
    .search-bar:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }
    .search-bar:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }
    .search-button {
        top: 9px;
        right: 5px;
    }
    .event-list-left-bottom {
        position: relative;
        margin-top: 5px;
    }
    /* .scroll-head-fix{
        height: 808px;
    } */
    .middle-section {
        padding: 0px 15px 0px;
    }
    .event-list-left-bottom .event-list-box-img,
    .map-popup-box-container .event-list-box-img {
        width: 70px;
        height: 70px;
        left: 15px;
        top: 0px;
        position: absolute;
    }
    .event-list-box-cover {
        padding-left: 80px !important;
        margin-bottom: 0px;
    }
    .favorites-list-bottom .event-list-box-cover {
        padding-left: 90px !important;
    }
    .map-box .event-list-box-cover {
        padding-left: 0px;
    }
    .gm-style .gm-style-iw-d {
        max-height: inherit !important;
    }
    .map-box .event-list-box-img {
        margin-bottom: 10px;
    }
    .map-box .event-list-box-address {
        padding: 0px 10px 0px 10px;
    }
    .event-list-box-title {
        width: calc(100% - 25px) !important;
        font-size: 17px;
        /* margin-top: 10px; */
        margin-top: -2px;
    }
    .close-vendor-popup {
        padding: 10px 15px 25px !important;
    }
    .Chalkboard-img table td,
    .Chalkboard-img table th {
        font-size: 19px;
        font-weight: bold;
    }
    .event-list-box-address {
        font-size: 14px;
        padding-left: 0px;
    }
    .hide-mobile {
        display: none;
    }
    .event-list-box-hart-cover {
        float: right;
        width: 20px;
        margin: 0;
    }
   
    .event-list-box-open {
        display: none;
    }
    .event-list-left-bottom .col-12 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-top: 20px;
        z-index: 2;
    }
    .favorites-list .hart-img {
        position: inherit;
        z-index: 999;
        margin: inherit;
        display: inline;
    }
    .favorites-list-bottom .col-12:first-child {
        margin-top: 0px;
    }
    .event-list-left-bottom .col-12:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .mobile-footer-link {
        width: 100%;
        float: left;
        position: fixed;
        bottom: 0px;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    .mobile-footer-link ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .mobile-footer-link ul li {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    .mobile-footer-link ul li span {
        display: inline-block;
        width: 100%;
    }
    .mobile-footer-link ul li a svg path {
        fill: #8e8e93;
    }
    .mobile-footer-link ul li.active a {
        color: #df671b;
    }
    .mobile-footer-link ul li.active a svg path {
        fill: #df671b;
    }
    .mobile-footer-link ul li a {
        color: #8e8e93;
        font-size: 12px;
    }
    .padding-left-10 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .event-list-box-detail-content .event-list-box-address,
    .event-list-box-detail-content .event-time-select-box {
        font-size: 15px;
    }
    #show-venue-detail .event-list-box-detail-content .event-time-select-box, 
    #show-venue-detail .event-list-box-detail-content .event-list-box-address {
        /*font-size: 15px;*/
        font-size: 16px;
    }
    
    .event-list-box-address span {
        display: none;
    }
    .event-list-box-detail-content .event-list-box-address span {
        display: inline-block;
    }
    .event-list-box-detail-content .event-list-box-address {
        padding-left: 18px;
    }
    .event-crate-trip-btn,
    .direction-route-navigation {
        display: none;
    }
    .direction-route-navigation {
        display: inline-block;
    }
    .vendor-detail-loaded-trips {
        background: #000000;
        /*#9F9F9F*/
        font-size: 16px;
        padding: 12px 10px;
    }
    .vendor-detail-mytrips-trip {
        font-size: 16px;
        padding: 12px 10px;
    }
    .mobile-back-btn-cover {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    .event-list-right-default-trip {
        box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
        z-index: 99;
        position: relative;
        background: #fff;
        font-size: 17px;
        color: #000000;
        font-weight: bold;
    }
    .btn-outline {
        border: 1px solid #df671b;
        margin-top: 8px;
    }
    .mobile-show.list-view {
        display: none;
        width: 92px;
    }
    .event-list-right-default-last-menu {
        position: absolute;
        top: 0;
        display: none;
        z-index: 99;
        background: #fff;
        bottom: inherit;
    }
    .event-list-right-mytrip-box.show {
        /*height: calc(100vh - 135px);*/
        height: inherit;
        /* min-height: 300px; */
        padding-bottom: 83px;
    }
    .event-list-right-default-last-menu ul {
        padding: 12px 0px;
        width: 100%;
    }
    .event-list-right-default-last-menu ul li {
        padding: 0px 10px;
        border-right: 1px solid #c8c8c8;
    }
    .event-list-right-default-last-menu ul li a {
        font-size: 15px;
        color: #c8c8c8;
    }
    .mytrip-list {
        padding: 0px 15px;
    }
    .mytrip-cross-img {
        display: block;
    }
    .mytrip-list-row {
        padding: 12px 0px;
    }
    .event-list-right-default-last-menu ul li.checkbox {
        width: 15%;
    }
    .event-list-right-default-last-menu ul li .custom-checkbox-new {
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .event-list-right-default-last-menu ul li a {
        color: #df671b;
    }
    .event-list-middle-trip-detail-box-last .event-list-right-default-last-menu ul li a {
        color: #c8c8c8;
    }
    .event-list-middle-trip-detail-box-last .event-list-right-default-last-menu ul li.disable a {
        color: #c8c8c8;
    }
    .event-list-right-default-last-menu ul li.disable a {
        color: #c8c8c8;
    }
    .event-list-right-default-last-menu ul li.mobile-show {
        display: table-cell;
    }
    .event-list-right-default-top-text {
        font-size: 17px;
        text-transform: capitalize;
    }
    .event-list-right-default-top-right a {
        font-size: 17px;
    }
    .event-list-right-default-top-second > span {
        font-size: 14px;
        margin-right: 4px;
        min-width: 18%;
    }
    .event-list-right-default-top-right a img {
        width: 14px;
    }
    .event-list-right-default-search-box .control-label {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .event-list-right-default-search-box .form-control {
        font-size: 15px;
        padding: 15px;
        height: 48px;
        border-radius: 10px;
        border: 2px solid #dcdcdc;
        padding-right: 40px;
    }
    .edit-modal .modal-dialog-centered {
        align-items: flex-end;
    }
    .edit-modal .modal-content {
        /* border-radius: 30px 30px 0px 0px; */
        border-radius: 0;
        overflow: auto;
        height: 100%;
    }
    .edit-modal .modal-dialog {
        margin: 0px auto;
        max-width: 100%;
        height: 100%;
    }
    .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(5px);
        opacity: 1 !important;
    }
    .event-list-right-default-top-left {
        width: 80%;
    }
    .event-list-right-default-top-right {
        width: 20%;
    }
    .event-list-trip-default-scroll {
        height: initial;
    }
    .event-list-right-default-box .event-list-right-default-last-menu,
    .event-list-right-addtrip-box .event-list-right-default-last-menu,
    .event-list-middle-trip-detail-box-last .event-list-right-default-last-menu {
        display: block !important;
        position: static !important;
        background: #232529;
        width: 100%;
    }
    .event-list-right-default-box .default-buttons-mobile {
        bottom: 0px;
        top: inherit;
        left: 0px;
        position: absolute !important;
    }
    .event-list-right-trip-detail-box .event-list-right-default-last-menu {
        display: block !important;
        position: static !important;
        background: #df671b;
    }
    .event-list-right-trip-detail-box .event-list-right-default-last-menu ul {
        padding: 9px 0px;
    }
    .event-list-right-trip-detail-box .event-list-right-default-last-menu ul li {
        padding: 0px 5px;
    }
    .event-list-right-default-box .event-list-right-default-last-menu ul,
    .event-list-right-addtrip-box .event-list-right-default-last-menu ul {
        padding: 9px 0px;
    }
    .event-list-right-default-box .event-list-right-default-last-menu ul li,
    .event-list-right-addtrip-box .event-list-right-default-last-menu ul li {
        padding: 0px 5px;
    }
    .event-list-right-default-box .event-list-right-default-last-menu ul li a,
    .event-list-right-addtrip-box .event-list-right-default-last-menu ul li a,
    .event-list-right-trip-detail-box .event-list-right-default-last-menu ul li a {
        color: #fff;
    }
    .event-list-right-default-box .event-list-right-default-trip,
    .event-list-right-trip-detail-box .event-list-right-default-trip,
    .event-list-right-addtrip-box .event-list-right-default-trip {
        display: none;
    }
    .event-list-right-mytrip-box,
    .event-list-right-addtrip-box,
    .event-list-right-default-box,
    .event-list-right-trip-detail-box,
    .event-list-middle-trip-detail-box-last {
        display: none;
    }
    #myTripModal .event-list-right-default-box{
        display: block !important;
        margin-bottom: 0px;
    }

    #myTripModal .my-trip-wrapper .event-list-right-default-top{
        box-shadow: none !important;
    }
    #myTripModal .my-trip-wrapper .event-list-right-default-trip{
        display: none !important;
    }
    #myTripModal .my-trip-wrapper .event-list-right-default-top,
    #myTripModal .my-trip-wrapper .event-list-trip-default-scroll,
    #myTripModal .my-trip-wrapper .event-list-right-default-last-menu{
        padding: 0px;
    }
    .default-scroll-height {
        min-height: calc(100vh - 135px);
        padding-bottom: 50px !important;
    }
    .default-scroll-no-heigh {
        min-height: inherit !important;
        padding-bottom: 0px !important;
    }
    .default-scroll-no-heigh.event-list-right-default-box .default-buttons-mobile {
        position: static !important;
    }
    .loaded-trip-header-text {
        font-size: 20px;
        color: #ffffff;
        position: relative;
        padding: 0px 0px;
        text-align: center;
    }
    .sideBtns.fixe .navbar-toggler {
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .event-list-right-default-last-menu ul li:nth-child(5) {
        border-right: 1px solid #c8c8c8;
    }
    .event-list-right-default-last-menu.action-header .selected-all-checkbox {
        margin-left: 0;
        padding-left: 5px;
    }
    .event-list-right-default-last-menu.action-header .selected-all-checkbox .custom-checkbox-new {
        margin-left: 0;
    }
    .passwordReset-icon {
        display: block;
    }
    .passwordConfirm-icon {
        display: block;
    }
    .mytrip-list-cover {
        width: 100%;
        float: left;
        height: inherit;
    }
    .mCustomScrollBox {
        height: inherit;
    }
    .event-list-middle-trip-detail-box-last .event-list-right-default-trip {
        display: none !important;
    }
    .navbar-brand-test img {
        max-width: 67px;
    }
    .bootbox-alert,
    .bootbox-confirm {
        padding: 0px 15px;
    }
    .menu-close {
        margin: 10px 0px 0px;
    }
    #default_detail-head .event-list-trip-default-scroll {
        height: initial;
        height: initial;
    }
    .event-list-right-default-box {
        padding-bottom: 6px;
    }
    .event-list-right-detail-box .event-open-box {
        /* top: -24px; */
        float: right;
    }
    .custom-direction span {
        display: inline-block;
        position: static;
    }
    .event-list-middle-trip-detail-box-last {
        padding-bottom: 0px;
    }
    .getQrCode {
        display: block !important;
    }
    .show-vendor-details {
        width: 100%;
    }
    .show-remove-text {
        background: url(../image/close-icon-direction.svg) no-repeat;
    }
    .event-list-right-default-whitebox {
        width: 100%;
        float: left;
        /* height: calc(100vh - 545px); */
        /* height: calc(100vh - 420px); */
        display: block;
        overflow: auto;
        padding: 0px 15px;
        min-height: 145px;
        background: #eaeef2;
    }
    .event-list-right-default-whitebox-change {
        /* height: calc(100vh - 573px); */
    }
    .event-list-map-default-height {
        height: calc(100vh - 455px);
    }
    .change-width {
        width: calc(100% - 65px);
    }
    .change-width .trip-planner-list-third-title {
        font-size: 15px;
    }
    .map-popup-box-container {
        position: absolute;
        bottom: 0px;
        background: #fff;
        z-index: 12;
        left: 0px;
        border-bottom: 1px solid #ddd;
        right: 0px;
    }
    .map-box .map-popup-box-container .event-list-box-cover {
        padding: 20px;
        padding-left: 122px !important;
        min-height: 125px;
    }
    .map-box .map-popup-box-container .event-list-box-img {
        width: 80px;
        top: 15px;
    }
    .map-box {
        border-left: none;
        border-right: none;
    }
    .overlay-is-navbar-collapse {
        height: 100%;
    }
    .event-list-left,
    .favorites-list {
        padding: 0;
    }
    div#show-venue-detail {
        top: 0;
        padding: 0 !important;
        z-index: 999;
    }
    .hart-img img {
        width: 25px;
    }

    #show-venue-detail .already-added {
        display: none !important;
    }

    #show-venue-detail .vendor-detail-loaded-trips {
        display: inline-block !important
    }
    .user-profile-form .field-adminuser-photo{
        text-align: center;
    }
    .trip-left, .trip-right {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .favorites-list-bottom .venue-card .event-list-box-cover {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }
    .venue-card .event-list-box-img{
        width: 100% !important;
        height: inherit !important;
        left: 0px !important;
        max-height: inherit;
    }
    .venue-card .event-list-box-img img{
        height: inherit;
    }
    .venue-card{
        margin-top: 0px !important;
        border: none !important;
    }
}

@media only screen and (max-width: 767px) {    
    .scroll-head-fix {
        /*overflow: auto;
        height: calc(100% - 40px);*/
        /* height: 500px; */
    }
    .map-popup-box-container {
        position: absolute;
        bottom: 0px;
        background: #fff;
        z-index: 12;
        left: 0px;
        border-bottom: 1px solid #ddd;
        right: 0px;
    }
    .map-box .map-popup-box-container .event-list-box-cover {
        padding: 20px;
        padding-left: 100px !important;
    }
    .map-box .map-popup-box-container .event-list-box-img {
        width: 80px;
        top: 15px;
    }
    /* .middle-section{
            height: calc(100vh - 240px);
    } */
    .default-scroll-no-heigh .event-list-right-default-whitebox {
        min-height: 145px;
        /* height: calc(100vh - 470px); */
    }
    .event-list-right-default-whitebox.event-list-map-default-height {
        min-height: 145px;
        /* height: calc(100vh - 415px); */
    }
    .event-list-right-default-whitebox {
        min-height: 125px;
        /* height: calc(100vh - 500px); */
    }
    .event-list-middle-trip-detail-box-last {
        height: inherit;
    }
    .event-list-right {
        min-width: 100%;
    }
    #myTripModal .trip-modal-top{
        box-shadow: none;
    }
    #myTripModal .modal-dialog{
        max-width: 95%;
    }
}

@media only screen and (max-width: 568px) {
    .modal-dialog {
        margin: 1rem auto;
    }
    ul.sideBtns {
        /*width: 100%;*/
        margin: 0.5rem 0 0.3rem;
    }
    /*ul.sideBtns > li {
        width: 50%;
    }*/
    ul.sideBtns > li:last-child {
        text-align: right;
    }
    ul.sideBtns .navbar-nav {
        align-items: flex-start;
    }
    ul.sideBtns .navbar-nav li:first-child {
        text-align: right;
        width: 100%;
    }
  
    .modalForm .form-control {
        height: 44px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 8px;
        margin-bottom: 15px;
    }
    .btn-orange {
        height: 44px;
        border-radius: 8px;
        font-size: 14px;
    }
    .tncChecks {
        margin: 0rem 0 -0.05rem;
    }
    .orSeparator {
        margin: 16px 0 20px;
    }
    .modalFooter.mt-4 {
        margin-top: 1rem !important;
    }
 
    .leftContent .nav-pills .nav-link {
        font-size: 15.5px;
        padding: 2px 12px 10px;
    }
    .vendors-detail-scroll {
        height: calc(100% - 10px);
    }
    
}

@media only screen and (max-width: 415px) {
    ul.col-two > li {
        width: 100%;
    }
    .vendorCover .banner {
        min-height: 120px;
    }
    .vendorLogo {
        width: 95px;
        height: 80px;
    }
    .vendorLogo img {
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }
    .vendorName h1 {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 3px;
    }
    .starRating img {
        width: 17px;
    }
    .openBtn {
        padding: 0.2rem 2rem;
        padding-right: 0;
    }
    .leftContent .nav-pills .nav-link {
        font-size: 14.7px;
        padding: 2px 9px 10px;
    }
    .middleContent {
        padding: 18px 0;
    }
    .storySection,
    .amenitiesSection {
        margin-top: 22px;
    }
    .leftContent h3,
    .rightContent h3,
    .reviewCover a {
        font-size: 15px;
    }
    .storySection p {
        font-size: 12.5px;
        line-height: 22px;
        margin-bottom: 0.8rem;
    }
    .amenityName {
        font-size: 12.6px;
    }
    .reviewRating,
    .rightreview {
        display: block;
    }
    .leftreview {
        width: 100%;
        padding: 0;
        display: block;
        margin-bottom: 0.8rem;
    }
    .rightHeader span {
        font-size: 13px;
    }
    .loadMoreBtn {
        height: 36px;
        min-width: 118px;
        font-size: 14px;
    }
    .loadMore {
        margin: 1.2rem auto 0;
    }
    .likeBtn {
        font-size: 16px;
        line-height: 24px;
    }
    .mytrip-list-cover {
        width: 100%;
        float: left;
        height: calc(100vh - 260px);
    }
    .event-list-right-default-box {
        /*height: calc(100vh - 232px);*/
        overflow: inherit;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .openBtn {
        padding: 0.2rem 1.2rem;
        padding-right: 0;
    }
    .event-tab-cover .nav-tabs li a,
    .event-tab-cover .nav-tabs li a.active {
        font-size: 15px;
    }
    .trip-planner-list-third {
        width: 53%;
    }
    .change-width {
        width: calc(100% - 65px);
    }
    .event-list-right-trip-radio input + span {
        width: 17px;
        height: 17px;
        background-size: 100% !important;
    }
    .scroll-head-fix {
        height: 430px;
    }
    .header-search-bar-cover {
        width: auto;/* 60% */
    }
    /* .header-search-bar-cover .show-remove-text {left: 155px;} */
    .search-bar {
        font-size: 11px;
    }
    
}

@media only screen and (width: 375px) and (max-height: 565px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .map-box {
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }
    .event-list-right-default-whitebox-change {
        /* height: calc(100vh - 573px); */
        min-height: 130px;
    }
    .event-list-right-default-whitebox {
        /* height: calc(100vh - 545px); */
    }
    .event-list-right-default-whitebox.event-list-map-default-height {
        /* height: calc(100vh - 408px); */
    }
    .mytrip-list-cover {
        height: calc(100vh - 274px);
    }
}

@media only screen and (max-width: 359px) {
    .event-tab-cover .nav-tabs li a,
    .event-tab-cover .nav-tabs li a.active {
        font-size: 12px;
    }
    /*.mobile-venues-block{
        width: 100%;
    }*/
    .scroll-head-fix {
        height: 318px;
    }
    .search-bar {
        font-size: 11px;
    }
    .header-search-bar-cover {
        width: 60%;
    }
    .header-search-bar-cover .show-remove-text {
        left: 155px;
    }
    .trip-edit-link{
        float: left !important;
        margin-top: 5px;
    }
}

.upArrow,
.downArrow {
    font-size: 15px !important;
}

#loadCount.trip-planner-list-fist,
#defaultCount.trip-planner-list-fist {
    width: 20px;
    background: #df671b;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    height: 20px;
    color: #fff !important;
    margin-right: 10px;
}

.registration-success-modal {
    text-align: center;
    padding: 20px 30px 30px;
}

.registration-success-modal-new {
    margin-top: 10px;
    text-align: center;
    color: #323334;
    font-size: 2rem;
    font-weight: 300;
    margin: 0px auto 20px;
}

.registration-success-modal-text {
    text-align: center;
    color: #323334;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0px 25px;
    display: inline-block;
}

.registration-circle-box {
    text-align: center;
    width: 20px;
    height: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: 2;
    margin-bottom: 13px;
    margin-top: 20px;
    position: relative;
}

.registration-success-modal .btn-primary {
    min-width: 75px;
}

.sa-line.sa-tip {
    width: 25px;
    left: 11px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-line.sa-long {
    width: 47px;
    right: 10px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.hidden-scroll {
    overflow: hidden;
}

/* position: absolute !important; */

.desktop-view.remove-boundary {
    /* position: absolute !important;

    width: calc(100% - 25px); for margin */
}

.remove-boundary {
    z-index: 9;
    /* position: absolute !important; */
    bottom: 1px !important;
    background: #fff;
    text-align: center;
    width: 100%;
    /* for margin */
    /* left: 0px; */
    /* right: 0px; */
    padding: 10px;
    top: inherit !important;
    color: #fff;
    font-size: 14px;
}

.remove-boundary a {
    color: #fff;
}

.ui-menu {
    z-index: 999 !important;
}

.width-100-per {
    width: 100%;
}

.vendor_images {
    border: 1px solid #ddd;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.field-trip-time {
    width: 100%;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    margin: -1.875rem 0 0;
}

@media screen and (max-width: 1365px) and (min-width: 1231px) {
    .event-list-left {
        width: 52%;
    }
    .filter-seciton-box {
        width: 170px;
    }
    .event-list-right {
        width: 48%;
    }
}

@media screen and (max-width: 1230px) and (min-width: 1024px) {
    .event-list-left {
        width: 53%;
    }
    .event-list-right {
        min-width: inherit;
        width: 46%;
    }
    .padding-left-none {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
    .event-list-left {
        width: 52%;
    }
    .event-list-right {
        min-width: inherit;
        width: 48%;
        height: calc(100vh - 190px);
        height: -webkit-calc(100vh - 190px);
    }
    .filter-seciton-box {
        width: 140px;
    }
}

.favorites-list .event-list-left-top-text {
    display: inline;
    padding: 0;
    float: none;
}

.navbar-mobile-title {
    color: #fff;
    font-size: 20px;
    text-overflow: ellipsis;
    width: 66%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.mobile-show.map-view {
    display: none;
    width: 92px;
}

.close-vendor-popup {
    position: absolute;
    float: right;
    top: 0;
    right: 1px;
    color: #a2a2a2;
    padding: 15px 25px;
}

.mobile-heart-img-container {
    position: absolute;
    top: 7px;
    right: 40px;
    z-index: 12;
    height: 20px;
    width: 22px;
    padding: 0px;
    left: auto;
}

.cursor-pointer {
    cursor: pointer;
}

div.chalkboard-div {
    position: relative;
    /* top: 0; */
    /* left: 18%; */
    color: #ff7c7c;
    z-index: 9;
    width: 60px;
    /* text-align: center; */
    margin: auto;
}

.chalkboard-img-container {
    top: 0;
    margin: auto;
    display: inline-block;
}

.map-box-direction-back-btn {
    display: none;
    font-size: 16px;
    padding: 9px 0px;
    width: 100%;
    cursor: pointer;
    background: #212529;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
}

.chalkboard-mobile-modal {
    display: block;
}

.chalkboard-mobile-dialog {
    margin: auto;
}

.events-mobile-dialog {
    margin: auto;
}

/*
.chalkboard-mobile-modal-content{
    height: 100%;
    border-radius: 0px;
}
.chalkboard-mobile-modal-header{
    border-bottom: none;
}*/

/* .chalkboard-modal{
    top: 30% !important;
} */

.dropdown-menu-box .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.dropdown-menu-box .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail,
.dropdown-menu-box
    .mCS-my-theme.mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_onDrag
    .dropdown-menu-box
    .mCS-my-theme.mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: rgb(223 103 27 / 0.2);
}

.dropdown-menu-box .mCSB_scrollTools {
    opacity: 1 !important;
}

.direction-custom-marker {
    color: #fff !important;
    font-weight: 800;
}

.no-padding {
    padding: 0 !important;
}

#img-chalkboard {
    cursor: pointer;
    display: inherit;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 7px;
}

#img-events {
    cursor: pointer;
    display: inherit;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 7px;
}

.img-gallery {
    cursor: pointer;
    display: inherit;
    position: absolute;
    z-index: 9;
        right: 10px;
    top: 2px;
}

.img-gallery-vendor {
    cursor: pointer;
    display: inherit;
    position: absolute;
    z-index: 9;
    right: 7px;
    top: -1px;
}

.showVenueMap.disabled {
    opacity: 0.5;
}

#modal-events.show,
#modal-chalkboard.show {
    display: flex !important;
}

.fancybox-overlay.fancybox-overlay-fixed {
    background: rgba(0, 0, 0, 0.5);
}

.event-img-html {
    width: 150px !important;
    height: 110px !important;
}

.event-desktop-padding {
    padding-left: 180px !important;
}

.event-mobile-html {
    width: 100% !important;
    height: 200px !important;
}

.event-mobile-padding {
    padding-left: 0px !important;
}

.bootbox-confirm .modal-body,
.bootbox-alert .modal-body {
    padding: 1.75rem;
}

.bootbox-confirm .modal-footer,
.bootbox-alert .modal-footer {
    padding-top: 0;
    border: 0;
}

.nearby-venues-btn,
.nearby-venues-btn:hover,
.nearby-venues-btn:focus,
.nearby-venues-btn:active {
    top: 10px !important;
    right: 10px !important;
    padding: 7px 13px !important;
    font-size: 16px;
    border: none;
    color: #df671b;
    background-color: #fff;
    box-shadow: none !important;
    border: 1px #df671b solid !important;
}

.nearby-venues-btn.ready {
    color: #fff;
    background-color: #df671b;
}

.current-location-icon {
    width: 18px;
    float: right;
    margin-top: 7px;
}

.p-no-result {
    width: 100%;
    text-align: center;
    font-size: 16px !important;
}

#show-venue-detail {
    background: rgba(255, 255, 255, 0.8);
    overflow: auto;
    backdrop-filter: blur(8px);
    position: fixed;
    right: 0px;
    width: 0%;
    padding: 0px;
    height: 100vh !important;
    display: block;
    right: 0%;
    overflow: auto;
    z-index: 13;
    transition: all 0.3s ease-in-out;
}

#show-venue-detail.show {
    width: 350px;
    right: 0px;
    display: block;
    padding: 5px 10px;
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
}

/* #show-venue-detail .event-crate-trip-btn, */
/* #show-venue-detail .vendor-detail-mytrips-trip, */
#show-venue-detail .vendor-detail-mytrips-trip.desktop-show,
#show-venue-detail .vendor-detail-loaded-trips.desktop-show,
#show-venue-detail .vendor-detail-loaded-trips {
    display: none ;
}
#show-venue-detail .vendors-detail-scroll {
    height: 100%;
}

.vendor-detail-back-trip.desktop-show.logged-in-user,
.vendor-detail-mytrips-trip.desktop-show.logged-in-user, 
.vendor-detail-loaded-trips.desktop-show.logged-in-user {
    display: block;
}
.vendor-detail-back-trip.desktop-show.guest-user,
.vendor-detail-mytrips-trip.desktop-show.guest-user,
.vendor-detail-loaded-trips.desktop-show.guest-user {
    display: none;
}
.favorites-list .hart-img {
    margin-top: 7px;
}

/* .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    max-width: 800px;
}
img.fancybox-image {
    max-width: 770px;
}

.fancybox-inner {
    max-width: 800px;
    height: auto;
} */

/********** Sunil Css ************/
.main-wrapper.favorites-wrapper {
    min-height: max-content;
}
.main-wrapper {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 70px);
    float: left;
    background: #efefef;
    padding: 20px;
    /* overflow: auto;*/
}

.my-card {
    width: 100%;
    min-height: 100%;
    float: left;
    padding: 10px 15px;
    background: #fff;
}
.my-card.p-10{
    padding: 10px;
    height: 100%;
    min-height: 445px;
}

.title-card {
    width: 100%;
    float: left;
    padding: 10px 20px 13px 20px;
    background: #fff;
}

.card-heading {
    width: 100%;
    height: auto;
    float: left;
}

.card-heading h4,
.card-heading h4 a {
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #df671b;
    font-size: 20px;
    margin: 0px;
    margin-top: 5px;
    text-decoration: none;
}

.recipe-card,
.favorites-list-bottom {
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0px;
/*    border-bottom: solid 1px #efefef;*/
}


.recipe-img {
    width: 100%;
    height: auto;
    float: left;
}

.recipe-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.recipe-content {
    width: 100%;
    height: auto;
    float: left;
}

.category-date {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-date h5 {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #252525;
}

.category-date h5 span {
    color: #df671b;
}

.category-date h5 span.italic {
    font-style: italic;
    font-family:Roboto-Regular;
}

.category-disc {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 15px;
}

.category-disc h3 {
    width: 100%;
    height: auto;
    float: left;
    color: #252525;
    font-size: 25px;
    font-family: Roboto-Bold;
    margin-bottom: 20px;
}

.single-recipe .category-disc h5 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 20px;
    font-family: Roboto-Medium;
}
.single-recipe .category-disc {
    padding-top: 20px;
}
.category-disc p {
    width: 100%;
    color: #252525;
    font-size: 15px;
    font-family: Roboto-Regular;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.category-disc a {
    font-size: 15px;
    color: #df671b;
    text-decoration: underline;
}

.recipe-card.single-recipe {
    border: none;
}

.single-recipe .category-date {
    margin-top: 25px;
    display: block;
}

.single-recipe .recipe-img {
    position: relative;
}

.single-recipe .recipe-img img {
    width: 100%;
    max-height: 520px;
    height: auto;
    object-fit: contain;
}

.single-recipe .recipe-img .credit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(223, 103, 27, .80);
    padding: 4px 20px;
    color: #fff;
    font-size: 25px;
    font-family: Roboto-Medium;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.food-listing-credit{
    width: 100%;
    background: rgba(223, 103, 27, .80);
    padding: 4px 20px;
    color: #fff;
    font-size: 25px;
    font-family: Roboto-Medium;
    display: flex;
    flex-wrap: wrap;
    align-items: center;}

.food-listing-credit .food-recipes-detail{    margin: 0 10px;}

.single-recipe .recipe-img .food-recipes-detail {
    margin: 0 8px;
    vertical-align: middle;
}
.single-recipe-heading {
    width: 100%;
    height: auto;
    float: left;
}

.single-recipe-heading h2 {
    font-size: 35px;
    color: #252525;
    font-family: Roboto-Bold;
    margin-bottom: 20px;
}

.single-recipe .category-date h5 {
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: solid 1px #DFDFDF;
}

.single-recipe .category-date h5:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.single-recipe .category-disc p {
    overflow: auto;
    text-overflow: unset;
    -webkit-line-clamp: none;
}

.single-recipe .category-disc h3 {
    margin-top: 30px;
}

.recipe-card ul {
    width: 100%;
    height: auto;
    float: left;
    list-style-type: none;
    padding: 0px;
    line-height: 35px;
}

.recipe-card ul li {
    position: relative;
    padding-left: 20px;
    color: #252525;
    font-family: Roboto-Regular;
    font-size: 15px;
}

.recipe-card ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #df671b;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recipes-pagination{
    margin-bottom: 0px;
    justify-content: end;
}
.read-text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #252525;
    font-family: Roboto-Regular;
}

.read-text span {
    color: #df671b;
}

.terms-and-condition-section {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 35px;
}

.terms-and-condition-section h3 {
    font-size: 25px;
    color: #252525;
    font-family: Roboto-Medium;
}

.terms-and-condition-section p {
    color: #252525;
    font-size: 15px;
    line-height: 23px;
}

.help-accordion {
    width: 100%;
    height: auto;
    float: left;
}

.accordion__item {
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.accordion__body {
    display: none;
    padding: 0px 20px 20px 50px;
}

.accordion__body p {
    /* margin-bottom: 0; */
    color: #252525;
    font-family: Roboto-Regular;
    font-size: 15px;
}

.accordion__title {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 20px 40px 20px 50px;
    color: #252525;
    font-family: Roboto-Medium;
}

.accordion__title:before {
    counter-increment: section;
    content: "" counter(section);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    text-align: center;
    background: #df671b;
    color: #fff;
    line-height: 32px;
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
}

.accordion__title:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) !important;
    /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC") no-repeat; */
    /* background-size: 20px; */
    text-align: center;
    background: #df671b;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    line-height: 20px;
}

.accordion__title.active {
    color: #252525;
}

.accordion__title.active:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.no-padding-recipe {
    padding: 0px;
}
.no-padding-recipe .card-heading {
    padding: 20px 20px;
    box-shadow: 0px 3px 6px #00000017;
}
.no-padding-recipe .recipe-card {
    padding: 0 20px 50px;
}
.recipe-top-right {
    float: right;
    /* margin-left: 100px;
    display: inline-block;     */
}
.no-padding-recipe .card-heading h4 {
    float: left;
}
.recipe-top-select {
    background: #fff url(../image/small-down-arrow.svg) no-repeat 96% center;
    border: 1px solid #cfcfcf;
    width: 318px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 13px;
    color: #252525;
    padding: 8px;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
}
.recipe-top-search {
    /* background: #F2F2F2 url(../image/search-icon.svg) no-repeat 96% center; */
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 8px;
    color: #707070;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    width: 318px;
    margin-right: 10px;
    padding-right: 40px;
}
.recipe-top-button {
    background: #fff;
    border: 1px solid #df671b;
    border-radius: 3px;
    color: #df671b;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
}
.recipe-top-button:hover {
    background: #df671b;
    color: #fff;
}
.recipes-pagination.pagination li:before {
    display: none;
}
.recipes-pagination.pagination li {
    padding-left: 0px;
    font-size: 13px;
    color: #777777;
}
.recipes-pagination.pagination .page-item .page-link{
    color: #383838;
}
.recipes-pagination.pagination .page-item.active .page-link {
    background: #df671b;
    border-color: #df671b;
    color: #fff !important;
}
.recipes-pagination.pagination .page-link:hover {
    color: #df671b;
}
.recipes-showing {
    font-size: 13px;
    color: #383838;
    font-family: 'Roboto-Medium';
}
.recipes-showing b{
    font-family: 'Roboto-Medium';
    font-weight: normal;  
}
.recipe-card .empty {
    text-align: center;
    padding: 20px;
}
.food-recipes-detail img {
    width: 42px !important;
    height: 42px !important;
    margin-right: 5px;
    border-radius: 100px;
}
.single-recipe .recipe-img .food-recipes-detail img {
    width: 46px;
    height: 46px;
    border-radius: 100px;
    border: 4px solid #EB6611;
    margin: auto;
}
.food-recipe-form {
    display: inline-block;
}

.events-list-main {
    width: 100%;
    float: left;
}
.events-list-banner {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.events-list-banner img {
    width: 100%;
    height: 500px;
}
.Sorting-dropdown .dropdown-toggle span img {
    width: 14px;
    height: 11px;
    margin-top: -4px;
}
.no-padding-recipe .card-heading h3 {
    color: #302f2f;
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin-bottom: 15px;
}
.events-list-banner {
    position: relative;
}
.events-listbanner-box {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
}
.events-listbanner-text {
    max-width: 1052px;
    margin: 0 auto;
    background: transparent linear-gradient(90deg, #df671b 0%, #df671b00 100%) 0% 0% no-repeat padding-box;
    padding: 30px;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: bold;
}
.events-tab {
    width: 100%;
}
.events-tab.nav-tabs .nav-link {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #302f2f;
    background: #fff;
    border: none !important;
    border-bottom: 3px solid #fff !important;
    font-family: Roboto-Regular;
}
.events-tab.nav-tabs .nav-item .nav-link.active {
    font-weight: normal;
    color: #df671b;
    background: #fff;
    border-bottom: 3px solid #df671b !important;
}
.events-card-heading {
    padding-bottom: 0px !important;
}
.events-list-box-main {
    border: none;
    padding: 14px 10px !important;
    margin: 0px -19px;
    border-bottom: none !important;
}
.events-list-box-main .col-md-4 {
    padding: 0px 19px;
}
.events-list-box {
    border: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-bottom: 38px;

    height: calc(100% - 35px);
}
.events-list-box:hover {
    box-shadow: 0px 6px 12px #302f2f29;
    cursor: pointer;
}
.events-list-box-img {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 190px;
    
}
.events-list-box-img img {
    width: 100%;
    max-height: 190px;
    height: 100%;
    object-fit: contain;
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.events-list-box-img:hover img {
    transform: scale(1.1);
}
.events-list-box-content {
    padding: 10px;
    width: 100%;
    float: left;
}
.events-list-box-title {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #302f2f;
    font-family: Roboto-Bold;
}
.events-list-box-date {
    color: #df671b;
    font-size: 13px;
    font-family: Roboto-Medium;
    width: 100%;
    float: left;
}
.events-list-box-address {
    color: #9b9b9b;
    font-size: 13px;
    font-family: Roboto-Regular;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 16px;
}
.events-list-box-address span {
    position: absolute;
    top: 3px;
    left: 0px;
}
.event-filter-drop-top {
    display: inline-block;
    width: 100%;
}
.event-filter-drop-menu {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 20px;
    border-radius: 0px !important;
    width: 300px !important;
    transform: none !important;
    color: #fff !important;
    top: 42px !important;
    left: -400px !important;
    transition: all 0.5s ease-in-out;
    display: block !important;
}
.filter-sorting-button{    background: #df671b29 !important;
    font-size: 12px;
    color: #df671b !important;
    border: none;
    outline: none;
    box-shadow: none !important;
    padding: 8px 17px;}
.event-filter-drop-menu.show {
    left: 0px !important;
}
.eventDropdownFliter{position: static !important;}
.event-filter-drop-title {
    font-size: 24px;
    color: #df671b;
    font-family: Roboto-Bold;
    float: left;
    margin-bottom: 10px;
}
.close-filter {
    float: right;
    margin-top: 10px;
}
.event-filter-drop-menu .control-label {
    font-size: 16px;
    font-weight: normal !important;
    font-family: Roboto-Regular;
}
.event-filter-drop-menu .form-control {
    font-size: 13px;
    color: #252525;
    font-weight: normal !important;
    font-family: Roboto-Regular;
    padding: 8px 10px;
    height: 35px;
    padding-right: 40px;
    margin-bottom: 10px;
}
.event-calendra-icon {
    background: #fff url(../image/calendar-blank.svg) no-repeat 96% center;
    background-size: 15px;
}
.event-custom-checkbox {
    margin-bottom: 10px;
    padding-left: 0;
}
.event-custom-checkbox label {
    font-size: 16px;
    color: #fff;
    font-family: Roboto-Regular;
}
.event-custom-checkbox .form-check-input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.event-custom-checkbox label span {
    border: 1px solid #757575;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
}
.event-custom-checkbox input:checked + label span {
    background: #df671b;
    border-color: #df671b;
}
.event-custom-checkbox input:checked + label span:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    transform: rotate(45deg);
    width: 5px;
    height: 8px;
    left: 5px;
    top: 5px;
}

.essential-event-content {
    width: 100%;
    height: 100%;
    float: left;
    padding: 30px;
    background: #fff;
}
.essential-event-content h1 {
    color: #df671b;
    font-size: 45px;
    font-family: Roboto-Bold;
    margin-bottom: 15px;
}
.essential-event-content address {
    color: #302f2f;
    font-size: 16px;
    margin-bottom: 10px;
    height: 50px;
}
.orgnize-name {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.orgnize-name h3 {
    color: #302f2f;
    font-size: 20px;
    font-family: Roboto-Medium;
    margin-bottom: 5px;
}
.orgnize-name span {
    font-size: 14px;
    color: #9b9b9b;
    font-family: Roboto-Regular;
}
.event-time-frame {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.event-time-frame h4 {
    font-size: 18px;
    font-family: Roboto-Medium;
    color: #df671b;
}
.event-time-frame .date {
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #302f2f;
    margin-bottom: 10px;
}
.event-time-frame .time {
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #302f2f;
}
.events-tags {
    width: 100%;
    height: auto;
    float: left;
}

.events-tags h4 {
    font-size: 18px;
    font-family: Roboto-Medium;
    color: #df671b;
    display: flex;
    align-items: baseline;
}
.event-time-frame h4 img {
    max-width: 14px;
    max-height: 14px;
    margin-right: 5px;
}

.events-tags ul {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}
.events-tags ul li {
    background: #eeeeee 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 0px #00000029;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-family: Roboto-Regular;
    margin-right: 6px;
    margin-bottom: 8px;
}

.essential-event-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.essential-event-image img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: contain;
}

.about-event-section {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.about-event-section .my-card {
    padding: 55px;
}
.about-event-section h2 {
    font-size: 35px;
    text-align: center;
    color: #302f2f;
    font-family: Roboto-Bold;
    /* margin-top: 10px; */
    margin-bottom: 50px;
}
.about-event-section h4 {
    font-size: 28px;
    color: #302f2f;
    font-family: Roboto-Medium;
    margin-bottom: 20px;
}
.about-event-section p {
    font-size: 15px;
    color: #302f2f;
    font-family: Roboto-Regular;
    margin-bottom: 20px;
   word-break: break-all;
}
.food-recipte-top-box {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 17px;
    padding: 0 20px;
}
.food-recipte-top-box .recipe-top-button {
    float: right;
}
.no-padding-recipe .card-heading {
    position: relative;
}
.event-list-main {
    overflow-x: hidden;
}
.resetFilterBtn{    margin-right: 5px;
}
.resetFilterBtn img{    width: 23px;
    height: 20px;}
.Relative{position: relative;}
.margin0{margin: 0 !important;}
span.appliedFilter {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #252525;
    border-radius: 50%;
    right: 3px;
    top: 0;
    display: none;
}
div#foodrecipessearch-food_category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.loadMoreBtn img{    width: 30px;
    display: inline-block;}
.loadMoreBtn span{    display: inline-block;}
.Dnone{display: none !important;}
.food-image-modal img{    max-width: 1300px;
    width: 100%;}

@media (max-width: 1024px) {
    .essential-event-content h1 {
        font-size: 32px;
    }
    .owl-carousel.owl-drag .owl-item, .item{height: auto;}
    .essential-event-image img{height: auto;}
}
@media (max-width: 991px) {
    .essential-event-content {
        padding: 20px;
    }
    .essential-event-content address {
        font-size: 14px;
    }
    .event-time-frame h4 {
        font-size: 16px;
    }
    .event-time-frame .date {
        font-size: 16px;
    }
    .event-time-frame .time {
        font-size: 13px;
    }
    .events-list-box-main {
        padding: 14px 0 !important;
        margin: 0px -10px;
    }
    
    .events-list-box-main .col-md-4 {
        padding: 0px 10px;
    }
    
    .events-list-box {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {    
    .essential-event-content {
        margin-bottom: 20px;
        height: auto;
    }
    .my-card.p-10 {
        min-height: 350px;
    }
    .about-event-section .my-card {
        padding: 30px;
    }
    .event-time-frame .time {
        margin-bottom: 15px;
    }
    .about-event-section h2 {
        font-size: 30px;
    }
    .essential-event-image img{height: 350px;}
    .my-card.p-10{height: auto;}
}

@media (max-width: 575px) {
    .my-card.p-10 {
        height: 250px;
    }
    .event-list-main .events-tab {
        justify-content: center;
    }
    .ccFilterModal .form-control-style-2.calendraIcon{
        max-width: 100%;
    }
    .ccFilterModal .modal-dialog{
        margin: 0;
    }
    .ccFilterModal .modal-dialog .modal-content{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .about-event-section h4 {
        font-size: 20px;
    }
    .about-event-section p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .recipe-top-select {
        width: 200px;
    }
    .recipe-top-search {
        width: 210px;
    }
}
@media (max-width: 992px) {
    .main-wrapper.favorites-wrapper {
        padding: 20px 10px 10px;
    }
    .events-list-banner img {
        
    }
    .recipe-top-select {
        width: 47%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .card-heading h4.listing-page-title {
        margin-bottom: 10px;
    }
    .ccFilterBtn{
        margin-right: 0;
    }
    .food-title-link{
        display: none;
    }
    .food-title-link {
        display: none;
    }
    .food-link-back-btn{
        display: inline-block !important;
    }
    .recipe-top-search {
        width: 47%;
        margin-bottom: 10px;
    }
    .recipe-top-right {
        float: left;
        width: 100%;
        padding: 0;
        text-align: left;
        position: static;
    }
    .food-recipte-top-box .recipe-top-button {
        float: left;
    }
    .events-tab.nav-tabs .nav-link {
        padding: 7px 13px;
    }
    .events-card-heading .recipe-top-right {
        width: auto;
        float: right;
    }
    .events-listbanner-text {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (max-width: 767px) {
    .main-wrapper {
        padding: 0px;
    }
    .category-date {
        margin-top: 15px;
    }
    .category-date h5 {
        font-size: 14px;
    }
    .category-disc h3 {
        font-size: 20px;
    }
    .category-disc p {
        font-size: 13px;
    }
    .single-recipe-heading h2 {
        font-size: 28px;
    }
    .single-recipe .recipe-img .credit {
        font-size: 18px;
    }
    .terms-and-condition-section p {
        font-size: 13px;
    }
    .recipe-top-select {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .recipe-search-container {
        width: 100%;
    }
    .recipe-top-search {
        width: 100%;
        margin-bottom: 10px;
    }
    .recipe-top-right {
        float: left;
        width: 100%;
    }
    .recipes-showing {
        text-align: center;
        margin-bottom: 10px;
    }
    .recipes-pagination.pagination {
        justify-content: center;
    }
    .events-listbanner-text {
        padding: 22px;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
    }
    .recipe-top-right {
        position: static;
        padding: 0;
        text-align: left;
    }
    .food-recipte-top-box .recipe-top-button {
        float: left;
    }
    .recipe-top-right .dropdown {
        position: static;
    }
    .event-filter-drop-menu.show {
        right: -15px !important;
    }
    /* .events-card-heading .recipe-top-right {
        width: 100%;
        float: left;
    } */
    .event-list-main .events-tab.nav-tabs .nav-item {
        width: auto;
    }
    
    .event-list-main .events-tab.nav-tabs .nav-item .nav-link, .event-list-main .events-tab.nav-tabs .recipe-top-right .filter-sorting-link {
        padding: 6px 8px;
        font-size: 14px;
    }
    
    .event-list-main .Sorting-dropdown .dropdown-menu{
        top: 0 !important;        
        position: fixed !important;
        bottom: 0;
        overflow: auto;
        left: -100% !important;
        width: 100% !important;
    }
    .event-list-main .Sorting-dropdown .event-filter-drop-menu.show{
        left: 0 !important;
    }
    .container{
        max-width: 100%;
    }
}

@media (max-width: 575px) {    
    .category-date {
        display: block;
    }
    .single-recipe .category-date h5 {
        display: block;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .single-recipe-heading h2 {
        font-size: 24px;
    }
    .single-recipe .recipe-img .credit {
        font-size: 16px;
        padding: 10px;
    }
    .events-listbanner-text {
        padding: 22px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }
    .list-right-social-icon{
        float: left !important;
        width: 100%;
    }
    .event-detail-social-icons{
        width: auto; 
    }
    /*.list-right-social-details{
        bottom: 150px !important;
        left: 10px;
    }*/
}

.already-added{
    color:#df661c;
    padding: 5px 0px;
    font-size: 14px;
}
#show-venue-detail .already-added {
    display: inline-block;
    margin-right: 20px;
}
img.direction-route-img{
    height:20px;
    width:20px;
}
.weblink-div{
    padding: 0 !important;
}
.send-recipe-modal{
    padding: 20px 30px;
}
.send-recipe-modal .close {
    top: 0;
    right: 0;
}
.send-recipe-modal .modal-title{
    font-size: 20px;
    font-weight: 500;
    color: #df671b;
    text-align: center;
    margin-bottom: 10px;
}
.instructions{
    display: block;
}
.instructions span{
    font-weight: 600;
}
.nav-link.event-nav-link.dropdown-toggle.filter-sorting-link {
    padding: 7px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #302f2f !important;
    background: #fff !important;
    border: none !important;
    border-bottom: 3px solid #fff !important;
    font-family: Roboto-Regular;
}
.btn-primary {
    color: #fff;
    background-color: #df671b !important;
    border-color: #df671b !important;
}
.btn-primary:hover{
    background-color: #df671b !important;
    border-color: #df671b !important;
    opacity: 0.8;
}
.chalkboard-container {
    display: inline-block;
    width: 100%;    
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: inset 3px 1px 20px 17px rgb(109 45 5 / 88%);
    position: relative;
    z-index: 1;    
}
.chalkboard-container-inline{
    padding: 12px;
}
.chalkboard-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/crop-min.jpeg');
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.6;
}
.food-receipe{
    float: left;
    margin-top: 4px !important;
    width: auto;
}

.food-receipe-title{
    font-weight: 600;
}

.recipe-colletion-favourite-font{
    width: 25px !important;
}
.cms-about h2{
    color: #252525;
    font-family: Roboto-Medium;
    font-size: 35px;
    margin-bottom: 20px;
}
.cms-about p{
    color: #252525;
    line-height: 23px;
    font-size: 15px;
}
.cms-about .row{
    margin-bottom: 50px;
}
.list-right-social-icon{
     float: right; 
    /* margin-top: 8px; */
    /*position: absolute;*/
    bottom: 0;
    right: 10px;
}
/*.list-right-social-details{
    bottom: 155px ;
    right: 30px ;
}*/
.list-right-social-link {
    width: 20px;
    height: 26px;
    display: inline-block;
    margin-right: 6px;
/*    background: #df671b;*/
    font-size: 12px !important;
    text-align: center;
    border-radius: 100px;
    padding: 7px 0px;
    margin-top: 0px !important;
    text-decoration: none !important;
}
.list-right-social-link i{
    color: #fff;
    font-size: 13px;
    margin-left: 0 !important;
}
.site-error{
    min-height: calc(100vh - 365px);
    display: inline-block;
    width: 100%;
}
.addVendorStatus {
    float: right;
    position: relative;
    top: 2px;
}
.addVendorStatus.status-listing{
    float: right;
    margin-right: 7px
}
.display-inline{
    display: inline;
}
.display-none{
    display: none;
}
.add-to-calendar span {
    font-size: 15px;
}

.add-to-calendar .calendar-icon {
    font-size: 18px;
}

a.share-links {
    text-decoration: none;
}

a.share-links:hover {
    font-weight: 500;
}

a.share-links img {
    width: 20px;
    margin-right: 12px;
}

.calendar-links .dropdown-item {
    padding: 9px 18px;
    font-size: 14px;
}

.calendar-links .dropdown-item:hover {
    background: rgb(250 230 218 / 50%);
}
.event-detail-social-icons{
    bottom: 20px;
    right: 30px;
    float: left;
    margin-top: 8px;
    position: absolute;
}
.small-icon, .medium-icon, .large-icon{
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}
.large-icon{
    font-size: 14px;
}
.navbar-brand-test img {
    width: 110px;
    transition: all .5s ease-in-out;
}
.toggle-password {
    right: 10px;
    top: 3px;
    position: relative;
    cursor: pointer;
}
.registered-sym {
    display: inline;
    top: 0px;
    font-size: 20px;
    position: relative;
}

.event-banner{height: 600px;
    overflow: hidden;}

.banner-box-event {
    position: absolute;
    font-size: 36px;
    /* top: 36%; */
    right: 0;
    max-width: 580px;
    color: #df671b;
    font-weight: bold;
    line-height: 45px;
    background: rgba(238,238,238,.5);
    padding: 21px 20px;
    border-radius: 5px;
    bottom: 50px;
    right: 50px;
}
.banner-box-event span {
    font-size: 20px;
    width: 100%;
    display: block;
    vertical-align: middle;
    color: #000;
    font-weight: normal;
    line-height: 32px;
    margin-top: 10px;
}
.carousel-item-event{position: relative;}


.comming-soon-section{
    width: 100%;
    background: #EFEFEF;
    min-height: calc(100vh - 70px);
    padding: 25px 0px;
}
.comming-soon-box{
    background: #fff;
    padding:5px  20px 20px;
}
.comming-soon-box-inner{
    
    background: url(../image/comming-soon-bg.png) no-repeat;
    min-height: 720px;
    height: 100vh;
    background-size: cover
}
.comming-soon-box-text{
    max-width: 533px;
    text-align: center;
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
}
.comming-soon-logo{
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}
.comming-soon-logo img{
    max-width: 100%
}
.comming-soon-section .container{
    max-width: 100%;
}

/***** Favorites Venues ******/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: inherit;
    border: none;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.carousel-indicators li.active{
    background: #df671b ;
}
.event-detail-calendra-left{
    float: left;
    width: 50%;
}
.event-detail-calendra-right{
    float: left;
    width: 50%;
}
.event-detail-calendra-right span{
    color: #df671b !important;
}
.Restaurants-box-content-inner{
    display: flex;
    align-items: flex-end;
    background: url(../image/resturant-bg-img.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.Restaurants-box-content{
    margin-bottom: 100px;
}
.Restaurants-box{
    padding: 20px;
}

/*-----------------------venue-detail-page------------------*/
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
} 
.fs-16{
    font-size: 16px;
} 
.fs-18{
    font-size: 18px;
} 
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
} 
.fs-30{
    font-size: 30px;
} 
.fs-32{
    font-size: 32px;
}

.venue-detail-section{
    padding: 15px 0px;
}
.venue-detail-section *{
    font-family: 'DM Sans', sans-serif;
}
.venue-detail-section .fa,.venue-detail-section .far,.venue-detail-section .fas
 {
    font-family: "Font Awesome 5 Free";
}
.venue-detail-section .fab{
    font-family: "Font Awesome 5 Brands";
}
.venue-detail-top-icon{
    background-color: #B82A2A;
    border-radius: 2px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.text-default{
    color: #333333;
}
.text-default a{
    color: #333333;
    text-decoration: none;
}
.text-link{
    color: #1492E6;
}
.border-1{
    border: 1px solid #E1E1E1;
}
.border-radious-5{
    border-radius: 5px;
}
.fm-dm{
    font-family: 'DM Sans', sans-serif;
}
.fw-bold{
    font-weight: bold;
}
.fw-medium{
    font-weight: 500;
}
.vertical-align-top{
    vertical-align: top;
}
.vertical-align-text-top{
    vertical-align: text-top;
}
.vertical-align-text-top svg{
    vertical-align: text-top;
}
.border-radious-6{
    border-radius: 6px;
}

.venue-social-box{
    border: 1px solid #DEDEDE;
    width: 32px;
    height: 32px;
    color:#333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}
.h-50px{
    height: 50px;
}
.bg-green{
    background-color: #459C5D;
}
.vanue-gs-1 {
    margin-left: -10px;
    margin-right: -10px;
}
.vanue-gs-1 .col-6{
    padding-left: 10px;
    padding-right: 10px;
}
.vanue-gs-1 .col-4{
    padding-left: 10px;
    padding-right: 10px;
}
.venue-detail-photo{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.venue-detail-photo img{
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
}
.venue-chard-board{
    /*background: url(../image/venue-chard-board.png) no-repeat;*/
    width: 100%;
    /*min-height: 585px;
    background-size: 100% auto;
    padding: 50px;
    padding-top: 225px;*/
    position: relative;
}
.venue-chard-board img{
    max-width: 100%;
    width: 100%;
}
.venue-chack-board-content{
    position: absolute;
    padding: 30px;
    padding-top: 89px;
    top:0;
    height: 100%;
    width: 100%;
}
.venue-menu-icon{
    width: 25px;
    padding-top: 5px;
    min-width: 25px;
}
.text-gray{
    color: #999999;
}
.venue-calendar-icon{
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
    display: inline-block;
}
.venue-arrow-icon svg{
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
}
.venue-calendar-icon svg{
    vertical-align: top;
}
.venue-detail-user{
    width: 50px;
    height: 50px;
}
.venue-detail-user img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}
.mt-27{
    margin-top: -27px;
}
.w-150{
    width: 150px;
}
.w-150 img{
    max-width: 100%;
}
.venue-detail-location{
    width: 100%;
    height: 422px;
}
.text-orange{
    color: #DF671B;
}
.venue-detail-event-img{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.venue-detail-event-img img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.venue-detail-right{
    max-width: 438px;
    float: right;
    width: 100%;
}
.venue-detail-textarea{
    resize: none;
    height: 130px !important;
    margin-bottom: 5px;
}
.venue-detail-textarea::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
}
.venue-detail-textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
}

.venue-detail-textarea:::placeholder {
    font-size: 14px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.max-100{
    max-width: 100%;
}
.right-5 {
    right: 5px;
}
.top-5{
    top:5px
}
.left-5 {
    left: 5px;
}
.border-radius-5{
    border-radius: 5px;
}
.bg-light-default{
    background-color: rgba(0, 0, 0, 0.6);
}
.v-middle{
    vertical-align: middle;
}
.venu-detail-tab-scroll{
    overflow: auto
}
.venu-detail-tab-scroll .nav-tabs{
    display: flex;
    flex-wrap: nowrap;
    
}
.venu-detail-tab-scroll::-webkit-scrollbar {
    opacity: 0;
    height: 0px;
}
/* Track */
.venu-detail-tab-scroll::-webkit-scrollbar-track {
    opacity: 0;
}

/* Handle */
.venu-detail-tab-scroll::-webkit-scrollbar-thumb {
    background: #ffffff; 
    border-radius: 0px;
    opacity: 0;
}
.nowarp{
    white-space: nowrap;
}
.venu-detail-tab-scroll .nav-tabs .nav-link{
    border: none;
    color: #333333;
    border-bottom: 2px solid transparent;
}
.venu-detail-tab-scroll .nav-tabs .nav-link.active{
    border: none;
    color: #333333;
    border-bottom: 2px solid #DF671B;
}
.venue-detail-table tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.min-150{
    min-width: 150px
}
.min-200{
    min-width: 200px
}
.event-location{
    background: url(../image/event-pin.svg) no-repeat;
    background-position: 92% center;
}

/*-- photo modal */
.theme-photos-modal .modal-body{
    padding: 20px;
}
.theme-photos-modal .modal-body .close{
    top: 3px;
    opacity: 1;
    padding: 6px 8px;
}

.theme-photos-modal .modal-content {
    border-radius: 6px;
}

.theme-photos-modal .theme-photos-modal-outer .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    max-height: 520px;
}

.theme-photos-modal .theme-photos-modal-outer .thumbnail-image {
    height: 110px;
    border: 0;
    margin: 10px 0;
}

.theme-photos-modal .theme-photos-modal-outer .thumbnail-image .thumbImg {
    width: 100%;
    height: 100%;
}

.theme-photos-modal .theme-photos-modal-outer .slider-for {
    width: calc(100% - 170px);
}

.theme-photos-modal .theme-photos-modal-outer .thumb-image {
    width: 150px;
    margin-right: 20px;
}

.theme-photos-modal .theme-photos-modal-outer .thumbnail-image img {
    border: 3px solid transparent;
    cursor: pointer;
    max-width: 100%;
}
.theme-photos-modal .theme-photos-modal-outer .thumbnail-image.slick-current.detail-box-border-no img{
    border: 3px solid transparent;
}
.theme-photos-modal .theme-photos-modal-outer .thumbnail-image.slick-current img,
.theme-photos-modal .theme-photos-modal-outer .thumbnail-image.detail-box-border-hh img,
.theme-photos-modal .theme-photos-modal-outer .thumbnail-image.slick-current.detail-box-border-no.detail-box-border-hh img{ 
    border-color: #DF671B;
}

.theme-photos-modal .theme-photos-modal-outer .slider-for .slick-list,
.theme-photos-modal .theme-photos-modal-outer .slider-for .slick-list .slick-track {
    height: 100%;
}



/*Slider Arrows*/
.theme-photos-modal .theme-photos-modal-outer .slider-for .slick-prev {
    left: 20px;
}

.theme-photos-modal .theme-photos-modal-outer .slider-for .slick-next {
    right: 20px;
}

.theme-photos-modal .theme-photos-modal-outer .slick-prev,
.theme-photos-modal .theme-photos-modal-outer .slick-next {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-photos-modal .theme-photos-modal-outer .slick-prev::before,
.theme-photos-modal .theme-photos-modal-outer .slick-next::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 3px #FFF;
}

.theme-photos-modal .theme-photos-modal-outer .slick-prev::before {
    border-left: solid 3px #FFF;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.theme-photos-modal .theme-photos-modal-outer .slick-next::before {
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    margin-right: 4px;
}

/* Thumbnail Arrow  */
.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev,
.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next {
    width: 30px;
    height: 30px;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -15px;
    background-color: #DF671B;
}

.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev {
    top: 0;
    margin-top: -8px;
}

.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next {
    bottom: -7px;
    top: auto;

}

.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev::before,
.theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #FFF;
}





/* photo modal end */


.rotate-2{
    transform: rotate(-30deg);
}
.venue-chard-board-scroll{
    max-height: calc(100%);
    overflow: auto;
}
/* width */
.venue-chard-board-scroll::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .venue-chard-board-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .venue-chard-board-scroll::-webkit-scrollbar-thumb {
    background: #DF671B; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .venue-chard-board-scroll::-webkit-scrollbar-thumb:hover {
    background: #DF671B; 
  }

  .btn-secondary{
    background: #EFF3F6;
    color: #333333;
    border-color: #EFF3F6;
    font-family: 'DM Sans', sans-serif;
    padding: 8px 10px 9px;
  }
  .trip-modal .btn-primary,.trip-modal .btn-secondary{
    font-size: 13px !important;
    padding-left: 24px;
    padding-right: 24px;
  }
  .trip-modal{
    font-family: 'DM Sans', sans-serif;
  }
  .trip-modal .modal-content{
    border-radius: 6px;
  }
  .trip-modal-list ul{
    list-style: none;
    padding: 0px;
  }
  .trip-modal .form-control{
    font-size: 13px;
    color: #999999;
    padding: 10px 20px 10px 35px;
    height: 40px;
    border-radius: 6px;
  }
  .search-icon{
    background: url(../image/searh-gray-icon.svg) no-repeat;
    background-position: 10px center;
  }
  .trip-modal .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    opacity: 1;
    font-size: 13px !important;
    font-family: 'DM Sans', sans-serif;
}
.trip-modal .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
    font-size: 13px !important; 
    font-family: 'DM Sans', sans-serif;
}
.trip-modal .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    opacity: 1;
    font-size: 13px !important;
    font-family: 'DM Sans', sans-serif;
}
.trip-modal .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    opacity: 1;
    font-size: 13px !important;
    font-family: 'DM Sans', sans-serif;
}
.trip-modal.modal .modal-header .close {
    right: 20px;
    top: 26px;
}
.trip-modal .modal-footer{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}
.trip-modal-img{
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.trip-modal-img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.lh-20{
    line-height: 20px;
}
.trip-modal-number{
    background: #DF671B;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0px 10px;
}
.trip-modal-list li {
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.trip-delete-icon{
    width: 10px;
}
.min-60{
    min-width: 60px
}
.theme-photos-modal-outer {
    opacity: 0;
    transition: all 0.3s;
}
.theme-photos-modal-outer.photo-slider-show {
    opacity: 1;
}
.mt-5px{
    margin-top: 5px;
} 
.shop-dropdown{
    width: 100%;
    padding: 0px;
    text-align: right;
    background: none !important;
    border: none;
    color: #fff !important;
    outline: none;
    box-shadow: none !important;
}
.shop-dropdown a{
    display: inline-block;
}
.venue-detail-section .detail-fa-icon .fa-heart,.venue-detail-section .detail-fa-icon .fa-share{
    font-size: 20px;
}
.text-white:hover{
    color: #fff !important;
    text-decoration: none;
}
.venue-detail-right .card {
    margin-bottom: 10px;
}
.raview-user-name{
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .theme-photos-modal .modal-lg {
        max-width: 90%
    }
}
@media (min-width: 1200px){
    .venue-detail-section .container {
        max-width: 1200px;
    }
    .theme-photos-modal .modal-lg {
        max-width: 1000px
    }
    
}
@media (min-width: 768px){
    .venue-detail-section .fade {
        opacity: 1;
      }
}

@media (max-width: 1366px) and (min-width: 1024px){
.event-list-box-img {
    height: 160px;
    max-height: 160px;
}
}

@media (max-width: 991px) and (min-width: 767px){
    .favorites-list-bottom .event-list-box-cover {
        padding-left: 110px !important;
    }
    .favorites-list-bottom .col-md-3.col-sm-12.col-12.venue-card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 120px;
    }
}
@media(max-width: 991px){
    div#show-venue-detail {
        top: 50px
    }
}

@media(max-width: 1200px){
    .comming-soon-box-inner{
        background-size: cover;
        background-position: 20% center;

    }
    .venue-detail-photo{
        width: 150px;
        height: 150px;
    }
    .fs-16 {
        font-size: 15px;
    }
    .vanue-gs-1 .fs-16 {
        font-size: 14px;
    }
    .venue-detail-photo{
      max-width: 100%;
    }
    .venue-chack-board-content {
        
        padding-top: 70px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .header-search-bar-cover {
        width: 42%;
    }
    .terms-and-condition-section img,
    .about-tab-text img{
        max-width: 100%;
        height: initial !important;
    }
    
}
@media(max-width: 992px){
    .comming-soon-box-inner{
        background-size: cover;
        background-position: 40% center;

    }
    .venue-detail-photo {
        width: 105px;
        height: 105px;
    }
    .raview-user-name{
        max-width: 140px;   
    }
}
@media(max-width: 767px){
    .theme-photos-modal .modal-body .close svg path{
        fill: #fff !important;
    }
    .comming-soon-box-text {
        max-width: 430px;
        text-align: center;
        padding-top: 55px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .comming-soon-box-inner{
        background-size: cover;
        background-position: 40% center;
        height: inherit;
    }

    .event-filter-drop-top {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
    }
    .theme-photos-modal .modal-dialog {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .theme-photos-modal .modal-dialog .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
        background-color: #000000;
    }

    .theme-photos-modal .modal-dialog .modal-content .modal-body {
        overflow-y: auto;
        padding: 0;
    }

    .theme-photos-modal .modal-dialog .modal-content .modal-body .theme-photos-modal-outer {
        padding: 0 !important;
        height: 100%;
    }

    .theme-photos-modal .theme-photos-modal-outer .slider-for {
        width: 100%;
        height: calc(100vh - 180px);
    }

    .theme-photos-modal .theme-photos-modal-outer .thumb-image {
        margin: 0;
        width: 100%;
        padding: 26px 15px 60px;
        background-color: rgba(255, 255, 255, .22);
        height: 180px;
        position: static;
    }

    .theme-photos-modal .theme-photos-modal-outer .slider-for .slick-slide img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
        width: auto;
        height: auto;
    }

    .theme-photos-modal .theme-photos-modal-outer .thumbnail-image {
        width: 92px;
        height: 92px;
        margin: 0 5px;
    }

    .theme-photos-modal .theme-photos-modal-outer .slider-for .slider-banner-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev,
    .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next {
       /* display: none !important;*/
    }

    .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev {
        left: 20px;
        top: calc(50% - 112px);
        margin-top: 0px;
        display: flex !important;
    }
    .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next {
        right: 20px;
        top: calc(50% - 112px);
        bottom: inherit;
        left: inherit;
        display: flex !important;
    }
    .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-prev, .theme-photos-modal .theme-photos-modal-outer .thumb-image .slick-next{
        width: 45px;
        height: 45px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 50%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        transform: rotate(0deg);
    }
    .raview-user-name{
        max-width: 100%;
        overflow: initial;
        white-space: normal;
        text-overflow: inherit;
    }
}
@media(max-width: 480px){
    .comming-soon-logo img{
            max-height: 90px;
    }
    .comming-soon-box-inner {
        background: url(../image/comming-soon-bg.png) no-repeat;
        min-height: 520px;
        background-size: cover;
        background-position: 26% center;
    }
    .comming-soon-box-text{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .Restaurants-box-content-inner{
        display: flex;
        align-items: flex-end;
        background: url(../image/resturant-bg-img.png) no-repeat;
        background-size: cover;
        background-position: 28% center;
    }
}

@media only screen and (max-width: 992px){
    .header-section .navbar-nav .nav-link{
        display: inline-block;
    }
    .header-section .navbar-nav .nav-item.show-mobile{
        display: block;
    }
    .header-section .navbar-nav a{
        
        background: no-repeat;
       
        margin-right: 0;
    }
    .header-section .navbar-nav a.menu-close{
        float: left !important;
    }
    .header-section .dropdownItem .dropdown-item {
        /*text-align: left !important;*/
    }
    .header-section .dropdownItem .dropdown-menu.show {
        position: static;
        width: 100%;
        float: left;
    }
    .header-section .dropdownItem .btn-secondary {
        background: none !important;
        color: #fff;
        border-color: #EFF3F6;
        font-family: 'DM Sans', sans-serif;
        padding: 0;
        border: 0;
        width: 100%;
        justify-content: end;
        display: flex;
        box-shadow: none !important;
        align-items: center;
    } 
    .header-section .navbar-nav .nav-link, .header-section .navbar-nav a {
        margin: 0px;
        font-size: 16px;
        font-weight: normal;
        text-align: right;
        color: #fff!important;
        display: inline-block;
        float: right;
    }
    .events-list-banner img{    height: 200px;}
    .banner-box-event{    font-size: 16px;
        max-width: 500px;
        color: #df671b;
        font-weight: bold;
        line-height: 5px;
        background: rgba(238,238,238,.5);
        padding: 20px 10px;
        border-radius: 5px;
        bottom: 10px;
        right: 50px;}
    .banner-box-event span{font-size: 14px;}
    .food-listing-credit span a{    white-space: nowrap;
        width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .event-detail-calendra-left{
        width: 100%;
    }
    .event-detail-calendra-right{
        width: 100%;
    }
    .event-detail-calendra-right .dropdown.Sorting-dropdown.add-to-calendar-container{
        text-align: left;
        margin-top: 10px;
    }
    
    .venue-chack-board-content {
        
        padding: 20px;
        padding-top: 52px;
    }

}
@media only screen and (max-width: 991px){
    
    .venue-detail-section .tab-content .tab-pane {
        display: none;
    }
    .venue-detail-section .tab-content .active {
        display: block;
        width: 100%;
    }
    .venue-detail-event-img{
        height: 120px;
    }
    .mobile-wrap{
        flex-wrap: wrap;
    }
    .mobile-wrap .h-50px{
        margin-bottom: 10px;
    }
    
    .card-body{
        padding: 10px;
    }
    .w-150 {
        width: 120px;
    }
    .filter-dropdown.filterDropMobile .dropdown-toggle:hover, 
    .filter-dropdown.filterDropMobile .dropdown-toggle:focus, {
        border: 1px solid #E1E1E1 !important;
        border-radius: 4px;
        color: #333 !important;
    }
    .filter-dropdown .filter-dropmenu-link.active, 
    .filter-dropdown.filterDropMobile .dropdown-toggle:active,
    .filter-dropdown.filterDropMobile .dropdown-toggle.active:hover{
        background: transparent !important;
        border: 1px solid #1592E6 !important;
        border-radius: 4px;
        color: #1592E6 !important;
        
    }
    
}
@media only screen and (max-width: 767px){
    .mb-fs-13{
        font-size: 13px;
    }
    .mb-fs-15{
        font-size: 15px;
    }
    .mb-fs-18{
        font-size: 18px;
    }
    .mobile-back-arrow img{
        width: 15px;
    }
    .vanue-gs-1 {
        margin-left: -6px;
        margin-right: -6px;
    }
    .vanue-gs-1 .col-6,.vanue-gs-1 .col-4 {
        padding-left: 6px;
        padding-right: 6px;
    }
    .venue-detail-photo {
        width: 100%;
        /*height: inherit;*/
        margin-bottom: 12px;
    }
    .mb-fs-bold{
        font-weight: bold;
    }
    .venue-chard-board{
       
        min-height: inherit;
    }
    .venue-chack-board-content{
        padding: 5%;
        padding-top: 13% !important;
    }
    
    .venue-chard-board .mb-3{
        margin-bottom: 10px !important;
    }
    
    .mb-h-40px{
        height: 40px;
    }
    .w-150 {
        /* width: 100%;
        max-width: 150px; */
    }
    .venue-detail-section .card-body{
        padding: 15px;
    }
    .about-tab-text{
        /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;*/
    }
    .venue-detail-right{
        max-width: 100%;
    }
    .venue-detail-event-img{
        height: inherit;
    }
    .event-detial-right-img{
        margin-bottom: 20px;
    }
    .mb-fs-11{
        font-size: 11px;
    }
    .mb-fs-16{
        font-size: 16px;
    }
    .trip-modal-top{
        box-shadow: 0px 5px 5px #0000001A;
    }
    .mobile-wrap{
        flex-wrap: nowrap;
    }
    
}
@media only screen and (max-width: 479px){
    .venue-chack-board-content{
       
       
    }
    .venue-detail-event-img{
        height: inherit;
    }
    .venue-chard-board .fs-16,.venue-chard-board .fs-13 {
        font-size: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .trip-modal .btn-secondary,.trip-modal .btn-primary{
        width: 47%;
    }
    .event-filter .col-auto.pr-0{
        width: 100%;
        padding-right: 15px !important;
        margin-bottom: 10px;
    }
    .event-filter .col-auto {
        width: 100%;
    }
    .theme-photos-modal .theme-photos-modal-outer .thumbnail-image {
        width: 88px;
        height: 88px;
        margin: 0 5px;
    }
    .theme-photos-modal .theme-photos-modal-outer .slider-for{
        height: calc(100vh - 135px);
    }
    .theme-photos-modal .theme-photos-modal-outer .thumb-image{
        padding-bottom: 20px;
        height: initial;
    }

}
@media only screen and (max-width: 413px){
     .theme-photos-modal .theme-photos-modal-outer .thumbnail-image {
        width: 78px;
        height: 78px;
        margin: 0 5px;
    }
    .theme-photos-modal .theme-photos-modal-outer .slider-for {
        height: calc(100vh - 125px);
    }
}
@media only screen and (max-width: 370px){
    .venue-chard-board .fs-16,.venue-chard-board .fs-13 {
        font-size: 6px;
    }
    .mobile-wrap{
        flex-wrap: wrap;
    }
    .mobile-wrap .h-50px{
        margin-bottom: 10px;
    }
    .header-signin-link{
        padding-right: 14px;
        padding-left: 14px;
    }
    .mb-fs-13 {
        font-size: 12px;
    }
}


 .theme-photos-modal .theme-photos-modal-outer .slider-for-gallery .slick-slide img{
    object-fit: initial;
 }
 .filter-venue-type{
    font-size: 13px;
    color: #DF671B;
    font-weight: bold;
    margin-bottom: 10px;
 }
 .trip-planner-list-arrows{
    width: 20px;cursor: pointer;
    line-height: 20px;
    margin-top: 4px;
 }
 .trip-planner-list-arrows .upArrow,
  .trip-planner-list-arrows .downArrow{
    font-size:30px;
    color: #999999;
  }
  #myTripModal{
    overflow: auto;
  }
  .trip-modal-full-width{
    width: 100% ;
  }
  .trip-edit-link {
    float: right;
    font-size: 14px;
    color: #DF671B !important;
    text-decoration: none !important;
  }
  .trip-edit-link span{
    margin-right: 7px;
    vertical-align: top;
  }
  .new-title-food-receipe{
    float: left;
    margin-bottom: 0;
  }
  .v-text-top{
    vertical-align: top;
  } 
  .lh-16{
    line-height: 14px;
  }

  button:focus{
    outline: none;
    box-shadow: none !important;
  }
  a:hover{
    text-decoration: none;
  }
  .comming-soon-contact{
    color: #fff;
    font-size: 20px;
  }
  .bootbox-accept{
    min-width: 73px;
  }
  .bootbox-confirm .bootbox-close-button{
        right: -6px;
    top: -8px;
  }
  
  .category-disc img{
    max-width: 100%;
    height: initial !important;
  }


.arrow-icon-mobile{
    display: inline-block;
    min-width: 31px;
    text-align: center;
}

.mMapAddress {
    color: #0056b3;
}

.mMapAddress:hover {
    color: #007bff;
}

.mTextPrpperties {
    white-space: pre-line;
}