﻿@media only screen and (max-width: 992px) {
  div.hidden_mobile {
   display:none;
  }
  input.button_search {
   background-color:white!important;
   background-image:url('/Assets/Themed/images/home2/icon-search.png')!important;
   border-bottom:solid!important;
   border-bottom-width:1px!important;
   border-top:solid!important;
   border-top-width:1px!important;
   border-right:solid!important;
   border-right-width:1px!important;
   border-color:#8e8e8e!important;
  }
  input.input_search{
        border-radius: 18px 0px 0px 18px!important;
  }
  form.search_mobile{
      margin-left:-70px!important;
          
  }
  h3.post-title{
      font-size:12px!important;
  }
  p.desc{
       font-size:10px!important;
       margin-top:-10px;
       line-height:14px;
  }
  a.post-readmore{
       font-size:10px!important;
  }
}