/*
Theme Name:   MH Magazine Lite Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  MH Magazine Lite Child Theme
Template:     mh-magazine-lite
Version:      1.0.0
*/

@import url("../mh-magazine-lite/style.css"); 

/* slider stuff */
.slider {margin-bottom: 30px; border: 1px #dfdfdf solid; background-color: #f5f5f5;}
ul.slick-dots {margin: 10px;}


a {
color: #d2232a;
}

a:hover {
color: #666666;
}

/* remove red line under main menu */
.mh-main-nav {border-bottom: 0;}

/* make article divider a little darker */
.mh-loop-item {
border-bottom: 1px solid #dfdfdf;
}

/* make author and comment stuff disappear from posts  */
.mh-meta-comments, .mh-meta-author.author.vcard, .entry-meta-author.author.vcard, .entry-meta-comments {
display: none;
}

/* editorial policy box */
#custom_html-2 {
padding: 10px; 
border: 1px #dfdfdf solid;
}

/* add border to search and facebook boxes */
#search-3, #custom_html-3, #custom_html-5, #custom_html-6, #custom_html-7 {
border: 1px #dfdfdf solid;
}
/* add padding to sidebar boxes */
#search-3, #custom_html-3, #custom_html-6, #custom_html-7 {
	padding: 10px;
}

.mh-widget .search-form {
    display: block;
    margin: 0 auto;
    padding: 10px;
}


/* image in theme is set to 100% i.e. stretches small image too far; this undoes it */
.entry-thumbnail img {
width: inherit;
}

/* remove image from main body of excerpt */
.mh-excerpt img {display: none}

/* remove image from main content for slider */
.wp-sub-content img {display: none}

/* narrower menu items to reduce vertical height of dropdowns */
#menu-main-menu li {line-height: 0.8}

/* slider readmore red */
.recent-post-slider.design-4 .wp-post-content a.readmorebtn {
color: #d2232a
}

/* full height for slider image */
.recent-post-slider.design-4 .post-image-bg {
	height: auto !important}

/* subscribe box */
#mailchimp {}
#mailchimp-embedded-subscribe {
	margin: 0;
	margin-top: 15px;
}
