::-moz-selection {
    background-color: $primario;
    color: $bianco;
}

::selection {
    background-color: $primario;
    color: $bianco;
}

@media #{$large} {
    .container {
        width: 85%;
        max-width: 85%;
    }
}

html {
    overflow-x: hidden;
}

html.over {
    overflow-y: hidden;
}

.home {
    overflow-x: hidden;
}

img,
div {
    max-width: 100%;
    height: auto;
}

.row {
    max-width: none;
}

@media #{$underlarge} {
    .container {
        box-sizing: border-box;
        max-width: 100%;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;

    &:focus {
        background-color: #eee;
        clip: auto !important;
        -webkit-clip-path: none;
                clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
}