/*
Theme Name:     Hello-child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/

/* SAVINGS BOOK DISTRIBUTION WITH LEADERS */
.sb-coverage {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(20, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.sb-coverage div {
	padding: 5px 5px 5px 15px;	
}

.sb-alt {
	background-color: #cececf;
}

/* ADVERTISING NETWORK LISTS WITH LEADERS */
.network-coverage ul {
    padding: 0;
}
.network-coverage li {
  display: flex;
}

.network-coverage li .asset-type {
  order: 1;
}

.network-coverage li .impression-count {
  order: 3;
}

.network-coverage li::after {
  background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
  background-position: bottom;
  background-size: .5ex 4.5px;
  background-repeat: space no-repeat;
  content: "";
  flex-grow: 1;
  height: 1.125em;
  order: 2;
}

/* Bi-Mart */
.nowrap {white-space: nowrap;}

/* Price Formatting */
.vip-price h5 {padding-left:40px;}

/* Event Schedule */
.event-container {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  justify-content: center; 
  align-items: flex-start;
}
.event-schedule-container {
  display: flex;
  flex-flow: column nowrap;
  width: 80%;
  margin: 0 auto;
}
.schedule-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-bottom: .8em;
}
.schedule-row:last-child {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding-bottom: 0;
}
.event-time {
  display: flex;
  flex: .3;
  justify-content: flex-start; 
  align-items: flex-start;
}
.event-item {
  display: flex;
  flex: 1;
  justify-content: flex-start; 
  align-items: flex-start;
}
/* side scroll asset navigation */
.assetNav .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	-webkit--scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.elementor-nav-menu::-webkit-scrollbar {
  display: none;
}