/**
Theme Name: Astra Child
Author: Sautech Group
Author URI: https://www.pln.it/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*STILE GENERALI ELEMENTI SITO*/

/*titoli e testi*/
p {
	font-size:16px !important;
    margin-bottom: 0.5em;
}

h1.entry-title {
	font-size: 1.88em !important;
	font-weight: normal !important;
	border-bottom: 1px solid #ccc;
}
h1.page-title.ast-archive-title {
	font-size: 1.88em !important;
	font-weight: normal !important;
	border-bottom: 1px solid #ccc;
}

.ast-read-more-container{
	display:none!important;
}

.blog-layout-1 {
    padding-top: 1.5em !important;
    width: 100%;
    display: inline-block;
    padding-bottom: 0.2em !important;
    padding-left: 3em;
    vertical-align: middle;
    border-bottom: 1px solid var(--ast-border-color);
}

/*logo header*/
.custom-logo-link img {
	width: 134px;
}

/*padding header*/
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
    max-width: 1600px;
    padding-left: 150px;
    padding-right: 150px;
}

/*padding contenuto*/
.ast-page-builder-template .site-content > .ast-container {
    max-width: 1600px;
    padding-left: 150px;
    padding-right: 150px;
}

/*area contenuto sito*/
div#primary.content-area.primary {
	margin-top: 0px;
}

.archive-profile-img{
	width:100px;
    max-height:100px;
}


/*HOME PAGE - rete*/

/* NASCONDIAMO RETTANGOLI E LABEL */
[id$="rettangolo"], 
[id$="label"] {
    display: none;
    cursor: pointer;
}

/* STILE LE FOTO */
[id$="foto"] {
    cursor: pointer;
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.active-line{
	opacity:1!important;
}

/*EFFETTO HOVER SULLE FOTO*/
[id$="foto"]:hover {
    transform: scale(1.05);
}
/* COLORE HOVER ELEMENTI GENERICI */
.st13:hover {
    fill: #cb5e21;
}


.st1 {
fill: none;
stroke: #F2F2F2;
stroke-width: 9;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
                       
.st1-hover {
fill: none;
stroke: #000000;
stroke-width: 9;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
-webkit-transition: stroke 084s ease;
-moz-transition: stroke 0.8s ease;
-o-transition: stroke 0.8s ease;
transition: stroke 0.8s ease;
stroke: #000000;
}

.intro-home {
	font-size:16px;
	line-height:1.1;
}

.img-map-home {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}

.svg-box-content {
    position: inherit;
    top: 0;
    left: 0;
}
.menu-item {
	font-weight: 700;
	z-index:100;
}

.ast-page-builder-template .ast-archive-description {
    margin: 0px!important;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-layout-1 {
    width: 100%;
    display: inline-block;
    padding-bottom: 2em;
    padding-left: 3em;
    vertical-align: middle;
    border-bottom: 1px solid var(--ast-border-color);
}

h1, .entry-content h1 {
    font-size:20px!important;
    font-weight: normal!important;
    font-family: Montserrat,Helvetica,Arial,sans-serif!important;
    line-height: 1.4em!important;
}

.forty-percent-column {
    max-width: 510px;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
    line-height: 0.1;
	font-size:15px;
}

.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    margin: 0;
    padding: 1em 1em 1em!important;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
    padding: 1em!important;
}




.home-levi-mobile {
    width: 90%;
	margin-bottom: 20px;
}

/*HOME PAGE - sezione progetto levi*/
.boxtitoloprimolevi {
	margin-bottom: 23px !important;
}


/*Sidebar*/
.primo-levi-sidebar{
	padding:1em;
	display:block;
	background-color:#cc1939;
}

.primo-levi-sidebar ul{
	margin:0px;
}

.show-filter{
	display:none;
}

.chosen-container {
    font-size: 14px;
    min-width: 330px;
}

/*PLUGIN SEARCH AND FILTER*/
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #e2e8f0;
    border-radius: 1px;
    background: var(--ast-comment-inputs-background);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.entry-meta{
	display:none;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #cc1939;
    background-image: none;
}


/*PRIVACY SITO*/
.cky-revisit-bottom-left {
	border: 1px solid #fff;
}
.page-id-1729 h1.entry-title {
	font-size: 24px !important;
    font-weight: 600 !important;
}
.page-id-1742 h1.entry-title {
	font-size: 24px !important;
    font-weight: 600 !important;
}
.page-id-1744 h1.entry-title {
	font-size: 24px !important;
    font-weight: 600 !important;
	margin-bottom: -25px;
}
.page-id-1755 h1.entry-title {
	font-size: 24px !important;
    font-weight: 600 !important;
	margin-bottom: -25px;
}
#cookie h5 {
	font-size: 18px;
    color: #cc1939;
    font-weight: bold;
}
.privacy-policy-h2 {
	font-size: 22px !important;
    color: #cc1939 !important;
    font-weight: bold !important;
}

/*ACCORDION*/
.wp-block-aab-accordion-item .dashicons, .dashicons-before:before {
	color: #cc1939 !important;
}
.wp-block-aab-accordion-item .aagb__accordion_head {
	border-bottom: 2px solid #cc1939;
}
h4.aagb__accordion_title {
	color: #cc1939 !important;
	font-weight: 700 !important;
}
.wp-block-aab-accordion-item.aagb__accordion_container {
	border: 0px !important;
}

.wp-block-aab-accordion-item.aagb__accordion_container.aagb__accordion_active{
	border: 0px !important;
}

.aagb__accordion_body.aagb__accordion_body--show{
	border-top-color: #ffffff !important;
    border-top-width: 0px!important;
    border-top-style: solid!important;
}
.wp-block-aab-accordion-item .aagb__accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


span#complete-sign {
    display: none;
}

/*PAGINA ARCHIVIO CORRISPONDENTI*/
.img-profile-corrispondenti{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid lightgray;
	object-fit: cover;
}

.container-corrispondenti:hover img{
    transform-origin: bottom center;
	transform: scale(1.07);
}

.container-corrispondenti:hover a{
   color:#cc1939;
   font-weight: 400;
}

.container-corrispondenti{
	text-align: center;
	padding:30px;
	float:left;
}

.container-profile{
	padding:10px;
}

.title-underline {
    color: #cc1939;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    padding: 25px 15px 10px 15px;
    border-bottom: 2px solid #cc1939;
    margin-bottom:25px;
}

/*POPUP CORRISPONDENTI*/
.popup-corrispondenti{
cursor:pointer;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 999; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content{
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*PAGINA ARCHIVIO GENERALE*/
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
	border-bottom: 0px;
}
.type-approfondimento a{
	 text-decoration : underline;
     text-decoration-thickness: 2px;
	 text-decoration-color: #cc1939;
}

.lettere-argomenti-correlati a{
	border : 1px solid #cc1939;
    padding: 3px 5px;
}

/* PAGINA LETTERE */
.ast-page-builder-template .entry-header{
	margin-top: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

/*PAGINA APPROFONDIMENTI */
@media only screen and (min-width: 768px) {
#struttura_approfondimenti {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 10px;
    text-align: center;
}
}

@media only screen and (max-width: 767px) and (min-width: 501px) {
#struttura_approfondimenti {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 10px;
    text-align: center;
}
}
@media only screen and (max-width: 500px) {
#struttura_approfondimenti {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 10px;
    text-align: center;
}
}

.levi-single-box a{
	text-decoration:none!important;
	color: #000000;
}

.levi-single-box a:hover {
    color: #cc1939!important;
}

.img-container-approfondimenti{

}

.img-profile-approfondimento{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid lightgray;
	object-fit: cover;
	margin-bottom: 20px;
}

.container-schede {
    text-align: left;
    padding-left: 30px;
}

/*BIBLIOGRAFIA*/
.stampa-pulsante:hover img {
    filter: brightness(0) invert(1); 
}

/*CUSTOM MEDIA QUERY*/
@media screen and (max-width: 885px){
	.primo-levi-sidebar{
		padding:0em;
		display:none;
		position: absolute;
		width:100%;
		top: 150px;
		z-index: 9999;
		height: auto;
		margin-top: 35px!important;
		background-color:#cc1939!important;
	}
	
	.show-filter {
		display: block;
		text-align: right;
		margin-top: 15px;
		padding-right: 27px;
	}
	
	.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	}
	
	.blog-layout-1 {
		width: 100%;
		display: inline-block;
		padding-bottom: 2em;
		padding-left: 0em;
		vertical-align: middle;
		border-bottom: 1px solid var(--ast-border-color);
	}

}

@media screen and (max-width: 1200px){
	.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	}
	
	#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
		max-width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media screen and (max-width: 1441px){
	.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right:20px;
	}
	
}

/* MOBILE */
@media only screen and (max-width: 544px) {
	
    .archive .entry-title, .blog .entry-title, .search .entry-title {
        line-height: 1;
        font-size: 15px;
	}
    .container-corrispondenti {
    	text-align: center;
    	padding: 20px;
    	float: left;
	}
    .wptl-readmore-center {
    	text-align: right;
    	margin-top: 15px;
    	margin-bottom: 10px;
	}
}


@media only screen and (min-width: 1024px) {
.boxtitoloprimolevi {
	background-image: url('https://www.levinet.eu/wp-content/uploads/2024/05/Primo-Levi-BW-26x35_tile.jpg');
    height: 350px;
    background-size: cover;
}
.boxtitoloprogetto {
	height: 250px;
	background-size: cover;
}
.titoloprimolevi, .titoloprogetto {
	margin-top: 170px !important;
}	
.paragrafoprogetto {
	margin-top: 67px !important;	
}
	
.imgprimolevimobile {
	display: none;
}
}
@media only screen and (max-width: 1023px) and (min-width: 782px) {
.boxtitoloprimolevi {
	background-image: url('https://www.levinet.eu/wp-content/uploads/2024/05/Primo-Levi-BW-26x35_tile.jpg');
    height: 160px;
    background-size: cover;
}
.boxtitoloprogetto {
	height: 160px;	
}	
.titoloprimolevi, .titoloprogetto {	
	margin-top: 110px !important;
    font-size: 20px !important;
}	
.paragrafoprogetto {
	margin-top: 52px !important;	
}	
.imgprimolevimobile {
	display: none;
}
}
@media only screen and (min-width: 782px) {
.boxprogettolevi {
	margin-top: -50px !important;	
}
}
@media only screen and (max-width: 781px) {
.titoloprimolevi {
	margin-top: 30px;
}
.imgprimolevimobile {
    padding-top: 30px;
}
}