/*****
Theme Name: LoreHound Custom Child Theme
Theme URI: https://www.mhthemes.com/themes/mh/magazine-lite/
Description: Child Theme Based on MH Magazine Lite. Requires that theme to be installed to work.
Text Domain: mh-magazine-lite
Template: mh-magazine-lite
Domain Path: /languages/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

.mh-container-outer {
  z-index: 10;
}

.lorehound-advertising-link {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
a.full-page-bg-link {
    display: block;
    color: transparent;
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
a.full-page-bg-link:hover {
  color: transparent;
}

/* ---------------------------------------------------------------
Make advertising button by dropping a widget on the sidebar which
creates a button link. To Edit Contents, go to Dashboard >  This CSS Shows it at window sizes larger
than 1400px.
------------------------------------------------------------------ */
div#text-7.mh-widget.widget_text > h4.mh-widget-title {
display: none;
}
@media screen and (min-width: 1400px) {
.skin-advertising-button {
background: #e64946;
padding: 10px;
color: #FFF;
border-radius: 4px;
position: absolute;
top: 0;
right: -160px;
}
.skin-advertising-button:hover {
color: #e64946;
background: #FFF;
}
}
