/*Fixing height of menu items*/

li.menu-item.menu-item-object-page,
li.menu-item.menu-item-type-custom a,
li.menu-item.menu-item-object-page a {
	height: 60px !important;
}

/* Fixing inline links in P tags */

p.inline-links a {
	display: inline !important;
	float: none !important;
	/* color: #09A3BF; */
	text-decoration: underline;
	font-size: inherit;
}

p.inline-links a:hover {
	text-decoration: underline;
}

/* Fixing the padding issues on the Download Pres Pack widget */

.home div > div:nth-child(4) > div.grid {
	@apply lg:!pt-0 lg:!pb-0;
	padding-right: 50px !important;
}

.home div > div:nth-child(4) > div > div.w-full.lg\:pl-\[130px\] {
	padding-left: 20px !important;
}

/* Turning off the blur as its killing the rendering on certain machines */

.box-nopadding, .box {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.box-nopadding:before, .box:before {
	background-color: rgba(223, 234, 235, 0.7) !important;
	opacity: 1 !important;
}