/*
Theme Name:   GeneratePress Child
Theme URI:    https://esempio.com/
Description:  Child theme per GeneratePress
Author:       Il tuo nome
Author URI:   https://esempio.com/
Template:     generatepress
Version:      1.0.1
Text Domain:  generatepress-child
*/

/* Qui puoi iniziare ad aggiungere le tue personalizzazioni CSS */

/*testi*/


@import url("https://use.typekit.net/tdk8gmp.css");

.scalevf {
  font-family: "scale-variable", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 100;
}


p {
  font-size: 1.1rem;
}

.huge {
	 font-size: 6.5rem;
	 line-height: 1.2;
}
 .huge h1, .huge h2, .huge h3, .huge p {
	 font-size: 6.5rem;
	 line-height: 1.1;
}
 @media (max-width: 1023px) {
	 .huge {
		 font-size: 4rem;
	}
	 .huge h1, .huge h2, .huge h3, .huge p {
		 font-size: 4rem;
	}
}
 h2 span {
	 font-family: inherit;
}
 .bigga {
	 font-size: 3.5rem;
	 line-height: 1.1;
}
 .bigga h1, .bigga h2, .bigga h3, .bigga p {
	 font-size: 3.5rem;
	 line-height: 1.1;
}
 @media (max-width: 1023px) {
	 .bigga {
		 font-size: 3.25rem;
	}
	 .bigga h1, .bigga h2, .bigga h3, .bigga p {
		 font-size: 3.25rem;
	}
}

.bigg1 {
  font-size: 4rem;
  line-height: 1.1;
}
.bigg1 h1, .bigga h2, .bigga h3, .bigga p {
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .bigg1 {
    font-size: 2.5rem;
 }
  .bigg1 h1, .bigga h2, .bigga h3, .bigga p {
    font-size: 2.5rem;
 }
}


 .biggy {
	 font-size: 2.75rem;
	 line-height: 1.25;
}
 .biggy h1, .biggy h2, .biggy h3, .biggy p {
	 font-size: 2.75rem;
	 line-height: 1.25;
}
 @media (max-width: 1023px) {
	 .biggy {
		 font-size: 2rem;
	}
	 .biggy h1, .biggy h2, .biggy h3, .biggy p {
		 font-size: 2rem;
	}
}
 .bigger {
	 font-size: 2.2rem;
	 line-height: 1.25;
}
 .bigger h1, .bigger h2, .bigger h3, .bigger p {
	 font-size: 2.2rem;
	 line-height: 1.25;
}
 @media (max-width: 1023px) {
	 .bigger {
		 font-size: 1.75rem;
	}
	 .bigger h1, .bigger h2, .bigger h3, .bigger p {
		 font-size: 1.75rem;
	}
}
 .lil-bigger {
	 font-size: 1.4rem;
	 line-height: 1.6;
	 font-weight: 400 !important;
}
 .lil-bigger h1, .lil-bigger h2, .lil-bigger h3, .lil-bigger h4, .lil-bigger p {
	 font-size: 1.4rem;
	 line-height: 1.4;
	 font-weight: 400 !important;
}
 @media (max-width: 1023px) {
	 .lil-bigger {
		 font-size: 1.52rem;
	}
	 .lil-bigger h1, .lil-bigger h2, .lil-bigger h3, .lil-bigger h4, .lil-bigger p {
		 font-size: 1.45rem;
	}
}
 .lil-bigger a {
	 font-size: 1.4rem;
	 line-height: 1.6;
}
 @media (max-width: 1023px) {
	 .lil-bigger a {
		 font-size: 1.25rem;
	}
}

.p-mb0 p {
	 margin-bottom: 0px;
}
 .smaller {
	 font-size: 0.9rem !important;
}
 .smaller p, .smaller a {
	 font-size: 0.9rem !important;
}
 .smallest {
	 font-size: 0.75rem;
}
 .smallest p, .smallest a {
	 font-size: 0.75rem;
}
 .fatty {
	 font-weight: 700 !important;
}
 .fatty h1, .fatty h2, .fatty h3, .fatty p, .fatty a, .fatty button {
	 font-weight: 700 !important;
}
 .mid-fatty {
	 font-weight: 500 !important;
}
 .mid-fatty h1, .mid-fatty h2, .mid-fatty h3, .mid-fatty h4, .mid-fatty p, .mid-fatty a, .mid-fatty button {
	 font-weight: 500 !important;
}
 .regular {
	 font-weight: 400 !important;
}
 .regular h1, .regular h2, .regular h3, .regular p, .regular a {
	 font-weight: 400 !important;
}
 .lighty {
	 font-weight: 200 !important;
}
 .lighty h1, .lighty h2, .lighty h3, .lighty p, .lighty a {
	 font-weight: 200 !important;
}
 .letter-spaced {
	 letter-spacing: 1px;
}
 .letter-spaced p, .letter-spaced h1, .letter-spaced h2, .letter-spaced h3, .letter-spaced a {
	 letter-spacing: 1px;
}
 .flat-button .vc_btn3.vc_btn3-style-custom, .flat-button a, .flat-button button {
	 background-image: none;
	 opacity: 1;
	 transition: all 0.3s;
}
 .flat-button .vc_btn3.vc_btn3-style-custom:hover, .flat-button a:hover, .flat-button button:hover {
	 opacity: 0.9;
}
 .flat-button.letter-spaced a, .flat-button.letter-spaced button {
	 letter-spacing: 2px;
}
 .flat-button.text-uppercase a, .flat-button.text-uppercase button {
	 text-transform: uppercase;
}
 .no-deco {
	 text-decoration: none;
}
 .no-deco a {
	 text-decoration: none !important;
}
 .less-line-height p {
	 line-height: 1;
}
 .minh-text-block {
	 min-height: 120px;
}


/*spaziature*/
.m-0 {
  margin: 0;
}

.gap-0 {
  column-gap: 0;
}

.p-0 {
  padding: 0 !important;
}
.p-0 .wp-block-column {
  padding: 0 !important;
}
.ps-5x2 {
  padding-left: 6em !important;
}

.pe-5x2 {
  padding-right: 6em !important;
}

.ps-5x3 {
  padding-left: 9em !important;
}

.pe-5x3 {
  padding-right: 9em !important;
}

.more-pad-left-25 {
  padding-left: 25%;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .more-pad-left-25 {
    padding-left: 1rem;
    padding-right: 1rem;
 }
}
.more-pad-right-25 {
  padding-right: 25%;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .more-pad-right-25 {
    padding-left: 1rem;
    padding-right: 1rem;
 }
}


/*GLOBAL CUSTOM ASSETS*/

html {
  scroll-behavior: smooth;
}

.testata-home-p {
	line-height: 1;
}

main {
	padding-top: 0  !important;;
	padding-bottom: 0 !important;
	margin-top: 0  !important;;
	margin-bottom: 0  !important;;
}

.inside-article {
	padding: 0 !important;
}

.drop-shadow1 {
  box-shadow: 1px 10px 46px -4px rgba(0,0,0,0.17);
  -webkit-box-shadow: 1px 10px 46px -4px rgba(0,0,0,0.17);
  -moz-box-shadow: 1px 10px 46px -4px rgba(0,0,0,0.17);
}


.overflow-hid {
  overflow: hidden;
}

/*menu*/
#menu-main-menu {}

#menu-main-menu li {}

#menu-main-menu li a {
  font-size: 1.1rem;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 500;
}

#menu-main-menu li .sub-menu {
  background-color: #391D23;
  text-align: center;
  padding: 1rem .25rem;
}

#menu-main-menu li .sub-menu li {

}

#menu-main-menu li .sub-menu li a {
  color: #EAE6D9;
}


#menu-utility-menu li a {
  font-size: .9rem;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 500;
}

/*HOMEPAGE*/
#opening {
	background-image: url(https://associazionefanon.giustieventi.it/wp-content/uploads/2025/08/Banner_home_1920x875_2-scaled.jpg);
	background-size: cover;
}

/*interne*/
.trick::after {
  position: absolute;
  height: 100%;
  background: pink;
  content: '';
}

/*query*/
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}


/*form*/
.wpcf7 .row {
  display: flex;
  column-gap: 36px;
}

.wpcf7 .row .col-md-6 {
  width: 50%;
}
.wpcf7 .row .col-12 {
  width: 100%;
}

.wpcf7 .row  .col-md-10 {
  width: 80%;
}

.wpcf7 .row  .col-md-2 {
  width: 20%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 input:focus,
.wpcf7 textarea:focus  {
   border: 0;
   border-bottom: 1px solid #05161C;
   width: 100%;
 }

 .wpcf7 select {
   width: 100%;
   margin-top: 8px;
   border: 1px solid #05161C;
 }


  .wpcf7 input[type="file"] {
    margin-top: 8px;
    border: 1px solid #05161C;
    padding: 10px;
    width: auto;
    font-family: "Atkinson Hyperlegible", sans-serif !important;
  }

  .wpcf7 select:focus {
     border: 1px solid #05161C;
  }

 .wpcf7 input[type="checkbox"] {
   width: auto;
 }

.wpcf7 label,
 .wpcf7 input::placeholder,
 .wpcf7 textarea::placeholder {
    color: #555;
    font-family: "Atkinson Hyperlegible", sans-serif !important;
}

.wpcf7 input[type="submit"] {
  color: #fff;
  font-family: "Atkinson Hyperlegible", sans-serif !important;
  background-color: #BC3426;
  text-transform: uppercase;
  border-bottom: 0;
}

.wpcf7 .wpcf7-file::before {
    content: 'Allega CV *';
    font-family: "Atkinson Hyperlegible", sans-serif !important;
    color: #555;
    display: inline-block;
    border-radius: 0px;
    display: inline-block;
    border-radius: 0px;
    padding: 5px 1px 5px 5px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all .3s ease-in-out;
    background: #FF774B;
    position: absolute;
    left: 1px;
    top: -6px;
}

.radio-sel p {display: flex;}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em;
}
.wpcf7-radio .wpcf7-list-item input {
  width: auto;
}

.mb-2 {
  margin-bottom: 1rem;
}

/*NEWS*/
footer.entry-meta {
	display: none;
}