@media screen and (max-width: 768px) {

.nav-trigger:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -18px;
    right: -34px;
    bottom: -20px;
background-color: transparent !important;
}
}
.masonry-one-by-one .masonry-date, .masonry-one-of-two-stacked .masonry-date, .masonry-two-of-two-stacked .masonry-date, .masonry-one-of-two .masonry-date, .masonry-one-by-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-three-by-one .masonry-date {
display: none;
}
.interior .contact-widget-section{
    display: none !important;
}
.nav-language-toggle{
    position: absolute !important;
    right: 365px;
    display: block;
    top: -65px;
}
.language-nav-link{
    background: #002949;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.language-nav-link:hover{
    border: 1px solid #5489b6;
    background: transparent;
    color: #5489b6;
}
