/*
Theme Name: WMX
Author: Wandermix
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive
*/
html {
	font-family: sans-serif;
	line-height: 1.5;
}
body {
	margin: 0;
}
article, aside, footer, header, nav, section {
	display: block;
}
figcaption, figure, main {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: all ease 0.5s;
}
a:active, a:hover {
	outline-width: 0;
}
b, strong {
	font-weight: inherit;
	font-weight: 800;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.navbar.navbar-expand-lg {
	width: 100%;
}
.hide-me[style*="display: none"] {
	display: none !important;
}
.col-auto {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
p img {
	/* max-width:100%; */
	height: auto;
}
@media (min-width: 992px) {
	/* lg */
}
@media (min-width: 768px) {
	/* md */
	.d-md-block.hide-me[style*="display: block"] {
		display: block !important;
	}
	.d-md-block.hide-me {
		display: none !important;
	}
}
@media (min-width: 576px) {
	/* sm */
}
.microsite-url:before {
	content: url("images/icons/icon-microsite.png");
	position: absolute;
	top: 54%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.microsite-url {
	position: relative;
	padding-left: 20px;
}
/* Fix Popup Maker not showing due to cache */
.pum-container .pum-content p {
	margin-bottom: 1em;
	font-size: 14px;
}
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
	opacity: 1 !important;
	display: block !important;
}
.pum-overlay.pum-active .popmake.active {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	margin-left: auto !important;
	margin-right: auto !important;
}
.pum-overlay.pum-active .popmake.active .popmake-close {
	border-radius: 10px !important;
}
.pum-overlay.pum-active .popmake.active .custom-btn {
	line-height: 17px !important;
}
.brand-social-links .tiktok {
	display: inline-block;
	width: 22px;
	height: 32px;
	background: transparent url(../../uploads/2023/10/icon-tiktok-active.png) center center/contain no-repeat;
	vertical-align: middle;
	opacity: 0.2;
	margin-bottom: 3px;
}
.brand-social-links a:hover .tiktok {
	opacity: 1;
}