

* {
	margin: 0;
	padding: 0;
  }

html, body{
    height: 100%;
    background-image: url('../img/sfondo.jpg') !important;
	background-size: 100%;
}

p, li {
	font-size: 22px;
}

a{
	color:#831c12;
	text-decoration: none;
}

a:hover{
	color: #a62216
}

.bk_404{
    height: 1200px !important;
	background-image: url('../img/404_page.png');
	background-size: 100%;
	background-repeat: repeat-y;
}


/* Navbar */

.navbar{
    width: 100% !important;
    background-color: #080808da !important;
}

.navbar-nav{
	border-bottom: 0.5px solid #403938;
}

.nav-link{
    font-size: 25px !important;
    color: #831c12 !important;
	margin-left: 10px;
}

.nav-link:hover{
	color: #a62216 !important;
}

.logo{
	border-radius: 50%;
    height: 60px;
	width: 60px;
	margin-bottom: 10px;
}

.navbar-toggler:hover{

	border: 1px solid #403938;

}

.flags{
	border-radius: 50%;
    height: 30px;
	width: 30px;
	margin-bottom: 10px;
}

.flags:hover{
	border: 1px solid #403938;
}

/* Index content */

.content, .container{
	height: auto !important;
	background-color: rgba(0, 0, 0, 0.651) !important;
	top: 0;
	padding: 50px;
	margin-bottom: 0 !important;
  }

  .content .center{
	top: 50%;
	left: 50%;
    margin-top: 150px;
	margin-bottom: 150px;
  }

  .content #title{
	  color: #f5f5f5;
	  text-align: center;
	  margin-top: 30px;
	  margin-bottom: 10px;

  }

  @media only screen and (max-width: 600px){

	.content #title{
		font-size: 30px !important;
	}
  }

  .line {

	  border: 0.5px solid #f5f5f5;
  }

  .content #description{

	  color: #f5f5f5;
	  font-size: 25px;
  }

  .content #description p{
	  text-align: center;
  }

  .content .content_text p{
	  color: #f5f5f5;
	  font-size: 25px;
	  text-align: left;
	  padding: 20px;
  }

  .content li {
	color: #f5f5f5;
  }

  .content .content_text img{
	margin-left: auto;
	margin-right: auto;
	float: center;
  }

  .wp-block-gallery{
	  display: block;
  }

  .content .content_text figure{
	margin-left: auto;
	margin-right: auto;
  }

  .content .content_text img{
    width: 100%;
	max-width: 800px;
	margin: auto;
	display: block;
  }

  .content .content_text{
	  text-align: justify;
  }

  .content .content_text hr{

	color: white;
  }

  .wpcf7{

	margin: 0 auto;
	max-width: 900px;

  }

  .wpcf7 input{
	  width: 100%;
  }

  .wpcf7 textarea{
	width: 100%;

   }

   .wpcf7 input[type="submit"]{

	background-color: #333;
    color: #ffffff;
	border-radius: 20px;
	max-width: 700px;

   }

  .job_desription{
	  margin-left: 80px;
  }

  @media (max-width: 800px) {

	.content .content_text img{
		height: 200px;
	}
	

  }



/* Footer */


.footer-distributed{
	background: rgba(12, 12, 12, 0.883);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	font: bold 16px sans-serif;
	text-align: left;
	padding: 70px 60px 40px;
	overflow: hidden;
	bottom: 0;
	
}

section {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 60vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}


/* Footer left */

.footer-distributed .footer-left{
	float: left;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Roboto', cursive;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 40px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Center */

.footer-distributed .footer-center{
	text-align: center;
	margin: 0 auto;
}

.footer-distributed .footer-center p{
	font-size: 20px;
}


/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 400px;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}

.footer-distributed form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-company-name{
		font-size: 12px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 250px;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}

@media (max-width: 800px) {

	.footer-distributed{
		padding: 30px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: none;
	}
}


.button-83 {
    appearance: button;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #000, #403938);
    border: 0 solid #e5e7eb;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #831c12;
    column-gap: 1rem;
    cursor: pointer;
    display: flex;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    outline: 2px solid transparent;
    padding: 2rem 4rem;
	text-decoration: none;
    text-align: center;
    text-transform: none;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);
}


.button-83:hover{
    text-decoration: none !important;
    color: #403938;
    background-image: linear-gradient(to bottom, #fff, #a62216) !important;
}

.icon_link:hover{

	background-color: #d1d2d2 !important;

}


/* cookie banner */

.cookie-container{
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.8);
    transition: 400ms;
    z-index: 2;
 }
 
 .cookie-container p{
     margin-top: 10px;
     font-size: 20px;
 }
 
 .cookie-container.active{
     top: 0;
 }
 
 .coockie-btn{
     background: #e84118;
     border: 0;
     color: #f5f6fa;
     padding: 12px 48px;
     font-size: 18px;
     margin-top: 20px;
     margin-bottom: 16px;
     border-radius: 8px;
     cursor: pointer;
 }
 


 /*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com 
                        (matt brown)
---------------------------------------------------------------------------------
*/


.msg { padding: 10px; background: #222; position: relative; }
.msg h1 { color: #fff;  }
.msg a { margin-left: 20px; background: #408814; color: white; padding: 4px 8px; text-decoration: none; }
.msg a:hover { background: #266400; }

/* //-- yui-grids style overrides -- */
body { font-family: Georgia; color: #fff; }
#inner { padding: 10px 80px; margin: 80px auto; background: rgba(51, 51, 51, 0.604); border: solid #831c12; border-width: 8px 0 2px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; }

/* //-- header, body, footer -- */
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #ccc }
#hd h2 { text-transform: uppercase; letter-spacing: 2px; }
#bd, #ft { margin-bottom: 2em; }

/* //-- footer -- */
#ft { padding: 1em 0 5em 0; font-size: 92%; border-top: 1px solid #ccc; text-align: center; }
#ft p { margin-bottom: 0; text-align: center;   }

/* //-- core typography and style -- */
#hd h1 { font-size: 48px; text-transform: uppercase; letter-spacing: 3px; }
#doc2 h2 { font-size: 152% }
#doc2 h3, #doc2 h4 { font-size: 122%; }
#doc2 h1, #doc2 h2, #doc2 h3, #doc2 h4 { color: #fff; }
#doc2 p { font-size: 100%; line-height: 18px; padding-right: 3em; }
#doc2 a { color: #990003 }
#doc2 a:hover { text-decoration: none; }
#doc2 strong { font-weight: bold; }
#doc2 li { line-height: 24px; }
p.enlarge { color: white; font-size: 144%; padding-right: 6.5em; line-height: 24px; }
p.enlarge span { color: rgb(255, 255, 255) }
.contact-info { max-width: 800px; margin: 0 auto; margin-top: 7px; }
.contact-info img{ width: 100%;}

@media screen and (max_width: 700px){

	.contact-info img{ max-height: 40px;}
}

.first h2 { font-style: italic; }
.last { border-bottom: 0 }


/* //-- section styles -- */

a#pdf { display: block; float: left; background: #666; color: white; padding: 6px 50px 6px 12px; margin-bottom: 6px; text-decoration: none;  }
a#pdf:hover { background: #222; }

.job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.job h4 { position: absolute; top: 0.35em; right: 0 }
@media screen and (max-width: 900px){
	.job h4 { position: relative; top: 0.35em; right: 0 }
}
.job p { margin: 0.75em 0 3em 0; color: white; }

.last { border: none; }
.skills-list {  }
.skills-list ul { margin: 0; list-style: none;}
.skills-list li { margin: 3px 0; padding: 3px 0; }
.skills-list li span { font-size: 152%; display: block; margin-bottom: -2px; padding: 0 }
.talent { width: 32%; float: left }
@media screen and (max-width: 800px){

	.talent { float: none }

}
.talent h2 { margin-bottom: 6px; }
.talent p, .talent li{color: white;}

#srt-ttab { margin-bottom: 100px; text-align: center;  }
#srt-ttab img.last { margin-top: 20px }

/* --// override to force 1/8th width grids -- */
.yui-gf .yui-u{width:80.2%;}
.yui-gf div.first{width:12.3%;}



/* contact form */

#form_landing{
	background-color: rgba(2, 2, 2, 0.911) !important;
	padding: 50px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

#form_landing form li{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
}

#form_landing form li span, #form_landing form li label{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

#form_landing form li input[type="text"]{
	width: 50%;
}

#form_landing form li input[type="email"]{
	width: 50%;
}

#form_landing form input[type="submit"]{
	width: 100%;
	padding: 10px;
	font-size: 30px;
	margin-top: 10px;
}



.labels{
	text-align: left !important;
	font-size: 30px;
	margin-bottom: 10px;
}

.form_contact textarea{
	  height:400px;
	  margin-bottom: 20px;

}

.center_img{

	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
}

.ul_corsi{
	list-style-type: none;
}

.text-content{
	margin-top: 60px;
}