/*
 Theme Name:   Il chiaro del bosco
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* dosis-regular - latin */
/*
@font-face {
  font-display: swap; 
  font-family: 'Dosis';
  font-style: normal;
  font-weight: normal;
  src: url('https://ilchiarodelbosco.org//wp-content/themes/generatepress_child/fonts/Dosis/Dosis-Regular.woff') format('woff'),
	  url('https://ilchiarodelbosco.org//wp-content/themes/generatepress_child/fonts/Dosis/Dosis-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ 
	  
	 
}


body{
	font-family: 'Dosis', sans-serif;
}
*/


/*timeline*/
.myn-timeline h4{
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
}

.myn-timeline p{
	
	padding:10px;
	font-size: 15px;
}

.dot-time{
	position: relative;
}
.myn-timeline .dx{
	border-left: 4px solid #35b576}
.myn-timeline .sx,{
	border-right: 4px solid #35b576}

.sx .dot-time:after{
	  
   right: -92px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
    background-color: #3db578 !important;
    color: #3db578 !important;
}
.dx .dot-time:after{
	  
    left: -92px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
    background-color: #3db578 !important;
    color: #3db578 !important;
}
@media (max-width: 767px){
.myn-timeline	 .dx .dot-time:after{
	  
    right: -41px !important;
	left: unset;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
    background-color: #3db578  !important;
    color: #3db578 !important;
}

	
.myn-timeline	 .sx .dot-time:after{
	  
    right:-41px!important;
	left: unset;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
    background-color: #3db578  !important;
    color: #3db578 !important;
}
.myn-timeline	.sx{
		border-right: 3px solid #3db578  !important;
	}
	.myn-timeline	.dx{
		border-right: 3px solid #3db578  !important;
	}
	.myn-timeline .dx {
    border-left: unset;
}

	
}

#elencoprosa li a, #elencopoesia li a, #elencofc li a {
    font-weight: 400 !important;
}
#vincitori .wp-block-quote {
	padding: 5px 10px;
}
#vincitori .wp-block-quote a{
	text-decoration: none;
	color: black;
}

.menu-item-has-children .dropdown-menu-toggle {
   
    padding-left: 2px;
}

/*formazione*/
.formazione .entry-content {
    margin-top: 0;
}
#archivioformazione .db-work-star .gb-container {
    background: #f97e20;
}

/*forzo image position top per cover background*/
.imagebackpostop{
	object-position: top;
}

.rassegnastampa figure {
    padding: 5px;

    margin-bottom: 10px !important;
    background: #f9f9f9;
}


/*prova con ntchild per progetti, solo per desktop*/

@media (min-width: 767px){
	
	
.ordineprogetti .category-progetti:nth-child(even) .proprioqui {
    margin-top: 3em;    
    padding: 15px;
}
.ordineprogetti .category-progetti:nth-child(odd) .proprioqui {
   
    padding: 15px;
}
	
}