/* Theme Name:   AI4AI
 Description:    A custom theme for the AI4AI website, based on the Divi theme.
 Author:         AWP
 Author URI:     https://awpny.com
 Template:       Divi
 Version:        1.0.0
*/

/*---------------------*/
/* SCREEN READERS ONLY */
/*---------------------*/

.sr-only { 
	position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/*---------------------*/
/* MAIN LINK STYLES    */
/*---------------------*/

/* Fix mobile menus being constrained by the nav column width. */
@media (max-width: 980px) {
	#home-sticky-nav .et_pb_row,
	#home-sticky-nav .et_pb_column,
	#home-sticky-nav .et_pb_menu,
	#home-sticky-nav .et_pb_menu_inner_container,
	#page-nav .et_pb_row,
	#page-nav .et_pb_column,
	#page-nav .et_pb_menu,
	#page-nav .et_pb_menu_inner_container {
		position: static !important;
	}

	#home-sticky-nav .et_mobile_menu,
	#page-nav .et_mobile_menu {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}
}
