/*
Theme Name: TheGem Child
Template: thegem
*/

a.scroll-to-content {
    display: none !important;
}

.scroll-to-content {
    position: absolute;
    left: -9999px;
}

.scroll-to-content:focus {
    left: 10px;
    top: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 9999;
}
