/*
	Theme Name: Pws Essential Theme
	Description: Pws Essential Theme is a very lightweight and minimalist WordPress theme, to working only With Elementor and Elementor PRO Page Builder
	Author: Parrotto Web Solution
	Author URI: https://parrotto-websolution.it/
	Version: 3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: pwstheme
*/
html {line-height:1.15; -webkit-text-size-adjust:100%}
*, :after, :before {box-sizing:border-box }
body {margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size:1rem; font-weight:400; line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6 {margin-block-start:.5rem; margin-block-end:1rem; font-family:inherit; font-weight:500;line-height:1.2;color:inherit}
h1 {font-size:2.5rem}
h2 {font-size:2rem}
h3 {font-size:1.75rem}
h4 {font-size:1.5rem}
h5 {font-size:1.25rem}
h6 {font-size:1rem}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{width: 100%;}
button, input, optgroup, select, textarea {font-family: inherit;font-size: 1rem;line-height: 1.5;margin: 0;  }
/*INSERIRE IL CODICE DA QUI*/
.tax-giorni #nome_mese {display:block}

/*ALTEZZA SANTO DEL GIORNO*/
.santo_di_oggi{min-height: 83vh}
.estratto_articolo p{margin: 0}

/*NASTRO CON DATA*/
.ribbon3 {width: 150px; height: 50px; line-height: 50px; padding-left: 15px; position: absolute; left: -8px; bottom:30px; background:var(--e-global-color-primary);}
.ribbon3:before, .ribbon3:after {content: ""; position: absolute;}
.ribbon3:before {height: 0;width: 0; top: -8.5px; left: 0.1px; border-bottom: 9px solid black; border-left: 9px solid transparent;}

/*CALENDARIO SANTI*/
.calendario-santi {max-width: 400px;margin: 20px auto;font-family: sans-serif;}
.cal-nav {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.cal-grid {display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px;}
.cal-head {text-align: center; font-weight: bold;}
.cal-day {text-align: center; padding: 8px; background: #f2f2f2; text-decoration: none; color: #000; border-radius: 4px;}
.cal-day:hover { background: #ddd;}
.cal-day.today, .cal-day.selected { background: #0073aa; color: #fff;}
.cal-empty {visibility: hidden;}

/*CONDIVISIONE PREGHIERA*/
.term-share-buttons{display: flex; }
.term-share-buttons a {flex-basis: 20%;}
.term-share-buttons svg{height: 40px}
.term-share-buttons .share-facebook{fill: #1877F2}
.term-share-buttons .share-whatsapp{fill: #25D366}
.term-share-buttons .share-email {fill: #555}
#reply-title{display:none!important}

@media screen and (max-width:1024px){
	#sidebar{position: fixed; background: #fff; top: 0; left: 0; padding:20px; z-index: 90; height: 100vh; overflow-y: scroll; transform: translateX(100%)}
	#sidebar.sidebar-open{transform: translateX(0)}
}