/*
 Theme Name:   Rockstar Divi Child
 Theme URI:    https://gethighguys.com/
 Description:  Child theme for Divi to safely add custom CSS/PHP without losing changes on updates.
 Author:       710trading
 Author URI:   https://gethighguys.com/
 Template:     Divi
 Version:      1.0.0
 License:      MIT
 Text Domain:  rockstar-divi-child
*/

/* Put custom CSS below this line */
/* Visually hidden text (for screen readers) */
.visually-hidden {
  position:absolute !important; height:1px; width:1px; overflow:hidden;
  clip:rect(1px,1px,1px,1px); white-space:nowrap; border:0; padding:0; margin:-1px;
}

/* Make focus visible */
:focus-visible { outline: 2px solid #000; outline-offset: 2px; }
