/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */




.product-slider .product-title,
.product-slider .product-price {
  text-align: center !important;
}

/*====================

Instagram Style Updates - client request

====================*/
#home .widget-media-feed.slick-vertical .slick-list {
  margin: 0 auto;
  width: 850px;
  max-width: 100%;
}

#home .widget-media-feed.slick-vertical .slick-slide {
  /* margin: 10px auto; */
  /* max-width: 850px; */
  height: 250px !important;
}

#home .widget-media-feed .media {
  width: 100%;
  height: auto;
}

#home .widget-media-feed .media .media-thumb>.image-div {
  max-height: none;
  width: 250px;
  height: 242px;
}

#home .widget-media-feed .media .media-thumb {
  width: 250px;
  height: 242px;
  max-width: 50%;
}

#home .widget-media-feed .media .media-heading {
  font-size: 1.15rem
}

#home .widget-media-feed .media .media-description {
  font-size: 1rem;
}

@media (max-width: 767px) {
  #home .widget-media-feed.slick-vertical .slick-slide {
    height: auto !important;
  }
  #home .widget-media-feed .media {
    flex-flow: row wrap;
  }
  #home .widget-media-feed .media .media-thumb {
    width: 100%;
    max-width:100%;
  }
  #home .widget-media-feed .media .media-heading {
    margin: 14px 0 0 !important;
    text-align: center;
  }
  #home .widget-media-feed .media .media-thumb>.image-div {
    margin: 0 auto;
  }
  #home .widget-media-feed .media .media-description {
    margin-bottom: 16px !important;
    text-align: center;
  }
}