/*
 Theme Name: Divi Child (Kortext)
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */




 /* ================= 2025 ACCESSIBILITY ============== * /

 /* Skip Content Link */

#content-jump-desktop-link a,
#content-jump-mobile-link a {
     color: #fff !important;
      text-decoration: none;
	    font-weight:700;
      position: fixed;
      left: 110px;
      top: 5px;
      transform: translate(-1000px, 0);
      z-index: 9999;
   }
   #content-jump-desktop-link a:focus,
    #content-jump-mobile-link a:focus {
     transform: translate(-1000px, 0);  /* i.e. keep it HIDDEN */
   }