/*!
Theme Name: mplus
Theme URI: http://underscores.me/
Author: Stix Digital
Author URI: https://www.stix-digital.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mplus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mplus is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#open {
    display: none;
}

@media only screen and (min-width: 575px) {
    #open {
        display: block;
    }

    #close, .cl-btn {
        display: none;
    }
}

.size-thumbnail {
    width: 20px !important;
    height: 20px !important;
}

.error-404 {
    padding-top: 4rem;
}

.newsletter .gfield_label {
    display: none;
}

.search-filter li.current a {
    color: #c94234 !important;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.size-hero {
    width: 100%;
}

.sidenav img {
    height: auto !important;
}

article.type-post header h2 {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.bg-grey .container .sel,
.sml article.type-post header,
.textwidget a {
    text-transform: uppercase;
}

div.horizontal-menu div.home-img {
    display:inline-block;
    margin-right:.4em;
    width:18px;
    height:18px;
    background-image: url(img/mplus_home_icon-02.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    transition: background-image 300ms ease-in-out;
}
div.horizontal-menu li:hover div.home-img,
div.horizontal-menu a.active div.home-img{
    background-image: url(img/mplus_home_icon-red-02.png);
}
h4 > a {
    font-size:1.5rem;
}

.grid-item h6 {
    text-transform: uppercase;
}

section.bg-grey div.container div.grid div.grid-item a p {
    text-align: left;
}

p > br {
    line-height: 0;
}

.search-filter li .no-artists {
    pointer-events: none;
    color: #a1a1a1!important;
}

.artist-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

ul.footer-menu li {
  padding: 0 10px;
}

ul.footer-menu li a {
  color: #4C7477;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 991px){
	ul.footer-menu li a{
		color: #fff;
	}
}

ul.footer-menu li a:hover {
  font-weight: 700;
}

.page-template-legal main {
  padding: 0 4rem;
}