@charset "utf-8";/* Pre-loader Styles */
#sp-main-body {
    background: #FFF;
}
.jitem-body.pb-4.px-3 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
body, .sp-preloader {
    background-color: #252525;
    color: #252525;
}
figcaption.caption.text-dark {
    padding: 10px;
}
.sp-pre-loader {
    border: 2px solid #7CA4DD !important;
    background-image: url('https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-loader.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: rgb(239,117,33);
    background: linear-gradient(90deg, rgba(239,117,33,1) 4%, rgba(239,117,33,0.7931547619047619) 7%, rgba(239,117,33,0) 49%, rgba(124,164,221,0) 49%, rgba(124,164,221,0.9332107843137255) 97%, rgba(124,164,221,1) 100%) !important;
    z-index: 99999999999 !important;
}
.details-container {
    display: none;
}

.jbd-container i.eye {
    -webkit-mask: url(https://bistrobuddy.com/images/animated-eye.svg) no-repeat center !important;
    mask: url(https://bistrobuddy.com/images/animated-eye.svg) no-repeat center !important;
    background: #4CAF50;
}
.sp-page-title .breadcrumb>.active {
    color: #84aadf;
    text-shadow: 1px 1px 3.7px #000 !important;
}
.jbd-container i.eye {
    -webkit-mask: url(https://bistrobuddy.com/components/com_jbusinessdirectory/assets/images/icons/eye.svg) no-repeat center;
    mask: url(https://bistrobuddy.com/components/com_jbusinessdirectory/assets/images/icons/eye.svg) no-repeat center;
}
.jbd-container .search-options .view-mode a.active {
    border: 2px solid #ef7521;
    border: 2px solid;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.ug-thumb-wrapper .ug-thumb-overlay {
    border-radius: 15px;
}
.sppb-img-responsive {
    border-radius: 15px !important;
}
.sppb-img-responsive {
    border-radius: 15px !important;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    max-height: 800px;
}

div#projectImageGallery {
    border-radius: 15px;
}
.dropzone {
  min-height: 150px;
  width: 300px; /* Adjust as needed */
  background: radial-gradient(circle at center, #ffffff 30%, #ddd 70%);
  padding: 20px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.dropzone::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: radial-gradient(circle at center, #eee 0%, transparent 80%);
  border-radius: 15px;
}

.dropzone::after {
  content: 'Drop files here';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  z-index: 10;
}

.dropzone:hover {
  transform: scale(1.02);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.15);
}
.dz-default.dz-message {
    margin-top: -10px;
    font-size: x-large;
    font-weight: bolder;
    color: #000;
    z-index: 6;
}
.jbd-container .socials-network a .tiktok {
    margin: 0 0 20px 0;
}

.sppb-img-responsive {
    overflow: hidden;
    border-radius: 15px !important;
    position: 1;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.sppb-addon-article {
    border-radius: 15px !important;
}
.sppb-addon-article {
    border-radius: 15px !important;
}
/* Ribbon OPEN CLOSED */

.jbd-container .ribbon-close, .jbd-container .ribbon-open {
    position: absolute;
    top: 10px;
    left: -30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #ff0000;
}

.ribbon-open {
    background-color: #00ff00; /* Green background for .ribbon-open */
}

.jbd-container #company-style-5-container .ribbon-open, .jbd-container #company-style-5-container .ribbon-close {
    left: 10px;
    top: 10px;
}
#es .docker-popup-menu ul li a:hover {
    background: var(--bs-orange);
    color: #333;
}
/* Keyframes for moving stripes animation */
@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0; /* Adjusted to match the new, larger background size */
    }
}

/* Styling for ribbon-open span */
.jbd-container .ribbon-open span {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#9bc90d00 0%, #79a70a00 100%);
    box-shadow: 0 3px 10px -5px #0000;
    position: absolute;
    top: 10px;
    left: -30px;
}

/* Styling for jtoggle-text label */
.jbd-container #plans-container .jtoggle-text label {
    background-color: #23b26b; /* Fallback color */
    background-image: repeating-linear-gradient(
        -45deg,
        #23b26b,
        #23b26b 20px, /* Increased stripe width */
        #2de07d 20px,
        #2de07d 40px /* Double the stripe width for the next color, making it as wide as possible */
    );
    background-size: 1359px 100px; /* Increased to ensure a less frequent pattern repeat */
    animation: moveStripes 4s linear infinite; /* Adjust the timing as needed for a smooth transition */
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}


/* SPINNING COLORS BUTTON */

@keyframes spin-border-colors {
  0% {
    border-left-color: #ef7724; /* Orange */
    border-right-color: #7CA4DD; /* Blue */
    border-top-color: #ef7724; /* Orange */
    border-bottom-color: #7CA4DD; /* Blue */
  }
  25% {
    border-left-color: #7CA4DD; /* Blue */
    border-right-color: #ef7724; /* Orange */
    border-top-color: #7CA4DD; /* Blue */
    border-bottom-color: #ef7724; /* Orange */
  }
  50% {
    border-left-color: #ef7724; /* Orange */
    border-right-color: #7CA4DD; /* Blue */
    border-top-color: #ef7724; /* Orange */
    border-bottom-color: #7CA4DD; /* Blue */
  }
  75% {
    border-left-color: #7CA4DD; /* Blue */
    border-right-color: #ef7724; /* Orange */
    border-top-color: #7CA4DD; /* Blue */
    border-bottom-color: #ef7724; /* Orange */
  }
  100% {
    border-left-color: #ef7724; /* Orange */
    border-right-color: #7CA4DD; /* Blue */
    border-top-color: #ef7724; /* Orange */
    border-bottom-color: #7CA4DD; /* Blue */
  }
}
.jbd-mod-user .jbd-username i {
    background: #000000;
    padding: 4px 6px;
    border-radius: 50%;
    color: #0dfd00;
    font-size: 20px;
    text-align: center;
    margin-right: 7px;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
    animation: spin-border-colors 2s infinite linear;
}
.jbd-mod-user .jbd-button-container .button-create {
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724; /* Orange */
    border-right-color: #7CA4DD; /* Blue */
    border-top-color: #ef7724; /* Orange */
    border-bottom-color: #7CA4DD; /* Blue */
    animation: spin-border-colors 2s infinite linear;
}
.jbd-mod-user .jbd-username i {
    background: var(--bs-black) !important;
    padding: 4px 6px;
    border-radius: 50%;
    color: #0dff00 !important;
    font-size: 24px;
    text-align: center;
}
.dropdown-inner {
    background: #252525;
    border-radius: 0 0 0.5rem 0.5rem;
 

}
div#rsseo-cookie-accept {
    bottom: 40px !important;
    font-size: 9px !important;
}
.sp-scroll-up {
    bottom: 100px !important;
}
.sp-module ul>li>a {
    color: #40f907;
}
.dropdown-inner {
    margin-top: -15px !important;
}
.jbd-user-menu .user-menu .dropdown li.menu-item {
    padding: 0 !important;
}
/* Tooltip styling */
.jbd-container .ribbon-close::after, .jbd-container .ribbon-open::after {
    content: attr(data-tooltip) !important; /* Use the data-tooltip attribute for the content */
    position: absolute !important;
    bottom: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
    z-index: 1001 !important;
    background-color: #333 !important;
    color: #fff !important;
    padding: 5px 8px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    display: none !important; /* Hide tooltip by default */
}

.jbd-container .ribbon-close:hover::after, .jbd-container .ribbon-open:hover::after {
    display: block !important; /* Show tooltip on hover */
}
.jbd-container h1 .claimed {
    color: #7f7f7f;
    font-weight: 400;
    vertical-align: middle;
    font-size: 20px;
}

.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active, .jbd-container .btn-outline-success:not(:disabled):not(.disabled).active, .show>.jbd-container .btn-outline-success.dropdown-toggle {
    color: #fff0;
    background-color: #fff0;
    border-color: #fff0;
}
.jbd-container:not(.jbd-edit-container) .btn-outline-success:hover, .jbd-container:not(.jbd-edit-container) .btn-outline-success:focus, .jbd-container:not(.jbd-edit-container) .add-review-link:hover, .jbd-container:not(.jbd-edit-container) .add-review-link:focus,  {
    background-color: #e6681100 !important;
    border-color: #9f470b00 !important;
}
.ug-strip-panel {
    background-color: rgb(35 35 35 / 0%) !important;
}
.ug-gallery-wrapper .ug-strip-panel {
    background-color: #0000 !important;
}


.ug-arrow-right.ug-skin-default, .ug-arrow-left.ug-skin-default {
    cursor: pointer;
    display: inline-block;
    background-color: transparent; /* Ensuring the background doesn't interfere with the arrow shape */
    height: 30px; /* Adjust the size of the arrow container if needed */
    width: 30px; /* Adjust the size of the arrow container if needed */
    position: relative;
}
div#event-map-2 {
    border-radius: 15px;
}
.ug-gallery-wrapper .ug-textpanel-bg {
    background-color: #FF5722 !important;
}
.ug-item-wrapper {
margin-top: -40px;
}



a.button-contact-event-organizer  {
background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double !important;
    border-left-color: #ef7724 !important;
    border-right-color: #7CA4DD !important;
    border-top-color: #ef7724 !important;
    border-bottom-color: #7CA4DD !important;
    color: #89ff00;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px;
}
.jbd-container i.icon {
    background: #ef7521;
}
/* Left Arrow */
.ug-arrow-left.ug-skin-default::before {
    content: "";
    position: absolute;
    border: solid #333; /* Arrow color */
    border-width: 0 3px 3px 0; /* Adjust thickness of arrow */
    display: inline-block;
    padding: 5px; /* Size of the arrow */
    transform: rotate(135deg); /* Adjust angle for left arrow */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

/* Right Arrow */
.ug-arrow-right.ug-skin-default::before {
    content: "";
    position: absolute;
    border: solid #333; /* Arrow color */
    border-width: 0 3px 3px 0; /* Adjust thickness of arrow */
    display: inline-block;
    padding: 5px; /* Size of the arrow */
    transform: rotate(-45deg); /* Adjust angle for right arrow */
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
}
.ug-gallery-wrapper .ug-slider-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background-color: #00000000;
}

.jbd-container h1 .claimed i {
    background-color: #7ca3d6;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 15px;
    margin-top: -3px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    font-size: 40px;
    font-weight: bolder;
}

.card  {
    border-radius: 15px !important;
    border: 0px;
    background-color: #fff0;
    padding: 0px;
}

.slider-content {
    border-radius: 15px;
    background: #0000 !important;
}



.slider-content {
    border-radius: 15px;

}
.jbd-container div.company-style-5-header-image{
border-radius: 15px !important;
}

div#company-style-5-container {
    border-radius: 15px;
}
#searchform #searchkeyword {
    width: 300px;
}
.jbd-container .company-style-box {
    border-radius: 15px;
}
.jbd-container .jitem-card .jitem-img-wrap .card-hoverable {
    background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-loader.png) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-position: center;
    background-size: contain;
    border-radius: 15px;
    background-size: 33%;
    opacity: 0.7;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.jbd-container ul.event-list img {
    border-radius: 15px;
}

.sppb-carousel-inner {
    object-fit: cover !important;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    height: 100%;
}
.video-details .video-content {
    background: linear-gradient(66deg, rgba(239, 117, 33, 1) 0%, rgba(254, 249, 246, 1) 45%, rgba(255, 255, 255, 1) 55%, rgba(124, 164, 221, 1) 100%) !important;
    border-radius: 15px;
}

.jbd-container .events-grid-style-1 .jitem-card {
    overflow: hidden;
    border-radius: 15px;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    color: #fff;
    font-weight: 900;
}
div#slider-content-4653  {
      background-color: #ffffff;
    border-color: #aaaaaa00;
}


.jbd-container #offer-detail-1 {
    padding: 0px !important;
    background-color: #fff;
}   
    
.sp-page-title .breadcrumb>.active {
    color: #84aadf;
    text-shadow: 1px 1px 3.7px #fff;
}


.sppb-articles-carousel-content, .jbd-container .place-card-info  {
    background: #fff;
    box-shadow: 0 6px 12px -3px rgb(49 41 41 / 36%);
    padding: 20px 20px 25px;
    margin-bottom: 15px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -10px;    background: #fff;
    box-shadow: 0 6px 12px -3px rgb(49 41 41 / 36%);
    padding: 20px 20px 25px;
    margin-bottom: 15px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -10px;
}

.sppb-articles-carousel-img, .place-card-body, .slick-slide img {
    border-radius: 15px;
    border: 0;
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    border-radius: 15px;
    height: 100%;
    object-fit: cover !important;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto;
    border-radius: 15px;
}
#div#event-map-2 {
    border-radius: 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: cover !important;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    height: 100%;
    max-height: 620px;
}
.sppb-addon-articles .sppb-carousel .sppb-carousel-control {
    border: 1px solid #ef7724;
    color: #ef7724;
}
.sp-module-content .menu li {
    font-size: 16px;
}
.article-list .article {
    border-radius: 15px !important;
}
.ratio-16x9 {
    --bs-aspect-ratio: 16 / 9;
    aspect-ratio: 16 / 9;
}
#es .es-stream-embed__title, {
    margin: 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 34px;
}
#es .es-stream-embed.is-link .es-stream-embed__desc {
    margin-bottom: 8px;
    margin: 0;
    padding: 0 20px;
}
.circle-two {
    background-image: url('https://bistrobuddy.com/templates/j-network/css/images/bistro_buddy/bistro-buddy-loader.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 230px !important;
    width: 230px !important;
    z-index: 99999999999 !important;
}
.jbd-container .recommended {
    background-color: #00ff0a;
}
#btn-1703824704505 {
    left: 50%;
    position: absolute;
    margin-left: -150px;
}
.o-dropdown__bd.px-md.py-sm {
    display: none;
}
.jbd-container .jitem-card .jitem-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 15px !important;
    border: 1px solid #ccc0;
    border-top: none;
}
.jbd-container .jitem-card {
    background-color: #fff;
    color: #8B8F98;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #cccccc;
}
div#gallery {
    max-width: 1200px;
    min-width: 300px;
    min-height: 550px;
    width: auto;
    height: 231px;
}
div#gallery {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 15px !important;
    margin: 0 auto;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.dir-company-module.company-style-box {
    padding: 0;
    margin: 0;
}
.video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
    object-fit: cover !important;
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    border-radius: 15px;
    height: 100%;
    max-height: 900px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
ins.adsbygoogle {
    margin: 60px 0;
    max-width: 1120px;
}
#sp-main-body {
    padding: 10px 0;
}
.page-header {
    padding-bottom: 15px;
    padding-top: 15px;
}
.speasyimagegallery-gallery-item img, .speasyimagegallery-modal, img.speasyimagegallery-image {
    border-radius: 15px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    border-radius: 8px !important;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    margin: -1.2rem -1.2rem 0rem -1.2rem !important;
    height: 100.3%;
    max-height: 200px;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 15px;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active, #es .es-story-privacy .es-privacy .es-privacy-toggle, #es .btn-es-primary {
    background: #008000 !important;
    color: #ffffff !important;
    border-color: rgba(78, 114, 226, 0) !important;
}
.cat-read-more {
    cursor: pointer;
    border-radius: 8px;
    padding: 3px;
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double !important;
    border-left-color: #ef7724 !important;
    border-right-color: #7CA4DD !important;
    border-top-color: #ef7724 !important;
    border-bottom-color: #7CA4DD !important;
    margin-bottom: 20px !important;
}
span.irs.irs--flat.js-irs-0.irs-with-grid {
    top: -250px;
}
.jbd-container .jitem-card .jitem-img-wrap > img {
    border-radius: 15px;
}
.jitem-img-wrap.min-height-sm {
    aspect-ratio: 16 / 9;
}
.geo-location {
    top: -230px;
    position: absolute;
}
.article-list .article .article-intro-image.float-left img {
    margin-right: 20px;
    border-radius: 15px;
}
.article-list .article {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 15px !important;
    visibility: visible !important;
    animation-duration: 600ms !important;
    animation-delay: 4ms !important;
    animation-name: zoomIn !important;
    border-radius: 15px !important;
}
.featured-text {
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
    border-radius: 8px;
    padding: 1px;
    z-index: 3000;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    color: #ffc83d;
    font-size: 14px;
    max-width: 100px;
}
.jbd-container .process-steps {
    margin: 50px auto;
}
.jbd-container:not(.jbd-edit-container) .btn-success {
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double !important;
    border-left-color: #ef7724 !important;
    border-right-color: #7CA4DD !important;
    border-top-color: #ef7724 !important;
    border-bottom-color: #7CA4DD !important;
    color: #89ff00;
    font-weight: 900;
}
.jbd-container .process-steps li:before {
    display: block;
    margin: 0 auto;
    background: #dfe3e4;
    width: 1.5em;
    height: 1.5em;
    margin-bottom: .25em;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    font: normal normal normal 44px / 1 "LineAwesome";
    text-align: center;
    line-height: 1.5em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
}
.jbd-container .process-steps li:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 40px;
    display: block;
    width: 100%;
    height: 2px; /* Adjust the height to match your dashed line thickness */
    margin-left: 1.7em;
    z-index: 1;
    background: repeating-linear-gradient(
        to right,
        #ef7724 0,
        #ef7724 10px,
        transparent 10px,
        transparent 20px
    ); /* Create a dashed effect */
    background-size: 40px 2px; /* Adjust the size to control the dash and gap size */
    animation: marchAnts 1s linear infinite;
}
button.btn.btn-es-primary-o {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-color: #ef7724 #7CA4DD #ef7724 #7CA4DD !important;
  animation: spin-border 2s infinite linear !important;
  color: white !important;
}
.btn-success {
    color: #ffffff !important;
    background-color: #04ff00 !important;
    border-color: #03b500 !important;
    border-radius: 0.35rem !important;
    background-position: center !important;
    transition: background 0.8s !important;
}
es-docker {
    overflow: hidden !important;
}
.es-social-signon__hd {
    display: hidden !important;
}
@keyframes spin-border {
  0% {
    border-color: #ef7724 #7CA4DD #ef7724 #7CA4DD;
  }
  25% {
    border-color: #7CA4DD #ef7724 #ef7724 #7CA4DD;
  }
  50% {
    border-color: #ef7724 #ef7724 #7CA4DD #ef7724;
  }
  75% {
    border-color: #7CA4DD #7CA4DD #ef7724 #ef7724;
  }
  100% {
    border-color: #ef7724 #7CA4DD #ef7724 #7CA4DD;
  }
}

@keyframes marchAnts {
    from {
        background-position: 0px;
    }
    to {
        background-position: 40px; /* Move the background by one full cycle of the dash+gap */
    }
}
.jbd-container .process-steps li.is-active:before {
    color: #fff;
    background: #93b4e3;
}
.jbd-container .process-steps {

    color: #ef7a29;
}
.jbd-container .process-steps li:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    border-bottom: 8px dashed #84aadf;
    width: 100%;
    height: .4em;
    margin-left: 1.5em;
    z-index: 1;
}
.ticket-url {
  display: inline-block;
  padding: 4px 24px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #008000;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: background 0.8s;
}
.ticket-url:hover {
    background-color: #009800;
    box-shadow: 0px 0px 8px 8px rgb(0 0 0 / 15%);
    color: #fcc338;
    text-shadow: 1px 1px black;
}

.jbd-container:not(.jbd-edit-container) .btn-success:hover, .jbd-container:not(.jbd-edit-container) .btn-success:focus {
    background-color: #e66811 !important;
    border-color: #7CA4DD !important;
    text-shadow: 2px 2px 1px #7CA4DD;
}
.ticket-url:active {
  background-color: #004085;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
.view-all-deals a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 27%;
    background-color: #178d00;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 30px;
}
.jbd-container .list-grid-3 .jitem-card .jitem-img-wrap {
    min-height: 240px;
}
.faq-item__question {
    background: linear-gradient(66deg, rgba(239,117,33,1) 0%, rgba(254,249,246,1) 45%, rgba(255,255,255,1) 55%, rgba(124,164,221,1) 100%) !important;
}
.sppb-row-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    aspect-ratio: 16 / 9;
}
div#gallery {
    min-height: 400px;
}
.article-author-information {
    padding: 0px 10px;
}
.tags {
    padding: 0px 10px;
}
#article-comments {
    margin: 0 10% !important;
    padding: 0px 10px;
}
div#es {
    margin-top: 2rem;
}
#article-comments {
    margin: 0 auto !important;
}
.article-author-information {
    margin: 0 auto  !important;
}
#sppb-addon-Jv8XpVUB3_mZyL0KD_9zH #btn-Jv8XpVUB3_mZyL0KD_9zH.sppb-btn-custom {
    color: #FFFFFF !important;
}
#sppb-addon-m1fDki52vZ7GLkHrxEd5T #btn-m1fDki52vZ7GLkHrxEd5T.sppb-btn-custom {
    color: #FFFFFF !important;
}
#sp-footer a, #sp-bottom a {
    color: #7ca4dd !important;
}
.bx-wrapper {
    margin: 0 auto;
}
div#events-container {
    padding-bottom: 2rem;
}
.video-details {
    visibility: visible !important;
    animation-duration: 600ms !important;
    animation-delay: 4ms;
    animation-name: zoomIn !important;
}
.category-desc.clearfix {
    margin-bottom: 2rem;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    margin: -1.2rem -1.2rem 0rem -1.2rem !important;
    height: 66.3%;
    max-height: 285px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    border-radius: 15px !important;
}
.item-image-wrap {
    margin: -2rem -2rem 2rem -2rem !important;
    border-radius: 15px !important;
}
.article-intro-image {
    margin: -2rem -2rem 2rem -2rem !important;
}
.article-list .article {
    box-shadow: 0 0 30px rgba(0,0,0,.1)!important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .35rem !important;
    visibility: visible !important;
    animation-duration: 600ms !important;
    animation-delay: 4ms !important;
    animation-name: zoomIn !important;
    border-radius: 15px !important;
}
.article-list.articles-leading {
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 2rem;
}
.article {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 15px !important;
    visibility: visible !important;
    animation-duration: 600ms !important;
    animation-delay: 4ms !important;
    animation-name: zoomIn !important;
}
.item-text-holder {
    padding: 0 !important;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.jbd-container img {
    max-width: 100%;
    border-radius: 15px;
}
.company-style-5-header-image {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 15px !important;
    margin: 0 auto;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
div#company-map {
    border-radius: 15px;
}

.slider-item {
    border-radius: 15px !important;
}
.reviews-wrapper {
    background: #fff;
    margin-bottom: 12px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    padding: 2rem;
    padding: 1rem;
    margin: 1rem;
    position: relative;
}
.jbd-container .socials-network a {
    padding: 5px !important;
    font-size: 50px;
    width: 60px;
    aspect-ratio: 1 / 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 2px 5px 0 0;
    border-radius: 50%;
    background: #7ca3d6;
    color: #eee;
}
div#gallery {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    margin: 0 auto;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.article-details, .related-article-list-container, .blog-list-item-inner {
    max-width: 1200px;
    padding: 2rem;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: .35rem !important;
    margin: 0 auto;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.article-intro-image {
    margin: -2rem -2rem 2rem -2rem;
    overflow: hidden;
    padding-bottom: 55%;
    border-radius: .35rem !important;
    position: relative;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}

.article-featured-video {
    margin: -2rem -2rem 2rem -2rem;
    overflow: hidden;
    border-radius: .35rem !important;
    position: relative;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.sppb-row-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: rgb(255 255 255);
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 14px !important;
    color: #ffffff !important;
}
h3.sppb-addon-title {
    text-align: center;
    display: block !important;
}
.blog {
    max-width: 1200px;
    margin: 0 auto;
}
.article-list.articles-leading {
    margin: 0 auto;
    max-width: 1200px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: -35px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: -35px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2px 10px;
}
.offcanvas-menu .offcanvas-inner a {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #ffffff75 !important;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a, .offcanvas-menu .offcanvas-inner .social-icons>li>a {
    opacity: 1;
}
i.icon.download-circle {
    display: none;
}
.jbd-container .view-counter {
    font-size: 30px;
    display: inline-block;
    color: #00bc5f;
}
.icon.eye {
    width: 30px;
    height: 30px;
    color: #00bc5f;
}
.sp-dropdown-inner {
    width: 94%;
    margin-left: -50px;
}
.sp-megamenu-parent {
    z-index: 9;
}
.jbd-container .listing-login-warning {
    z-index: 3000;
}
h5.sp-module-title {
    padding-top: 50px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0px 10px;
}
.jbd-container .company-style-5-header-info .business-logo {
    width: auto !important;
    height: auto !important;
    min-width: 150px;
    border-radius: 5rem;
    margin: auto;
    padding: 0px;
}
.result-item.featured {
    background: linear-gradient(66deg, rgb(239 117 33 / 33%) 29%, rgba(254,249,246,1) 45%, rgba(255,255,255,1) 55%, rgb(124 164 221 / 33%) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7521",endColorstr="#7ca4dd",GradientType=1) !important;
}
.jbd-container .result-item .company-intro {
    display: block;
    font-size: 13px;
    color: #000000;
    background: #fff;
    border-radius: 0.8rem;
    padding: 5px;
    border-radius: 15px;
    font-weight: 700;
}
.jbd-container .list-style-7 .company-gallery img {
    border-radius: 15px;
}
.jbd-container .result-item {
    border-radius: 15px;

}
.ticketBookBtn {
    font-size: 14px;
    color: #f00;
    font-weight: bolder;
}
.btn-info, .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #028900;
    --bs-btn-border-color: #028900;
    --bs-btn-hover-color: #d8ffd8;
    --bs-btn-hover-bg: #028900;
    --bs-btn-hover-border-color: #028900;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #028900;
    --bs-btn-active-border-color: #028900;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #028900;
    --bs-btn-disabled-border-color: #028900;
    margin: 10px 0px;
    padding: 10px;
}
.jbd-container #slidergallery ul.gallery li img {
    min-width: 180px;
    min-height: 180px;
}
#sp-footer a, #sp-bottom a {
    color: #ef7521;
}
.responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Aspect Ratio 16:9 */
}
.videos-list-view .card-video {
    -webkit-box-shadow: 0 1.2rem 2.7rem rgb(52 79 110 / 0%);
    box-shadow: 0 1.2rem 2.7rem rgb(52 79 110 / 0%);
    box-shadow: 0px 0px 30px rgba(0,0,0,.1) !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 15px !important;
    margin: 0 auto;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.card-video-wrap {
    border-radius: 15px !important;
    border-bottom: 0px solid #f5f5f500;
    overflow: hidden !important;
    margin: -1rem -1rem 0rem -1rem;
    height: auto;
    max-height: 330px;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jbd-container .events-grid-style-1 .item-organizer .image-circle {
    width: 100px !important;
    height: 34px;
}
div#jtwrap {
    margin: 50px 0px;
}
section#sp-section-6 {
    padding-top: 30px;
}
div#sp-trending-searches {
    padding-top: 25px;
}
.jbd-container .image-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    max-width: 35px;
    max-height: 35px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.sp-module ul>li>a {
    color: #ef7521;
}


.review-author-initials {
    position: absolute;
    top: 56%;
    left: 7px;
    right: 0px;
    transform: translateY(-50%) skewX(11deg);
    line-height: 1;
    font-size: 32px;
}
.videos-list-view .card-video .card-video-wrap {
    padding-bottom: 100%;
}
.review-author-wrapper .review-author {
    border-radius: 50%;
    text-align: center;
    padding-bottom: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-image: url(https://bistrobuddy.com/images/icons/bg-logo.jpg) !important;
    background-position: 10px 10px!important;
    background-repeat: no-repeat !important;
    background-size: 50px 50px !important;
    color: white;
    z-index: 1;
    /* background: #fff0 !important; */
}
.feed-item-text {
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-amazon {
display: inline-block;
    padding: 10px 15px;
    background-color: #ffd814;
    color: #232f3e;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%); /* Adjusts position to center the button */
    margin-bottom: 30px; /* Adds buffer space below the button */
}

/* Hover effect: reverse the background and text colors */
.btn-amazon:hover {
    background-color: #232f3e; /* Changes background on hover */
    color: #ffd814; /* Changes text color on hover */
}



div#activity-post-text-length {
    display: none;
}
div#card-elements-processor {
    margin: 0 auto;
}
.jbd-container .btn-primary:hover {
    color: #fff;
    background-color: #ef7521;
    border-color: #ef7521;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active ul, #jdb-wrapper.tmpl-style-1 .nav>li.active a {
    background-image: linear-gradient(165deg,rgb(255 197 156 / 45%) 0%,rgb(239 117 36 / 0%) 128%) !important;
    background-color: #ef7724;
    color: #fff;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active ul li a {
    background: #f77400;
    color: #ffffff;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active ul li.active {
    background: #e1e6ea3b;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active {
    background: #ffffff00;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active ul {
    background: #eef1f300;
    border-radius: 8px;
}
#jdb-wrapper.tmpl-style-1 .nav>li:hover a {
    background: #7ca3d6;
    color: #fff;
}
a.export_pdf.btn.btn-sm.btn-success.btn-panel.right, a.export_pdf.btn.btn-sm.btn-success.btn-panel.right, a.export_csv.btn.btn-sm.btn-primary.btn-panel.right, a.export_csv.btn.btn-sm.btn-primary.btn-panel.right {
    display: none;
}
h2.error-message {
    display: none !important;
}
.error-message {
    display: none !important;
}
.jbd-container.jdb-wrapper-front#jdb-wrapper {
    background: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
span.speasyimagegallery-album-title {
    display: none !important;
}
.speasyimagegallery-album-info {
    display: none;
}
.sp-module-content .menu li {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
}
.speasyimagegallery-image-content {
    bottom: -100%;
}
.result-category {
    display: none;
}
.jbd-container .place-card-body {
    min-height: 175px;
    border-radius: 15px !important;
}
.jbd-container .place-card-body > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    border-top-left-radius: 15px  !important;
    border-top-right-radius: 15px !important;
    aspect-ratio: 16 / 9 !important;
    }
section#section-id-T_lRz0Ow_K78hpHMVC4Mc {
    background-attachment: fixed  !important;
    background-position: 50% 50% !important;
}
.empty-cart {
    margin: 50px auto 0px auto;
    max-width: 250px;
}
.jbd-container .jpackage-wrap .jpackage-footer {
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.cart-badge {
    background: #7ca4dd;
}
i.fa.fa-shopping-basket {
    background-image: url(https://bistrobuddy.com/images/bistro-buddy-bag-small.png);
    background-size: contain;
    color: #a12f2f00;
    background-repeat: no-repeat;
}
.jbd-mod-user .jbd-button-container .button-create {
    background-color: #000000c9 !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.jbd-container .jpackage-wrap .jpackage-trial-text {
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.jbd-container *[class*=jbtn-order] .jbtn-order-btn {
    padding: 10px !important;
    background-color: #009020 !important;
}
.jbd-container .process-steps {
    margin: 40px auto;
}
button.btn.btn-success.search-dir-button {
    width: -webkit-fill-available;
}
.method-descriptions {
  font-size: 18pt;
  font-weight: bold;
  color: black; /* Text color */
}
.payment-errors {
  color: #ef7521; /* Error messages in orange */
}
#card-elements-processor {
  background-color: white;
  border: 1px solid #7ca4dd; /* Blue border for the card element */
}
#card-button {
  background-color: #ef7521; /* Orange background for the button */
  color: white; /* White text for the button */
  font-size: 18pt;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  display: block; /* To override the display:none; */
}
/* Additional styles for Stripe elements */
.StripeElement {
  background-color: white;
  padding: 10px;
  border: 1px solid #ccd0d2; /* Neutral border color for input fields */
}
.StripeElement--focus {
  border-color: #ef7521; /* Orange border for focus */
}
.StripeElement--invalid {
  border-color: #fa755a; /* Red border for invalid input */
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; /* Background for autofill */
}
#card-elements-processor {
    background-color: white;
    border: 8px solid #4CAF50;
    border-radius: 11px;
}
.sp-megamenu-parent {
    margin: 0px 0px 0px -25px;
}
.jbd-container .filter-switch {
    background-color: #003cde;
}
.jbd-container .announcement-container img {
    width: 100px;
    height: 100px;
}
.view-all-offers a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 27%;
    background-color: #007bff;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.view-all-offers a:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
    text-decoration: none; /* Ensure underline doesn't re-appear on hover */
    color: white; /* Text color remains the same on hover */
}
.view-all-items a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 27%;
    background-color: #007bff;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.view-all-items a:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
    text-decoration: none; /* Ensure underline doesn't re-appear on hover */
    color: white; /* Text color remains the same on hover */
}
div#column-id-38brzRHCCU5OosDNfyLhD {
    padding-left: 0px;
    padding-right: 0px;
}
div#column-id-UtEmfOQp0Ye-KszEklLC6 {
    padding-left: 0px;
    padding-right: 0px;
}
div#column-id-foBM6yfIRnMNFhZrIoe8n {
    padding-left: 0px;
    padding-right: 0px;
}
div#column-id-WR9L-wTFIhVR9LcQj3Kf- {
    padding-left: 0px;
    padding-right: 0px;
}
#column-id-BVdVakdE8Uzuxg3YdqI61 {
    padding-top: 100px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
#sp-page-builder .sppb-icon span {
    background: #ef2121;
    opacity: 0.5;
}
#sp-footer a, #sp-bottom a {
    color: #252525;
}
.article-full-image {
    margin: -1.3rem -1.3rem 1.3rem -1.3rem  !important;
    overflow: hidden  !important;
    border-radius: 15px !important;
    position: relative  !important;
    visibility: visible  !important;
    animation-duration: 600ms  !important;
    animation-delay: 4ms  !important;
    animation-name: zoomIn  !important;
    border-radius: 15px !important;
}
.article-details .article-full-image {
    text-align: center;
}
.sp-scroll-up {
    right: 50%;
    margin-right: -15px;
}
.module.latestbusiness-box {
    -webkit-box-shadow: 0 1.2rem 2.7rem rgb(52 79 110 / 0%);
    box-shadow: 0 1.2rem 2.7rem rgb(52 79 110 / 0%);
}

#searchform .form-field select, #searchform .form-field input[type=text] {
    font-size: 24px;
    font-weight: 600;
    height: 50px;
}
#searchform .form-field select {
    font-size: 24px;
    font-weight: 600;
    height: 50px;
}
#searchform .search-dir-button {
    font-weight: 500 !important;
    font-size: 24px !important;
    height: 50px!important;
}
.form-field select {
    font-size: 24px !important;
}
i.la.la-angle-left {
    left: -50px;
    display: inline;
}
i.la.la-angle-left {
    margin-left: 10px;
}
i.la.la-angle-right {
    margin-right: 10px;
}
.slick-slider .controller-prev i, .slick-slider .controller-next i, .carousel-control-next-icon, .carousel-control-prev-icon {
    background: #2d2d2dde;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 48px;
    font-weight: bold;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease 0s;
    z-index: 999;
    border: solid;
    border-color: #ef7521b0;
}
.carousel-control-next-icon {
    background-image: url('https://bistrobuddy.com/images/next.svg'); /* Use the external SVG file for the next icon */
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    animation-fill-mode: backwards;
}
.carousel-control-prev-icon {
    background-image: url('https://bistrobuddy.com/images/prev.svg'); /* Use the external SVG file for the previous icon */
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    animation-fill-mode: backwards;
}
h3.sppb-addon-title {
  text-align: center;
}
/* General Styles */
.jbd-container .autocomplete-box {
    padding: 8px;
    background-color: #4CAF50;
    border-radius: 15px;
}
.col-lg-5.order-1.order-lg-2 {
    background: #4caf50;
    padding: 8px;
    border-radius: 15px;
}
.order-items .order-spacer {
    border: 4px solid #4caf50 !important;
    margin: 40px 0;
    border-radius: 15px;
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 225px !important;
    font-size: 14px;
    border: 4px double #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    animation: spin-border-colors 2s infinite linear!important;
}
.play-pause {
    opacity: 0.5;
}
.videos-list-view .card-video .card-video-wrap .play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #ef2121 !important;
    opacity: 0.5 !important;
    border-radius: 16.8rem;
    width: 56px !important;
    height: 56px !important;
    font-size: 2.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.videos-list-view .card-video .card-video-wrap .play-pause:hover {
    width: 75px !important;
    height: 75px !important;
    opacity: 0.6;
    border:2px;
}


 
 .videoSitesLoader {
    border-radius: 15px;
}
.burger-icon {
    margin-top: 0px !important;
}
/* Offcanvas Menu Styles */
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner a {
    color: #ef7724;
    font-weight: 500;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #7ca3d6;
    font-size: 20px;
}

/* Header Styles */
#sp-header {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 9999 !important;
    padding: 0px !important;
}
#sp-header.headroom-hide {
    top: -140px;
}
#sp-header.top-bar {
    top: 0;
}
/* Progress Bar Styles */
.sp-reading-progress-bar {
    position: fixed;
    z-index: 9999;
    height: 10px;
    top: 0;
    background-color: #80a2d0 !important;
    border-right: 30px solid #ef7524;
    width: calc(100% - 6.65115%);
}
/* Overlay Styles */
.offcanvas-overlay {
    z-index: 9106 !important;
    background: rgb(239,117,33);
    background: linear-gradient(90deg, rgba(239,117,33,1) 4%, rgba(239,117,33,0.7931547619047619) 7%, rgba(239,117,33,0) 49%, rgba(124,164,221,0) 49%, rgba(124,164,221,0.9332107843137255) 97%, rgba(124,164,221,1) 100%);
}
/* Mega Menu Styles */
.sp-megamenu-parent .sp-mega-group>li>a {
    color: #ef7521;
}
/* Event Container Styles */
#events-container .entry-date, #events-container .item-location, .jbd-container .jitem-card .jitem-date-wrap {
    background: #00000078 !important;
    background-color: #000000c9 !important;
    background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
    border-radius: 15px;
    background-size: contain !important;
    padding-top: 30px;
}
.jbd-container .bg-dark, .jbd-container .event-container .event-main-info {
    background-color: #000000c9 !important;
    background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
    background-repeat: no-repeat !important;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
}
.jbd-container .event-container .event-main-info {
    background-position: center top !important;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 40px 0px;
}
/* Button Styles */
.jbd-container .btn-primary:not(:disabled):not(.disabled):active, .jbd-container .btn-primary:not(:disabled):not(.disabled).active, .show>.jbd-container .btn-primary.dropdown-toggle, .jbd-container .btn-primary {
    color: #252729;
    background-color: #ef7521;
    border-color: #252729;
    font-weight: 600;
    font-size: 20px;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled):active, .jbd-container .btn-primary:not(:disabled):not(.disabled).active, .show>.jbd-container .btn-primary.dropdown-toggle {
    background-color: #7ca3d6;
    border-color: #ef7724;
}
.jbd-mod-user .jbd-button-container .button-create:hover {
    color: #00ff0a !important;
}
/* Contact Info Styles */
.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0 0;
    font-size: 130%;
    white-space: nowrap;
}
/* Header Styles */
#sp-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 1000;
}
#sp-header.headroom-hide {
    top: -140px;
}
#sp-header.top-bar {
    top: 0;
}
.jbd-container .jupload .jupload-body .jupload-files {
    display: flex;
    margin: 4px 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 6px double;
    border-left-color: #ef7724;
    border-right-color: #7CA4DD;
    border-top-color: #ef7724;
    border-bottom-color: #7CA4DD;
    animation: spin-border-colors 2s infinite linear;
}
/* Offcanvas Menu Styles */
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    line-height: 18px;
    opacity: unset;
    color: white;
    transition: .3s;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    color: #ffffff;
    font-size: 15px;
    padding: 4px 0;
    line-height: 35px;
    font-weight: 700;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #252729 !important;
}
/* Logo Image Styles */
.logo-image-phone, .logo-image {
    height: 100% !important;
    max-height: 80px !important;
    width: auto !important;
}
.logo-image-phone {
    margin-top: 10px !important;
}
/* Font Awesome Icon Styles */
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #7ca3d6;
    font-size: 20px;
}
/* Link Styles */
.offcanvas-menu .offcanvas-inner a {
    color: #ef7724;
    font-weight: 500;
}
.offcanvas-menu .offcanvas-inner a {
    font-weight: 900;
}
/* Scrollbar Styles for Webkit Browsers */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
    background: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ef7724;
}
/* Scrollbar Styles for Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ef7724 linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
/* Scrollbar Styles for Internet Explorer and Edge */
*::-ms-scrollbar {
    width: 8px;
}
*::-ms-scrollbar-track {
    border-radius: 4px;
    background: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
*::-ms-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ef7724;
}
/* Styles for Stripe Elements */
.ElementsApp, .ElementsApp .InputElement {
    color: #ef7626;
}
.ElementsApp .InputElement.is-invalid {
    color: #ff2b00;
}
/* Page Title Styles */
.sp-page-title {
    background: linear-gradient(66deg, rgba(239,117,33,1) 0%, rgba(254,249,246,1) 45%, rgba(255,255,255,1) 55%, rgba(124,164,221,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7521",endColorstr="#7ca4dd",GradientType=1) !important;
}
h2.sp-page-title-heading, ol.breadcrumb {
    text-shadow: 1px 1px 3.7px rgba(0,0,0,1);
        color: #fff;
    font-weight: 900;
}
.sp-page-title .sp-page-title-sub-heading {
    font-weight: bold;
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #fff;
    text-shadow: 1px 1px 3.7px rgba(0,0,0,1);
    color: #fff;
    font-weight: 900;
}
/* User CP Panel Styles */
.jbd-container.jdb-wrapper-front#jdb-wrapper {
    padding: 20px 20px 50px 20px !important; 
    border-radius: 24px;
    background-image: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%) !important;
}
#jdb-wrapper.tmpl-style-1 .nav>li.active ul, #jdb-wrapper.tmpl-style-1 .nav>li.active a {
    background-image: linear-gradient(165deg,rgb(255 197 156 / 45%) 0%,rgb(239 117 36 / 0%) 128%) !important;
    background-color: #ef7724;
    color: #fff;
}
/* Bottom Section Styles */
#sp-bottom {
    background: linear-gradient(66deg, rgba(239,117,33,1) 0%, rgba(254,249,246,1) 45%, rgba(255,255,255,1) 55%, rgba(124,164,221,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7521",endColorstr="#7ca4dd",GradientType=1) !important;
}
/* Logo Image Styles */
.logo-image-phone, .logo-image {
    height: 100% !important;
    max-height: 80px !important;
    width: auto !important;
}
.logo-image-phone {
    margin-top: 5px !important;
}
/* Offcanvas Menu Styles */
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color: #7ca3d6;
    font-size: 20px;
}
.offcanvas-menu .offcanvas-inner a {
    color: #7fa2d1;
    font-weight: 900;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.offcanvas-menu .offcanvas-inner a {
    color: #ef7724;
    font-weight: 500;
}
/* Contact Info Styles */
.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0 0;
    font-size: 130%;
    white-space: nowrap;
}
/* Button Styles */
.jbd-container .btn-primary:not(:disabled):not(.disabled):active, .jbd-container .btn-primary:not(:disabled):not(.disabled).active, .show>.jbd-container .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #7ca3d6;
    background-image: none;
    border-color: #ef7724;
    font-weight: 600;
    font-size: 20px;
}
.jbd-container .btn-primary {
    color: #252729;
    background-color: #ef7521;
    border-color: #252729;
    border-radius: 15px;
    background-position: center;
    transition: background .8s;
    font-weight: 600;
    font-size: 20px;
}
/* Offcanvas Menu List Styles */
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 30px;
    padding: 9px 0px;
    position: relative;
    line-height: 30px;
    opacity: unset;
    color: white;
    transition: .3s;
    text-shadow: 2px 2px 4px rgb(0 0 0);
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    color: #ffffff;
    font-size: 15px;
    padding: 4px 0;
    line-height: 35px;
    font-weight: 700;
}
/* Scrollbar Styles for Webkit Browsers */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 4px;
    background: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ef7724;
}
/* Scrollbar Styles for Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ef7724 linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
/* Scrollbar Styles for Internet Explorer and Edge */
*::-ms-scrollbar {
    width: 8px;
}
*::-ms-scrollbar-track {
    border-radius: 4px;
    background: linear-gradient(165deg, rgba(124, 164, 221, 0.25) 0%, rgba(239, 117, 36, 0.25) 128%);
}
*::-ms-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ef7724;
}
/* Styles for Credit Card Input Fields */
.ElementsApp, .ElementsApp .InputElement {
    color: #ef7626;
}
.ElementsApp .InputElement.is-invalid {
    color: #ff2b00;
}
/* Page Title Styles */
.sp-page-title {
    background: linear-gradient(66deg, rgba(239,117,33,1) 0%, rgba(254,249,246,1) 45%, rgba(255,255,255,1) 55%, rgba(124,164,221,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7521",endColorstr="#7ca4dd",GradientType=1) !important;
}
h2.sp-page-title-heading, ol.breadcrumb {
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    color: #ffffff;
    font-size: 17px;
    padding: 4px 0;
    line-height: 35px;
    font-weight: 800;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #00ff03 !important;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus, #es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active, #es .es-story-privacy .es-privacy .es-privacy-toggle, #es .btn-es-primary {
    background: #008000 !important;
    color: #ffffff !important;
    border-color: rgba(78, 114, 226, 0) !important;
}
.sp-page-title-sub-heading {
    color: black !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #ef7721 !important;
}
html {
  scroll-behavior: smooth;
}
#es .es-stream-embed__meta {
    color: #888;
    padding: 0px 20px;
    margin-bottom: 8px;
}
#es .es-stream-embed__title {
    padding: 5px 20px;
    font-weight: 700;
    font-size: 24px;
}
#sp-page-builder .blog-list-container .item-image-wrap {
    min-height: 233px;
    position: relative;
    z-index: 1;
    width: 412px;
}
body {
    margin-top: 70px;
}
.sppb-img-responsive {
    overflow: hidden;
    border-radius: 15px !important;
    position: relative;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
/* General Styles */
.entry-video {
    height: 230px; /* Default height */
    overflow: hidden;
    border-radius: 15px !important;
    position: relative;
    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 4ms;
    animation-name: zoomIn;
}
#sp-page-builder .blog-list-container .item-image-wrap {
    position: relative;
    z-index: 1;
}
.sppb-addon-article {
    object-fit: cover;
    object-position: center;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    background: #fff;
    margin: 1rem 0;
}
div#events-container {
    margin-top: 150px;
}
.sppb-article-info-wrap {
    padding: 1rem;
}
.body-wrapper {
    margin-top: 70px !important; /* Default style for larger screens including 1080p desktop */
}


.jbd-container .card {
    border-radius: 15px !important;
    border: 0px solid rgba(0, 0, 0, 0.000) !important;
    background-color: #fff0 !important;
    padding: 10px;
}

.jbd-container #companies-map-container {
    border: 1px solid #c7c7c7;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    border: 0px solid;
}
/* Medium screens */
@media screen and (max-width: 1450px) {
    .entry-video {
        height: 165px;
    }
}
/* Medium screens */
@media screen and (max-width: 1490px) {
    .body-wrapper {
        margin-top: 140px !important; /* Changes margin-top for screens smaller than 1490px */
    }
}
@media screen and (max-width: 1401px) {
    .entry-video {
        height: 198px;
    }
}
/* Large screens, default styles */
@media screen and (min-width: 1401px) {
    .entry-video {
        height: 230px;
    }
    .body-wrapper {
        margin-top: 140px;
    }
}
/* Medium screens */
@media screen and (max-width: 1200px) {
    .entry-video {
        height: 165px;
    }
    div#companies-search {
        margin-top: 70px;
    }
    #sp-page-builder .blog-list-container .item-image-wrap {
        min-height: 159px;
        width: 291px;
    }
    .body-wrapper {
        margin-top: 140px;
    }
}
@media screen and (max-width: 992px) {
    body {
        margin-top: 0;
    }
    #sp-page-builder .blog-list-container .item-image-wrap {
        min-height: 186px;
        width: 331px;
    }
    .entry-video {
        height: 120px;
    }
    .body-wrapper {
        margin-top: 70px;
    }
}
@media screen and (max-width: 805px) {
    body {
        margin-top: 112px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    #sp-page-builder .blog-list-container .item-image-wrap {
        min-height: 285px;
        width: 508px;
    }
    .body-wrapper {
        margin-top: 140px;
    }
}
@media screen and (max-width: 768px) {
    .entry-video {
        height: 286px;
    }
    .page-content {
    margin-top: 20px;
}
    .vent-container {
        padding: 0;
    }
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100% !important;
        height: 400px;
    }
    .jbd-container .event-container {
        width: 100%;
        clear: both;
        padding: 0;
    }
    .featured-text {
    margin-top: -45px;
    }
  .listing-style-8 {
    margin-top: 250px !important;
  }
  section#sp-feature {
    margin-top: 50px !important;
}
#dir-search-listing-top {
    display: none !important;
  }
}
/* Small screens */
@media screen and (max-width: 480px) {
    .hidden-xs {
        display: block;
    }
    .ticketBookBtn {
        background: #eee;
    }
    #sp-page-builder .blog-list-container .item-image-wrap {
        min-height: 288px;
        width: 508px;
    }
    .entry-video {
        height: 248px;
    }
    ins.adsbygoogle {
        margin: 60px 0;
        max-width: 300px;
    }
}
/* Very small screens and up */
@media screen and (min-width: 481px) {
    .hidden-xs {
        display: block;
    }
}
