/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

  /*==========  Mobile First Method  ==========*/

  /* Custom, iPhone Retina */ 
  @media only screen and (min-width : 320px) {

  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (min-width : 480px) {

  }

  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px) {

  }

  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {

  }

  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px) {

  }





  /*==========  Non-Mobile First Method  ==========*/

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {

  }


  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
     article.post,.footer_contact_area .col-md-4 {margin-bottom: 20px !important;}
     .about_me_content a.read_more{display: none !important;}
     .slider_post_content,.feat-inner h1{max-width: 95% !important;}
  }


  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {

  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {
    h1.title_OurProducts:before, h1.title_LatestNews:before{width: 20px !important;right: 10px !important;}
    h1.title_OurProducts:after, h1.title_LatestNews:after{width: 20px !important;right: 10px !important;}
    .slider_area .feat-overlay{padding-top: 100px !important; padding-bottom: 100px !important;}
    .product_item_for_res{width: 100% !important;margin-bottom: 20px !important;}
  }
  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 400px) {

  }

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

    
  }








  /*==========  ***  ==========*/


  /*Desktops */
  @media screen and (min-width: 1024px) {

  }

  /* Large Devices, Wide Screens */
  @media screen and (max-width: 1023px) and (min-width: 720px) {

  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
  
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {

  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {

  }

  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
  
  }