/* Enter Your Custom CSS Here */
.small a, .small a:link, .small a:visited, .small a:hover, .small a:active {
  text-decoration: none;
  color: #171617;
}
article.page a {
  border-bottom: none;
}
article.page a:hover {
  color: #ff0000;
  border-bottom: none;
}
.menu__item--current:after {
  display: none;
}
.menu__item--current {
  color: silver;
}
.entry-date:after {
	margin-left: 6px;
}
.is--IE .site-logo--image img {
 width: auto !important;
}
img.mfp-img {
  padding: 10px 0 20px;
  max-height: 99vh !important;
}
.mfp-counter {
  font-size: 15px;
    line-height: 17px;
    top: 17px;
}
.navigation__trigger {
    background: rgba(0,0,0,0);
}
input[type="checkbox"] {
    width: auto;
}
input[type="submit"] {
    width: auto;
}
.gallery.gallery, .grid {
        margin-bottom: 40px!important;
}
.masonry__item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}