/* =============================================================================
Theme Name: Client Theme
Template: phlox
==============================================================================*/
.btnFeat{
    background: var(--e-global-color-primary)!important;
    padding: 0!important;
    color: white!important;
    margin: 0 12px!important;
}
.btnFeat:hover{
    background: var(--e-global-color-accent)!important;
}
.btnFeat a{
    padding: 10px 12px!important;
    color: white!important;
}
.vc_row{
    margin: 0 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
}
.wpcf7 form .wpcf7-response-output{
    float: left;
}
.vc_col-md-6,
.vc_col-md-4,
.vc_col-md-8,
.vc_col-md-12{
    padding: 0 15px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}
.wpcf7-textarea{
    width: 100%;
}
.wpcf7-submit{
    width: 100%;
}
.aux-contact-form input[type="text"], #commentform input[type="text"], .aux-contact-form input[type="email"],
#commentform input[type="email"], .aux-contact-form input[type="password"], #commentform input[type="password"], 
.aux-contact-form input[type="tel"], #commentform input[type="tel"], .aux-contact-form input[type="url"], 
#commentform input[type="url"], .aux-contact-form input[type="date"], #commentform input[type="date"], 
.aux-contact-form textarea, #commentform textarea, .c_form input[type="text"], .c_form input[type="email"], 
.c_form input[type="password"], .c_form input[type="tel"], .c_form input[type="url"], .c_form input[type="date"], 
.c_form textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], .wpcf7 input[type="date"], .wpcf7 textarea{
    margin: 0;
}
h1{
    line-height: 1!important;
}
h2,h3,h4,h5,h6{
    line-height: 1.3!important;
}

.lista .e-font-icon-svg.e-far-square{
    transform: rotate(45deg)!important;
}
.bordoAnimato {
  position: relative;
  display: inline-block;
  padding: 60px 60px 0 0; 
  max-width: 750px!important;
  margin: 0 auto!important;
}
.bordoAnimato img{
    margin-top: 0;
}
.bordoAnimato::before {
  content: "";
  position: absolute;
  top: 0px;  
  left: 60px;
  right: 0;
  bottom: 60px;
  border: 30px solid #B9DBE7; 
  z-index: -1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fullImg img{
    width: 100%;
}
.imgHover img {
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.imgHover img:hover {
  animation: shakeCool 0.6s ease-in-out both;
}
.imgAbs{
    position: absolute;
    right:20px!important;
    top:-30px;
    bottom: 0;
    z-index: 999;
   /* width: 500px!important;
    height: 500px!important;*/
}
.imgAbs img{
  /*  max-width: 500px!important;*/
    height: auto;
    z-index: 100;
}
.imgAbs:before,
.imgBorder:after{
    z-index: -1;
    position: absolute;
    left: 20px;
    right: -20px;
    bottom: -20px;
    top: 20px;
    content: '';
    display: block;
}
.imgBorder:after{
    background: var(--e-global-color-primary);
}
.imgBorder{
    position: relative!important;
    max-width: 450px!important;
    z-index: 99;
    margin: 30px auto -0px auto!important;
}
.imgBorder img{
    z-index: 99;
}
.aux-offcanvas-menu.aux-open{
	min-width:350px!important;
}
.aux-offcanvas-menu.aux-open .btnFeat{
	margin:0!important;
}
.bannerRombo{
	margin-top:40px!important;
}
.btnBottom .elementor-widget-button{
	margin-top:auto!important;
}
.aux-goto-top-btn:not(:hover) .aux-svg-arrow{
	background:url('img/favicon.png')!important;
	width:40px!important;
	background-size: cover!important;
	height:25px!important;
	background-position:top center!important;
}
.aux-goto-top-btn .aux-arrow-nav.aux-outline{
	width: 50px!important;
    height: 50px!important;
}

@media screen and (min-width:1025px)  and (max-width:1500px){
    .imgAbs img{
        max-width:500px!important;
    }
    .imgAbs{
        right: 0!important;
		bottom: 0!important;
		top: auto!important;
    }
}
@media screen and (max-width:1024px){
    .imgAbs{
        position: unset;
    }
    .imgAbs img{
        max-width: 500px;
    }
	.bannerRombo{
		margin-top:0px!important;
	}
}

@keyframes shakeCool {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  15% { transform: translate(-4px, -2px) rotate(-1deg) scale(1.03); }
  30% { transform: translate(4px, 2px) rotate(1deg) scale(1.03); }
  45% { transform: translate(-3px, 1px) rotate(-1deg) scale(1.02); }
  60% { transform: translate(3px, -1px) rotate(1deg) scale(1.02); }
  75% { transform: translate(-2px, 1px) rotate(-1deg) scale(1.01); }
  100% { transform: translate(0, 0) rotate(0deg) scale(1); }
}
@media screen and (min-width:991px){
    .vc_col-md-6{
        width: 50%;
    }
    .vc_col-md-4{
        width: 33.3333333%
    }
    .vc_col-md-8{
    width: 66.66666667%
    }
  
}