/**!
 * b4st CSS
 */



/*
font-family: 'Open Sans Condensed', sans-serif;

*/

:root {
	--green: #44841A;
	--acidgreen: #8DB034;
	--darkgreen:#3A6F16 ;
  --orange: #F16E22;
	--lightgrey:#F8F7F5;
	--lightorange:#f59f61;
  --white: #ffffff;
	--blue: #106DB2;
	--corpo: #000;	
	--pink: #e6077d;	
	--purple:#630235;	
	--orangeelectric: #FF1D34;	
	--grey:#F8F7F5

}


body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
color: var(--BLACK, #000);
font-family: "Oxfam TSTAR PRO";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28.6px; /* 143% */

}

body::-webkit-scrollbar {
  width: 0.3em;
}
 
bodyt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: var(--green);;
}

#demo {
	display: flex;
	flex-direction: row;
    justify-content: center;
}
#demo div {
	text-align: center;
	padding: 0 35px
}

#demo .elementi {
	font-weight: 300;
	font-family: 'Oxfam TSTAR PRO' !important;
	text-transform: uppercase
}
@media (min-width: 1300px) {
.container {
    max-width: 1340px;
}
	.stretto {
		 max-width: 1140px
	}
}
.navbar-toggler .box {
    width: 55px;
    height: 60px;
    position: relative;
}
.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-menu span {
    display: block;
    width: 60%;
    /*box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);*/
    border-radius: 0;
    height: 3px;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
		background: var(--corpo)
}
.btn-menu span + span {
  margin-top: 10px;
}


 .btn-menu span:nth-child(1) {
	background: var(--green)
}
.btn-menu span:nth-child(2) {
	background: var(--green)
}
.btn-menu span:nth-child(3) {
	background: var(--green)
}


.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.privacy span {
	animation: none !important
}
.privacy a:hover {
	color: #333;
	text-decoration: underline
}
.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
.active .btn-menu span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff !important
}
 .active .btn-menu span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: #fff !important
}
 .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

#myTabContent .active span{
	animation: none;
	margin: 0!important;
	    background: none;
}
 .active .fixed-header {
	   /* background: #fff;*/

	z-index: 111;
}

.page-template-page-home .btn-menu span:nth-child(1),
.single-event .btn-menu span:nth-child(1),
.sticky .btn-menu span:nth-child(1){
	background: var(--green) !important
}
.page-template-page-home .btn-menu span:nth-child(2),
.single-event .btn-menu span:nth-child(2),
.sticky .btn-menu span:nth-child(2){
	background: var(--green) !important
}
.page-template-page-home .btn-menu span:nth-child(3),
.single-event .btn-menu span:nth-child(3),
.sticky .btn-menu span:nth-child(3){
	background: var(--green) !important
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}



.page h1{
color: var(--WHITE, #FFF);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
	color: var(--GREEN, #44841A);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.sottotitolo {
	font-family: 'Oxfam TSTAR PRO';
}

 h2 {
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: 57px; /* 110% */
   font-family: 'Oxfam TSTAR PRO Headline';
}

.page-template-corporate-home-2026 h2 {
font-size: 70px;
font-style: normal;
font-weight: 900;
line-height: 77px; /* 110% */
   font-family: 'Oxfam TSTAR PRO Headline';
}
h3 {

color: var(--GREEN, #44841A);
   font-family: 'Oxfam TSTAR PRO Headline';
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: 38px; /* 105.556% */
}

.tab-content h4 {
	    font-family: 'Oxfam TSTAR PRO Headline';
font-size: 1.2rem;
}

.page-template-page-programma  .tab-content h4 {
	font-family: 'Oxfam TSTAR PRO Headline';
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.page-template-page-home .programma-cont:nth-child(even) .row{
	margin-left: 5px
}
a {
	color: var(--green)
}
a:hover {
	text-decoration: none;
	color: var(--corpo);
}
h1, h2, h3{
	font-family: 'Oxfam TSTAR PRO Headline';
}
.page-template-default  h2,
.page-template-default  h3{
   	font-family: 'Oxfam TSTAR PRO Headline'
}
.event-template-default h1 {

    font-size: 3rem;
}

.event-template-default .quando {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.event-template-default .testisuslide {

    padding-left: 14.5em;

}

.hero-bg-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
.immagine-a-sinistra .hero-bg-image {
	right: auto;
	left: 0;

}

.immagine-a-sinistra .testisuslide {
	margin-left: auto
}

main li {
	padding: 10px 0 10px 30px;
    background-image: url(https://www.oxfamitalia.org/wp-content/themes/oxfam-new/assets/images/ListDot.svg);
    background-repeat: no-repeat;
    background-position: left 15px;
}
.green {
	color:var(--green) !important
}
.darkgreen {
	color:var(--darkgreen) !important
}
.white {
	color: #fff  !important
}

.grey {
	color: var(--grey)
}
	.bg-beige {
	background:#EAEADE
	}
.bg-lightgrey {
	background: var(--lightgrey) ;
}
.darkgrey {
	color:  var(--darkgrey);
}
.bg-green h2 {
	color: #fff
}

.citazione {
	position: relative
}
.card-hover picture {
	    position: relative;
    display: block;
    overflow: hidden;
}

.card-hover picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease 0.6s;

}
.card-hover:hover img {
    transform: scale(1.1);
}

.card-hover p {
	color: var(--corpo)
}
.riga {
	background: #ccc;
	height: 2px;
	width: 100%;
	transition: height 0.3s ease;
}
.card-hover:hover .riga {
	background:var(--GREEN, #44841A);;
	height: 10px;
	width: 100%;
	transition: height 0.3s ease;
}

#postcorporate .owl-stage {
	display: flex;
}

#postcorporate .owl-item {
	display: flex;
	height: auto;
}

#postcorporate .owl-item .item {
	height: 100%;
	width: 100%;
}
.numeri h3 {
color: var(--WHITE, #FFF);
font-family: "Oxfam TSTAR PRO";
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: 33px; /* 110% */
    margin-bottom: 0;
}
.numero {
color: var(--LIGHT-GREEN, #BECE45);
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -4.75px;
    margin-bottom: 0;
    line-height: 100px;
}
.leggimore {
	position: relative

}

.leggimore:hover {
	color: #BECE45 !important;
}
.leggimore::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #fff !important;

}


.leggimore:hover:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #BECE45 !important;

}


.card-hover:hover .leggimore {
	color: #44841a !important;
}

#postcorporate .leggimore::before {
	background: var(--corpo) !important;

}
#postcorporate .leggimore:hover:before {
	content: '';
	background: #44841A !important;

}

#postcorporate .card-hover:hover .leggimore:before {
	background: #44841a !important;

}
.citazione p {
padding: 0 10px 0 30px;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}
.citazione:before {
    content: '';
    background: url(/wp-content/uploads/2026/06/cit-up.svg) no-repeat center center;
    background-size: contain;
    width: 42px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
}
.citazione:after {
    content: '';
    background: url(/wp-content/uploads/2026/06/cit-down.svg) no-repeat center center;
    background-size: contain;
    width: 42px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
strong {
	font-weight: 700
}
.btn svg {
	margin-left: 10px
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.wpcf7-submit,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled{
padding: 1rem 1.5em !important;
    border: 1px solid var(--green);
    background: var(--green);
    border-radius: 0;
    color: var(--white);
    /* font-weight: 600; */
    text-transform: uppercase;
     border-radius: 0;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 100% */
    font-family: 'Oxfam TSTAR PRO Headline';

}

.btn-primary:hover{
		border: 1px solid var(--corpo);
    background: var(--corpo);
    /* border-radius: 0; */
    color: var(--white);

}
.btn-green-outline  {
padding: 1rem 1.5em !important;
    border: 1px solid var(--green);
    background: transparent;
    border-radius: 0;
    color:var(--green);
    /* font-weight: 600; */
    text-transform: uppercase;
     border-radius: 0;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 100% */
    font-family: 'Oxfam TSTAR PRO Headline';
}

.btn-green-outline:hover {
		border: 1px solid var(--corpo);
    background: var(--corpo);
    /* border-radius: 0; */
    color: var(--white);
}



.btn-purple,
.btn-purple.disabled,
.btn-purple:disabled{
padding: 0.5rem 1.5em !important;
    border: 1px solid var(--purple);
    background: var(--purple);
    border-radius: 0;
    color: var(--white);
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Oxfam TSTAR PRO Headline';

}

.btn-purple:hover,
.wpcf7-submit:hover{
		border: 1px solid var(--corpo);
    background: var(--corpo);
    /* border-radius: 0; */
    color: var(--white);

}

.cta-registrati .nav-link {
	padding: 0.5rem 2em !important;
    border: 1px solid var(--purple);
    background: var(--purple);
    border-radius: 0;
    color: var(--white) !important;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Oxfam TSTAR PRO Headline';
}
.cta-registrati .nav-link svg {
margin-top: 10px;
    margin-left: 10px;
}
.cta-registrati .nav-link:hover {
		border: 1px solid var(--corpo);
    background: var(--corpo);
    /* border-radius: 0; */
    color: var(--white);
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
padding: 0.5rem 1.5em !important;
    border: 1px solid var(--green) !important;
    background: var(--green) !important;
    border-radius: 0 !important;
    color: var(--white) !important;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-family: 'Oxfam TSTAR PRO Headline' !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
		border: 1px solid var(--corpo) !important;
    background: var(--corpo) !important;
    /* border-radius: 0; */
    color: var(--white) !important;
}
.btn-primary:hover svg path{
	fill:#fff
}

.btn-darkgreen,
.btn-darkgreen.disabled,
.btn-darkgreen:disabled{
padding:0.5rem 1.5em !important;
    border: 1px solid var(--darkgreen);
    background: var(--darkgreen);
    border-radius: 0;
    color: var(--white);
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Oxfam TSTAR PRO Headline';

}

.btn-darkgreen:hover{
		border: 1px solid var(--corpo);
    background: var(--corpo);
    /* border-radius: 0; */
    color: var(--white);

}
.btn-darkgreen:hover svg path{
	fill:#fff
}

.btn-white,
.btn-white.disabled,
.btn-white:disabled{
padding: 1rem 1.5em !important;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    color:#44841A;
    /* font-weight: 600; */
    text-transform: uppercase;
     border-radius: 0;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 100% */
    font-family: 'Oxfam TSTAR PRO Headline';

}

.btn-white:hover{
		border: 1px solid #BECE45;
    background: #BECE45;
    /* border-radius: 0; */
    color: var(--white) !important;

}


.btn-white-due,
.btn-white-due.disabled,
.btn-white-due:disabled{
padding: 1rem 1.5em !important;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    color:#000;
    /* font-weight: 600; */
    text-transform: uppercase;
     border-radius: 0;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 100% */
    font-family: 'Oxfam TSTAR PRO Headline';

}

.btn-white-due:hover{
		border: 1px solid #000;
    background: #000;
    /* border-radius: 0; */
    color: var(--white) !important;

}


.btn-white:hover svg path{
	fill:#fff
}
.owl-home-gallery .btn-white:hover{
    border: 1px solid var(--white);
    background:transparent;
    border-radius: 0;
    color: var(--white);

}


.btn-primary-alt,
.btn-primary-alt.disabled,
.btn-primary-alt:disabled{
    padding: 0.5rem 1.5em !important;
    border: 1px solid var(--green) !important;
    background: var(--green) !important;
    border-radius: 0 !important;
    color: var(--white) !important;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-family: 'Oxfam TSTAR PRO Headline' !important;

}

.btn-primary-alt:hoverr{
    border:  1px solid var(--green) !important;;
    background: var(--white);
    border-radius: 0;
    color: var(--green);

}
.btn-primary-alt.blue:hover{
    border: 1px solid #C9C9C9;
    background: var(--blue);
    border-radius: 0;
    color: var(--white);

}
.btn-cyan,
.btn-cyan.disabled,
.btn-cyan:disabled{
		padding: 0.5rem 1.2rem !important;
    border:1px solid var(--cyan);
    background: var(--cyan);
    border-radius: 0;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;

}



.bg-curvo {
		background: url(https://festival.oxfam.it/wp-content/uploads/2023/04/fasciacurva.svg) no-repeat center center;
    background-size: cover;
    padding: 17em 0 !important;
}
main {
    flex: 1 0 auto;
}
.site-header-image {
	display: block;
	margin: auto;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px
}
.aligncenter {
	clear: both;
	display: block;
}
.justify-content-center {
	justify-content: center
}
/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* Author bio */
.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
/* Main content */
/* Sidebar */
/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: #000; }
input:focus:-moz-placeholder { color: #000; } /* FF 4-18 */
input:focus::-moz-placeholder { color: #000; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: #000; }
textarea:focus:-moz-placeholder { color: #000; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: #000; } /* FF 19+ */
/* Comments */
#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.commentlist,
.commentlist ul {
	padding-left: 0;
}
.commentlist li {
	padding: 1rem;
}
.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}
.relative {
	position: relative
}
.bg-grey {
	background: var(--grey)
}
.bg-green {
	background: var(--green);
	color: #fff
}
.bg-darkgreen {
	background: var(--darkgreen);
	color: #fff
}
.testata-top {
	font-size: 1em;
	color: #F52F1E;
}

.scrolldown {
	position: absolute;
	bottom: 25px;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.scrolldown svg {
	  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.navbar-nav li {
	margin-top: auto;
	margin-bottom: auto
}
.modal-content {

    border-radius: 0;
}


.navbar-light .navbar-nav .nav-link {
	position: relative;
	    font-family: 'Oxfam TSTAR PRO Headline';
	color: var(--BLACK, #000);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 111.111% */
text-transform: uppercase;
	    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   color: var(--GREEN, #44841A);
}
.navbar-nav li.btn-outline .nav-link {
    border: 2px solid var(--GREEN, #44841A);
    color: var(--GREEN, #44841A);
}

.navbar-nav li.btn-outline .nav-link:hover {
    border: 2px solid var(--BLACK, #000);
    color: var(--BLACK, #000);
}

.navbar-nav li.btn-green .nav-link {
    border: 2px solid var(--GREEN, #44841A);
    color: #fff;
	background: var(--GREEN, #44841A)
}

.navbar-nav li.btn-green .nav-link:hover {
  
    border: 2px solid var(--BLACK, #000);
    color: #fff;
	background: var(--BLACK, #000)
}

.navbar-nav li {
    position: relative;
    margin: 0 10px;
}
/*.navbar-nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 35px);
    width: 1px;
    height: 60%;
    border-left: 1px solid rgba(255,255,255,0.3);
}*/
.navbar-nav li:first-child:before {
	display: none
}


.cta-registrati .nav-link:hover:before {
	display: none
}

.single-event .cta-registrati {
	display: block !important
}

.sticky .navbar-nav li:before {
    border-left: 1px solid rgba(0,0,0,0.3);
}


/*
.navbar-light .navbar-nav .nav-link:hover {
	color:var(--darkgrey);
}
*/

/*
.navbar-light .navbar-nav .nav-link:before {
    content: "";
		color:var(--orange);
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    width: calc(100% - 4rem);
    margin: auto;
    height: 3px;
    background: var(--orange);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.navbar-light .navbar-nav .nav-link:before {
	background: var(--acidgreen);
}
*/
.cta-registrati  .nav-link:before {
	display: none
}


.testisuslide h1 {
color: var(--WHITE, #FFF);
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 80px;
   font-family: 'Oxfam TSTAR PRO Headline';
}

.testisuslide h1 span {
color: var(--LIGHT-GREEN, #BECE45);
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 80px;
}
.blocchi-info p{
	color: var(--corpo);
	    width: 90%;
}

/*.blocchi-info i {
	position: absolute;
    margin-right: 30px;
    font-size: 30px;
    right: 8px;
    bottom: -10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.blocchi-info a:hover i {
	visibility: visible;
	opacity: 1
}
*/
.blocchi-info picture{
    overflow: hidden;
	position: relative;
    float: left;
    width: 100%;
}

.post-img figure {
    overflow: hidden;
	position: relative;
    width: 100%;
}
.blocchi-info h3 {
	display: table;
    position: absolute;
    bottom: 0;
    left:15px;
    background: var(--green);
    padding: 10px 30px 10px 38px;
    color: #fff;
}

.info-desc {
background: #fff;
    margin-top: -20px;
    padding: 20px 0 20px 20px;   font-family: "Oxfam TSTAR PRO Headline";
}
.blocchi-info img,
.post-img img {
	width: 100%;
	    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.blocchi-info picture:hover img,
.post-img figure:hover img {
    -webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-arrow {
	    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: auto !important;
    left: auto;
}

.btn-arrow:hover svg path,
.btn-arrow:hover svg line{
	stroke:var(--corpo)
}
.best-cont {
background-color:var(--green);

    left: 0;
    padding: 25px 30px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
	height: 180px;
	        display: block;
transition: bottom 0.5s ease;
    bottom: -99px;

}

#best .item:hover .best-cont {
        bottom: 0
    }
.border-image {
	position: relative;
	float: right
}

.border-image:after {
content: '';
    position: absolute;
    right: -14px;
    top: 14px;
    width: 1px;
    height: 100%;
    border-left: 15px solid var(--green);
}

.border-image:before {
content: '';
    position: absolute;
    left: 39px;
    bottom: -14px;
    width: 94%;
    height: 10px;
    border-bottom: 15px solid var(--green);
}
/*#best .btn-primary {
	background: #fff;
	border-color:#fff;
	color:var(--green)
}

#best .btn-primary:hover {
	background: var(--corpo);
	border-color:var(--corpo);
	color:#fff
}*/

h2.linea,
h2.lineabassa{
	position: relative
}
h1.lineabassa {
	font-size: 2.8rem
}
h1.lineabassa,
h2.lineabassa{
	   /*display: table;
    margin: auto*/;
	position: relative
}
h2.linea:after {
    content: '';
    position: absolute;
    left: 0;
    width: 145%;
    height: 1px;
    border-top: 3px solid #F8F7F5;
    bottom: -12px;
}
h1.lineabassa:after,
h2.lineabassa:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 3px solid #F8F7F5;
    bottom: -12px;
}

.bg-green h2.lineabassa:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 3px solid rgba(255,255,255,0.6);
    bottom: -12px;
}


.come-partecipare .container {
	    display: flex;
    flex-direction: column;
    height: 70%;
}

.specifiche .row {
	height: 175px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
	background: #F8F7F5
}

.specifiche img {
    margin-top: -20px;
    height: 195px;
    object-fit: contain;
    margin-left: 15px;
}

/*.specifiche #programma-2 .icona {
height: 95px;
    width: 95px;
    margin-left: 40px;
}


.page-template-page-programma  .specifiche #programma-2 .icona {
    height: 205px;
    width: 125px;
    margin-left: 125px;
    margin-top: 10px;
}

*/
.specifiche .icona {
width: 185px;
    height: 190px;
    margin-top: -17px;
}
.page-template-page-programma .specifiche .icona {
width: 320px;
    height: calc(100% + 25px);
    margin-top: 0;
    margin-left: 20px;
    position: absolute;
    top: -25px;
}

.page-template-page-programma .specifiche .row {
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #F8F7F5;
}
.page-template-page-programma .specifiche .row-cont {
    height: 382px;
}

.page-template-page-programma .specifiche .row-cont.expand {
	height: auto
}

.specifiche .scopriprogramma a {
	width: 70%
} 

.programmadesc:after {
    content: ''; 
    position: absolute;
    left: 6%;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100%;
}


.scopriprogramma:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 68%;
}

#mainpartner-carousel img,
#partner-carousel img,
#supporter-carousel img{
	height: 70px;
	    object-fit: contain;
	width: auto;
	margin: auto
}
#media-carousel img {
	height: 90px;
	    object-fit: contain;
	width: auto;
	margin: auto
}
.partner-tecnico img {
height: 100px;
    object-fit: contain;
    width: auto;
    margin: auto;
}
.nohover .nav-link:before {
	display: none
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
		color: var(--corpo)
}

.page-template-page-programma .navbar-light .navbar-nav .active>.nav-link,
.page-template-page-programma.navbar-light .navbar-nav .nav-link.active,
.page-template-page-programma.navbar-light .navbar-nav .nav-link.show,
.page-template-page-programma.navbar-light .navbar-nav .show>.nav-link {
		color: var(--corpo)
}


.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 20px;
	display: none
}
.dropdown-menu {
    position: absolute;
    top: 85%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    border-radius: 0;
}
.dropdown-menu  a {
font-family: 'Open Sans', sans-serif;
    color: #2B2464;
    font-weight: 600;
    font-size: 13px;

}
.dropdown-menu  a:hover {
	color: var(--orange);
	text-decoration: none
}

.dropdown-menu .current-menu-item a {
	color: var(--orange)
} 
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-item.current-menu-item .nav-link:before,
.navbar-light .navbar-nav .nav-item.current_page_parent .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
	color: var(--purple);
}

.home .navbar-light .navbar-nav .nav-item.current-menu-item .nav-link:before {
	display: none
}
.navbar-nav li:hover>.dropdown-menu {
  display: block;
}
.evento-nome {
	    margin-top: -305px;
    color: #fff;
    width: 75%;
}
.page-template-page-programma  svg.logo-img path,
.page-template-default  svg.logo-img path,
.error404  svg.logo-img path,
.page-template-page-partecipa  svg.logo-img path,
.page-template-page-edizioni-passate a  svg.logo-img path{
	fill:var(--green)
}
.error404 h1 {
	font-size: 200px;
    font-weight: bold;
    line-height: 200px;
    font-family: "Oxfam TSTAR PRO Headline";
	color: var(--green)
}
.error404 h2 {
	font-size: 30px;
	    font-family: 'Oxfam TSTAR PRO';

}
.page-template-page-programma .fixed-header.sticky svg.logo-img path,
.page-template-default .fixed-header.sticky svg.logo-img path,
.page-template-page-partecipa  .fixed-header.sticky svg.logo-img path,
.page-template-page-edizioni-passate  .fixed-header.sticky svg.logo-img path{
	fill:var(--white)
}
.page-template-default  .navbar-light .navbar-nav .active>.nav-link,
.page-template-default .navbar-light .navbar-nav .nav-link.active,
.page-template-default .navbar-light .navbar-nav .nav-link.show, 
.page-template-default .navbar-light .navbar-nav .show>.nav-link 

.page-template-page-programma  .navbar-light .navbar-nav .active>.nav-link,
.page-template-page-programma .navbar-light .navbar-nav .nav-link.active,
.page-template-page-programma .navbar-light .navbar-nav .nav-link.show, 
.page-template-page-programma .navbar-light .navbar-nav .show>.nav-link,

.page-template-page-partecipa  .navbar-light .navbar-nav .active>.nav-link,
.page-template-page-partecipa .navbar-light .navbar-nav .nav-link.active,
.page-template-page-partecipa .navbar-light .navbar-nav .nav-link.show, 
.page-template-page-partecipa .navbar-light .navbar-nav .show>.nav-link,

.page-template-page-edizioni-passate  .navbar-light .navbar-nav .active>.nav-link,
.page-template-page-edizioni-passate.navbar-light .navbar-nav .nav-link.active,
.page-template-page-edizioni-passate .navbar-light .navbar-nav .nav-link.show, 
.page-template-page-edizioni-passate .navbar-light .navbar-nav .show>.nav-link{
    color: var(--corpo);
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100%;
	z-index: 99999;
	background-color: var(--purple);
	color: #fff;
	transition: all 0.3s;
	overflow-y: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cursor {
	cursor: pointer
}
.custom-logo ,
.custom-logo img{
    width:175px;
}


	.navbar-toggler {
		border: none
	}
.modal-body {
    padding: 2rem;
}



button.close {
		position: absolute;
    top: 10px;
    right: 15px;
    color: var(--orange);
    border-radius: 50%;
    border: 1px solid var(--orange);
    width: 30px;
    height: 30px;
}
#sidebar .sidebar-header {
    padding: 20px;
}



#sidebar ul li a {
	padding: 15px 20px;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	display: block;
	color: #fff;
	font-weight: 300;
	position: relative
}

#sidebar ul li a:hover {
		color: #ccc;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	font-weight: 600;
}

li.cerca {
	cursor: pointer
}
#text-search,
#text-search-mobile{
width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    margin-left: auto;
}
#searchsubmit {
	border: none
}

#text-search input::-webkit-input-placeholder,
#text-search-mobile input::-webkit-input-placeholder{ /* Edge */
  color: #fff !important;
}

#text-search input:-ms-input-placeholder,
#text-search-mobile input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

#text-search input::placeholder,
#text-search-mobile input::placeholder {
  color: #fff !important;
}
#text-search {
		margin-top: 103px;
}
#text-search.open,
#text-search-mobile.open{
    opacity: 1;
background: var(--orange);
    text-align: center;
	z-index: 111;

}
.cerca {
	cursor: pointer
}

/*.fixed-header.sticky svg {
		height: 50px !important;
    width: auto;
}
*/
.owl-stage {
	margin: auto;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-prev {
	position: absolute;
	left: -5%
}

.owl-next {
	position: absolute;
	right: -5%
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.owl-prev {
    margin: 0 !important;
    /* border-right: 1px solid rgba(0, 0, 0, 0.5) !important; */
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    margin-right: 0 !important;
}
.owl-next {
    margin: 0 !important;
    /* border-right: 1px solid rgba(0, 0, 0, 0.5) !important; */
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    margin-right: 0 !important;
}
#Tracciato_3104,
#Tracciato_3106 {
	opacity: 0.5
}
#best img {
	height:320px;
	object-fit:cover
}
.owl-theme .owl-nav [class*=owl-]:hover #Tracciato_3104,
.owl-theme .owl-nav [class*=owl-]:hover #Tracciato_3106 {
	opacity: 1
}
#owl-home-gallery  .owl-prev {
	position: absolute;
    left: 30px;
}
#owl-home-gallery .owl-next {
	position: absolute;
    right: 30px;
}

.owl-dots {
    width: 100%;
    /* position: absolute; */
    bottom: 45px;
    margin-top: 20px !important;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px !important;
}
.owl-next svg,
.owl-prev svg {

 height: 30px;
    width: auto;
    margin-top: 15px;
}


.owl-prev:hover svg path,
.owl-prev:hover svg #Linea_5,

.owl-next:hover svg path,
.owl-next:hover svg #Linea_5{
	stroke:var(--corpo)
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    margin: 0 10px !important;
}
#interviste  picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease 0.6s;
aspect-ratio:3 / 4
}

#interviste .item .riga {
    transition: height 0.3s ease;
    background: transparent;
    height: 6px;
    position: absolute;
    bottom: 0;
}
#interviste .relative::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000 100%);
    pointer-events: none;
    z-index: 1;
}
#interviste  .item:hover img {
    transform: scale(1.1);
}


#interviste .item:hover .riga {
    transition: height 0.3s ease;
    background: #BECE45;
    height: 6px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.testata-interna {
	position:relative
}
.testata-interna:before {

}
.testata-interna h1{
color: var(--WHITE, #FFF);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 77px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.testata-interna h1 span {

}


.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {

border: 1px solid var(--corpo);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    margin: 0;
	    background: var(--corpo);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: var(--green);
    animation: none;
	border: 1px solid var(--green);
		
}




.dropdown-item {
    padding: 5px 20px;
}
	.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: underline;
    background-color: transparent;
}
	.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: underline;
    background-color: transparent;
}


#searchform .form-control {
    color: #fff;
    background-clip: padding-box;
}
#searchform .form-control {
    color: #fff;
    background-clip: padding-box;
    border-bottom: none;
}
/*
.form-control {
	-webkit-appearance:none;
}

/*select.form-control {
				overflow: hidden;
    background: url(/wp-content/uploads/2021/10/arrow-down.svg) no-repeat right !important;
    background-size: 14px !important;
    background-position: 98% center !important;
}
.form-control:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
*/
#searchform i {
    color: #fff;
}
.home #searchform i {
    color: #1D1D1B;
}
label {

    font-weight: 600;
}
.privacy,
.privacy-cont {
	font-size: 13px
}
.privacy span.wpcf7-list-item,
.privacy-cont span.wpcf7-list-item{
	margin:0
}
.bg-light-pink {
	background: #FCF7F3;
	color: #222221
}





section ul {
	padding-left: 0
}

section ul li::marker {
    color: var(--green)
}

.stickybar {
	position: sticky;
	top: 0px;
	z-index: 11;
	padding-bottom: 10px;
	margin-bottom: 0
}

.form-control {
    border-radius: 0;
    border: none;
border: 1px solid #C9C9C9;
    background: transparent;
}
.fixed-header {
	z-index: 11;
	position: sticky;
	top: 0
} 
.fixed-header.sticky {
    top: 0;
    padding: 10px 0 !important;
    margin-top: 0 !important;
    animation: .5s .3s fadeInDown both;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    position: fixed;
    width: 100%;
    z-index: 111;
    background: var(--white);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}
.home .logo-img {
	filter: brightness(0) invert(1);
}

.fixed-header.sticky .logo-img {
	filter: none
}


.slide{
	position: relative;
}

.img-slide {
	position: relative;
	    z-index: 1;

}


/*
.img-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(10%, #16161500), to(#161615)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient( 0deg , #16161500 40%, #161615 100%) 0% 0% no-repeat padding-box;
background: rgb(0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
*/
.testi-slide {

    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;

}
.testi-slide div  {
	display: flex;
    flex-direction: column;
justify-content: center;
    height: 100%;
}


.titoloslide {
    display: table;
    width: fit-content;
    /* margin: auto; */
    margin: 0 auto;
    font-size: 4.5rem;
    letter-spacing: 2px;
}

.vertical-align {
	display:flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
}
.freccetta {
    position: absolute;
    bottom: 60px;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 1;
}
.freccetta img {
    animation: pulse 1.5s infinite;
	width:50px
}
.owl-theme .owl-nav [class*=owl-] {
	outline: none
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}


/**/



.big p {
	font-size: 20px;

}

.libre p {
	line-height: 1.6em
}

button:focus {
    outline: none;
}

.pagination {
	    justify-content: center;
    text-align: center;
    width: 100%;
	position: relative;
	margin: 30px 0;
}
/*.pagination:before {
    content: '';
    position: absolute;
    left: 48px;
    width: 38%;
    border-top: 1px solid #707070;
    top: 18px;
}
.pagination:after {
    content: '';
    position: absolute;
    right: 48px;
    width: 38%;
    border-top: 1px solid #707070;
    top: 18px;
}
*/
.page-template-page-archivio-news .pagination:before,
.category-news .pagination:before{
	left: 0;
	    width: 40%;
}
.page-template-page-archivio-news .pagination:after,
.category-news .pagination:after{
	right: 0;
	    width: 40%;
}
.pagination .page-item span {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 1.25;
    color: #fff;
    background-color: #44841a;
    border: 1px solid #44841a;
}




.pagination .page-link {
    position: relative;
    display: block;
    padding: 12px 18px;
    margin: 0 5px;
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: 1px solid #44841a;
    text-decoration: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0
}
.page-item.disabled .page-link {
    color: var(--purple);;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: var(--purple);;
}
#post-carousel img {
	height: 300px;
	object-fit: cover;
	    width: 100%;
}
#post-carousel .cat {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	background: var(--pink);
	color: var(--white);
	font-style: italic;
	font-weight: 600;
	font-size: 14px
}
#post-carousel .cat.blog,
#post-carousel .blog-2018-2019,
#post-carousel .blog-2020-2021{
		background: var(--purple);
}


#post-carousel .desc {
		margin-top: -80px !important;
    z-index: 1;
    position: relative;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

#post-carousel h3 {
	font-size: 1.3rem
}


.tab-pink-border {
	position: relative
}
.tab-pink-border:after {

    content: '';
    position: absolute;
    right: -10px;
    width: 10px;
    height: 50px;
    background: var(--pink);
		bottom: 0
}


.tab-pink-border:before {
		content: '';
    position: absolute;
    right: -10px;
    width: 45px;
    width: 250px;
    border-top: 14px solid var(--pink);
    bottom: -10px;
}

.tab-orange-border:after {

    content: '';
    position: absolute;
    right: -10px;
    width: 10px;
    height: 70px;
    background: var(--orange);
	bottom: 0
}

.single-docente .tab-pink-border:before ,
.single-supervisore .tab-pink-border:before,
.single-tutor .tab-pink-border:before{

    bottom: 0;
}
.scrittoda a {
	color: var(--orange)
}
.share svg {
	width: 50px;
	height: 50px
}
.single-docente  .tab-pink-border:after ,
.single-supervisore  .tab-pink-border:after,
.single-tutor  .tab-pink-border:after{
    height: 20%;
    bottom: 2px;
    top: auto;
}
.post-img {
	height: 450px;
	object-fit: cover
}

.titolo-post {
	position: absolute;
    top: 50px;
    left: 50px;
}

.titolo-post h1 {
	    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
}
.single-docente .docente-img,
.single-supervisore .docente-img,
.single-tutor .docente-img{
	margin-bottom: -50px;
	    height: 250px;
    object-fit: cover;
}

.docenti-elenco img {
	height: 160px;
	object-fit: cover
}
.docenti-elenco .modal-body	img {
    height: auto;
    object-fit: cover;
}


.docenti-elenco .nascosto {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
		background: rgba(38,31,91,0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.docenti-elenco .nascosto a:hover {
	color: var(--green)
}
.docenti-elenco figure:hover .nascosto {
		opacity: 1;
	visibility: visible
}
.docenti-elenco .nascosto h4 {
	font-weight: 600;
	font-size: 18px
}
.docenti-elenco .nascosto .corso-related {

    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.nav-tabs {border: none;
margin-bottom: 30px !important}
.nav-tabs a {
color: #D5D5D5;
	display: block;
    border-bottom: 4px solid;
	padding-bottom: 10px;
}
.nav-tabs .nav-item {
    font-size: 22px;
	    font-family: 'Oxfam TSTAR PRO Headline';
}
.nav-tabs a.active {
color: var(--green);
	font-weight: 600
}
.nav-tabs .nav-item.show .nav-link {
    color: var(--purple);
    background-color: var(--beige);
    border-color: var(--beige);
}
.bottoni-tab.nav-tabs .nav-item  a{
	display: none
}
.bottoni-tab.nav-tabs .nav-item  a.active{
	display: block
}
.nav-tabs .nav-link.active {

}

.nav-tabs .nav-link.active:after {

}





.frequanza-durata .elementor-col-33 {
	position: relative
		
}
.frequanza-durata .elementor-col-33:after {
    position: absolute;
    content: '/';
    right: -10px;
    font-size: 80px;
    font-weight: 300;
    top: 30px;
		color: var(--orange)
	
		
}
.frequanza-durata .elementor-col-33:last-child:after {
	display: none
}
.misha_loadmore {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    clear: both;
	font-weight: 600;
    /* width: 100%; */
    justify-content: center;
    text-align: center;
    border: 1px solid #000;
    padding: 8px 35px;
    margin: auto;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.elementor-tab-title {
    color: inherit;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	color: var(--purple);
	background: var(--beige);
	padding: 10px 15px;
	display: block;
    margin-right: 15px;
	position: relative
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 0
}
.elementor-tab-title a:hover {
	text-decoration: none !important
}
.elementor-tab-title.elementor-active {
	color: var(--orange)
}

.elementor-tabs .elementor-tabs-wrapper {
	overflow: inherit !important
}
.elementor-tab-title.elementor-active:after {
    width: 0px !important;
    height: 0px!important;
    border-left: 20px solid transparent!important;
    border-right: 20px solid transparent!important;
    border-top: 20px solid var(--beige)!important;
    position: absolute!important;
    content: ''!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    bottom: -20px!important;
    z-index: 1111!important;
}

.elementor-tab-content {
	margin-top: 30px;
	    padding: 20px 60px !important;
}
.p-0 .elementor-widget-wrap {
	padding: 0 !important
}

.related img {
	width:50%;
    height: 220px;
    object-fit: cover;
	margin: 10px 0;
}
.related p {
	font-size: 22px
}
.map-cont .elementor-widget-wrap {
	padding: 0 !important
}

.form-newsletter .form-group {
	height: calc(1.5em + 0.75rem + 2px);
}

.misha_loadmore:hover {
    color: #fff !important;
    background: #e83f53;
    border-color: #e83f53;
}


.border-top-orange {
	border-top:2px solid var(--orange)
}

.px-big {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}


.single-docente h1,
.single-visore h1,
.single-tutor h1{
	width: 82%
}

#searchform input {
	border: none;
    border-bottom: 1px solid;
    border-radius: 0;
	background: transparent;
	width: 75%;
}
.search-button {
	background: none;
	border: none
}
.breadcrumb {
    background: none;
    padding-left: 0;
    padding-right: 0;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28.6px;
	color: var(--corpo)

}
.breadcrumb a {
	color: var(--green)
}
.separator {
	padding: 0 5px;
	color:var(--corpo)
}

.breadcrumb ul {
	list-style: none
}
.breadcrumb li:before {
	display: none
}

.tstar {
	font-family: 'Oxfam TSTAR PRO' !important;
    font-weight: 700;
    color: #000 !important;
}
/*.single-post.news .item-cat.item-custom-post-type-post,
.single-post.news .separator-home{
	display: none
}*/
.form-group {
    margin-bottom: 0.5rem;
}
form label {
	color: #000;
	position: relative
}





.user-loggato {
	line-height: 1em;
	font-weight: 600;
	font-style: italic
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
.modal-ente .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}	
	
}











.privacy,
.privacy-cont{
    font-size: 13px;
}
.privacy .wpcf7-acceptance ,
.privacy-cont .wpcf7-acceptance {
    padding-left: 25px;
}
.privacy .wpcf7-list-item,
.privacy-cont .wpcf7-list-item{
    margin: 0;
    position: absolute;
    left: 0;
    top: -2px;
	padding: 0;
}
.privay .active span:nth-child(1) {
    animation: none;
    background: inherit;
}
/*
.privacy .wpcf7-list-item::before,
.privacy-cont .wpcf7-list-item::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
   box-shadow: 0 0 0 1px #707070;
}
.privacy-cont .wpcf7-list-item::before {
	    width: 15px;
    height: 15px;
}
/*.page-template-page-contatti .privacy .wpcf7-list-item::before,
 .privacy-cont .wpcf7-list-item::before {
    box-shadow: 0 0 0 1px #707070;
}

.privacy input[type=checkbox] ,
.privacy-cont input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.privacy input,
.privacy-cont input{
    margin-right: 5px
;
}

.inputcheck .wpcf7-list-item::before {
    background: var(--green) ;
    border: 5px solid #fff;
}
*/

.privacy input {
	width: 18px;
	height: 18px;
	accent-color:var(--green)
}
.form-newsletter .inputcheck .wpcf7-list-item::before {
    background: var(--pink) ;
    border: 5px solid #fff;
}
.icona-titolo {
	position: relative;
	padding-left: 50px
}


.fixed {
    position: fixed;
    right: 0;
    height: 100vh;
}

.icon-scroll {
    position: absolute;
    z-index: 1;
    top: 85vh;
    margin: auto;
    right: 60px;
    text-align: center;
}
.icon-scroll svg {
	animation: pulse 2s infinite;
}

.masonry {
    column-count: 4;
    column-gap: 1em;
}
.masonry .item {
    display: inline-block;
    margin: 0 0 0.5em;
    width: 100%;
	overflow: hidden
}
.masonry .item img {
	width: 100%
}
.masonry .item:nth-child(3n+0) img {
	height: 380px;
	object-fit: cover
}
.masonry .item:nth-child(2n) img {
	height: 300px;
	object-fit: cover
}
.menu-settore {
	position: relative;
	width: 135%;
	display: flex;
    flex-direction: column;
}

.menu-settore li {
    position: relative;
    display: table;
    display: flex;
}
.menu-settore li.active {
    position: absolute;
    z-index: 1111;
    top: -30px;
}
.menu-settore li.active:before {
    content: '';
    position: absolute;
    left: 10vw;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    top: 15px;
    width: 100vh;
	z-index: -1
}
.order2 {
	order: 2
}

.menu-settore li a {
	background: #fff;
	color: #C9C9C9 !important
}
.menu-settore li a.attivo {
	font-weight: 600;
	color: var(--darkgrey) !important
}
.menu-settore li.active a {
	font-weight: 600;
	color: var(--darkgrey) !important
}
.settore-management{
	background: var(--cyan)
}

.settore-sales-dpt {
	background: var(--lightorange)
}

.settore-research-and-development-dept {
	background: var(--pink)
}

.settore-account-dept {
	background: var(--blue)
}

.settore-sample-room {
	background: var(--red)
}
.settore-production-dept {
		background: var(--orange)
}
.settore-weaving-dept  {
		background: var(--green)
}
.settore-finishing-dept-and-quality-control {
			background: var(--cyan)
}
.piede {
	background: #F7F7F7;
	font-size: 14px;
	letter-spacing: 1px;
}
.piede a {
	color: var(--darkgrey)
}

.makingoff {
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px
}
.makingoff:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid #ccc;
}

.specifiche-evento {
	margin-top: -215px
}

.specifiche-evento .sinistra:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
    top: 0;
	
} 

.wpforms-submit-container {
	float: right !important;
	margin-top: -50px !important
}

.wpcf7-list-item  {
display: block;
    text-align: left;
    padding: 5px 20px;
	    font-family: 'Oxfam TSTAR PRO Headline';
}


.wpcf7-list-item-label {
	padding-left: 15px
}

.wpcf7-checkbox input {
	visibility: hidden;
	opacity: 0
}
.wpcf7-list-item label.selected:before {
	    background: var(--green);
    border: 6px solid #fff;
} 
.wpcf7-list-item.last label {
	color: var(--green)
}

.wpcf7-spinner {
	position: absolute;
    padding: 0;
    margin: 0;
}


.nav-tabs a.active {
	position: relative;

}
.nav-tabs a.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: var(--green);
    border-width: 22px;
    margin-left: -22px;
}
.page-id-36 footer,
.page-id-460 footer,
.page-template-page-programma footer{
	margin-top: 12em !important;
}
footer {
	border-radius: 0;
	position: relative;
	font-size: 20px;
	border-bottom: 10px solid var(--green);
	position: relative
		

}

.page-template-page-home footer:before {
	display: none
} 

.accodioncont {
border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0;
}
.accordion h3 {
	position: relative;
	cursor: pointer;
color: var(--BLACK, #000);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28.6px; /* 119.167% */
text-transform: uppercase;
width: 95%;
	padding-left: 15px
}

.accodioncont .accordiondesc {
	padding: 15px
}
/*.accordion h3:before {
    content: '';
    right: 0;
    width: 14px;
    height: 2px;
    background-color:var(--green);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease-in-out;
    right: 0;
}
/*.accordion h3:after {
    content: "";
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--green);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
*/
.accordion h3[aria-expanded="true"] svg{
  transform: rotate(-45deg);
}

.accordion h3[aria-expanded="true"] svg path{
  fill:#44841A
} 

#prefooter {
	background: url(https://www.oxfamitalia.org/wp-content/uploads/2026/06/OIT_CA_sfondo-04_pre-footer.svg) no-repeat center center;
    background-size: cover;
}
footer a {
	color:var(--darkgrey);
}
footer h4 {
	color: var(--darkgrey);
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
	position: relative

}
footer h4:after {
content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,0.1);
	
}
.text-4,
.nav_menu-2{
	position: relative;
}

.text-4:after,
.nav_menu-2:after {
    content: '';
    position: absolute;
    right: 30px;
    border-right: 1px solid rgba(0,0,0,0.3);
    width: 1px;
    height: 92%;
    top: 0;
}

p.ruolo {
	color: var(--GREEN, #44841A);

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */ 
text-transform: uppercase;
}
footer p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
footer a {
	color: var(--green);
	font-weight: 600
}
footer ul {
	list-style: none;
	padding-left: 0;
	color: #000;
	margin-bottom: 0
}
footer li {
	line-height:30px
}

footer i,
.contatti-social i{
	font-size: 1.8em;
	color: #E83F53;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.contatti-social i{
		line-height: 30px !important;
	text-align: center;
	width: 30px;
	height: 30px;
		border:1px solid #e83f53;
	background: #e83f53
}
footer i:hover{
	background: #fff;
	color: #000
}

.contatti-social i:hover{
	background: #fff;
	color: #e83f53
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: rgba(97,165,52, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--green) ;
  opacity: 1;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/* media queries*/

@media (min-width: 1900px) {
.navbar-light .navbar-nav .nav-link {

	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:before {

    width: calc(100% - 4rem);
}
.come-partecipare {
    height: 40em;
    background-size: cover;
    width: 100%;
}
.bg-curvo {
    padding: 20em 0 !important;
}
}

.media_image-2 img {
	width: 150px
}

.widget_contatti_alt_due-2 svg {
	width: 35px;
	height: 35px
}




.box-alternati .border-image {
	float: left;
	padding-left: 0 !important;
	    z-index: 1;
}

.box-alternati:nth-child(even) .img .border-image:before {
	    border-bottom: 15px solid var(--darkgreen);
}
.box-alternati:nth-child(even) .img .border-image:after {
border-left: 15px solid var(--darkgreen);
}

.box-alternati {
	margin-bottom: 5em !important
}
@media (min-width: 1025px) {

	.px-large-5 {
		padding-left: 5em !important;
		padding-right: 5em !important
	}
.box-alternati:nth-child(even) .testo {
    order: 2;
}
	.box-alternati:nth-child(even) 	h2.linea:after {
    left: -40%;
    width: 145%;
	}
.box-alternati .testo {
padding-right: 8em;
	padding-left: 3em ;
} 

.box-alternati:nth-child(even) .img {
    padding-left: 3em ;
} 

	.topic-text {

    top: 60px;
    min-height: 450px;
	}

	.topic-text:before{
    content: '';
    position: absolute;
    left: -138px;
    width: 140px;
    height: 100%;
	}
	#topic-carousel .slide-1 .topic-text:before {
		background: #f99b46
	}
	#topic-carousel .slide-2 .topic-text:before {
		background: #fbcb44
	}
	#topic-carousel .slide-3 .topic-text:before {
		background: #9571aa
	}
	#topic-carousel .slide-4 .topic-text:before {
		background: #106db2
	}
	#topic-carousel .slide-5 .topic-text:before {
		background: #db3a4a
	}
	
	.owl-thumb-item {
		    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
}

@media (min-width: 1230px) and (max-width: 1500px) {
.navbar-light .navbar-nav .nav-link {

}
}
@media (min-width:991px) and (max-width: 1200px) {
.navbar-light .navbar-nav .nav-link {

}

}

@media (min-width:768px) and (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;

}
	.header-cart {
    top: 15px;
    zoom: 0.6;
}
	.testi-slide h3 {
    font-size: 2.2em !important;

}
	.servizio-home {
    min-height: 150px;
    height: 150px;
	}
	.servizio-home-hover {
    min-height: 150px;
    height: 150px;
	}
	.slide:before {
    top: 16px;
    left: -75px;
    width: 345px;
    height: 70%;
}
.slide:after {
    top: 16px;
    right: -75px;
    width: 345px;
    height: 70%;
}
	.vedivideo {
    top: 335px;
}
	h2 {
    font-size:1.6rem;
    letter-spacing: 2.5px;
}
	.primoblocco-testo {
		padding: 10px !important
	}
	.cat-riferimento {
    margin-bottom: 5em !important;
}
}



@media (min-width: 767px) and (max-width: 1350px) {
}


@media (max-width: 767px) {
	
	.fixed-header.sticky svg {
    height: 40px !important;
    width: auto;
}
	
	.prefooter {
	text-align: center
}
	.blocco-icone img {
		width: 100px;
		margin-bottom: 20px
	} 
	
	.single-best-practice .col-md-9 {
		padding: 0 !important
	}
	.related img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin: 10px 0;
}
	.related svg {
		    width: 45px;
	}
	.slide {
    position: relative;
}
.testisuslide h1 ,	
.testisuslide h1 span {
    font-size: 60px;
    line-height: 70px;

}
	.box-alternati .border-image {
		margin-top: 3em
	}
.wpcf7-list-item {

    padding: 5px 0;
	}
	.cont-form  {
		background: none;
		    margin-bottom: 5em !important;
	}
	#myTabContent .active span.wpcf7-list-item-label {
	    float: left;
    margin-left: 15px !important;
    padding-right: 20px;
    margin-top: -28px !important;
    font-size: 16px;
    line-height: 1.5em;
	}
	.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.55s, visibility 0.55s, width 0.55s;
    z-index: 50;
		background: var(--green);
}
/*.overlay:before {
    content: "";
    background: rgba(0,0,0,.95);
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}
*/
.overlay.show {
    /*opacity: 0.9;*/
visibility: visible;
    height: 100vh;
    top: 0;
}
	.fixed-header.sticky {
    top: 0;

	}
	h1 {
    font-size: 2.9rem;
}
.numero {
    font-size: 55px;
    line-height: 85px;
}
	#menu-menu-corporate {
		text-transform: uppercase;
		font-weight: 600;
		text-align: center
	}
	#menu-menu-corporate  a {
		position: relative
	}
		#menu-menu-corporate  a:after {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px;
    height: 1px;
    bottom: 0;
    border-top: 1px solid #ccc;
	}
	#menu-menu-corporate .red-link a {
		color: var(--red)
	}
		#menu-menu-corporate .cyan-link a {
		color: var(--cyan)
	}
		#menu-menu-corporate .pink-link a {
		color: var(--pink)
	}
		#menu-menu-corporate .lightorange-link a {
		color: var(--lightorange)
	}
			#menu-menu-corporate .blue-link a {
		color: var(--blue)
	}
	

/*
.overlay.show:before {
    left: 0;
}
.overlay:after {
    content: "";
    background: rgba(0,0,0,.95);
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}
.overlay.show:after {
    right: 0;
}
*/
.overlay a {
	color: #fff
}


.navbar-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
}
	

.overlay.show {
display: block

}
	.navbar-light .navbar-toggler {
    padding: 0;
    position: absolute;
    right: 15px;
}

	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 15px;
}
.logo-img {
    /* filter: brightness(0) invert(1); */
    height: 55px;
    width: auto;
}
	.active .logo-img {
    filter: brightness(0) invert(1); 

}
		.active.page-template-page-programma .btn-menu span {
    background: var(--white);
}
	.testata-interna h1 {

    font-size: 22px;

}
	.testisuslide {
padding:15px 10px !important;
        text-align: center;
        padding-left: 0 !important;
        top: auto
}
	.home h1 {
    font-size: 3rem;
}
	.box-alternati {
		text-align: center;
		    padding-top: 1em;
    padding-bottom: 1em;
	}
	
	.blocchi-info p {

    width: 80%;
}
	
	.btn-arrow {
    right: 20px;
	}
.home	.icona-titolo {
    position: relative;
    padding-left: 0;
    margin-top: 25px;
}
	.blocchi-info h3 {
    left: 0;
	}
	.page-template-page-programma .specifiche .row-cont {
    height: auto;
}
	
	.page-template-page-programma .programma-cont {
		padding-bottom: 20px;
		background: #F8F7F5;
	}
	
	.page-template-page-programma .specifiche .icona {
   width: 100%;
    height: 225px;
    margin-top: 0;
    margin-left: auto;
    position: relative;
    top: -25px;
    margin-right: auto;
    text-align: center;
    justify-content: center;
}
	#demo div {
	text-align: center;
	padding: 0 15px
}
	h2.linea:after {

    width: 100%;

}
	.border-image:before {

    width: 90%;

}
	.bg-curvo {
    padding: 15em 0 10em 0!important;
    margin-top: -8em;
}
	
.page-template-page-home .specifiche .row {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F8F7F5;
    text-align: center;
    padding: 30px 0;
}
	.page-template-page-home .programma-cont:nth-child(even) {
		padding-left: 0
	}
	.page-template-page-home .programma-cont:nth-child(even) .row {
		margin-left: 0
	}
	
	.page-template-page-home	.specifiche .icona {
    width: 185px;
    height: 190px;
    margin-top: -17px;
    margin: -45px auto 0 auto;
}
	
	.page-template-page-home		.specifiche #programma-2 .icona {
		    margin-top: -17px;
    margin: -45px auto 0 auto;
	}
.home .icona-titolo:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    right: 0;
    margin: auto;
}
	
	.topic-img {
		display: none
	}
		.topic-img img {
height: 100% !important;
    object-fit: cover;
    position: relative;
    z-index: 11;
    left: 0 !important;
	}
	.mx-0-mobile {
		margin: 0
	}
	.owl-thumbs {
		display: none
	}
	.specifiche div {
    height: auto;

}
	.programmadesc:after {
    content: '';
    position: absolute;
    left: 6%;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 90%;
}
	.specifiche .scopriprogramma a {

    margin: auto;
}
	.evento-nome {
margin-top: -390px;
    color: #fff;
    width: 100%;

}
	.event-template-default h1 {
    font-size: 1.6rem;
}
	
	.specifiche-evento .sinistra:after {
    display: none
}
	
	.qem-icon .qem-calendar-large, .qem-icon .qem-calendar-medium {

    width: 80px !important;

}

	#alternato-1 .img { 
		order: 2
	}
	#alternato-2 .img {
		order: 2
	}
	
	#azienda-page {
		margin-top: 130px !important
	}
	.azienda-team-text {
		margin: 50px 0 30px 0 !important
	}
	.riga-azienda {
		margin-top: 0 !important
	}
	.img-team-azienda {
		order: 20;
    padding: 25px !important;
	}
	.img {
		height: 430px !important
	}
	.gallery-azienda 	.img {
		height: auto !important
	}
	
	#alternato-2 {
		padding-bottom: 0 !important
	}

.fixed {
    position: relative;
    right: 0;
    height: auto;
}
	
	.icon-scroll {
		display: none
	}
	
	.heightauto {
		height: auto !important
	}
	
	.px-mobile-0 {
		padding-left: 0;
		padding-right: 0
	}
	.owl-dots {
    width: 100%;
    position: absolute;
    bottom: -45px;
    margin-top: 0 !important;
}
.text-4:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: 1px solid rgba(0,0,0,0.3);
	border-right: none;
    width: 90%;
    height: 10px;
    top: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
	.titoloslide {
    font-size: 3rem;
}
	#owl-home-gallery .owl-prev {
		left: 0
	}
	#owl-home-gallery .owl-next {
		right: 0
	}
.settore-management {
    background:
	linear-gradient(
    to bottom, 
    var(--cyan) 0%, 
    var(--cyan) 40%, 
    #fff 40%, 
    #fff 100%
  )	
}
	
	
	.settore-sales-dpt  {
    background:
	linear-gradient(
    to bottom, 
    var(--lightorange) 0%, 
    var(--lightorange) 20%, 
    #fff 20%, 
    #fff 100%
  )	
}
	
	.settore-research-and-development-dept {
	background:
			linear-gradient(
    to bottom, 
    var(--pink) 0%, 
    var(--pink) 40%, 
    #fff 40%, 
    #fff 100%
  )	
}

.settore-account-dept {
	background: 
			linear-gradient(
    to bottom, 
    var(--blue) 0%, 
    var(--blue) 40%, 
    #fff 40%, 
    #fff 100%
  )	
}

.settore-sample-room {
	background: 
			linear-gradient(
    to bottom, 
    var(--red) 0%, 
    var(--red) 40%, 
    #fff 40%, 
    #fff 100%
  )	
}
.settore-production-dept {
		background: 
				linear-gradient(
    to bottom, 
    var(--orange) 0%, 
    var(--orange) 22%, 
    #fff 22%, 
    #fff 100%
  )	
}
.settore-weaving-dept  {
		background:
				linear-gradient(
    to bottom, 
    var(--green) 0%, 
    var(--green) 40%, 
    #fff 40%, 
    #fff 100%
  )	
}
.settore-finishing-dept-and-quality-control {
			background: 
					linear-gradient(
    to bottom, 
    var(--cyan) 0%, 
    var(--cyan) 15%, 
    #fff 15%, 
    #fff 100%
  )	
}
	.indicazioni-team .white {
		color: var(--darkgrey) !important
	}
	.h-auto-mobile {
		height: auto !important
	}
	
	.indicazioni-team h4 {
		font-size: 1.3rem;
	}
	
	.masonry {
    column-count: 2;
    column-gap: 1em;
}
	#map_wrapper {

    margin-left: -15px;
    margin-right: -15px;
}
	
	#film-gallery figure {
		height: 280px !important
	}
	
	#film-gallery.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -20px;
    width: auto;
    left: 0;
    right: 0;
}
	
	.error404 #content {
		height: 90vh !important
	}
	.error404 #content .col-12 {
padding-left: 1em !important;
   padding-top: 2em !important;
	}

	footer h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,0.4);
    right: 0;
    margin: auto;
}
.titolo-border-left.titolo-border-right:before {

    bottom: -10px;
    left: 20px;
}
.titolo-border-left.titolo-border-right:after {
    top: -35px;
    right: 18px;
}
.areaprivata  svg {
margin-left: -180px;
}
	.areaprivata:before {
    border-top: 1px solid #808080;
		border-left:none
}
	.areaprivata {
		text-align: left
	}
	.areaprivata .nav-link {
		padding-left: 0;
		padding-right: 0
	}
	.areaprivata  svg #Area_Personale {
		display: none
	}
	.cta-registrati .nav-link {
    width: fit-content;
    margin: auto;
}
	
	.cta-registrati .nav-link:after {
		display: none
	}
	body.active .custom-logo {
		filter: brightness(0) invert(1);
	}
	body.active .sticky .custom-logo {
		filter:none
	}
	#menu-menu-corporate {
		margin-top:10em ;
		position: relative;
		height: 100%
	}
	
	#menu-menu-corporate  .nav-link {
		z-index: 11111111111111;
		        color: #fff;
	}
	.cerca svg #Tracciato_6540 {
		fill:#fff
	}
	#dismiss svg {
		height: 25px;
		width: auto
	}
	#text-search {
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    z-index: 111111111;
    top: 75%;
    height: 60px;
}
	#searchsubmit {
    border: none;
    position: absolute;
    top: 0;
    right: 5px;
}
	#text-search.open {
		display: none !important
	}
	#searchform-mobile .form-control{
		background: var(--orange)
	}
.frequanza-durata .elementor-col-33:after {
    position: absolute;
    content: '';
    right: 0;
    font-size: 80px;
    font-weight: 300;
    top: 105px;
    color: var(--orange);
    left: 0;
    margin: auto;
    width: 40%;
    border-top: 2px solid;
}
	.elementor-element-763098a {
		max-width: 100%
	}
.elementor-element-ea64e2d {
    margin-left: 0;
    width: 100%;
	}
	
.elementor-element-9555e88 {
    background: var(--lightpink);
    right: 0;
    padding: 1em;
    margin-top: 50px;
    margin-right: 0;
    color: var(--purple);
    left: 6px;
}
.elementor-element-a922a2e {
    padding: 2em;

}
.elementor-element-5cafdbb {
    height: auto;
    background-size: cover;
}
	.element-d0e54f3 {
		padding: 1em !important
	}
.bg-beige-radiant {
    background: var(--beige);
    background: -moz-linear-gradient(top, rgba(248,244,239,1) 100%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,244,239,1) 100%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(248,244,239,1) 100%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4ef', endColorstr='#ffffff',GradientType=0 );
}
	

	.tab-pink-border:before {
    bottom: -12px;
		top: auto
		
}
.tab-orange-border:after,
.tab-pink-border:after {
    bottom: 0;
	top: auto
}
	.tab-orange-border:before {

    bottom: 0;
}
	.elementor-tab-mobile-title {
		background: var(--beige);
		color: var(--purple);
		position: relative;
		margin-bottom: 20px
	}
	.elementor-tab-mobile-title.elementor-active {
		color: var(--pink)
	}
	.elementor-tab-content {
    margin-top: 30px;
    padding: 20px 30px !important;
}
	
	.elementor-tab-mobile-title.elementor-active:after {
    width: 0px !important;
    height: 0px!important;
    border-left: 20px solid transparent!important;
    border-right: 20px solid transparent!important;
    border-top: 20px solid var(--beige)!important;
    position: absolute!important;
    content: ''!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    bottom: -20px!important;
    z-index: 1111!important;
}
	.post-img {
    height: 300px;
    object-fit: cover;
}
.titolo-post {
    position: absolute;
    top: 50px;
    left: 0;
}
	.sidebar  {
		margin-top: 50px
	}
	.separatore-img {
		object-fit: contain !important;
    margin: 3em 0 0 0 !important;
	}
	.single-docente .docente-img ,
		.single-supervisore .docente-img,
			.single-tutor .docente-img{
    margin-bottom: 25px;
}
	.nav-tabs li {
		margin-bottom: 35px
	}
	.nav-tabs .nav-link {
    padding: 5px 25px;

}
	.nav-tabs .nav-link:hover {
		text-decoration: none !important
	}
	.cont-tabs {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}



.post-password-form {
	width: 80%;
    margin: auto;
    text-align: center;
}
.post-password-form .form-control {
		height: 40px;
    border: 1px solid #ddd;

}
.post-password-form input[type=submit] {
    margin-top: -5px;
}

section ul {
    margin:20px;
}

h3 {
    margin:20px 0;
}

.enti-cont img {
    width: auto;
    height: 130px;
    object-fit: contain;
}
.qem-icon .qem-calendar-medium {
    font-family: 'Oxfam TSTAR PRO Headline';
}
.qem  .qem-medium {
    margin-left: 0;
}

.qem-calendar-small .day, .qem-calendar-medium .day, .qem-calendar-large .day {
    display: block;
    color: #FFF;
    background: #343838;
    border: 2px solid #343838;
    border-bottom: none;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    animation: none !important;
    background: var(--green) !important;
}
.qem-calendar-medium .month {
    font-size: 150%;
    display: block;
    padding: 3px 0;
    animation: none !important;
}
.qem-calendar-small .nonday, .qem-calendar-medium .nonday, .qem-calendar-large .nonday {
    display: block;
    border: 2px solid #343838;
    border-top: none;
    background: #FFF;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: none !important;
}
.qemright { 
	display: none
}

.qem-register {
    max-width: 100%;
    overflow: hidden;
width: 80% !important;
    padding-left: 30px !important;
}
.qem-register input[type=text], .qem-register input[type=number], .qem-register textarea, .qem-register select {
    background: #FFFFFF;
    line-height: normal;
    height: auto;
    margin: 2px 0 15px 0  !important;
    padding: 6px  !important;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc !important;
    padding: 6px 10px  !important;
    height: 38px  !important;
    width: 100%  !important;
    line-height: 1.3  !important;
}
.qem-register h2 {
    color: var(--green) !important;
    height: auto;
}
p.placesavailable {
	padding-left: 110px !important;
    font-size: 20px;
}
.qem-register .validator input {
	border: none !important
}

.qem-register #submit {
    float: left;
    width: 100%;
    color: #FFF;
    background: var(--green) !important;
    border: 1px solid var(--green)!important;
    font-size: inherit;
}

.qem-register #submit:hover {
    float: left;
    width: 100%;
    color: #FFF;
    background: var(--corpo)!important;
    border: 1px solid var(--corpo)!important;
    font-size: inherit;
}
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


@media (max-width: 767px) {
	.qem-register {
    max-width: 100% !important;
    overflow: hidden;
    width: 100% !important;
    padding-left: 0 !important;
}
	
	.blocco-icone img {
		width: 100px;
		
	}
}

.mainpartner-block h3 {
	color: var(--green);
	    font-weight: bold;
}
.mainpartner-block .border-image {
	float: none
}
.mainpartner-block .border-image:before {
    content: '';
    position: absolute;
    left: 33px;
    bottom: -14px;
    width: 88%;
    height: 10px;
    border-bottom: 15px solid var(--green);
}
.mainpartner-block .border-image:after {
    right: -16px;
}
.partner-desc .mainpartner-block:nth-child(odd)   .border-image:after {
    border-left-color: var(--darkgreen);
}
.partner-desc .mainpartner-block:nth-child(odd)   .border-image:before {
    border-bottom-color: var(--darkgreen);
}

@media (max-width: 767px) {
.mainpartner-block .border-image:before {
    left: 37px;
    width: 90%;

}
}
.edizione-carousel picture {
	position: relative;
	z-index: -1;
}
.edizione-carousel picture:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(21,154,76);
    height: 100%;
    opacity: 0.5;
}


.slick-center {
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  transform: scale(1.9);    
}

.slick-center img {
	position: relative;
	z-index: 1
}

.edizione-carousel .slick-center picture {
	position: relative;
	z-index: 11;
}
.slick-nav-prev, .slick-nav-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
background: #F8F7F5 !important;
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
    margin-right: 12px !important;
}
.slick-nav-next {
    right: -35px;
}
.slick-nav-prev {
    left: 5px;
    z-index: 1;
}
.slick-list { 
  padding:45px 60px !important;
  margin-left:30px !important;
}


.page-id-229 footer {
	margin-top: 100px !important
}

/*#menu-item-399 {
	display: none
}*/

.page-id-3 .slide,
.page-id-279 .slide{
	background:var(--green) !important;
	height:20vh !important
}
.page-id-3 .slide:before ,
.page-id-279 .slide:before {
	display:none
}


.grecaptcha-badge {
	bottom: 90px !important
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}