/* Three subtle gold dividers between the four footer columns. */
@media(min-width:992px) {
 body .wapper>.footer>.container>.row>div:nth-child(n+2):nth-child(-n+4) {position:relative;}
 body .wapper>.footer>.container>.row>div:nth-child(n+2):nth-child(-n+4)::before {content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:#c7ad7830;pointer-events:none;}
}
@media(max-width:991px) {
 body .wapper>.footer>.container>.row>div.col-lg-2:nth-child(3) {position:relative;}
 body .wapper>.footer>.container>.row>div.col-lg-2:nth-child(3)::before {content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:#c7ad7830;pointer-events:none;}
}
