/*
Theme Name: American Bank Center
Description: American Bank Center Child
Author: Creating Matter
Author URI: http://www.creatingmatter.com/
Version: 1.1.0
Template: Divi
*/

header#main-header.et-fixed-header,
#main-header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.head-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wave {
  position: relative;
  text-align: center;
  color: white;
}

.header-wave h1 {
  color: #fff;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin-bottom: 10px !important;
  padding-bottom: 0px;
  font-weight: normal !important;
}

.header-wave p.vp {
  font-size: 36px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2 !important;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 0px;
}

.inner-header {
  min-height: 45vh;
  width: 84%;
  margin: 0;
  margin-left: 8% !important;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -12px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 120px;
}

.content-wave {
  position: relative;
  height: 15vh;
  text-align: center;
  background-color: white;
}

#filterControls {
  display: flex;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  #filterControls {
    display: inherit;
  }

  .waves {
    height: 30px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }
}


/* Hide top header – secondary menu on scroll */
#top-header {
  overflow: hidden;
  max-height: 50px;
  transition: max-height .3s ease;
  display: none;
}

#top-header.et-fixed-header {
  max-height: 0;
}

#main-header {
  transition: top .3s ease;
}

#main-header.et-fixed-header {
  top: 0 !important;
}

.admin-bar #main-header.et-fixed-header {
  top: 32px !important;
}

/* Secondary menu to the center */
#et-secondary-menu {
  width: 100% !important;
  text-align: right !important;
  font-weight: normal !important;
}

@media screen and (min-width: 768px) {
  .header-wave h1.venues-title {
    font-size: 36px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .header-wave h1.venues-title {
    font-size: 22px !important;
    padding-bottom: 20px !important;
  }
}


#main-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Section */
.logo-section {
  clear: both;
  margin: 0px;
  padding: 0px;
}

/* Column */
.logo-col {
  background: transparent;
  display: block;
  float: left;
  margin: 1% 0 1% 3.25%;

}

.logo-col:first-child {
  margin-left: 0 !important;
}

/* Row */
.logo-row:before,
.logo-row:after {
  content: "";
  display: table;
}

.logo-row:after {
  clear: both;
}

.logo-row {
  zoom: 1;
  /* For IE 6/7 */
}

/* Grid */
.grid_1_of_7 {
  width: 11.5%;
}

.grid_2_of_7 {
  width: 27%;
}

.grid_3_of_7 {
  width: 41.6%;
}

.grid_4_of_7 {
  width: 56.2%;
}

.grid_5_of_7 {
  width: 70.8%;
}

.grid_6_of_7 {
  width: 85.4%;
}

.grid_7_of_7 {
  width: 100%;
}

/* Full Width below 768 pixels */
@media only screen and (min-width: 768px) {
  .foot-menu {
    margin-right: 14px;
  }

  .logo-col {
    height: 110px;
    display: table-cell;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partners {
    width: 100% !important;
    height: auto;
  }

  .pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .logo-col {
    margin: 1% 0 6% 0%;
  }

  [class*='grid_'] {
    width: 100%;
  }

  .foot-menu {
    display: block;
  }

  .logo-col {
    display: table-cell;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partners {
    width: 50% !important;
    height: auto;
  }
}

img.partners {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

img.partners:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  cursor: pointer;
}

.no-space {
  padding: 0px !important;
  margin: 0px !important;
}

.cvert {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px !important;
}

.en-btns {
  width: 100%;
  padding: 24px 0px;
  border: solid 2px #228EA8;
  color: #228EA8;
  background-color: transparent;
  text-transform: uppercase;
}

.en-btns:hover {
  color: #fff;
  background-color: #228EA8;
}

.en-btns {
  font-size: 18px;
  width: 100%;
  padding: 24px 0;
  border-width: 1px;
  color: #228EA8;
  border-color: #228EA8;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
}

.en-btns:hover {
  background: #228EA8;
  color: #fff;
}

a.full-btn {
  width: 100% !important;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.foot-menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px !important;
}

/* =====Event Calender Plugin (Single Event Page)===== */

.tribe-events-event-meta,
.mob_single_featured_ticket {
  display: none;
}

.creatingmatter_single_event {
  display: flex;
}

.single_featured_img {
  width: 50%;
  padding: 0px;
}

.single_featured_content {
  width: 50%;
  padding: 0px 0 0 45px;
}

.single_featured_content .single_featured_title h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  font-style: italic;
  font-weight: 400 !important;
  text-transform: none;
  color: #2b2b2b;
  font-family: ProximaNova-Regular;
}

.single_featured_ticket .buy_now {
  text-align: center;
}

.single-event-cdate h2,
.single_featured_para p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}

.single_featured_para p {
  width: 100%;
  padding: 0;
  line-height: 1.7 !important;
  margin-bottom: 20px;
}

.single_para_title h5,
.single_date_title h5,
.additional_times {
  font-size: 24px !important;
  color: #2b2b2b;
  font-weight: bolder;
  margin: 24px 0 20px;
  padding: 0;
  text-transform: uppercase !important;
  font-family: ProximaNova-Bold !important;
}

.single_date_title h5 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.single_para_title h5 {
  margin-top: 24px !important;
  margin-bottom: 20px;

}


/*.upcoming_events_main .owl-dots{
  display: block!important;
}*/
.upcoming_events_main .owl-nav {
  display: inline-block !important;
  /*position: absolute;
  bottom: 200px;
  right: 30px;*/
}

.upcoming_events_main .owl-nav button {
  background: #228EA8 !important;
  width: 30px;
  color: #fff !important;
  margin: 2px;
  height: 30px;
  border-radius: 30px !important;
}

.upcoming_events_main .owl-carousel .owl-item img {
  height: 600px;
}

.tribe_venue {
  margin-bottom: 10px;
  margin-top: -10px;
  color: #000;
}

.upcoming_events_main .owl-nav .owl-prev span {
  transform: translate(-1px, -3px);
  display: block;
  font-size: 29px;
}

.upcoming_events_main .owl-nav .owl-next span {
  transform: translate(1px, -3px);
  display: block;
  font-size: 29px;
}

.upcoming_events_main .owl-nav .owl-prev {
  top: 50%;
  left: -50px;
  position: absolute;
}

.upcoming_events_main .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  right: -50px;
}

@media(max-width: 600px) {
  .upcoming_events_main .owl-nav .owl-prev {
    top: 50%;
    left: -40px;
    position: absolute;
  }

  .upcoming_events_main .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    right: -40px;
  }
}

.single_featured_ticket .buy_now svg,
.mob_single_featured_ticket .buy_now svg {
  width: 300px;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  -moz-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

.single_featured_ticket .buy_now svg:hover .cbs-2 path {
  fill: #228EA8 !important;
}

.single_event_calendar_links_inner {
  display: flex;
  flex-direction: column;
}

.single_event_calendar_links a {
  color: #2b2b2b;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
}

.top_event_title {
  display: flex;
  align-items: end;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}

.top_event_title_inner h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2b2b2b !important;
  opacity: .7;
  text-transform: uppercase !important;
  position: relative;
  padding: 0;
}

.single_event_seprator {
  border-bottom: 1px solid;
  width: 49%;
  height: 70%;
  opacity: .7;
}

.below_title_calender h3 {
  font-size: 20px !important;
  padding: 0;
  font-family: ProximaNova-Regular !important;
}

.single_calendar_links {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.single_featured_title .tribe-events-single-event-title {
  font-size: 40px;
  line-height: 1.3em;
  color: #000;
  padding-bottom: 10px;
  text-align: left;
  font-family: 'Roboto Flex', Helvetica, Arial, Lucida, sans-serif;
}

.tribe-events-single-event-subheading {
  font-size: 19px;
  line-height: 1.3em;
  color: #000;
  padding-bottom: 10px;
  text-align: left;
  font-family: 'Roboto Flex', Helvetica, Arial, Lucida, sans-serif;
}

.tribe-events-back {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.tribe-events-back a {
  font-size: 16px;
  color: #000;
  font-family: ProximaNova-Regular;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.tribe-events-back a i {
  font-size: 24px;
  margin-right: 10px;
}

.single_featured_ticket .reserve_parking,
.mob_single_featured_ticket .reserve_parking {
  text-align: center;
  margin-top: 1rem;
}

.mob_single_featured_ticket .reserve_parking {
  margin-bottom: 1.5rem;
}

.single_featured_ticket .reserve_parking a,
.mob_single_featured_ticket .reserve_parking a {
  display: inline-block;
  border: 1px solid #228EA8;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  background-color: #228EA8;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold';
  width: 300px;
}

.event_header {
  background-image: url(https://abc.creatingmatter.com/wp-content/uploads/2023/02/abc-bkg.jpg) !important;
  padding: 60px 0px !important;
  background-color: #1A3B73 !important;
  background-size: cover;
}

.event_header h1 {
  text-transform: uppercase;
  font-size: 63px;
  line-height: 1.2em;
  padding-top: 0 !important;
  color: white;
  font-weight: bold;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
}

.single_featured_ticket .reserve_parking a:hover,
.mob_single_featured_ticket .reserve_parking a:hover {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.single_featured_ticket .buy_now .single_sale_soon,
.mob_single_featured_ticket .buy_now .single_sale_soon,
.event-card-content .event-card-footer .upcoming_sale_soon {
  display: inline-block;
  border: 2px solid #228EA8;
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #228EA8;
  background-color: #fff;
  text-transform: capitalize;
  font-family: 'ProximaNova-Bold';
}

.single_featured_ticket .buy_now a:hover .single_sale_soon,
.mob_single_featured_ticket .buy_now a:hover .single_sale_soon,
.event-card-content .event-card-footer .upcoming_sale_soon:hover {
  background-color: #228EA8;
  border-color: #228EA8;
  color: #fff;
}

.single_featured_ticket .buy_now a,
.mob_single_featured_ticket .buy_now a {
  display: inline-block;
}

/*Slider Sale Soon*/
.event-card-content .event-card-footer .upcoming_sale_soon {
  font-size: 18px;
  background-color: transparent;
  padding: 0.35rem 1rem;
}


.grid_sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.selina_auditorium,
.convention_center,
.watergarden_park {
  display: none;
}

.inner_upcomming {
  background-color: white;
  text-align: center;
  /*    box-shadow: 0px 2px 42px 0px rgb(0 0 0 / 43%);*/
  transition: transform 300ms ease 0ms, box-shadow 300ms ease 0ms;
}

.img_upcomming img {
  vertical-align: bottom;
  max-height: 338px;
  min-height: 338px;
  width: 100%;
  object-fit: cover;
}

.text_upcomming {
  padding: 10px 20px 20px;
  height: 210px;
}

.text_upcomming .ticket_button {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  border-width: 2px !important;
  border-color: #228EA8;
  letter-spacing: 0.5px;
  background-color: #228EA8;
  margin-bottom: 15px !important;
  padding: 5px 0 !important;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.creating_group_data .row.text-center.mb-5.mx-0 {
  display: none;
}

.creating_group_data .tribe-events-calendar-list-nav {
  display: none;
}

.creating_group_data .main-event-header {
  display: none;
}

.creating_group_data .view_btn p {
  cursor: pointer;
  border: 2px solid #979797;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  background: #fff;
  display: inline-block;
  padding: 10px 16px !important;
  font-weight: 900;
}

.creating_group_data .view_btn .dropdwon_view a {
  display: block !important;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 16px;
  border-bottom: 0.0625rem solid #e7eaf3 !important;
}

.creating_group_data .learn-more-button {
  /*  font-size: 15px;*/
}

.creating_group_data .container {
  padding-top: 0px !important;
  max-width: 100%;
  width: 100%;
}

.text_upcomming .more_details {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  border: 2px solid #228EA8 !important;
  letter-spacing: 0.5px;
  font-size: 16px;
  background-color: transparent !important;
  padding: 6px 18px !important;
  color: #228EA8 !important;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  position: absolute;
  width: 88%;
  bottom: 20px;
}

.text_upcomming .inner_date_old {
  padding: 0px 0 11px;
}

.text_upcomming .more_details:hover {
  color: #FFFFFF !important;
  border-width: 2px !important;
  background-image: initial;
  background-color: #76CADB !important;
}

.category_ul {
  max-width: 800px;
  margin: 0px auto;
}

.category_ul ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.upper_all_events {
  padding-top: 35px;
}

/* .et_secondary_nav_enabled #page-container #top-header{
  background-color: #ceb28d !important;
} */
.category_ul ul li {
  text-align: center;
  cursor: pointer;
  padding: 10px;
  display: block;
  color: #a3a3a3;
  font-size: 17px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.inner_upcomming:hover {
  /*  transform: scaleX(1.05) scaleY(1.05)!important;*/
}

.active_category {
  border: solid 2px #76cadb !important;
  color: #444 !important;
}

#venue_dropdown span {
  color: #228EA8;
}

/*.dropdown:hover span, .dropdown:hover #venue_dropdown:after{
  color: white !important;
}*/


.view_btn {
  padding-top: 0px !important;
}

a#venue_dropdown {
  color: #000;
}


/*.tribe_events .inner_subheading{
  padding-bottom: 30px;
}*/
.single_featured_title .inner_subheading h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.tribe_events .inner_subheading h3 {
  display: none;
}

.single_featured_img .on_sale_date h4 {
  text-transform: uppercase;
  letter-spacing: .03125rem;
  font-family: 'ProximaNova-Regular';
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  padding: 0;
}

.single_featured_img .on_sale_date p {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-family: 'ProximaNova-Regular';
}

/*.proxima-black {
    font-family: proxima-nova;
}*/

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-black {
  color: #2b2b2b;
}

.fontsize-18px {
  font-size: 18px;
}

.inner_date_old .recurringinfo {
  display: none;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.recurring-time-list a {
  display: block;
  font-weight: 700;
  font-size: 19px;
}

.purchase_parking {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  border: 2px solid #228EA8 !important;
  letter-spacing: 0.5px;
  font-size: 18px;
  background-color: transparent !important;
  padding: 6px 18px !important;
  color: #228EA8 !important;
  font-weight: 700;
  margin-bottom: 15px;
}

@media(max-width:991px) {
  .creatingmatter_single_event {
    display: block;
  }

  .single_featured_title .tribe-events-single-event-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .single_featured_img {
    width: 100%;
    padding: 0px;
  }

  .single_featured_img .tribe-events-event-image img {
    width: 100%;
  }

  .single_featured_content {
    width: 100%;
    padding: 0px;
  }

  .single_featured_content .single_featured_title h1 {
    font-size: 46px !important;
    line-height: 46px !important;
  }

  .single_featured_para p {
    width: 100%;
    font-family: ProximaNova-Regular !important;
  }

  .single_event_seprator {
    border-bottom: 1px solid;
    width: 66%;
  }

  .single_featured_ticket {
    display: none;
  }

  .mob_single_featured_ticket {
    display: block;
    margin-top: 32px;
    text-align: center;
  }
}

@media(max-width: 768px) and (min-width: 601px) {
  .inner_feature_img {
    width: 55%;
  }

  .right_text_fields {
    width: 45%;
    position: relative;
    border: 1px solid #3333;
    padding: 20px 20px;
  }

  .single_featured_title .tribe-events-single-event-title {
    font-size: 21px !important;
    line-height: 24px !important;
  }

  .tribe-events-single-event-subheading {
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 0px;
  }

  .inner_date_old {
    cursor: pointer;
    /* position: relative; */
    font-size: 16px;
    padding: 10px 0;
  }

  .events_btn_main {
    position: initial;
    bottom: 50px;
    padding: 0px;
    width: 100%;
    left: 0;
  }

  .right_text_fields a {
    font-size: 16px;
  }
}

@media(max-width: 600px) {
  .tribe-events-single-event-subheading {
    padding-top: 20px;
  }

  .tribe-events-single-event-subheading {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

@media(max-width:360px) {
  .mob_single_featured_ticket .buy_now svg {
    width: 100%;
  }
}

/*END*/

/* =====Header Menu====== */
.et_menu_container {
  align-items: center;
}

.et_header_style_left .logo_container {
  position: relative;
  height: 100%;
  width: auto;
  display: flex;
}

.emarket_logo_image {
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
}

.emarket_logo_image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  background: #ddd;
  margin-top: 17px;

}

.emarket_logo_image,
.emarket_logo_image a {
  display: inline-block;
}

.enmarket_proud_home {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: 10px;
  margin-bottom: -10px;
}

.enmarket_proud_home_flex {
  display: flex;
}

nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
  float: right;
  margin-right: 20px;
}

/*#top-menu-nav{
  position: inherit;
}*/
#top-menu {
  margin: 0 !important;
}

.header_buy_now {
  margin-top: 4px;
}

.header_buy_now img {
  height: 66px;
  max-width: 160px;
}

.header_buy_ticket_hover {
  display: none;
}

.header_buy_now a {
  display: inline-block;
}

.header_buy_now a:hover .header_buy_ticket_hover {
  display: block;
  transition: all .3s;
}

.header_buy_now a:hover .header_buy_ticket {
  display: none;
  transition: all .3s;

}

#top-menu li a {
  font-weight: 600 !important;
}

.et_menu_container {
  display: flex;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0;
}

.et_mobile_menu {
  border-top: 3px solid #74bb1f;
}

.mobile_menu_bar:before {
  color: #000;
}

.et_mobile_menu {
  height: 100% !important;
  max-height: 650px;
  min-height: 650px;
  overflow: scroll;
}

/* Responsive */
@media only screen and (min-width: 1141px) {
  #logo {
    width: 270px;
  }

  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding: 55px 0 0 0 !important;
    width: 100%;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 45px 0 0 0 !important;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 0px !important;
  }

  .enmarket--proudhome-of-img img {
    width: 105px;
    filter: grayscale(90%);
  }

  .enmarket--proudhome-of-img img:hover {
    filter: grayscale(0);
  }

  .mobile-top-menu {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .et-fixed-header #logo {
    width: 220px;
  }

}

@media only screen and (max-width: 1200px) {

  nav#top-menu-nav,
  #top-menu,
  nav.et-menu-nav,
  .et-menu {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1140px) {
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px !important;
  }

  #et-top-navigation {
    justify-content: end;
  }

  .et_fixed_nav #main-header {
    position: fixed !important;
    display: flex;
    padding: 20px 15px 10px;
  }

  .emarket_logo_image:after {
    display: none;
  }

  body.admin-bar.et_fixed_nav #main-header {
    top: 42px !important;
  }

  .enmarket_proud_home {
    display: none;

  }

  #main-header .et_menu_container {
    justify-content: space-between;
    align-items: center;
  }

  .emarket_logo_image a {
    display: flex;
    align-items: center;
  }

  .et_header_style_left #logo {
    max-width: 100%;
    height: 100%;
    width: 155px;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    padding: 0 !important;
    /*width: 100%;*/
    float: none;
    display: inherit;
  }

  .header_buy_now {
    width: 100%;
    display: flex;
    justify-content: end;
  }

  .mobile-top-menu {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 0 !important;
  }

  #et_mobile_nav_menu {
    display: blocK;
  }

  #top-menu {
    display: none;
  }

  #main-header .et_menu_container {
    display: flex;
  }
}


/* faqs single event */
.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.tickMaster {
  color: #228EA8;
  text-decoration: none;
}

.meow-tab-answer {
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  background: white;
  overflow: hidden;
  display: none;
}

.meow-tab-answer .meow-tab-content {
  color: #000;
  font-size: 1.25rem;
  padding: 20px;
  font-family: ProximaNova-Regular;
  font-weight: 400;
  line-height: 1.6;
}

.arrow {
  position: absolute;
  right: 0px;
  top: 24px;
  font-size: 24px;
  padding: 0em 1.5rem;
  transition: all .35s;
  cursor: pointer;
}

.fa-angle-up {
  display: none;
}

/* .active{
      border: 3px solid #228EA8 !important;
      color: #228EA8 !important;
    }*/
.head {
  position: relative;
}


/* end */

/* =====Footer===== */
#tribe-events-footer {
  display: none;
}

.dropdwon_view {
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 0px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  /* margin: 0.5rem 0 0; */
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .15);
  padding: 0;
}

.view_btn {
  position: relative;
}

.dropdwon_view a {
  display: block !important;
  /*  color: #228ea8 !important;*/
  font-weight: 700;
  /* font-style: italic; */
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 16px;
  border-bottom: 0.0625rem solid #e7eaf3 !important;
}

.dropdwon_view a span {
  color: #228ea8 !important;
}

.view_btn:hover p {
  background-color: #228EA8;
  color: #fff !important;
}

.view_btn:hover .dropdwon_view {
  display: block;
}

.view_btn p {
  cursor: pointer;
  border: 2px solid #979797;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  background: #fff;
  display: inline-block;
  padding: 10px 16px !important;
  margin-left: 20px;
  font-weight: 700;
  color: #141827;
  font-size: 16px;
}

/*
.view_btn{
    display: flex;
    text-align: center;
    justify-content: center;
    padding-left: 20px !important;
    align-items: center;
}
.view_btn a{
  font-size: 16px;
  display: inline-block;
  color: #979797!important;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
  padding: 8px 18px;
  font-weight: 700;
  border-color: #000 !important;
  border: 2px solid #228EA8;
  background: #fff;
  margin: 0px 10px;
}
.view_btn a:hover{
  background-color: #228EA8;
  color: #fff !important;
}*/

/*.view_btn a {
    font-size: 16px;
    padding: 3px 6px;
    display: inline-block;
    color: #000!important;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
  }*/
.tribe-events-view--list .view_btn a:nth-child(2),
.view_btn a.active_month,
.tribe-events-view--month .view_btn a:last-child {
  color: #141827 !important;
}

.view_btn p {
  font-size: 16px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600;
  margin-right: 15px;
  color: #14182e !important;
}


/*events page style*/

.page-id-4974 .tribe-events-calendar-list .container {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.page-id-4974 .tribe-events-calendar-list .row {
  width: 100%;
}

.tribe-events-calendar-list .container {
  margin-left: auto;
  margin-right: auto;
}

.tribe-events-calendar-list .row {
  margin-right: -15px;
  margin-left: -15px;
}

.tribe-events-calendar-list .row {
  margin-right: -15px;
  margin-left: -15px;
  /*  flex-wrap: wrap;
  display: flex;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tribe-events-calendar-list .col {
  padding-right: 10px;
  padding-left: 10px;
}

.tribe-events-c-top-bar__datepicker-button {
  border: 2px solid #979797 !important;
}

.tribe-events-calendar-list .d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 992px) {
  .tribe-events-calendar-list .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.card {
  /*border-width: 0;*/
  /*-webkit-box-shadow: 0 12px 15px rgb(140 152 164 / 10%);*/
  /*box-shadow: 0 12px 15px rgb(140 152 164 / 10%);*/
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/*.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid #e7eaf3;
}*/
.ticket-button-wrapper {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  border-width: 2px !important;
  border-color: #228EA8;
  letter-spacing: 0.5px;
  background-color: #228EA8;
  /*    margin-bottom: 14px !important;*/
  padding: 7px 0 !important;
  font-size: 14px;
  font-weight: 500;
}

.event-card,
.tribe-common .event-card {
  width: 100%;
  box-shadow: 0px 2px 42px 0px rgb(0 0 0 / 43%);
  /*transform: scaleX(1.05) scaleY(1.05)!important;*/
  /*background-color: #2b2b2b;*/
  padding-bottom: 1.5rem;
  transition: transform 300ms ease 0ms, box-shadow 300ms ease 0ms;
}

/*.event-card, .tribe-common .event-card:hover{
  box-shadow: 0px 2px 42px 0px rgb(0 0 0 / 43%);
  transform: scaleX(1.05) scaleY(1.05)!important;
}*/
.h-100 {
  height: 100% !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tribe-common img {
  border-style: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.event-card .event-meta,
.tribe-common .event-card .event-meta {
  padding: 0;
  margin: 10px 0 0 0 !important;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

#et-secondary-nav li ul {
  background-color: #ceb28d !important;
}

.event_venues {
  color: #979797;
  font-size: 18px;
  padding-bottom: 14px !important;
}

@media (min-width: 992px) {

  .event-card .event-date,
  .tribe-common .event-card .event-date {
    /*      height: 1.4rem;*/
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.event-card .event-date,
.tribe-common .event-card .event-date {
  font-size: 16px;
  text-transform: uppercase;
  color: #979797 !important;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 12px;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.event-card .event-title,
.event-card .event-title a,
.tribe-common .event-card .event-title,
.tribe-common .event-card .event-title a {
  margin-bottom: 0;
  font-size: 21px;
  color: #fff;
  font-weight: 400 !important;
  font-style: italic;
  font-family: proxima-nova, sans-serif !important;
}

.has-red-hover-color:hover {
  color: #228EA8 !important;
}

.tribe-common a {
  cursor: pointer;
  display: inline;
}

.event-card .ticket-button-wrapper,
.events-carousel-multiple .ticket-button-wrapper {
  width: 100%;
}

.text-white {
  color: #fff !important;
}


.text-uppercase {
  text-transform: uppercase !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}


.show-all-events path#Rectangle {
  stroke: #fff !important;
}

.show-all-events path#Rectangle:hover {
  stroke: #228EA8 !important;
}

.event-image {
  height: 257px;
  overflow: hidden;
}

.event-image img:hover {
  border-color: #228EA8 !important;
}

@media(max-width: 600px) {
  .tribe-events-calendar-list .col {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
  }

}


/* events page start */
.dropdown-menu .dropdown-item {
  color: #000 !important;
  /*    font-style: italic;*/
  display: block;
  text-align: center;
  padding: 16px;
  border-bottom: 0.0625rem solid #e7eaf3 !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600;
  font-size: 16px !important;
}

.dropdown-menu .dropdown-item.active span {
  color: #000 !important;
}

.dropdown-menu .dropdown-item.active span {
  color: #000 !important;
}


.dropdown-menu .dropdown-item:hover {
  color: #228EA8;
}

#venue_dropdown:hover>span {
  color: #fff !important;
}

.black_text {
  color: #000;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 30px;
  margin-top: 0px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  /*margin: 0.5rem 0 0;*/
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .15);
  padding: 0;
}

.dropdown:hover #venue_dropdown span {
  color: #fff !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
  box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
}

.dropdown-menu.show {
  margin-top: -15px;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.tribe-common .btn-outline-primary:hover {
  background-color: #4EA5B9;
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown {
  position: relative;
}

.has-dark-color {
  padding: 16px 32px !important;
  border-color: #979797;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.tribe-common .btn-outline-primary,
.tribe-common .btn-outline-primary:active,
.tribe-common .btn-outline-primary:focus,
.tribe-common .btn-outline-primary:visited {
  font-weight: 700;
  display: inline-block;
  line-height: 19.5px;
  border-color: #979797;
}

.btn-outline-primary,
.tribe-common .btn-outline-primary {
  border: 2px solid #228EA8;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  background: #fff;
  color: #666;
}

.main-event-header>h1 {
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
  margin: 0;
  padding: 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
  flex: auto;
  position: relative;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  align-items: center;
  display: flex;
  flex: none;
}

.text-primary {
  color: #228EA8 !important;
}


.tribe-common .btn-outline-primary:hover {
  background-color: #228EA8;
  color: #fff;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.andada-font {
  font-family: 'ProximaNova-Bold', sans-serif !important;
}

.tribe-common .btn-outline-primary,
.tribe-common .btn-outline-primary:active,
.tribe-common .btn-outline-primary:focus,
.tribe-common .btn-outline-primary:visited {
  font-weight: 700;
  border-color: #979797;
}

.tribe-events-c-top-bar__datepicker-button:hover time span {
  color: #fff;
}

.dropdown-toggle:after {
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  -moz-transition: .2s all;
  transition: .2s all;
  content: "\f078";
  color: #228EA8;
  /*color: blue;*/
}

.dropdown-toggle:hover::after {
  color: white;
}

.dropdown-toggle::after,
.view_btn p::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.5rem;
}

.text-cap {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .03125rem;
}

.tribe-common .tribe-events-calendar-list {
  margin-top: 1.85rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tribe-common .btn-outline-primary:hover {
  background-color: #228EA8;
  color: #fff;
}

.tribe-common .tribe-events-c-nav__next[disabled] {
  padding: 10px 15px;
}

.tribe-common .tribe-events-c-nav__next:not([disabled]),
.tribe-common .tribe-events-c-nav__prev {
  background-color: #228EA8;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.625rem 1.125rem;
  border: 0.0625rem solid transparent;
  font-size: 16px;
}

.tribe-events .tribe-events-c-nav__next:not([disabled]),
.tribe-events .tribe-events-c-nav__prev {
  align-items: center;
  display: flex;
  flex: none;
  flex-wrap: wrap;
  justify-content: center;
}

.tribe-common .tribe-events-c-nav__prev::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #fff;
}

.tribe-common .tribe-events-c-nav__next:not([disabled])::after {
  margin-left: 0.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
}

.datepicker .active {
  border: inherit !important;
  color: #fff !important;
}

.table-condensed .active {
  border: inherit !important;
  color: #fff !important;
}

.dropdown:hover>a.btn {
  background-color: #228EA8;
  color: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .datepicker {
  margin-top: 20px !important;
}

.learn-more-button {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  border: 0px solid #228EA8 !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  background-color: transparent !important;
  padding: 10px 5px !important;
  color: #228EA8 !important;
  font-weight: 500;
  height: fit-content;
  /*    border-radius: 30px;*/
  text-transform: capitalize !important;
}

.learn-more-button:hover {
  color: #76CADB !important;
  /*      border-width: 2px!important;*/
  text-decoration: underline !important;
  background-image: initial;
  background-color: transparent !important;
}

.tribe-events-c-nav__prev svg,
.tribe-events-c-nav__next svg {
  display: none !important;
}

@media(max-width: 1000px) {
  .dropdown {
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .grid_sec {
    grid-template-columns: repeat(2, 1fr);
  }

  .text_upcomming .more_details {
    padding: 6px 0px !important;
    font-size: 16px;
  }
}

@media(max-width: 767px) {
  .justify-content-center {
    display: inherit !important;
  }

  .view_btn {
    padding-top: 15px !important;
  }

  .tribe-events-c-top-bar button {
    margin: 0px auto;
  }

  .dropdown {
    /*    margin-top: 1rem !important;*/
    text-align: center;
  }

  .dropdown a {
    display: inline-block !important;
  }

  .grid_sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .img_upcomming img {
    max-height: inherit;
    min-height: auto;
  }

  .category_ul ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .top_event_title {
    display: block !important;
  }

  .single_event_seprator {
    width: 100%;
  }
}


@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  .space-lg-2,
  .space-top-lg-2 {
    padding-top: 4rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 1141px) {
  .et_fullwidth_nav #main-header .container {
    max-width: 100% !important;
    padding: 0 30px !important;
    justify-content: space-between;
  }
}

@media (min-width: 1430px) {
  .et_fullwidth_nav #main-header .container {
    max-width: 80% !important;
  }
}

body .gform_wrapper .gform_footer input.button {
  border-color: #ce152d !important;
  border-radius: 0px !important;
  min-width: 150px !important;
  text-align: center !important;
}

.swiper-slide {
  background: transparent !important;
}

.big-btn {
  width: 80%;
  margin-left: 10%;
  text-align: center;
}


@media(max-width: 768px) {
  .tribe-events-calendar-list .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .tribe-events-calendar-list .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}


.container.mx-auto.px-3 {
  width: 100%;
  margin: 0px auto;
  display: block;
  max-width: 100%;
  padding: 0px !important;
}

.tribe-events-calendar-month {
  max-width: 1180px;
  margin: 0px auto !important;
}


/*day events style over-write*/

.tribe-events-view.tribe-events-view--day .tribe-events .tribe-events-header {
  display: block !important;
}

.tribe-events-view.tribe-events-view--day .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  display: block;
  border: none;
}

.tribe-events-view.tribe-events-view--day .tribe-common-a11y-visual-hide {
  position: inherit;
  width: fit-content;
  height: fit-content;
  margin: 0px;
  overflow: auto;
}

.tribe-events-view.tribe-events-view--day .tribe-common-c-btn.tribe-events-c-search__button {
  margin-top: 15px;
}

.tribe-events-view.tribe-events-view--day #et-boc #et-main-area .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__nav.tribe-common-a11y-hidden {
  display: none !important;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-search__input-group {
  border: 2px solid #228EA8 !important;
  border-radius: 12px !important;
  height: 50px !important;
  width: 100% !important;
  margin: 20px 20px 0px 0px !important;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-search__button {
  background-color: #228EA8;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1px;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-events-bar__views {
  width: 100%;
  vertical-align: middle;
  align-items: center;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-events-bar__views h3.tribe-common-a11y-visual-hide {
  width: 50%;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector {
  width: 50%;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  gap: 20px;
  flex-direction: row-reverse;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link,
.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  padding: 0px;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  border-width: 2px !important;
  border-color: #228EA8;
  letter-spacing: 0.5px;
  background-color: transparent;
  margin-bottom: 15px !important;
  padding: 8px 30px !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
  border: 2px solid #228EA8;
}

.tribe-events-view.tribe-events-view--day .calendar-view-widget {
  padding: 20px 0px !important;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active {}

.tribe-events-view.tribe-events-view--day .tribe-events-c-view-selector__list-item-text {
  color: #444;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-top-bar {
  flex-direction: row-reverse !important;
}

.tribe-events-view.tribe-events-view--day .tribe-common-c-btn-border-small,
.tribe-events-view.tribe-events-view--day a.tribe-common-c-btn-border-small {
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
  border-width: 2px !important;
  border-color: #228EA8;
  letter-spacing: 0.5px;
  background-color: transparent;
  margin-bottom: 15px !important;
  padding: 8px 30px !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  border: 2px solid #228EA8;
}

.tribe-events-view.tribe-events-view--day .tribe-common-h3 {
  border: 2px solid #228EA8 !important;
  padding: 5px;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.tribe-events-view.tribe-events-view--day #filterControls {
  display: none;
}

.tribe-events-view.tribe-events-view--day .tribe-common-c-svgicon {
  color: #228EA8;
}

.tribe-events-view.tribe-events-view--day .tribe-events-c-messages__message-list-item-link {
  color: #228EA8;
  border-bottom: 1px solid #228EA8;
}

.tribe-events-view.tribe-events-view--day .tribe-events-calendar-day__event--featured:after {
  background-color: #228EA8;
}

.tribe-events-view.tribe-events-view--day .tribe-events-calendar-day__event-datetime-featured-text {
  color: #228EA8;
}

.tribe-events-view.tribe-events-view--day .tribe-common-h3:hover,
.tribe-events .datepicker .day.active {
  background-color: #228EA8;
}

.input-field label {
  color: black;
}

.input-field legend {
  color: black;
}

.input-field input {
  color: black !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: sans-serif !important;
  box-sizing: border-box !important;
  border: 1px solid !important;
  background-color: white !important;
  border-radius: unset !important;
}

.input-field textarea {
  color: black !important;
  border-radius: 15px;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: sans-serif !important;
  box-sizing: border-box !important;
  border: 1px solid !important;
  background-color: white !important;
  height: 150px !important;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 38px !important;
  padding: 10px 10px 0px 10px;
  color: #000000;
  cursor: pointer;
}

.zindex_none {
  z-index: -1 !important;
}

.scroll_none {
  overflow: hidden !important;
}

.popup-form>.et_pb_column {

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999999999999999999999999999999999999999999999999999;
  height: 100%;
  background-color: #000000a1;
  overflow-y: scroll;
  display: none;
}

.popup-form .et_pb_code_inner {
  position: absolute;
  top: 50px !important;
  background-color: #FFFFFC;
  width: 900px !important;
  right: 0;
  left: 0;
  z-index: 999999999999999999999999999999999999;
  margin: 0px auto !important;
  padding: 20px !important;
}
}


.cus_container {
  max-width: 1180px;
  margin: 0px auto !important;
}

.event_list_header {
  display: flex;
  width: 100%;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #fff !important;
}

.list_heading {
  width: 70%;
}

.list_buttons {
  width: 30%;
}

.list_buttons .view_btns {
  flex-direction: inherit;
  display: flex;
  align-items: flex-start;
  text-align: center;
  float: right;
}

.text_type.list {
  margin-top: 2px;
}

.tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button:first-child {
  margin-left: 0px !important;
}

.pd_20 {
  padding-top: 35px !important;
}

.text_type {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  padding-top: 0 !important;
  color: white;
  font-weight: lighter;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  display: block;
  text-align: center;
  padding-top: 2px !important;
}

.view_btns a {
  margin: 0px 5px;
}

.view_btns .active_list {
  display: inline-flex;
  background: #fff;
  height: max-content;
  padding: 6px;
  border-radius: 4px;
}

.view_btn_inner {
  display: inline-block;
}

.hover_image {
  display: none;
}

.invisible_bg:hover .hover_image {
  display: block !important;
}

.invisible_bg:hover .white_image {
  display: none !important;
}

.active_list:before {
  content: "";
  display: block;
  width: 54px;
  height: 35px;
  background: #002d74;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: all 200ms linear;
}

.view_btns a i {
  font-size: 27px;
  color: #fff;
}

a.venues_buttons {
  /*  display: block;*/
  padding: 12px 20px;
  color: var(--tec-color-text-primary);
  text-decoration: none;
  cursor: pointer;
  background: #f4f4f4;
  font-family: "HCo Gotham SSm", sans-serif;
  line-height: 1.05;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  transition: .3s;
}

a.venues_buttons:hover {
  background-color: #4EA5B9 !important;
  color: #fff !important;
  transition: .3s;
}

.tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
  padding: 12px 20px !important;
  color: var(--tec-color-text-primary);
  text-decoration: none;
  cursor: pointer;
  background: #f4f4f4;
  font-family: "HCo Gotham SSm", sans-serif !important;
  line-height: 1.05;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  border: none !important;
}

.invisible_bg.month_anchor {
  display: inline-flex;
  background: transparent;
  height: max-content;
  padding: 6px;
  border-radius: 4px;
}

.invisible_bg.month_anchor:hover {
  background-color: #fff;
}

.invisible_bg.month_anchor:hover svg path {
  fill: #424242;
}

.invisible_bg.list_anchor {
  display: inline-flex;
  background: transparent;
  height: max-content;
  padding: 15px 7px;
}

.invisible_bg.list_anchor:hover {
  background-color: #fff;
}

.invisible_bg.list_anchor:hover svg path {
  fill: #424242;
}
.tribe-events-calendar-list .event-card-footer.d-flex {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.vn_btns_main .venues_buttons.active {
  color: #228EA8 !important;
}
@media(min-width: 991px) {
  .dropdown#mobile {
    display: none !important;
  }
}

@media(max-width: 991px) and (min-width: 600px) {
  .dropdown#mobile {
    display: block !important;
  }

  .vn_btns_main {
    display: none !important;
  }

  #venue_dropdown {
    border: none !important;
    position: relative;
  }

  .w-100.tribe-events-c-top-bar__datepicker-time {
    display: contents;
  }

  .btn.btn-outline-primary.tribe-events-c-top-bar__datepicker-button {
    background-color: #fff;
    padding: 16px 36px !important;
    font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 19.5px;
  }

  .dropdown-menu {
    width: 100%;
    left: 0px;
  }

  .tribe-events-calendar-list .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .event_list_header {
    display: flex;
  }
}

@media(max-width: 1220px) and (min-width: 768px) {
  .tribe-events-calendar-list .row {
    grid-template-columns: repeat(3, 1fr);

  }

  /*.event_header{
    padding-right: 20px!important;
    padding-left: 20px!important;
  }*/
  .event-card .event-date,
  .tribe-common .event-card .event-date {
    height: max-content;
  }
}

@media(max-width: 880px) {

  /*.event_list_header{
    display: block!important;
  }*/
  .cus_container {
    padding: 0 20px !important;
  }

  .list_heading {
    width: 100% !important;
  }

  /*  .list_buttons{
    display: none;
  }*/
  .vn_btns_main {
    display: none;
  }

  .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
    padding: 16px 32px !important;
    font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  }

  #mobile #venue_dropdown {
    border: none;
  }

  #mobile .dropdown-menu {
    width: 100%;
    left: 0px;
  }
}

@media(max-width: 600px) {
  .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
    padding: 16px 32px !important;
    font-size: 16px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    width: 100%;
    text-align: center;
    width: 100%;
    display: block;
  }

  .dropdown {
    margin-top: 1rem !important;
  }

  #mobile #venue_dropdown {
    border: none;
    width: 100%;
  }

  .col.event_header .row.d-flex.mob_block {
    display: block !important;
  }

  .mob_block #filterControls .dropdown a {
    display: block !important;

  }

  .mob_block #filterControls .dropdown a:hover {
    background-color: none !important;
    border: none !important;

  }
  .event_list_header{
    display: block!important;
  }
  .event_list_header .list_heading,.event_list_header .list_buttons{
    width: 100%!important;
  }
  .event_list_header .list_buttons{
    display: flex;
    padding-top: 20px;
  }

}

  .view_btn_inner a img{
    max-width: 30px;
  }
