/*
Theme Name: Fax Online 2025 • Template by Converpress
Theme URI: https://www.converpress.it/
Author: Converpress
Author URI: https://www.converpress.it/
Version: 1.0
Text Domain: faxonline
*/

:root {
	--size-content-width: 75rem;
	--size-content-padding: 1.25rem;

	--size-navbar-height: 2.25rem;
	--size-categorybar-height: 1.25rem;

	--size-ad-primary-width: 336px;
	--size-ad-secondary-width: 200px;

	--size-sticky-header-height: 4rem;

	--font-size-h1: 3rem;
	--font-size-h2: 2.125rem;
	--font-size-h2-smaller: 1.375rem;
	--font-size-h3: 1.5rem;
	--font-size-tagline: 1.5rem;
	--font-size-p: 1rem;
	--font-size-input: 0.875rem;
	--font-size-btn: 1rem;
	--font-size-navbar: 0.75rem;
	--font-size-small: 0.875rem;
	--font-size-extrasmall: 0.625rem;
	--font-size-large: var(--font-size-h2);
	--font-size-extralarge: 3.75rem;
	--font-size-category: 0.75rem;
}

html, body {
	margin: 0;
	padding: 0;
	color: var(--color-fg);
	font-family: 'source-sans-3';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

html {
	background-color: var(--color-bg);
}

p {
	margin-top: 0px;
	margin-bottom: 1rem;
}

div {
	color: var(--color-fg);
}

ul, li {
	margin: 0;
	font-size: var(--font-size-p);
}

p + ul {
	margin-top: -1.5rem;
}

nav ul, nav li {
	line-height: inherit;
	margin: 0;
}

p:not(.tagline):last-child {
	margin-bottom: 0;
}

h1 {
	font-weight: 400;
	color: var(--color-title);
	font-size: var(--font-size-h1);
	margin: 0;
	font-family: 'playfair-display';
}

h2 {
	font-weight: 100;
	color: var(--color-title);
	font-size: var(--font-size-h2);
	margin-bottom: 2rem;
	margin-top: 0rem;
	line-height: 1.1;
	font-family: 'playfair-display';
}

h2.smaller-h2 {
	font-size: var(--font-size-h2-smaller);
}

h3 {
	font-family: 'playfair-display';
	font-weight: 600;
	color: var(--color-title);
	font-size: var(--font-size-h3);
	margin-bottom: 1rem;
}

h3:first-child {
	margin-top: 0;
}

h3:first-child:last-child {
	margin-bottom: 0;
	margin-top: 1rem;
}

h2:first-child:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: var(--color-fg);
	transition: 0.2s color;
}

article a {
	text-decoration: underline;
	color: var(--color-accent);
	transition: 0.2s color;
}

a:hover {
	color: var(--color-accent);
}

::selection {
	background-color: var(--color-selection-bg);
}

[id] {
	scroll-margin-top: 2rem;
}

.textwidget p {
	margin-bottom: 0px;
}

.nowrap {
	white-space: nowrap;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.condensed {
	font-family: 'roboto-condensed';
}

.regular {
	font-weight: 400;
}

.fax-icon {
	width: fit-content;
}

.fax-icon-fontawesome {
	font-family: 'fontawesome';
}

.fax-icon-faxonline {
	font-family: 'faxonline-icons';
}

.fax-icon-insidecircle {
	background-color: var(--color-bg);
	color: var(--color-fg);
	padding: 0.125rem;
	height: 1.25rem;
	aspect-ratio: 1;
	border-radius: 2rem;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fax-clear {
	clear: both;
}

.size-content-width {
	max-width: var(--size-content-width);
	width: 100%;
}

.accented {
	color: var(--color-accent);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.visible-on-mobile {
	display: none !important;
}

.fax-verticalline {
	border-left: 1px solid var(--color-fg);
	margin: 0 0.5rem;
}

/* #region Layout Root. This is the main part of the content, without the things that are outside */

#fax-layout-root {
	position: relative;
	background-color: var(--color-bg);
	max-width: var(--size-content-width);
	width: 100%;
	padding: var(--size-content-padding);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	z-index: 100;
	box-sizing: border-box;
}

/* #endregion */

/* #region Main Header */

#fax-header-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#fax-header-main #fax-header-logo {
	width: 100%;
	height: 10rem;
	padding: 0rem 1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#fax-header-main #fax-header-logo > img {
	height: 100%;
	width: 12.5rem;
	object-fit: contain;
	object-position: center;
}

.fax-bar {
	border-top: 1px solid var(--color-border-dark);
	border-bottom: 1px solid var(--color-border-dark);
	width: 100%;
	box-sizing: border-box;
}

.fax-bar + .fax-bar {
	border-top: 0px;
}

/* #endregion */

/* #region Sticky Header */

.fax-header-sticky {
	display: flex;
	background-color: var(--color-bg-overlay);
	backdrop-filter: blur(10px);
	height: var(--size-sticky-header-height);
	z-index: 1100;
}

.fax-header-topbar {
	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: var(--size-sticky-header-height);
	box-sizing: border-box;
}

.fax-header-topbar .fax-logo {
	height: var(--size-sticky-header-height);
	width: auto;
	filter: brightness(100);
	padding: 0.75rem;
	box-sizing: border-box;
}

.fax-header-topbar .fax-btn-hamburger {
	height: var(--size-sticky-header-height);
	line-height: var(--size-sticky-header-height);
	aspect-ratio: 1 / 1;
	text-align: center;
	color: var(--color-fg);
	cursor: pointer;
	transition: 0.2s background-color;
	font-size: 1.5rem;
}

.fax-header-topbar .fax-btn-hamburger:hover {
	background-color: var(--color-btn-bg-hover);
}

.fax-header-topbar .fax-widget {
	text-align: right;
}

.fax-header-topbar > div {
	margin: auto;
}

.fax-datetime {
	font-size: 0.875rem;
	font-weight: 500;
}

/* #endregion */

/* #region Mobile Menu */

#fax-splitview {
	background-color: #00000001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#fax-splitview-pane {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20rem;
	background-color: var(--color-bg-overlay);
	backdrop-filter: blur(10px);
	padding: 1rem;
	padding-top: calc(var(--size-sticky-header-height) + 1rem);
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

/* #endregion */

/* #region Social Menu  */

.fax-menu-social {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: inherit;
	margin: 0;
	padding: 0.5rem;
	padding-left: 0rem;
	gap: 0.5rem;
	font-size: 1rem;
}

.fax-menu-social a {
	/* color: var(--color-fg); */
}

/* #endregion */

/* #region Download app button  */

.fax-getapp a {
	font-weight: 500;
}

/* #endregion */

/* #region Nav */

#fax-menu-primary {
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--color-border-dark);
}

#fax-menu-primary .fax-btn-hamburger {
	height: var(--size-navbar-height);
	text-align: center;
}

.fax-nav ul, .fax-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fax-nav-header-main {
	display: flex;
	flex: 1;
	width: 100%;
	font-family: 'roboto-condensed';
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0 auto;
	border-top: 1px solid var(--color-border-dark);
}

.fax-nav-header-main ul {
	margin: 0;
	padding: 0;
	gap: 1px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}

.fax-nav-header-main ul li a {
	height: var(--size-navbar-height);
	padding: 0rem 0.5rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: background-color 0.2s, color 0.2s;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	font-weight: 500;
}

.fax-nav-header-main ul li.current-menu-item > a,
.fax-nav-header-main ul li.current-menu-ancestor > a,
.fax-nav-header-main ul li.current-post-item > a,
.fax-nav-header-main ul li.current-post-ancestor > a,
.fax-nav-header-main ul li.current-post-parent > a,
.fax-nav-header-main ul li > a:hover {
	background-color: var(--color-btn-bg-hover);
	color: var(--color-btn-fg-hover);
}

.fax-nav-header-main ul li.current-menu-item > a:after,
.fax-nav-header-main ul li.current-menu-ancestor > a:after,
.fax-nav-header-main ul li.current-post-item > a:after,
.fax-nav-header-main ul li.current-post-ancestor > a:after,
.fax-nav-header-main ul li.current-post-parent > a:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	border-bottom: 0.375rem solid var(--color-btn-fg);
}

.fax-nav-full {
	font-family: 'roboto-condensed';
	padding: 0.5rem 0rem;
}

.fax-nav-full > ul::after {
	content: "";
	flex: auto;
	width: 100%;
}

.fax-nav-full > ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, calc((var(--size-content-width) - (2.5rem + 4rem)) / 5));
	grid-gap: 1rem;
	justify-content: space-between;
}

.fax-nav-full > ul.menu > li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.fax-nav-full > ul.menu > li > a {
	font-weight: 500;
	position: relative;
}

.fax-nav-full > ul.menu > li > ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	font-weight: 400;
}

.fax-nav-full > ul.menu > li.current-menu-item > a,
.fax-nav-full > ul.menu > li.current-menu-ancestor > a,
.fax-nav-full > ul.menu > li.current-post-item > a,
.fax-nav-full > ul.menu > li.current-post-ancestor > a,
.fax-nav-full > ul.menu > li.current-post-parent > a {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg-hover);
	padding: 0.125rem 0.75rem;
}

.fax-nav-full > ul.menu > li.current-menu-item > a:after,
.fax-nav-full > ul.menu > li.current-menu-ancestor > a:after,
.fax-nav-full > ul.menu > li.current-post-item > a:after,
.fax-nav-full > ul.menu > li.current-post-ancestor > a:after,
.fax-nav-full > ul.menu > li.current-post-parent > a:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.375rem solid transparent;
	border-bottom: 0.375rem solid transparent;
	border-left: 0.375rem solid var(--color-btn-fg-hover);
}

.fax-nav-full > ul.menu > li > ul.sub-menu > li.current-menu-item > a,
.fax-nav-full > ul.menu > li > ul.sub-menu > li.current-menu-ancestor > a,
.fax-nav-full > ul.menu > li > ul.sub-menu > li.current-post-item > a,
.fax-nav-full > ul.menu > li > ul.sub-menu > li.current-post-ancestor > a,
.fax-nav-full > ul.menu > li > ul.sub-menu > li.current-post-parent > a {
	font-weight: 700;
}

/* #endregion */

/* #region Widget */

.fax-widget {
	width: 100%;
	background-color: var(--color-bg);
	color: var(--color-fg);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}

.fax-widget .fax-widget-header {
	display: inline-flex;
	flex-wrap: nowrap;

	line-height: var(--size-categorybar-height);
	height: var(--size-categorybar-height);
	margin-bottom: 0.5rem;
	left: -0.5rem;
	position: relative;

	font-family: 'roboto-condensed';
	font-size: var(--font-size-category);
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}

.fax-widget-title {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	padding: 0rem 0.75rem;
}

.fax-widget:not([class*="cp-theme-"]) {
	padding: 0rem;
}

.fax-widget:not([class*="cp-theme-"]) .fax-widget-header {
	left: -0rem;
	margin-bottom: 0.5rem;
}


.fax-widget-header:before {
	content: '';
	background-color: var(--color-fg);
	height: var(--size-categorybar-height);
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
}

.fax-widget img {
	display: block;
}

/* #endregion */

/* #region Layout */

.fax-layout-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 1.25rem;
}

.fax-layout-section {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
}

.fax-layout-sidebar {
	overflow: hidden;
}

.fax-layout-sidebar-primary {
	width: var(--size-ad-primary-width);
	max-width: var(--size-ad-primary-width);
}

.fax-layout-sidebar-secondary {
	width: var(--size-ad-secondary-width);
	max-width: var(--size-ad-secondary-width);
}

/* #endregion */

/* #region Featured image */

.fax-featuredimage {
	aspect-ratio: 16/9;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

.fax-featuredimage img {
	aspect-ratio: 16/9;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

/* #endregion */

/* #region Copyright Disclaimer */

.fax-copyrightdisclaimer {
	font-size: var(--font-size-small);
	border-top: 1px solid var(--color-border-light);
	border-bottom: 1px solid var(--color-border-light);
	opacity: 0.8;
	padding: 0.5rem 0rem;
	margin-top: 1rem;
}

/* #endregion */

/* #region Article Card */

.fax-article-card {
	width: 100%;
	gap: 0.5rem;
	position: relative;
}

.fax-article-card h2.fax-article-card-title {
	font-weight: 100;
	margin-bottom: 0.25rem;
}

.fax-article-card-excerpt {
	opacity: 0.9;
	margin-bottom: 0;
}

.fax-article-card-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

/* #endregion */

/* #region Article Header */

.fax-article-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	gap: 0.25rem;
	z-index: 2;
	width: 100%;
}

main h1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1;
}

/* #endregion */

/* #region Category */

.fax-category-bar {
	font-family: 'roboto-condensed';
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: stretch;
	border-bottom: 1px solid var(--color-border-light);
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
	gap: 0.25rem;
}

.fax-category-path {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}

.fax-category-path::after {
	content: '';
	background-color: var(--color-fg);
	height: var(--size-categorybar-height);
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
}

.fax-category {
	padding: 0rem 0.75rem;
	height: var(--size-categorybar-height);
	line-height: var(--size-categorybar-height);
	box-sizing: border-box;
	display: inline-block;
	background: var(--color-btn-bg);
	color: var(--color-btn-fg);
	font-size: var(--font-size-category);
	font-weight: 500;
}

.fax-article-info-lastupdate, .fax-article-info-author {
	font-size: var(--font-size-category);
}

/* #endregion */

/* #region Article Info */

.fax-article-info {
	font-size: 0.75rem;
	font-family: 'roboto-condensed';
	text-transform: uppercase;
}

/* #endregion */

/* #region Sidebar Ad Frame */

#fax-sidebar-frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#fax-sidebar-frame img {
	width: 1920px;
	height: auto;
	object-position: center top;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

/* #endregion */

/* #region Button */

.fax-btn {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	cursor: pointer;
	transition: 0.2s background-color, 0.2s color;
	padding: 0.125rem 0.5rem;
	font-size: 0.875rem;
	box-sizing: border-box;
}

.fax-btn:hover {
	background-color: var(--color-btn-bg-hover);
	color: var(--color-btn-fg-hover);
}

.fax-btn-transparent {
	background-color: transparent;
	color: var(--color-fg);
}

.fax-btn.fax-icon {
	padding: 0.5rem;
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fax-btn-hamburger {
	font-family: 'faxonline-icons';
}

/* #endregion */

/* #region Footer */

footer {
	display: block;
	min-height: 10rem;
	padding-bottom: 5rem;
	padding-top: 2rem;
	width: 100%;
	box-sizing: border-box;
	clear: both;
}

footer .fax-logo {
	height: 2rem;
	margin: auto;
	margin-bottom: 0.5rem;
}

#fax-header-footer {
	border-top: 1px solid var(--color-border-dark);
	border-bottom: 1px solid var(--color-border-dark);
	padding: 1rem 0rem;
}

#cp-footer-widget-center {
	text-align: center;
	padding: 1rem 0rem;
}

/* #endregion */

/* #region Grid Layout for custom HTML (Widget and Contact Form) */

.grid {
	display: flex;
	flex-direction: column;
}

.grid-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: center;
}

.grid-col {
	flex: 0;
}

.grid-col.grid-col-directioncolumn {
	flex-direction: column;
}

.grid-col:first-child:last-child {
	flex: 1;
}

.grid-spacing-small {
	gap: 1rem;
}

.grid-row-align-top {
	align-items: start;
}

.grid-row-align-center {
	align-items: center;
}

.grid-row-align-stretch {
	align-items: stretch;
}

.grid-nowrap {
	flex-wrap: nowrap;
}

.grid-col-wide {
	flex: 1;
}

.grid-col-align-center {
	justify-content: center;
}

.grid-col-align-right {
	justify-content: right;
}

.grid img {
	width: 100%;
}

/* #endregion */

/* #region Search form */

.fax-search {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 0.25rem;
}

.fax-search input[type=text] {
	border: none;
	font-size: 0.75rem;
	padding: 0 0.25rem;
}

.fax-search input[type=text]::placeholder {
	font-family: 'roboto-condensed';
	opacity: 0.6;
}

/* #endregion */

/* #region Contact form */

input:not([type=button]), textarea, select {
	border: 1px solid var(--color-border-light);
	width: 100%;
	font-size: var(--font-size-input);
	padding: 0.5rem;
	font-family: 'Montserrat';
	box-sizing: border-box;
}

input:not([type=button] [type=checkbox]), select {
	height: 2.5rem;
}

input[type=submit]:disabled {
	opacity: 0.4;
}

input[type=submit] {
	padding: 0.5rem 2rem;
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	font-family: 'roboto-condensed';
	border: none;
	cursor: pointer;
}

.wpcf7-checkbox label {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: var(--font-size-small);
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
	flex: 0;
	margin: 0px;
	zoom: 1.5;
}

.wpcf7-acceptance label {
	display: inline-flex;
	align-items: center;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
	flex: 1;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	margin-top: 0.5rem;
	right: 0;
}

.wpcf7-list-item {
	margin-left: 0rem;
}

/* #endregion */

/* #region Pagination */

.nav-links {
	text-align: center;
	font-size: 1rem;
	display: flex;
	justify-content: left;
	gap: 0.25rem;
}

.nav-links .prev,
.nav-links .next,
.nav-links .page-numbers {
	min-width: 1rem;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	padding: 0rem 0.25rem;
	transition: 0.2s background-color, 0.2s color;
}

.nav-links .prev,
.nav-links .next {
	font-family: 'faxonline-icons';
}

.nav-links .page-numbers:not(.current, .dots):hover {
	background-color: var(--color-btn-fg);
	color: var(--color-btn-bg);
}

.nav-links .current {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
}

.nav-links .dots {
	cursor: default;
}

/* #endregion */

/* #region Supporto Query Wrangler */

.query-unformatted {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 1rem 0rem;
}

.query-pager.pager-numbers {
	display: flex;
	justify-content: left;
	gap: 0.25rem;
	font-size: 1rem;
	text-align: center;
}

.query-pager.pager-numbers .page-numbers,
.query-pager.pager-numbers .next,
.query-pager.pager-numbers .prev {
	min-width: 1rem;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	padding: 0 0.25rem;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.query-pager.pager-numbers .prev,
.query-pager.pager-numbers .next {
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.query-pager.pager-numbers .prev::before {
	content: "◁";
	font-family: 'faxonline-icons';
	color: var(--color-fg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	transition: 0.2s background-color, 0.2s color;
}

.query-pager.pager-numbers .next::after {
	content: "▷";
	font-family: 'faxonline-icons';
	color: var(--color-fg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	transition: 0.2s background-color, 0.2s color;
}

.query-pager.pager-numbers .page-numbers:not(.current):not(.dots):hover,
.query-pager.pager-numbers .next:hover::after,
.query-pager.pager-numbers .prev:hover::before {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	cursor: pointer;
}

.query-pager.pager-numbers .current {
	background-color: var(--color-btn-bg);
	color: var(--color-btn-fg);
	pointer-events: none;
	cursor: default;
}

.query-pager.pager-numbers .dots {
	cursor: default;
}

/* #endregion */

/* #region iFrame e embed vari */

iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0px solid transparent;
}

.wp-video {
	margin: auto;
}

/* #endregion */

/* #region Tratto nella pagina App */

.fax-page-app-stroke {
	position: relative;
}

.fax-page-app-stroke:after {
	position: absolute;
	bottom: -0.6rem;
	left: -0.9rem;
	width: 6.7rem;
	height: 0.7rem;
	background-image: url(./assets/images/page-app/stroke.svg);
	content: ' ';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

/* #endregion */

/* #region ReCaptcha */

.grecaptcha-badge {
	visibility: collapse;
}

/* #endregion */

/* #region Integration with the Latest Posts Widget by Converpress */

.article .widget_cp_latest_posts_widget {
	margin: auto -1rem;
}

/* #endregion */

/* #region Shortcode cp-inline-icon */

.cp-inline-icon {
	font-family: 'converpress-glyphs-iag';
	font-style: normal;
}

/* #endregion */


/**/