/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 16:25:02 */
/*
 * Titolo delle pagine barrato
 */
h1.entry-title, 
div.strike-title h2.elementor-heading-title {
    display: table;
    margin: 0 auto;
    white-space: nowrap;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}
h1.entry-title::before, 
div.strike-title h2.elementor-heading-title::before,
h1.entry-title::after, 
div.strike-title h2.elementor-heading-title::after {
    content: '';
    display: table-cell;
    border-top: 1px solid lightgray;
    position: relative;
    top: 0.5em;
    width: 50%;
}

/* Padding */
div.page-header {
	padding-bottom: 25px;
	padding-top: 25px;
}