/*
Theme Name: Intact Child
Template: intact
Theme URI: http://keydesign-themes.com/intact/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Intact - Premium Multi-Purpose WordPress Theme
Version: 1.5
Description: Intact is a creative and colorful, highly engaging, dynamic and professional onepage WordPress theme.
Author: Key-Design
Author URI: http://www.keydesign-themes.com
Tags: one-column, custom-menu

/* Below you can write your style */

:root {
  --primary: #00a5c8;
  --fontcolor: #1f1f1f;
  --bggreycolor: #f8f8f8;
}

/*
body.page .vc_column_container>.vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}

 body.page .vc_row[data-vc-full-width] .vc_column_container>.vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

body.page  .vc_row.add-padding-30 .vc_column_container>.vc_column-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
} */

.navbar-default .nav li a {
  text-transform: uppercase !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-sides,
.no-padding-sides .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.primary-color {
  color: var(--primary);
}

.pl-15 {
  padding-left: 15px !important;
}

section {
  padding: 100px 0;
  position: relative;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-margins {
  margin-right: 0;
  margin-left: 0;
}

.square-button {
  word-break: keep-all;
  display: table;
  border: 1px solid var(--fontcolor);
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  background-color: var(--fontcolor);
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.square-button:hover,
.square-button:focus {
  color: #000;
  background-color: #fff;
}

.square-hollow-button {
  word-break: keep-all;
  display: table;
  border: 1px solid var(--fontcolor);
  color: var(--fontcolor);
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.square-hollow-button:hover,
.square-hollow-button:focus {
  background-color: var(--fontcolor);
  color: #fff;
}

.social-container {
  float: left;
  margin-left: 16px;
  /* margin-top: 13px; */
}

.social-link {
  border-radius: 30px;
  font-size: 19px;
  font-weight: 900;
  padding: 0;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  box-sizing: content-box;
  display: block;
  float: right;
  line-height: 46px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  margin-right: 15px;
}

.navbar-default .nav li a {
  font-weight: 400;
}

.navbar-default .nav li.current-menu-item a {
  font-weight: 700;
}

.navbar-default.navbar-fixed-top #main-menu .social-link .fa {
  color: #000;
}

.home .navbar-default.navbar-fixed-top #main-menu .social-link .fa {
  color: #fff;
}

.navbar-default.navbar-fixed-top.navbar-shrink #main-menu .social-link .fa {
  color: #1f1f1f;
}

/*home*/

#home-portfolio-items .col .image {
  background: #ddd;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#home-portfolio-items .col .image .title {
  background: rgb(0 165 199 / 62%);
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}

#home-portfolio-items .col .image.long {
  background: url(/wp-content/uploads/2021/02/progetti-6.jpg) no-repeat;
  min-height: 400px;
}

#home-portfolio-items .col .image.attrezzature-speciali {
  background: url(/wp-content/uploads/2021/02/attrezzature-speciali.jpg)
    no-repeat;
  background-size: cover;
}

#home-portfolio-items .col .image.strutture-esistenti {
  background: url(/wp-content/uploads/2021/02/strutture-esistenti.jpg) no-repeat;
  background-size: cover;
}

#home-portfolio-items .col .image.montaggi {
  background: url(/wp-content/uploads/2021/02/montaggi-quad.jpg) no-repeat;
  background-size: cover;
}

#home-portfolio-items .col .image.vari {
  background: url(/wp-content/uploads/2021/03/Vari.jpg) no-repeat;
  background-size: cover;
}

#home-portfolio-items .col .image.gare {
  background: url(/wp-content/uploads/2021/02/gare-quad.jpg) no-repeat;
  background-size: cover;
}

#home-portfolio-items .col .image.infrastrutture {
  background: url(/wp-content/uploads/2021/02/infrastrutture.jpg) no-repeat;
  background-size: cover;
}

#home-portfolio-items .col a:hover .title {
  background: rgb(0 165 199 / 100%);
}

#home-masonry-news .vc_btn3 {
  border: 1px solid var(--fontcolor);
  color: var(--fontcolor);
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
}

#home-masonry-news .vc_btn3:hover {
  background-color: var(--fontcolor);
  color: #fff;
}

.home-news-image-template,
.home-news-text-template {
  border-radius: 0 !important;
}

#home-masonry-news .vc_btn3-container.vc_btn3-left {
  margin-bottom: 10px;
}

/* progetti */

#filtro-progetti {
  margin-top: 1rem;
  transform: translateY(-999px);
  transition: 0.4s ease-in-out;
  position: fixed;
  left: 0;
  top: 89px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 1rem 1rem 0;
  z-index: 1;
}

body.admin-bar #filtro-progetti {
  top: 130px;
}

#filtro-progetti.open {
  transform: translateY(0);
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 11px #0000004f;
}

#filtro-progetti .categorie-progetti {
  text-transform: uppercase;
}

#filtro-progetti .categorie-progetti,
#filtro-progetti .sub-cat {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
}

#filtro-progetti .categorie-progetti a,
#filtro-progetti .sub-cat a {
  color: var(--fontcolor);
}

#filtro-progetti .categorie-progetti .active a,
#filtro-progetti .sub-cat .active a {
  color: var(--primary);
  font-weight: 700;
}

#filtro-progetti .categorie-progetti > div,
#filtro-progetti .sub-cat > div {
  margin-right: 2rem;
}

#filtro-progetti .categorie-progetti a:hover,
#filtro-progetti .sub-cat a:hover {
  color: var(--primary);
}

.collapse-bar {
  position: fixed;
  z-index: 2;
  top: 65px;
  right: 0;
  width: 100%;
  padding: 0 1rem;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  text-align: right;
  height: 40px;
  cursor: pointer;
}

body.admin-bar .collapse-bar {
  top: 111px;
}

.collapse-bar .fa-filter {
  margin-left: 1rem;
}

.collapse-bar p {
  margin-bottom: 0 !important;
  line-height: 40px;
}

.collapse-bar.open .fa:before {
  content: "\f00d";
}

.collapse-bar span.attuale {
  float: left;
  font-weight: 700;
  color: var(--primary);
}

.collapse-bar.open p {
  color: var(--primary);
}

.collapse-bar.open span.attuale {
  display: none;
}

/* wp contact form 7 */

.wpcf7 * {
  border-radius: 0 !important;
}

.wpcf7 {
  max-width: 400px !important;
  margin: auto !important;
}

.wpcf7 .wpcf7-form-control {
  border: 0 !important;
  border-bottom: 1px solid var(--fontcolor) !important;
}

.wpcf7 .captcha-image,
.wpcf7 .kc_captcha .wpcf7-form-control {
  border: 0 !important;
}

.wpcf7 .captcha-image svg {
  padding: 5px;
  width: 34px;
  height: 34px;
}

.captcha-image .cf7ic_instructions span {
  color: #5abacc !important;
}

.wpcf7 label {
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: var(--fontcolor) !important;
}

.wpcf7 .wpcf7-submit {
  background-color: #fff !important;
  border: 1px solid var(--fontcolor) !important;
  color: var(--fontcolor) !important;
  padding: 0.5rem 1.5rem !important;
  font-weight: 400 !important;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
  line-height: 0;
  width: auto;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: var(--fontcolor) !important;
  color: #fff !important;
  border: 0 !important;
}

.wpcf7-response-output {
  margin-top: 4rem !important;
}

.wpcf7 .allega-cv {
  padding: 1rem 0 2rem;
}

.wpcf7 .allega-cv .wpcf7-form-control {
  margin-top: 1rem;
  border-bottom: 0 !important;
}

/* footer */

.upper-footer .textwidget {
  max-width: initial;
  display: flex;
  flex-direction: column;
}

.upper-footer .textwidget img {
  margin-bottom: 27px;
  max-width: 190px;
  margin: auto;
}

.footer-widget {
  display: flex;
  justify-content: center;
}

.lower-footer span {
  margin-right: 6px;
}

#menu-footer-menu li a {
  margin: 0;
  padding: 0;
}

#menu-footer-menu li:not(:last-child) a:before {
  content: "|";
  margin-right: 6px;
}

.navbar-footer li.aim-logo {
  margin-left: 20px;
  color: transparent;
}

.navbar-footer li.aim-logo.menu-item a:before {
  content: "aim";
  display: inline-block;
  background: url(http://www.steelproject.it/wp-content/themes/intact-child/Piccolo-Teatro-Digitale-logo.svg)
    no-repeat;
  width: 24px;
  height: 27px;
  background-position: 0 7px;
}

/*lista progetti*/

#project-list {
  clear: both;
  margin: 5rem 0;
}

#project-list .project-row {
  margin-bottom: 2rem;
}

#project-list .single-project .square-hollow-button {
  display: none;
}

#project-list .luogo {
  color: #999;
  font-size: 1.3em;
  margin-bottom: 1.2rem;
}

#project-list .single-project .lavorazione {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1rem;
}

#project-list .single-project .descrizione {
  line-height: 1.3rem;
  margin-bottom: 2.5rem;
}

#project-list .project-row .title {
  margin-bottom: 0.4rem;
  line-height: 32px;
}

#project-list .double-projects .title {
  margin-top: 1.5rem;
}

#project-list .project-row img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* reset portfolio e articoli */

.single-post img,
.portfolio-content .featured-image {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*portfolio*/

.portfolio-content .luogo {
  color: #999;
  font-size: 1.5em;
}

.portfolio-content .container h1.portfolio-title {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  text-align: left;
  font-weight: 400;
}

.portfolio-content #filtro-progetti {
  margin-bottom: 4rem;
}

.single-portfolio #single-page,
.portfolio-navigation-links {
  padding-top: 100px !important;
}

/*competenze */

.case-history-competenze {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000ab;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

.case-history-competenze .description {
  color: #fff;
}

.case-history-competenze .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
  z-index: 0;
}

.case-history-competenze .content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0 3rem;
}

.case-history-competenze .content a:hover {
  color: var(--primary);
}

/*studio*/

body.category-news #logo .fixed-logo {
  display: none !important;
}

body.category-news #logo .nav-logo {
  display: inline-block !important;
}

.blog-header .section-heading {
  text-align: center;
  max-width: auto;
}

table#page-contatti-table,
#page-contatti-table * {
  border: 0 !important;
}

table#page-contatti-table tr {
  vertical-align: top;
}

/* NEWS POST */

.heateor_sss_sharing_container {
  margin-bottom: 1rem;
}

.category-news .entry-meta .author,
.category-news .entry-meta .blog-label {
  display: none;
}

/* CATEGORIA NEWS */

.section.post.hentry.category-news {
  border-radius: 0 !important;
}

/* PAGINA NEWS */

.pagina-new-masonry .vc_grid-item-mini .vc_gitem-zone {
  border-radius: 0;
}

/* .pagina-new-masonry .vc_grid-item-mini .vc_btn3, .pagina-new-masonry .vc_grid-item-mini .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: none;
} */

.pagina-new-masonry .vc_grid-item-mini .vc_gitem-post-data h4 {
  margin-top: 6px;
  line-height: 24px;
  font-size: 16px;
}

.pagina-new-masonry
  .vc_grid-item-mini
  .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  margin-top: 10px;
  margin-bottom: 0;
}

.pagina-new-masonry .vc_grid-item-mini .vc_btn3 {
  border: 1px solid var(--fontcolor);
  color: var(--fontcolor);
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.pagina-new-masonry .vc_grid-item-mini .vc_btn3:hover {
  background-color: var(--fontcolor);
  color: #fff;
}

/*MEDIA QUERIES*/

@media (max-width: 1198px) {
  #logo {
    max-width: 230px;
  }
}

@media (max-width: 1200px) and (min-width: 960px) {
  #logo .nav-logo {
    width: 190px;
  }

  .navbar-default .nav li a {
    padding: 0 10px;
  }

  .social-link {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  #home-portfolio-items .col .image.long {
    min-height: 830px;
  }

  #home-competenze-specialisti-row {
    min-height: 960px;
  }

  #home-competenze-specialisti-row .blocco-testo {
    margin-top: 65px;
  }

  #home-competenze-specialisti-row .blocco-testo .wpb_text_column {
    font-size: 1em;
  }

  #filtro-progetti {
    transform: translateX(0);
    margin-top: 4rem;
    position: static;
    top: initial;
    padding-top: initial;
    background: none;
  }

  #filtro-progetti.open {
    box-shadow: none;
    border-bottom: 0;
  }

  #filtro-progetti .categorie-progetti,
  #filtro-progetti .sub-cat {
    display: flex;
  }

  .collapse-bar {
    display: none;
  }

  .lower-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #project-list .col {
    padding-left: 30px;
    padding-right: 30px;
  }

  #project-list .single-project .square-hollow-button {
    display: initial;
  }

  #project-list .project-row {
    margin-bottom: 8rem;
    margin-left: -30px;
    margin-right: -30px;
  }

  #project-list .single-project .pulled .block-info {
    text-align: right;
  }

  #project-list .single-project .pulled .block-info .title {
    text-align: right;
    margin-left: auto;
    max-width: 83%;
  }
}

@media (max-width: 960px) {
  #single-page .portfolio-content .container {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-default #main-menu.navbar-collapse .social-link .fa {
    color: var(--fontcolor) !important;
  }

  .social-link,
  .social-link:focus {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: 16px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  #project-list .double-projects .col {
    margin-bottom: 4rem;
  }

  #home-portfolio-items .col .image.long {
    background-size: cover;
  }

  .margin-bottom-on-mobile {
    margin-bottom: 30px;
  }

  #home-portfolio-items .col,
  #project-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .transparent-xs {
    color: transparent !important;
  }
}

#home-competenze-specialisti-row {
  min-height: 600px;
}

/*WPML*/

@media (min-width: 768px) {
  #menu-item-wpml-ls-20-it ul {
    width: 80px !important;
    min-width: auto !important;
    padding: 10px;
  }
}

/* .careers-container {
  position: absolute;
  top: 6px;
  right: 0;
}
.careers-container a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
} */


/* .careers-container.lang-fr {
    right: -55px;
} */

.bg-btn-new button, .bg-btn-new a{
	background: var(--primary) !important;
	border-color: var(--primary) !important;
	color: white !important;
} 
.fs-35{
	font-size: 35px !important;
}
.underline-none{
	text-decoration: none !important;
}
.text-white{
	color: white !important;
}
.ml-100 > .vc_column-inner{
	margin-left: 100px;
}
.ml-only-md-10 > .vc_column-inner {
	@media only screen and (max-width: 992px){
		margin-left: 10px !important;
	}
}
.vc_row.wpb_row.vc_row-fluid.img-sec-md-only{
	@media only screen and (max-width: 992px){
		padding: 0 10px !important;
		margin: 50px 0 25px 0 !important;
	}
	
}
.justify-center{
	justify-content: center !important;
}
.align-center{
	align-items: center !important;
}
.justify-end{
	justify-content: end !important;
}
.align-end{
	align-items: end !important;
}
.vc_row.wpb_row.vc_row-fluid.d-md-none{
	@media only screen and (max-width: 992px){
		display: none !important;
	}
}

.vc_row.wpb_row.vc_row-fluid.d-md-block{
	@media only screen and (max-width: 992px){
		display: block !important;
	}
}

.vc_row.wpb_row.vc_row-fluid.d-none{
 		display: none ;
 }

.vc_row.wpb_row.vc_row-fluid.d-block{
 		display: block ;
 }
.fs-only-md-30{
	@media only screen and (max-width: 991px){
		font-size: 30px !important;
	}
}
.fs-only-md-25{
	@media only screen and (max-width: 991px){
		font-size: 25px !important;
	}
}
.fs-only-md-20{
	@media only screen and (max-width: 991px){
		font-size: 20px !important;
	}
}
.fs-only-md-15{
	@media only screen and (max-width: 991px){
		font-size: 15px !important;
	}
}
.carriera_col_container{
	padding: 2em !important;
	border-bottom: 2px solid darkgray !important;
}
.flex_container{
	display: flex !important;
	justify-content: space-evenly !important;
	align-items: center !important;
	column-gap: 100px !important;
}
 
.flex_container > span > i{
	font-size: 40px !important;
	margin-right: 20px !important;
	transform: translatey(10px) !important;
	color: #00c1cf !important;
}
.spacer {
	flex:1 1 auto;
}
.carriera_col_container h2{
	color: #00c1cf !important;
	font-weight: bold !important;
	transform: translatex(-25px);
}

.detaglio_Carriera_resume *{
	font-family: Raleway !important;
}
.dettaglio_carriera_resume{
	padding-left: 50px;
	padding-right: 50px;
	color: white !important;
	margin: 0 auto !important;
	background-color: #00a5c8;
 	max-width: 50%;
}
 .dettaglio_carriera_resume_2_voci{
	padding-left: 50px;
	padding-right: 50px;
	color: white !important;
	margin: 0 auto !important;
	background-color: #00a5c8;
 	max-width: 30%;
}
.flex_container_dettaglio{
	display: flex !important;
 	align-items: center !important;
	justify-content: space-between !important;
  }
 
.flex_container_dettaglio span{
	line-height: 90px;
}
.flex_container_dettaglio span i{
 	color: white !important;
	font-size: 40px !important;
	margin-right: 5px !important;
	transform: translatey(10px);
 }
 .flex_container_dettaglio * {
		text-wrap: nowrap;
}
.blocco-testo{
	font-family: Raleway !important;
	font-size: 30px !important;
}
 
.blocco-testo li{
	list-style-type: disc !important;
  	margin-bottom: 25px !important;
		line-height: 36px !important;
 }
.blocco-testo li::before{
	content: "" !important;
}
.candidati-btn-dettaglio a{
	padding-left: 40px !important;
	padding-right: 40px !important;
}


@media only screen and (max-width: 992px){
	.flex_container{
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content:space-evenly !important;
 	}
	.flex_container span, .flex_container a{
		margin-top: 25px !important;
		text-wrap: nowrap !important;
	}
	.flex_container_dettaglio{
		flex-direction: column !important;
		justify-content: flex-start !important;
		padding: 0 25px !important;
	}
	.dettaglio_carriera_resume, 
    .dettaglio_carriera_resume_2_voci{
		max-width: none !important;
		min-width: 0 !important;
	}
 
	.wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper > h2 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	 
	.blocco-testo li{
 		margin-bottom: 25px !important;
		font-size:25px !important;
 	}
}

.video_player .play-video::after{
	position: relative;
	top: 25px;
	content:"Guarda il video";
	font-family: Raleway;
	font-size: 35px;
	color: white !important;
	text-decoration: none;
	margin-left: 75px !important;
	text-wrap: nowrap !important;
 	@media only screen and (max-width:992px){
		
		font-size: 25px !important;
	}
}
@media only screen and (max-width: 992px){
	.video_player{
		transform: translatex(-45%);
	}
	.video_player .play-video::after{
 		font-size: 20px !important;
		top: 15px ;
 
 	}
	.play-video{
		width: 50px !important;
		height: 50px !important;
	}
	.play-video .fa-play{
		top: 18px !important;
		left: 21px !important;
	}

 }
@media only screen and (min-width: 992px){
	.mw-50{
		max-width: 50%!important;
	}
}
.display-block{
	display: block  !important ;
}
.display-none{
	display: none  !important;
}
@media only screen and (min-width: 992px){
	.display-md-block{
		display: block !important;
	}
	.display-md-none{
		display: none !important;
	}
}
.text-underline:hover{
	text-decoration: underline !important;
	text-decoration-color: #00c1cf !important;
	text-underline-offset: 10px !important;
 	
}
.riga-foto{
	min-height: 80vh !important;
}
@media only screen and (max-width:768px){
	.text-sm-center{
		text-align: center !important;
	}
	.order-sm-1{
		order:1;
	}
	.order-sm-2{
		order:2
	}
}
.text-left{
	text-align: left;
}