/*
Theme Name: Herald
Theme URI: http://mekshq.com/theme/herald
Author: meks
Author URI: http://mekshq.com
Description: The next generation WordPress magazine theme
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*fonts*/
/* Webfont: openSans-regular */@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/OpenSans-Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/*fonts*/
/* Webfont: openSans-regular */@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/OpenSans-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

.herald-fa-1 .fa-post-thumbnail:before, .herald-fa-2 .fa-post-thumbnail:before {
  background: rgba(0,0,0,0.2)!important;
}

.twitter, .gplus, .pinterest, .herald-date, .herald-all-link {
	display: none!important;
}

.ad-top {
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1249px) {
  .ad-top {
    display: none;
  }
}