﻿/*
 Theme Name: GeneratePress Child
 Theme URI: https://www.zhaket.com/store/web/nagatheme/
 Description: GeneratePress Child Theme Developed By NagaTheme
 Author: NagaTheme
 Author URI: https://NagaTheme.com
 text-domain: generatepress-child
 Template: generatepress
 Version: 2.5.4
*/
/* = Theme customization starts below here = is Blocked
------------------------------------------------------- */

/*	Div link + accessibility trick*/

.stretch-link {
	position: relative;
}

.stretch-link a::after {
	content: '';
	position: absolute;
	inset: 0;
}

.stretch-link a:is(:focus-visible)::after {
	outline: 2px solid;
}

.stretch-link a:is(:hover, :focus) {
	outline: none;
}


/*	Use background image in html for betetr accessibility	*/
/*
.image-background {
 position: relative;
 isolation: isolate;

  & img:first-of-type {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
 }
}
*/