/*********************************
* Horizontal Line
*********************************/
@media only screen and (min-width:1281px) {
    body.has-horizontal-lines:before,
    body.has-horizontal-lines:after {
        content:'';
        width:1px; height:100%; background:var(--vii-color-dark-gold); opacity:0.6;
        position:absolute; top:0; pointer-events:none; z-index:15;
    }
    body.has-horizontal-lines:before {left:var(--vii-gap-container);}
    body.has-horizontal-lines:after {right:var(--vii-gap-container);}
}
