/*****
Theme Name: MH Newsdesk Child Theme
Theme URI: http://www.mhthemes.com/themes/mh/newsdesk/
Description: This is a child theme for MH Newsdesk WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: http://www.mhthemes.com/
Template: mh_newsdesk
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/
.intownad { text-align:center; }
.news-ticker { height: 33px; font-size: 12px; line-height: 33px; overflow: hidden; }
.ticker-title { float: left; color: #fff; padding: 0 10px; background: #005a8c; }
.ticker-item { display: block; padding: 0 8px; overflow: hidden; }
.ticker-item-separator { margin: 0 3px; }
.post-ad{text-align: center;}

/***** Breadcrumbs *****/

.breadcrumb { font-size: 12px; text-transform: uppercase; float: left; overflow: hidden; margin: 0 3px;}
.breadcrumb a, .breadcrumb .bc-text { display: inline-block; padding: 0 10px; color: #fff; background: #005a8c; overflow: hidden; height: 22px;}
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb .bc-home { background: #1f1e1e; }

.intownexcerpt
{font-size:12px;
}

.module:nth-child(2n) {
background-color:#999999;
} 
.intown-shade:nth-child(4) {
background-color:#999999;
} 
.intown-shade1:nth-child(4n) {
background-color:#999990;
} 

.sb-widget { margin-bottom: 30px; margin-bottom: 1.000rem; overflow: hidden; }

.list-shade-bold{font-size:12px;color:#000;font-weight:bold;text-align:left;background-color:#ccc;}
.list-shade-normal{font-size:12px;color:#000;text-align:left;background-color:#ccc;}
.list-bold{font-size:12px;color:#000;font-weight:bold;text-align:left;background-color:#fff;}
.list-normal{font-size:12px;color:#000;text-align:left;background-color:#fff;}

.bleft-normal{font-family:"Courier new";float:left;font-size:12px;width:15%;}
.bright-normal{font-family:"Courier new";float:right;height:16px;font-size:12px;width:85%;}
.bright-normal-bold{font-family:"Courier new";float:right;height:16px;width:85%;font-size:12px;font-weight:bold;}
.bleft-shade{font-family:"Courier new";float:left;height:16px;width:15%;font-size:12px;background-color:#ccc;}
.bright-shade{font-family:"Courier new";float:right;height:16px;width:85%;font-size:12px;background-color:#ccc;}
.bright-shade-bold{font-family:"Courier new";float:right;height:16px;width:85%;font-size:12px;font-weight:bold;background-color:#ccc;}
.bleft-shade-hide{font-family:"Courier new";float:left;height:16px;width:15%;font-size:12px;background-color:#ccc;color:#ccc;}
.bspacer{clear:both;}
.intown-code{clear:both;}
.intown-spacer{clear:both;}
.post-ad{text-align: center;}

/* buildo content */

.divTableRowNC:nth-child(even) {
  display: table-row;
  background: #f2f2f2;
}

.divTableRowNC:nth-child(odd) {
  display: table-row;
  background: #d3e1f8;
}

.divTableCellL {
  border: 0px solid #a6a6a6;
  display: table-cell;
  padding: 10px 10px;
  min-width: 80px;
  max-width: 80px;
  height: 120px;
  vertical-align: middle;
  font-family: sans-serif;
  color: red;
}

.divTableCellR {
  border: 0px solid #a6a6a6;
  display: table-cell;
  padding: 25px 25px;
  height: 120px;
  width: 1000px;
  vertical-align: middle;
  font-family: sans-serif;
}

.divTextHeading {
  font-weight: bold;
  color: #2a6bac;
  font-size: calc(8px + 1.0vw);
  font-family: sans-serif;
}

.divTextStandard {
  color: #133a7c;
  font-size: calc(8px + 0.8vw);
  font-family: sans-serif;
}

@media only screen and (max-width: 580px) {
.post-ad{text-align:center;}
.breadcrumb {display:none;}
}
@media only screen and (max-width: 920px) {
.post-ad{text-align: center;}
.iheader-ad {display:none;}
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.post-ad{text-align: center;}
}