/*
 Theme Name:   Hueman - Modified for Talking Biz News 
 Description:  Child theme of Hueman 
 Author:       UNC School of Journalism and Mass Communication 
 Author URI:   http://jomc.unc.edu/
 Template:     hueman 
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hueman 
*/

@import url("../hueman/style.css");

#nav-header .nav li a{
color: #000;
}

header img{
padding: 1em 0;
}

.post-thumbnail {
background: #333;
}
.post-thumbnail img{
width: auto;
max-height: 300px;
margin: auto;
}
/* Hi ,this is a comment */

.col-3cm .main-inner { background-position: -80px 0; padding-left: 260px; }
.col-3cm .s1 { width: 260px; margin-left: -260px; }

#nav-topbar,
#nav-header { text-align: center; }

.page-title { display: none!important;}

#nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a{
color: #1d4c7c;
font-weight: bold;
}

/* BOOTSTRAP BUTTON */

.widget a.btn {
  /* CUSTOM */
  background: #1d4c7c;
  border: thin solid transparent;
  color: #fff;
  /* ORIGINAL */
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /* LG */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
/* BORDER RADIUS */
-webkit-border-radius: 6px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-bottomright: 0;
border-radius: 6px;
border-bottom-right-radius: 0;
}

#nav-header .nav li.current-post-parent > a{
color: #000;
font-weight: bold;}

/* disable screen reader labels, which appear as duplicate text in sidebar */
.screen-reader-text { display: none; }
