/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Offer */
  .offer-area .offer-items .item {
    display: block;
  }

  .offer-area .offer-items .item .thumb {
    min-height: 350px;
  }

  .offer-area .offer-items .item .thumb .price {
    left: 50%;
    margin-left: -50px;
    bottom: -50px;
    top: auto;
  }

  .offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-prev, 
  .offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-next {
    top: 175px;
  }

  .offer-area .offer-items .item .info {
    text-align: center;
  }
}


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

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

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

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

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

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

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

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


  /* Container Full */
  .container-full .row {
    display: block;
  }

  .container-full .row > .info {
    padding: 50px 15px;
    max-width: 600px;
  }


  /* Offer */
  .offer-area .offer-items .item {
    display: block;
  }

  .offer-area .offer-items .item .thumb {
    min-height: 300px;
  }

  .offer-area .offer-items .item .thumb .price {
    left: 50%;
    bottom: -50px;
    top: auto;
    margin-left: -50px;
  }

  .offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-prev, 
  .offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-next {
    top: 150px;
    display: none;
  }

  .offer-area .offer-items .item .info {
    padding: 80px 15px 50px 15px;
    background: #f7f7f7;
    text-align: center;
  }

}

/* 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) {
}


/* Custom Device */
@media only screen and (min-width: 520px) and (max-width: 767px) {

}
