/*
Theme Name: Equilibrium v2.0
Version: 2.0
*/

.single-news .news-item.text{
font-size: 20px;
line-height: 1.3em;
}

.site-footer a[target="_blank"]{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
    font-size: 24px;
    text-decoration: none !important;
}
[data-text="Shop"] {
    display: none;
}
#site:not(.home) .shop-button {
    display: none !important;
}
.shop-button {
    position: absolute;
    right: 0;
    top: 50px;
    text-decoration: none;
    border: 1px solid black;
    width: 150px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    color: black;
    transition: all .5s ease;
    display: block;
}
.shop-button:hover {
    background: black;
    color: white;
}
@media screen and (max-width: 1024px) {
    [data-text="Shop"] {
        display: block;
    }
    .shop-button {
        display: none;
    }
}