.pwr-header--padding {
  padding: 32px 0;
}
.cst-event-listing-grp .loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.cst-event-listing-grp .page-center {
  position: relative;
}
.cst-date-header {
  display: flex;
  gap:10px;
}
.cst-evnt-item-grp .cst-event-item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gff-heading-color);
  background-color: transparent !important;
}
.hs-menu-wrapper li a {
  font-weight:500;
}
.cst-evnt-item-grp .cst-event-item {
  border-radius:100px;
  transition: background 0.5s ease;
  border:1px solid var(--gff-heading-color);
}
.cst-evnt-item-grp .cst-event-item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gff-heading-color);
  padding: 10px 20px;
  text-decoration: none;
}
.cst-evnt-item-grp .cst-event-item .inner .cst-lft p {
  text-decoration: none;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align:center;
}
body .cst-event-bdy .cst-popup-grp {
  background: rgba(20,20,20,.95);
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  transition: all .5s ease;
  display:none;
  z-index:999;
}
.cst-popup-grp.hide {
  display: none !important;
}
.cst-popup-grp {
  margin:0!important;
}
.cst-popup-grp .page-center {
  height: 100vh;
  display: flex;
  align-items: center;
}
.cst-popup-grp .page-center .cst-pop-co-grp {
  padding: 20px 0;
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.cst-popup-grp .page-center .cst-pop-co-grp::-webkit-scrollbar{
  display:none;
}
.cst-popup-grp .page-center .cst-pop-co-grp .cst-pop-co-grp-inner {
  position:relative;
  padding:10px;
  border-radius: 20px;
  border: 0.5px solid var(--gff-green-color);
  background-color:var(--gff-background-color);
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner {
  display: flex;
}
.cst-popup-grp .page-center .cst-pop-co-grp .close {
  position: absolute;
  width:20px;
  height:20px;
  top: 10px;
  right:10px;
  text-align: center;
  line-height:20px;
  cursor: pointer;
}

.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col p {
  font-weight:400;
  font-size:18px;
  line-height:1.5;
  margin: 0 0 10px;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col h5 {
  color:var(--gff-heading-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.50;  
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col .cst-content{
  margin-top:25px;
  margin-bottom:25px;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col .cst-content,
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col .cst-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.cst-det {
  display: flex;
  margin-bottom: 0;
  gap:16px 15px;
  justify-content: space-between;
}
.cst-det > div .time-grp, 
.cst-det > div .date {
  color: var(--gff-bright-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.cst-det > div img {
  vertical-align: middle;
  display: block;
}
.cst-det>div .date .cal, 
.cst-det>div .time-grp .time, 
.cst-det>div .date {
  margin-right: 10px;
  position: relative;
}
.cst-det .left-grp .date {
  padding-right: 10px;
}
.cst-det>div.rgt-grp .date,
.cst-det>div.left-grp .date {
  margin-top: 0;
}
.cst-det>div.left-grp .date {
  margin-bottom: 10px;
}
.cst-spnsor-grp .inner {
  align-items: center;
}
.cst-spnsor-grp .inner .cst-spn-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
}
.cst-spnsor-grp .inner .cst-sp1-img, 
.cst-spnsor-grp .inner .cst-sp2-img, 
.cst-spnsor-grp .inner .cst-sp3-img {
  background: var(--gff-background-color);
  border: 1px solid var(--gff-green-color);
  border-radius: 10px;
  height: 43px;
  min-width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.cst-spnsor-grp .inner .cst-sp3-img {
  margin-right: 0;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .event-subtitle > h6,
.cst-popup-grp .page-center .cst-pop-co-grp .inner .event-subtitle{
  color:var(--gff-heading-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-family:var(--headline-font-family);
}

.cst-event-listing-grp .cst-event-listing .innr-grp .inn {
  position: relative;
}

.cst-event-listing-grp .cst-event-listing .innr-grp .inn .cst-date-header, 
.cst-event-listing-grp .cst-event-listing .innr-grp .inn .cst-event-bdy {
  position: relative;
  z-index: auto;
}
/* .cst-event-listing-grp .cst-event-listing .innr-grp .inn .sp_lin1 {
position: absolute;
left: 33.33%;
height: 100%;
width: 1px;
opacity: 0.5;
border: 0.5px solid #393939;
border-radius: 15px 0px 0px 13px;
z-index:0;
margin-left: -1px;
} */
/* .cst-event-listing-grp .cst-event-listing .innr-grp .inn .sp_lin2 {
position: absolute;
left: 66.66%;
height: 100%;
width: 1px;
opacity: 0.5;
border: 0.5px solid #393939;
border-radius: 15px 0px 0px 13px;
z-index:0;
margin-left: -1px;
}
*/
select#FilterSelect {
  appearance: none;
  background-image: none;
  background: transparent;
  border: 2px solid var(--gff-heading-color);
  box-shadow: none;
  color:var(--gff-heading-color);
  cursor: pointer;
  flex: 1;
  outline: 0;
  padding: 5px 15px;
  font-size: 16px;
}
/* Remove IE arrow */
select#FilterSelect::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 50px;
  border-radius: .25em;
  overflow: hidden;
  width: 100%;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner > div {
  padding: 0 15px;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-img-col.col-md-4{
  padding-left:0;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-img-col img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 10px;
  border-radius: 10px;
  border: 0.5px solid var(--gff-bright-blue);
  min-height:407px;
  max-height:407px;
}
.cst-evnt-item-grp .cst-event-item .inner > div {
  width: 50%;
}
.cst-evnt-item-grp .cst-event-item .inner > div.cst-rgt  >div:last-child{
  margin-bottom: 0;
}
.cst-evnt-item-grp .cst-event-item .inner > div.cst-rgt  >div {
  margin-bottom: 15px;
}
.cst-evnt-item-grp .cst-event-item .inner > div.cst-rgt {
  text-align: right;
}
.cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt >div {
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.cst-evnt-item-grp .cst-event-item .inner {
  align-items: center;
}
.cst-btn-grp a {
  background: var(--gff-green-color);
  color:var(--gff-background-color);
  border-radius:50px;
  display: inline-block;
  padding: 15px 40px;
  vertical-align: middle;
  text-align: center;
  transition:all 0.35s;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cst-btn-grp a:hover {
  background-color:var(--gff-warm-yelow);
}
.cst-btn-grp {
  margin-top: 25px;
}
.cst-evnt-item-grp.col-3 .cst-event-item .inner > div {
  width: 100%;
}
select#FilterSelect option {
  color:var(--gff-background-color)!important;
}
.cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt>div img {
  display: block;
}
.cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt>div {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cst-event-listing-grp .cst-event-listing .innr-grp .inn .cst-event-bdy {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  height: auto;
  min-height: 100px;
}
.cst-evnt-item-grp.custom-popup-hide .cst-event-item .inner {
  cursor: text;
}
.cst-evnt-item-grp.custom-popup-hide .cst-event-item .inner>div.cst-lft:only-child {
  width: 100%;
  text-align: center;
}
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft {
  text-align:center;
}
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft h4,
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft h5 {
  text-align: center;
  font-family:var(--headline-font-family);
  font-size: 16.1px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  color:inherit;
}
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .event-subtitle,
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .event-venue {
  font-size: 14px;
  line-height: 18px;
}
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .event-venue {
  font-weight:600;
}
.cst-evnt-item-grp .cst-event-item .event-venue {
  display:none;
}

.cst-event-bdy > .row .cst-evnt-item-grp .cst-event-item .inner {
  height:100%;
  padding:11px 10px;
}
.cst-evnt-item-grp .cst-event-item .event-venue span {
  color:var(--gff-bright-blue);!important;
}
.cst-evnt-item-grp .cst-event-item .inner {
  z-index:auto!important;
}
.cst-event-bdy>.row>.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .event-subtitle {
  color:var(--gff-font-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.cst-evnt-item-grp.custom-popup-hide:hover .cst-event-item {
  box-shadow: none;
}
.hover_color {
  border-radius:100px;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  transition: opacity .5s ease;
  z-index: auto;
  bottom: -1px;
  right: -1px;
}
.cst-evnt-item-grp .cst-event-item {
  position: relative;
}
.cst-evnt-item-grp .cst-event-item .inner {
  z-index: 2;
  position: relative;
}
.cst-evnt-item-grp .cst-event-item:hover .hover_color {
  opacity: 1;
}
.cst-evnt-item-grp.custom-popup-hide .cst-event-item:hover .hover_color {
  background: none !important;
  opacity: 0;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-sp1-img {
  padding: 5px 15px;
}
.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-sp1-img img {
  max-height: 33px;
}
.cst-event-bdy > .row {
  position: relative;
  transition: height 0.5s ease;
  align-items: flex-start;
  gap:10px;
}
.cst-event-bdy > .row > * {
  position: absolute;
}
.cst-event-bdy > .row > .start-Mon.end-Mon.cst-evnt-item-grp .cst-event-item .inner>div,
.cst-event-bdy > .row > .start-Tue.end-Tue.cst-evnt-item-grp .cst-event-item .inner>div,
.cst-event-bdy > .row > .start-Wed.end-Wed.cst-evnt-item-grp .cst-event-item .inner>div,
.cst-event-bdy > .row > .start-Thu.end-Thu.cst-evnt-item-grp .cst-event-item .inner>div,
.cst-event-bdy > .row > .start-Fri.end-Fri.cst-evnt-item-grp .cst-event-item .inner>div {
  width: 100%;
}

.cst-event-bdy > .row > .start-Mon.end-Mon.cst-evnt-item-grp .cst-event-item .inner,
.cst-event-bdy > .row > .start-Tue.end-Tue.cst-evnt-item-grp .cst-event-item .inner,
.cst-event-bdy > .row > .start-Wed.end-Wed.cst-evnt-item-grp .cst-event-item .inner,
.cst-event-bdy > .row > .start-Thu.end-Thu.cst-evnt-item-grp .cst-event-item .inner,
.cst-event-bdy > .row > .start-Fri.end-Fri.cst-evnt-item-grp .cst-event-item .inner {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

.cst-event-bdy > .row > .start-Mon.end-Mon.cst-evnt-item-grp .cst-event-item .inner > div.cst-lft,
.cst-event-bdy > .row > .start-Tue.end-Tue.cst-evnt-item-grp .cst-event-item .inner > div.cst-lft,
.cst-event-bdy > .row > .start-Wed.end-Wed.cst-evnt-item-grp .cst-event-item .inner > div.cst-lft,
.cst-event-bdy > .row > .start-Thu.end-Thu.cst-evnt-item-grp .cst-event-item .inner > div.cst-lft,
.cst-event-bdy > .row > .start-Fri.end-Fri.cst-evnt-item-grp .cst-event-item .inner > div.cst-lft {
  margin-bottom: 10px;
}

.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft:only-child {
  margin-bottom: 0 !important;
  width: 100% !important;
  text-align: Left;
}
/* ======= Updated Styles========== */
.streamsGrp {
  column-gap: 32px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-color: white var(--clr-background-html);
  scrollbar-width: thin;
  padding-bottom: 20px;
}
.streamsGrp::-webkit-scrollbar {
  width: 5px;               
}

.streamsGrp::-webkit-scrollbar-track {
  background: var(--clr-background-html);       
}

.streamsGrp::-webkit-scrollbar-thumb {
  background-color: white;    
  border-radius: 20px;       
  border: 7px solid var(--clr-background-html); 
}
.streamSingle {
  position: relative;
  text-align: center;
}
.streamSingle a.streamLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.custom-popup-hide.cst-evnt-item-grp .cst-event-item .inner .cst-lft p {
  text-align: center;
}
.streamImg {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff10;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  vertical-align: middle;
  margin-bottom: 21px;
}
.streamImg img {
  width: 50px;
  height: 50px;
}
.streamSingle.active .streamTxt {
  color: #FCB316;
}
/* ======= End Updated Styles========== */

.loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .date{
  display: none;
}
.cst-evnt-item-grp .cst-event-item .inner>div.cst-lft .time-grp{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.custom-popup-hide.cst-evnt-item-grp .cst-event-item .inner .cst-lft .date,
.custom-popup-hide.cst-evnt-item-grp .cst-event-item .inner .cst-lft .time-grp{
  display: none;
}
body select#FilterSelect {
  padding: 10px 2.1em 10px 10px;
}
body select#FilterSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-position: right 0.7em top 50%,0 0;
  background-repeat: no-repeat,repeat;
  background-size: 0.8em auto,100%;
  border-radius: 0;
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
body select#FilterSelect {
  background-color: transparent;
  border-color: #fff;
  border-width: 0 0 2px;
  border-radius: 0;
  color:#fff;
}
body select#FilterSelect option {
  color:#000;
}
body select#FilterSelect:focus {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FCB316%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
}
body select#FilterSelect:focus {
  border-color:#fcb316;
  outline: none;
}
.cst-date-header .cst-date-item{
  position:relative;
  width:calc(33.33% -  6.66px);
  text-align:center;
  border-top: 1px solid #FCFCFC;
  border-bottom: 1px solid #FCFCFC;
  margin-bottom:10px;
}
.cst-date-header .cst-date-item .cst-day,
.cst-date-header .cst-date-item .cst-date{
  color:var(--gff-heading-color);
  text-align: center;
  font-family:var(--headline-font-family);
  font-size: 17.173px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

body .pwr-debug-jquery-module-marker,
body .pwr-debug-message-editor-warning {
  display:none;
}

.cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col.col-md-8 {
  padding-right: 39px;
}
.cst-event-bdy .cst-evnt-item-grp{
  margin-bottom:10px;
}
@media (min-width:1001px){
  .cst-event-bdy > .row {
    overflow:hidden;
  }
  .cst-event-bdy > .row .cst-evnt-item-grp .cst-event-item {
    height:100%;
    position:relative;
    margin-right: 0;
  }
  .cst-event-bdy>.row .cst-evnt-item-grp .cst-event-item {
    margin:0;
  }

  .cst-event-bdy>.row>.start-Mon.end-Tue,
  .cst-event-bdy>.row>.start-Mon.end-Wed,
  .cst-event-bdy>.row>.start-Mon.end-Mon{
    left:0%;
  }

  .cst-event-bdy>.row>.start-Tue.end-Tue,
  .cst-event-bdy>.row>.start-Tue.end-Wed{
    left: calc(33.33% + 3.33px);
  }

  .cst-event-bdy>.row>.start-Wed.end-Wed{
    left: calc(66.66% + 6.66px);
  }

  .cst-event-bdy>.row>.start-Mon.end-Mon,
  .cst-event-bdy>.row>.start-Tue.end-Tue,
  .cst-event-bdy>.row>.start-Wed.end-Wed{
    width: calc(33.33% - 6.66px);
  }

  .cst-event-bdy>.row>.start-Tue.end-Wed,
  .cst-event-bdy>.row>.start-Mon.end-Tue{
    width: calc(66.66% - 6.66px);
  }

  .cst-event-bdy>.row>.start-Mon.end-Wed{
    width:100%;
  }

  .cst-date-header>div.cst-date-item {
    padding:15.12px 10px;
  }
  .visible-phone{
    display:none!important;
  }
  .cst-evnt-item-grp.col-3 .cst-event-item .inner .cst-rgt {
    padding-top: 15px;
    text-align: right;
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .cst-evnt-item-grp {
    display: none;
  }
  .cst-evnt-item-grp.col-3 .cst-event-item .inner {
    flex-wrap: wrap;
    padding-left: 25px;
  }
  .cst-evnt-item-grp.col-3 .cst-event-item .inner>div.cst-rgt>div {
    margin-left: 0;
  }
  .cst-evnt-item-grp.col-3 .cst-event-item .inner .cst-rgt {
    flex-wrap: wrap;
  }
  .cst-evnt-item-grp.col-3 .cst-event-item .inner .cst-rgt > div {
    width: 50%;
    text-align: center;
  }
}
@media (max-width:1000px){
  .cst-event-bdy > .row {
    gap:unset;
  }
  .hidden-phone{
    display:none!important;
  }
  .cst-event-mob-listing {
    padding: 50px 0;
  }
  .cst-evnt-item-grp .cst-event-item .inner {
    padding: 15px 20px 15px 20px;
  }
  .cst-evnt-item-grp {
    width: 100%;
  }
  .mix{
    display: none;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner {
    flex-wrap: wrap;
  }

  .cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-img-col {
    margin-bottom: 20px;
    width: 100%;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner>div {
    padding: 0;
  }
  .cst-det {
    flex-wrap: wrap;
  }
  .cst-det>div {
    width: 100%;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner>div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .cst-event-mob-listing .page-center {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .cst-evnt-item-grp.mix {
    margin-left: 0!important;
    width: 100%!important;
    max-width: 100%!important;
  }
  .cst-event-listing-grp .cst-event-listing,
  .cst-event-listing-grp .cst-event-listing .innr-grp {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .cst-popup-grp .page-center .cst-pop-co-grp .inner {
    flex-wrap: wrap;
    margin: 0;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner > div {
    padding: 0 15px;
  }
  .cst-popup-grp {
    padding: 50px 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .cst-popup-grp .page-center {
    height: 90vh;
    margin: 0 auto;
  }
  .streamsListing {
    display: none;
  }

  .cst-event-bdy>.row>* {
    position: static;
  }
  .cst-filter-grp.visible-phone {
    display: inherit!important;
    margin-bottom:10px;
  }
  .cst-event-bdy>.row {
    height: auto !important;
  }
  .cst-filter-grp .select {
    border-radius:0;
  }
}
@media (max-width:767px){
  .cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-img-col img{
    min-height:auto;
    max-height:auto;
    height:auto;
  }

  .cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-img-col.col-md-4{
    padding-left:15px;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col.col-md-8 {
    padding-right:15px;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp {
    padding: 30px;
  }

  .cst-popup-grp {
    overflow: hidden;
  }
  .cst-popup-grp .page-center {
    height:100vh;
    padding-top:50px;
    padding-bottom:50px;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .cst-evnt-item-grp .cst-event-item .inner {
    flex-wrap: wrap;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div {
    width: 100%;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt {
    justify-content: flex-start;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .cst-pop-co-grp-inner {
    padding:70px 3px 19px;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner .cst-content-col h5 {
    font-size:28px;
    line-height:38px;
  }
}
@media (max-width:479px){
  .cst-evnt-item-grp .cst-event-item .inner {
    flex-wrap: wrap;
  }
  .cst-evnt-item-grp .cst-event-item .inner > div {
    width: 100%;
  }
  .cst-evnt-item-grp .cst-event-item .inner .cst-rgt {
    display: flex;
    justify-content: end;
    margin-top: 10px;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp {
    padding: 40px 20px;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt {
    text-align: left;
    display: block;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt > div > img {
    display: block;
  }
  .cst-evnt-item-grp .cst-event-item .inner>div.cst-rgt > div {
    margin: 0;
    padding: 5px;
    text-align: center;
  }
  .cst-popup-grp .page-center .cst-pop-co-grp .inner>div {
    margin-bottom: 15px;
  }
  .cst-btn-grp {
    margin-top: 25px;
  }
}