.elementor-bc-flex-widget .elementor-92860 .elementor-element.elementor-element-1d5d140.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-92860 .elementor-element.elementor-element-1d5d140.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-92860 .elementor-element.elementor-element-1d5d140.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-92860 .elementor-element.elementor-element-1d5d140 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-92860 .elementor-element.elementor-element-1d5d140 > .elementor-element-populated{padding:50px 50px 50px 50px;}.elementor-92860 .elementor-element.elementor-element-afc1780{width:var( --container-widget-width, 283px );max-width:283px;--container-widget-width:283px;--container-widget-flex-grow:0;}.elementor-92860 .elementor-element.elementor-element-8cc9d37 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-92860 .elementor-element.elementor-element-8cc9d37 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-92860 .elementor-element.elementor-element-021e65a iframe{height:563px;}@media(max-width:1024px){.elementor-92860 .elementor-element.elementor-element-1d5d140 > .elementor-element-populated{padding:30px 30px 30px 30px;}}@media(max-width:767px){.elementor-92860 .elementor-element.elementor-element-1d5d140 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-92860 .elementor-element.elementor-element-1d5d140 > .elementor-element-populated{padding:50px 0px 50px 0px;}}/* Start custom CSS for html, class: .elementor-element-afc1780 */.venue-hours-dots {
  flex: 1;
  border-bottom: 1px dotted #999; /* Adjust dotted line color/style as needed */
  margin: 0 10px;
}


/* Custom CSS for Venue Hours Shortcode */
.venue-hours-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* For the pseudo-element */
      font-family: "museo-sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
}



.venue-hours-title,
.venue-hours-price {
  position: relative;
  z-index: 1;
  background: #fff; /* Matches your background so dots don't show behind text */
  padding: 0 6px;   /* Adjust spacing as needed */
  font-family: "museo-sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
}

/* Basic styling for the list and items */
.venue-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.venue-hours-item {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 8px; /* Adjust spacing between items */
}


.venue-info-contact {
    text-align:center;
    margin-top:30px;
    font-family: "museo-sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    color: #3f5155;
}


/* Custom CSS for Social Icons in the Venue Hours Shortcode */
.venue-social-icons-wrapper.venue-grid {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.venue-grid-item {
  margin: 0 10px;
}

/* Updated social icon styling with hover effect */
.venue-icon {
  color: #fff; /* Icon color */
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  background-color: #3f5155; /* Original background color */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Circular shape */
  transition: background-color 0.3s ease; /* Smooth transition */
}

/* On hover, make the background slightly lighter */
.venue-icon:hover {
  background-color: #45595e;
}

.venue-screen-only {
  display: none; /* Hides the accessible text */
}


/* Remove underline from the social icons */
.venue-icon,
.venue-icon:visited,
.venue-icon:hover,
.venue-icon:active {
  text-decoration: none !important;
}


/* Target the <i> element within the social icon link */
.venue-icon i {
  transition: color 0.3s ease;
  color: #fff; /* Start with white icons */
}

/* On hover, change the icon color to #666 */
.venue-icon:hover i {
  color: #ddd;
}/* End custom CSS */