    /* header */
    
    .header-menu-item.current {
        color: #020303;
        text-decoration: underline;
    }
    
    .settings-link {
        height: 48px;
        width: 48px;
        background: url(images/settings.svg) no-repeat center center;
        top: 6px;
        right: 10px;
    }
    
    .settings-link-box .edd-root {
        width: 180px;
    }
    
    .settings-link-box .edd-head {
        background: #ffffff;
    }
    
    @media only screen and (min-width: 768px) {
        .settings-link {
            right: 40px;
            top: 24px;
        }
    }
    
    @media only screen and (min-width: 1024px) {
        .settings-link {
            height: 48px;
            width: 180px;
            top: 24px;
            right: 40px;
            background: none;
        }
    }
    
    @media only screen and (min-width:1280px) {
        .settings-link {
            right: 80px;
        }
    }