/* For Indonez Theme Customization Style */

p2 { 
  font-size:10px; 
} 

body.search-results #content-wrapper h2.idz-entry-title {
  margin-bottom: 0px;

}

body.search-results #content-wrapper .idz-article-post {
  margin-bottom: 20px;
}

body.search-results .mobile-only .searchandfilter >  ul {
  list-style: none;
}

body.search-results .mobile-only .searchandfilter  h4 {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0px 4px;
  font-weight: bold;
}


.desktop-only { display: block; }
.mobile-only { display: none; }


@media only screen and (max-width: 959px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}
