
/* 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;
}

body.tag-loteries .site h1,
body.tag-loteries .site h4
{
	color: #FA3296;
}

h4, h5, h6
{
	margin-bottom: 0.2em;
}
/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}

.sadamel-video-hls-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 400px;
}


.sadamel-video-hls-container.sadamel-hls-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sadamel-hls-video {
	width: 100%;
	height: 100%;
	min-height: 400px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.sadamel-video-hls-container.sadamel-hls-background .sadamel-hls-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
@media (max-width: 1024px)
{
	.sadamel-video-hls-container,
	.sadamel-hls-video
	{
		min-height: 300px;
	}
}
@media (max-width: 768px)
{
	.sadamel-video-hls-container,
	.sadamel-hls-video
	{
		min-height: 200px;
	}
}