/*
Theme Name: WordHerd Theme
Theme URI: http://wordherd.io/
Description: A custom child theme by WordHerd for MH-Magazine
Author: WordHerd.io
Author URI: https://wordherd.io/
Version: 1.0.0
Template: mh-magazine
*/

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


/* No sticky headers */
.mkdf-page-header .mkdf-sticky-header, .mkdf-mobile-header.mobile-header-appear {display: none !important;}
.mkdf-page-header .mkdf-fixed-wrapper.fixed {position: relative;}

/* UL and LI */
.mkdf-content ol, .mkdf-content ul {
    margin: 15px 25px;
    list-style-position: outside;
}

/* Hide menu drop-down circles */
.mkdf-drop-down .narrow .second li:not(.mkdf-menu-item-with-icon)>a:before { display:none; }

/* FluidVids */
.fluidvids { padding-top: 0px !important; }
.fluidvids-item {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

/* Classifieds */

.awpcp-listing-excerpt {
    background: #fff;
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    border: 1px solid #DDD;
}

