
/* Global font fixer (only mac) */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GeneratePress fixes */
.site-content
{
	display: block;
}

/* Elementor basics fixes */
.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}
p.elementor-heading-title
{
	margin-bottom: 0;
}

a.elementor-button
{
	position: relative;
	z-index: 1;
}

.elementor-element > .elementor-background-overlay
{
	pointer-events: none;
}


/* Elementor lightbox fix */
.elementor-lightbox .elementor-lightbox-item
{
	padding: 0;
}


/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap
{
	flex-direction: row;
	flex-wrap: nowrap;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element
{
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element .elementor-icon-wrapper
{
	display: flex;
	align-items: center;
}
.nox-pos-static.elementor-widget
{
	position: static;
}

/* Footer noxup link */
a.noxup
{
	color: inherit !important;
	text-decoration: none !important;
}
a.noxup:hover
{
	color: #fff !important;
	text-decoration: none !important;
}

/* Global links */
/*
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before
*/

.page-content-container a[href$=".pdf"]:before,
.pp-footer a[href$=".pdf"]:before
{
	position: static;
	content: "\f1c1";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: currentColor;
	margin-right: 0.2em;
	opacity: 1 !important;
	background: none !important;
}
.page-content-container a:hover:before,
.pp-footer a:hover:before
{
	color: currentColor;
}


/* Pro Plating custom */
.pp-footer :not(.menu-item) a
{
	color: #fff;
	text-decoration: underline;
}
.pp-footer :not(.menu-item) a:hover,
.pp-footer :not(.menu-item) a:active
{
	color: #1e73be;
	text-decoration: underline;
}
.pp-footer .menu-item a
{
	color: #fff;
	text-decoration: none;
}
.pp-footer .menu-item a:hover,
.pp-footer .menu-item a:active
{
	color: #1e73be;
	text-decoration: none;
}
