/*
Theme Name: MH Newsdesk Child
Theme URI: http://greensboro101.com/gallery/mh_newsdesk_child
Description: Child theme for the MH Newsdesk Theme.
Author: Roch Smith, Jr.
Author URI: http://greensboro101.com
Template: mh_newsdesk
Version: 1.2.0
*/

@import url("../mh_newsdesk/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* removes capitalization of post titles */
.entry-title, .page-title { font-size: 60px; font-size: 3.2rem; margin-bottom: 20px; text-transform: none; }
.entry-tags a { display: inline-block; margin: 0 15px 5px 0; text-transform: none; }
.content-lead-title { font-size: 38px; font-size: 2.375rem; margin-bottom: 10px; text-transform: none; }
.content-list-title { font-size: 24px; font-size: 1.5rem; margin-bottom: 10px; text-transform: none; }

/* customize ticker here */
.ticker-title {
background: #005a8c none repeat scroll 0 0;
background-image: url("/wp-content/uploads/2016/05/thumb_flag-rectangle.png");
color: #fff;
text-shadow: 2px 2px 1px #565656;
float: left;
padding: 0 10px;
}


/* this is the front page top story headline */
.mh-fp-large-widget h3 {
font-weight: bold;
font-size: 4.0em;
text-align: center;
line-height: 1.1;
text-transform: uppercase;
}

.wp-caption-text{
font-size: 0.75rem !important;
}

.mh-fp-large-widget{
width: 100%;
}

.centerme {
text-align: center;
margin: 0 auto;
}

.highlight {
background-color: yellow;
}

.centermebig {
font-weight: bold;
font-size: 300%;
text-align: center;
line-height: 1.1;
}

.entry-title, .page-title {
font-size: 3.0em;
font-weight: bold;
line-height: 1.1em; 
}

.mh-fp-large-widget .content-lead-thumb {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mh-fp-large-widget .entry-meta {
    display: none;
}

.content-lead-excerpt {
margin: 0 12% 0 12%;
}

.entry-content p {
  /*  font-size: 1.0rem !important; */
}

.mh-fp-large-widget .wp-post-image {
display: block;
    margin-left: auto;
    margin-right: auto;
}

.sb-widget li {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cdcdcd;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.content-grid-thumb, .content-list-thumb {
    background: none repeat scroll 0 0;
}


.mh-separator {
    border-style: none none solid;
}


@media only screen and (max-width: 980px) {
.mh-fp-large-widget h3 {
font-size: 4rem;
}
.content-lead-excerpt {
margin: 0 2% 0 2%;
}
}
@media only screen and (max-width: 767px) {
.mh-fp-large-widget h3 {
font-size: 3rem;
}
.content-lead-excerpt {
margin: 0 2% 0 2%;
}
}
@media only screen and (max-width: 580px) {
.mh-fp-large-widget h3 {
font-size: 2rem;
}
.content-lead-excerpt {
margin: 0 2% 0 2%;
}
}

@media only screen and (max-width: 360px){
.entry-meta-cats {
display: none;
}
}


