@charset 'utf-8';
/*
Theme Name: Invetex
Theme URI: http://invetex.themerex.net/
Description: Invetex - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Template: invetex
Version: 1.0
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/


@import url("../invetex/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.blu h2, h4, h6{
	color:#7f8dae !important;
}
.blu h4{
	color:#364c81 !important;
}
.menu_pushy_wrap.clearfix {
    display: none;
}

.txt-align{display: block}

.txt-align .vc_col-sm-6{
	width: 100%;
}

.col-text-home{padding-left: 15px !important;padding-right: 15px !important;}
.col-text-home .column-7_10{width: 100% !important;}

@media (min-width: 769px) {
	.txt-align {
		align-items: center;
		display: flex;
}
	.col-text-home{padding-left: 40px !important}
}
@media (min-width: 992px){
	.img-cover>.vc_column-inner{
		padding-bottom: 56.25%!important;
}
}
@media (max-width: 991px){
	.img-cover>.vc_column-inner{
		padding-bottom: 75% !important;
}
}
.widget_area ul li {
    border-bottom: 0 !important;
}

/* FORM HOME */

.label-form{
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;}

.label-form-message{
	width: calc(100% - 20px);
	margin: 0 10px;
}

.label-form input[type="tel"]{
	font-family: "Lora",serif;
	font-size: 0.929em;
	font-weight: 400;
	line-height: 1.5em;
	width: calc(100% - 35px);
}
@media (min-width: 992px) {
	.label-form input[type="tel"] {
		width: calc(100% - 45px);
	}
}

.label-form input, .label-form select{
	width:100%;
}
.label-form-message input{
	width: calc(100% - 20px);
    margin: 0px 10px;
}
.label-form-message textarea {
	width: calc(100% - 20px);
    margin: 20px 10px;
}
.button-form{
	margin-left:10px;
}

.caret{
	position: relative;
}

.caret:after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    right: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.privacy-acceptance {
	display: block;
  font-size: 11px;
  line-height: 11px;
	/*margin-left: 10px;*/
}

.scheme_original input[type="submit"], .scheme_original input[type="reset"], .scheme_original input[type="button"], .scheme_original button, .scheme_original .sc_button.sc_button_style_filled {
    background-color: #364c81 !important;
    color: #ffffff;
}

/* FORM ISCRIZIONE */
.label-form-third {
    float: left;
    width: calc(33% - 20px);
    margin: 0 10px;
}

/**/
.intro{
	color: #888490;
    font-family: "Lora",serif;
	font-size: 1.143em;
    font-weight: 300;
    line-height: 1.4em;
    font-style: italic;
    margin: 0.25em 0 3em;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 1.8em;
}

.top_panel_image_hover {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.map{
	height:450px !important;
	boredr:0;
}

.height100 > .vc_column-inner {
	height: 100%;
}
.flex{
	display: flex;
}

/* title */
.title-border::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #364c81;
    height: 120px;
	margin-top: 50px;
}
.title-border-top::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #364c81;
    width: 120px;
	margin-bottom: 50px;
	    margin-top: 35px;
}
.title-border-left::before {
   content: "";
    display: block;
    width: 2px;
    background-color: #364c81;
    height: 120px;
	margin-top: 5px;
	position: absolute;
	left: 0;
	top:0;
}
.title-border-left{
  position: relative;
	padding-left: 30px;
}
/* top image ingegneria */
@media(min-width:1199px){
.page-id-1107 .top_panel_image
	{
	background-repeat: no-repeat;
    background-position-y: -220px !important;
}
}
.page-id-1107 .breadcrumbs_item.cat_post,
.page-id-1143 .breadcrumbs_item.cat_post,
.page-id-1130 .breadcrumbs_item.cat_post{
	pointer-events: none;
}

/* home box rollover effect*/
.animated_boxes_image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover!important;
    background-position: center center;
    -webkit-transition: all .22s ease;
    transition: all .22s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    filter: alpha(opacity=0);
}
/* responsive */
@media (max-width: 1262px) and (min-width: 960px){
html, body {
    font-size: 16px !important;
}
	}
/* corsi list */

.corsi-list{
	position: relative;
}

.corsi-list:after {
    content: "<i class="fas fa-arrow-right"></i>";
    position: absolute;
    top: calc(50% + 10px);
    right: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;

}
/* MENU */
/*.current-menu-parent a,
.current_page_item a {
    position: relative;
}


.current-menu-parent a:after,
.current_page_item a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #7F8DAE;
    left: 0;
	transition: all .2s linear;
    bottom: 12px;
}


.sub-menu .menu-item-type-custom a:after,
.sub-menu .current_page_item a:after  {
	content: none;
}*/

/*--animazione-box--------*/

.box-animation{
	overflow: hidden;
}

.box-animation:hover:before{
	left: 0;
}

.box-animation .vc_column-inner:before {
    position: absolute;
	transition: all .2s linear;
    display: block !important;
    background-color: #000;
    opacity: 0.6;
    content: '';
    top: 0;
    left: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;}

.box-animation .vc_column-inner {
    transform: translateX(0%);
    transition: transform .2s linear;
    display: block !important;
	position: relative;
}

.box-animation:hover .vc_column-inner {
    transform: translateX(100%);
	}

.box-animation:hover .img-animation{
	opacity: 1;
}

.img-animation{
	transition: all .3s linear;
	position: absolute;
	top:0;
	left: 0;
	transform: translateX(-100%);
	pointer-events: none;
	opacity: 0;
}

.img-animation img{
	height: 500px !important;
	object-fit: cover;
}

.btn-animation{
	position: absolute;
	top:50%;
	left: 0;
	z-index: 1025;
	right: 0;
	margin: 0 auto;
	transform: translateX(-100%) translateY(-50%);
}
@media (min-width: 1024px){
.btn-desktop {
    display: none !important;
}
	}
/* contatti */
.page-id-1175 .top_panel_image_hover,
.page-id-1746 .top_panel_image_hover
{
	background-color: #364c81 !important;
}

/* menu evento */
.evento{
	background-color: #7f8dae;
	border-radius: 40px;
}
.evento a:hover{
	color:#fff !important;
}
.evento.current-menu-item.current_page_item a span{
	color: #fff !important;
}
/*-------------*/

.wpcf7 .vc_row {
	margin-left: -10px;
	margin-right: 10px;
	margin-bottom: 1.75em;
}
.wpcf7 .vc_row + p {
	margin-top: -1.75em;
}
.form_padding .wpcf7-checkbox {
	margin-left: 0.875em;
}
.form_padding .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.form_padding .wpcf7-checkbox .wpcf7-list-item input {
	width: auto;
	margin: 0;
}
.label-form-message.mt-20 {
	display: block;
	margin-top: 20px;
}

.menu_main_nav>li>a{
	padding:16px !important;
}

.menu_main_nav > li + li > a:before{
	top:50% !Important;
	transform:translateY(-50%);
}

@media(max-width:768px){
	.flex{display: block}
	.box-animation.vc_col-sm-4 {width: 100% ;float: none ;display: block ;}
	.container-form .vc_col-sm-6 {width: 100%; padding-left: 15px; padding-right: 15px;}
	.col-text-home .vc_column-inner{padding-left: 15px !important;padding-right: 15px !important;}
	.title-border::after{content: none;}
	.label-form {width: calc(100% - 20px);margin: 0 10px;}
	img.alignnone.size-full.wp-image-1534 {margin-bottom: 30px;}
	.stp-text, .container-form-text{margin-top: 30px !important; margin-bottom: 30px !important;}
}

@media (max-width: 767px) {
	.form_padding .wpcf7 {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.form_padding .wpcf7 .label-form-message input:not([type="checkbox"]) {
		width: 100%;
		margin: 0;
	}
	.form_padding .wpcf7-checkbox .wpcf7-list-item {
		display: block;
	}
	.wpcf7 .vc_row [class*="vc_col-sm-"] + [class*="vc_col-sm-"] {
		margin-top: 1.75em;
	}
	.title-border-left::before{height: 100% !important;}
	.container-ico-pos .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{float:left;}
	.container-info .wpb_wrapper{display: flex; align-items: center;}
	.swiper-slide{margin-left: 20px !important; margin-right: 20px !important;}
}
@media (min-width: 768px) {
	.form_padding .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
		margin-left: 1.75em;
	}
}
@media (min-width: 992px) {
	.form_padding {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

@media(min-width: 320px) and (max-width:480px){
	.header_mobile .logo_main{width: 70%;}
	.container-form .vc_column-inner{padding-left: 15px !important; padding-right: 15px !important;}
	.header_mobile .menu_button{right: 40px !important;}
	.box-animation:hover .vc_column-inner {transform:none !important;}
	.col-text-home .vc_btn3-container.vc_btn3-left{text-align: center !important;}
	.txt-align .column-7_10{width: 100%}
	.txt-align .vc_column-inner{padding-left: 15px !important; padding-right: 15px !important}
	.txt-align .vc_column_container .vc_column-inner{margin-left: 0 !important}
}
.header_mobile .search_wrap > *, .header_mobile .login > * {
    display: none !important;
}
/*@media(max-width: 320px){
	.evento{
	border-radius: 0px;
}
}*/

@media(min-width:1023px) and (max-width:1307px){
	.top_panel_middle > .content_wrap{ flex-wrap: wrap; display: flex; align-items: center; justify-content: center;}
	.menu_main_nav>li>a{ font-size: 0.729em !important; }
}

@media(min-width:1024px) and (max-width:1092px){
	.top_panel_middle .logo{margin-bottom: 0 !important;}
}

.video-title{
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}
.video_lightbox_auto_anchor_image,
.wpvl_auto_thumb_box {
    width: 100% !important;
    height: auto !important;
}
.wpvl_auto_thumb_play {
    left: 0 !important;
    top: 50% !important;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
}

 .scheme_original .menu_main_nav>li.sfHover>a{
	color:#28262b !important;
}

@media(min-width:991px){
.evento ul {
	left:-40px !important;
	width:auto !important;
}
}
.evento ul li{
	font-size:14px;
}

.evento.current-menu-ancestor a,
.scheme_original .top_panel_over:not(.top_panel_fixed) .menu_main_nav>li>a{
	color:#ffffff !important;
}

html.no-scroll,
body.no-scroll{
	overflow: hidden !important;
}

.page-id-1858 iframe.full-screen{
	height: 100vh !important;
	width: 100vw !important;
	position: fixed;
	top:0;
	left: 0;
	right:0;
  z-index: 99999;
}

.schermo-click{
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	width: 204px;
	margin: auto;
	background: #fff;
	z-index: 999999;
	padding: 5px 15px;
	border-radius: 15px;
	color: #212225;
	border: 1px solid #33333330;
	margin-bottom: 30px !important;
	cursor: pointer;
}

.schermo-click.on{
	position: fixed;
	margin: auto !important;
	z-index: 99999999;
}
