/*================================ 
    #RESPONSIVE CSS 
====================================*/
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
  .ecart_monthly_event_card_content h1 {
    font-size: 30px;
  }

  .ecart_monthly_event_card_content h2 {
    font-size: 26px;
  }

  .ecart_monthly_event_card_content h3 {
    font-size: 20px;
  }

  .ecart_monthly_event_card_content h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .ecart_monthly_event_card_content h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  .ecart_monthly_event_card_content h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .ecart_monthly_event_card_content .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ecart_monthly_event_card_content .carousel-shadow.default-padding {
    padding-bottom: 35px;
  }

  .ecart_monthly_event_card_content .menu-lists .item {
      width: 100%;
  }

  .ecart_monthly_event_card_content .menu-lists .item {
      float: left;
      padding: 15px;
  }


}


/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

