/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/

/*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/

#top #header {
padding:10px 0;
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
#top #header.av_header_transparency #header_main .container {
    height: 150px;
    line-height: 90px;
}
#top #header .header_bg {
/* background-color: #000; */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}


@media only screen and (min-width: 780px) {
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/
#top #header .av-main-nav li:nth-child(3) {
 /* Adjust the width of the logo */
   margin-right:280px;
}

#top #header .av-main-nav li {
padding-left:10px;
padding-right:10px;
}

#header .main_menu {
   /*background: gold;*/
   width: 100%;
   left: 50%;
   transform: translateX(-50%);
margin-top:20px;
}

.av-main-nav-wrap {
   left: 50%;
   transform: translateX(-50%);
}

#header .logo {
   left: 50%;
   transform: translateX(-50%);
   z-index:999;
margin-top:20px;
}

#header .logo img {
   top: 50%;
   transform: translateY(-50%);
   max-width: 300px;
}
}


@media only screen and (min-width: 768px) {
  #header .main_menu {
    margin-top: 0px;
  }

  #header .logo {
    margin-top: 0px;
  }

  #top #header .av-main-nav>li>a .avia-menu-text,
  #top #header .av-main-nav>li>a .avia-menu-subtext {
  }

  #top #header .av-main-nav li:nth-child(3) {
    margin-right: 200px;
  }

  #top #header .av-main-nav li {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  #header .logo img {
    max-width: 180px;
  }

  #top #header.av_header_transparency .av-main-nav>li>a .avia-menu-text,
  #top #header.av_header_transparency .av-main-nav>li>a .avia-menu-subtext {
  }
}

@media only screen and (max-width: 988px) {
  #top #header {
  padding:10px 0;
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
  }
  #top #header #header_main .container.av-logo-container {
      height: 70px!important;
      width: 100%;
      padding: 0;
      max-width: 100%;
  }
  #header .main_menu {
    margin-top: 0px;
  }

  #header .logo {
    margin-top: 0px;
    left: 20px;
    transform: translateX(0);
  }

  #header .logo img {
    max-width: 200px;
  }

  .av-main-nav-wrap {
     transform: translateX(0);
     float: left;
     left: 0 ;
    width: 100%;
  }
  .av-main-nav-wrap .av-burger-menu-main {
float: right;
right: 20px;
margin-top: -15px;
  }

  #header .main_menu {
     width: 100%;
     right: 0;
     transform: translateX(0);
  }

  .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
    top: 0;
    left: auto;
    right: 0;
    display: block;
  }
  .av-burger-overlay {
      overflow: visible;
  }
  .html_av-overlay-full #av-burger-menu-ul li {
    font-size: 24px;
}
}

@media only screen and (max-width: 768px) {
  #top #header #header_main .container {
      height: 60px!important;
  }
  .responsive #top .logo {
      height: 60px!important;
  }
  #header .logo {
    margin-top: 0px;
    margin-left: 20px;
    transform: translateX(0);
  }

  .responsive .logo img,
  .responsive .logo svg {
    max-height: 60px;
}
}

@media only screen and (min-width: 1300px) {

  /* SENZA TRASPARENZA */
  #header .main_menu {
    margin-top: 0px;
  }

  #header .logo {
    margin-top: 0px;
  }

  #top #header .av-main-nav>li>a .avia-menu-text,
  #top #header .av-main-nav>li>a .avia-menu-subtext {
  }

  #top #header .av-main-nav li {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  #top #header .av-main-nav li:nth-child(3) {
	margin-right: 280px;
}

  /* CON TRASPARENZA */
  #top #header.av_header_transparency .av-main-nav>li>a .avia-menu-text,
  #top #header.av_header_transparency .av-main-nav>li>a .avia-menu-subtext {
  }

  #top #header.av_header_transparency .av-main-nav li:nth-child(3) {
    margin-right: 280px;
  }

  #top #header.av_header_transparency .av-main-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }

  #header.av_header_transparency .main_menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
  }

  .av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
  }

  #header.av_header_transparency .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    margin-top: 0px;
  }

  #header.av_header_transparency .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
  }
}


@media only screen and (max-width: 1199px) {
  #top #header.av_header_transparency #header_main .container,
  #top #header.av_header_transparency .main_menu ul:first-child>li a {
      height: 100px;
  }
  #top #header .av-main-nav > li > a {
      font-size: 15px;
  }
  #top #header .av-main-nav li {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
  }

#scroll-top-link,
#av-cookie-consent-badge {
	background-color: #efde7d;
	color: #000000;
	border: 1px solid #af7d27;
  font-size: 40px;
  font-weight: lighter;
  border: none;
  opacity: 1;
}
#scroll-top-link.avia-svg-icon svg:first-child {
	height: 30px;
	margin-top: 0px;
}

.responsive #scroll-top-link {
	display: block;
}

/* SUB MENU */
.av-main-nav ul li a {
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
}

.av-main-nav ul {
  margin-left: 0;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 0;
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  margin-top: 0px;
  border: 0px none;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent !important;
  max-width: 230px;
}

.av-main-nav ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 2px;
  z-index: 5;
}

#top .av-main-nav ul a {
  width: 100%;
  height: auto;
  float: left;
  min-height: 30px;
  max-width: none;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
  background-color: #efde7d;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 0px none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: auto!important;
  line-height: normal!important;
}

#top .header_color .main_menu .menu ul li.current-menu-item>a {
  color: #ffffff;
  background-color: #af7d27;
}

#top .header_color .main_menu .menu ul li>a:hover,
#top .header_color .main_menu .menu ul li.current-menu-item>a:hover {
  color: #ffffff;
  background-color: #af7d27;
}

#top .header-scrolled .av-main-nav ul a {
  color: #ffffff;
  background-color: #af7d27;
}




  /* SLIDESHOW */

.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
	padding-top: 150px;
}

@media only screen and (max-width: 988px) {
  .html_header_transparency #top .avia-builder-el-0 .container,
  .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
  	padding-top: 0px;
  }
  .html_header_transparency #top .avia-builder-el-0 .slideshow_caption h2,
  .html_header_transparency #top .avia-builder-el-0 .slideshow_caption h1
   {
font-size: 30px!important;
line-height: 30px;
margin-bottom: 0!important;
  }
  .html_header_transparency #top .avia-builder-el-0 .slideshow_caption p
   {
font-size: 16px!important;
line-height: 18px;
margin: 5px 0!important;
  }
  .slideshow-int p
   {
font-size: 16px!important;
line-height: 18px;
margin: 5px 0!important;
  }
  .slideshow-int .slideshow_caption h1,
  .slideshow-int .slideshow_caption h2
     {
font-size: 30px!important;
line-height: 30px;
margin-bottom: 0!important;
  }

  }





  /* TESTI */

#top .txt-big p {
	font-size: 36px;
  line-height: 1.3em;
}
#top .txt-med p {
	font-size: 26px;
  line-height: 1.3em;
}
#top .avia_textblock.txt-su-bianco p strong {
 color: #af7d27;
}

@media only screen and (max-width: 988px) {
  #top .txt-big p {
  	font-size: 26px;
    line-height: 1.3em;
  }
  #top .txt-med p {
  	font-size: 22px;
    line-height: 1.3em;
  }

  }


/* BOTTONE TIPO */
#top .bottone-dw .avia-button {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  min-width: 150px;
  text-align: center;
  padding: 18px 28px 18px 28px;
  font-size: 1.30em;
  font-weight: 500;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 0px none;
}

#top .bottone-dw-lite .avia-button {
  min-width: 150px;
  padding: 10px 16px 12px 16px;
  font-size: 1.10em;
  font-weight: 600;
}

#top .bottone-dw-grigio .avia-button {
  color: #af7d27;
  background-color: #efefef;
}

#top .bottone-dw-grigio .avia-button:hover {
  background-color: #af7d27;
  color: #ffffff;
}

#top .bottone-dw-ocra .avia-button {
  color: #ffffff;
  background-color: #af7d27;
}

#top .bottone-dw-ocra .avia-button:hover {
  background-color: #000000;
  color: #ffffff;
}

#top .bottone-dw-bianco .avia-button {
  color: #af7d27;
  background-color: #ffffff;
}

#top .bottone-dw-bianco .avia-button:hover {
  background-color: #af7d27;
  color: #ffffff;
}

#top .bottone-dw-bianco-ocra .avia-button {
  color: #af7d27;
  background-color: #ffffff;
}

#top .bottone-dw-bianco-ocra .avia-button:hover {
  background-color: #af7d27;
  color: #ffffff;
}

#top .bottone-dw-giallo .avia-button {
  color: #ffffff;
  background-color: #efde7d;
}

#top .bottone-dw-giallo .avia-button:hover {
  background-color: #efde7d;
  color: #ffffff;
}

#top .bottone-dw-ocra-border .avia-button {
  color: #af7d27;
  background-color: transparent;
  border: solid 2px #af7d27;
}

#top .bottone-dw-ocra-border .avia-button:hover {
  color: #ffffff;
  background-color: #af7d27;
}
#top .bottone-dw-giallo-border .avia-button {
  color: #efde7d;
  background-color: transparent;
  border: solid 2px #efde7d;
}

#top .bottone-dw-giallo-border .avia-button:hover {
  color: #000000;
  background-color: #efde7d;
}

/* FOOTER ------------------------------------------------------------------ */
#footer-page .avia-section {}

#footer-page .logo-footer img {
  height: auto;
  width: 170px;
}

#footer-page .avia-icon-list li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 15px;
}

#footer-page .avia-icon-list li {
  display: inline-block;
}

#footer-page .avia-icon-list li span:before {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  color: #355f84;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#footer-page .avia-icon-list li:hover span:before {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#top #footer-page .content .logo-footer img {
  max-width: 200px;
}
#top #footer-page .content .logo-footer .image-overlay,
#top #footer-page .content .logo-footer .image-overlay:hover {
    display: none !important;
}

#top #footer-page .foot-tit h5 {
  color: #ffffff;
  line-height: 1.0em;
  font-size: 2.25em;
  font-weight: 400;
  text-transform: none;
  opacity: 0.6;
  margin: -2px 0px 45px 0px;
}

#top #footer-page .foot-txt h6 {
  line-height: 1.0em;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  margin: 0px 0px 10px 0px;
  color: #af7d27;
}

#top #footer-page .foot-txt {
  display: block;
  float: left;
  clear: none;
  padding: 0px 10px 0px 0px;
    text-align: center;
    width: 100%;
}

#top #footer-page .foot-txt.ultimo {
  padding: 0px 0px 0px 0px;
}

#top #footer-page .foot-txt p {
  line-height: 1.40em;
  font-size: 14px;
  text-transform: none;
  opacity: 0.8;
  margin: 0px 0px 0px 0px;
      font-weight: 500;
          text-align: center;
}
#top #footer-page .foot-txt p a:link,
#top #footer-page .foot-txt p a:visited
 {
color: #af7d27;
}
#top #footer-page .foot-txt p a:hover
 {
color: #000000;
}

#top #footer-page .foot-txt-bottom p {
  line-height: 1.40em;
  font-size: 14px;
  text-transform: none;
  opacity: 0.6;
  margin: 0px 0px 0px 0px;
      text-align: center;
}

#top #footer-page .area-menu {}

#top #footer-page .area-menu .avia-builder-widget-area {
  width: 50%;
  float: left;
}

#top #footer-page .area-menu .widget_nav_menu li {
  border: 0px none !important;
  margin-bottom: 2px;
  overflow: hidden;
  background: transparent;
}

#top #footer-page .area-menu .widget_nav_menu li a {
  width: 100%;
  height: auto;
  float: left;
  max-width: none;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  border: 0px none;
  text-align: left;
  color: #000000;
  opacity: 0.6;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 18px;
}

#top #footer-page .area-menu .widget_nav_menu li a:hover {
  color: #af7d27;
  opacity: 1;
  background-color: transparent;
}

#top #footer-page .flex_column.foot-txt-wrap {
  /* border-top: 1px solid #ccc; */
  width: 100%;
}

#top #footer-page .menu-footer-2-container ul>li.gruppo-menu>a,
#top #footer-page .menu-footer-2-container ul>li.gruppo-menu>a:hover {
  color: #af7d27;
  font-weight: 600;
  font-size: 1.25em;
  opacity: 1;
  background-color: transparent;
}

#top #footer-page h3.widgettitle {
  color: #af7d27;
  font-weight: 600;
  font-size: 22px;
  opacity: 1;
  margin: 0 0 22px 0;
}

#top #footer-page .certificazione-footer {
  display: block;
  float: left;
  margin-right: 20px;
  width: 100px;
  clear: inherit;
}

#top #footer-page .certificazione-footer img {
  width: 100%;
}

.av_font_icon.social-ico-footer {
  float: right;
  margin: 0px 0px 0px 22px;
  padding: 0px 0px 0px 0px;
}

.av_font_icon.social-ico-footer .av-icon-char {
  font-size: 32px !important;
  line-height: 32px !important;
  text-decoration: none;
}

.av_font_icon.social-ico-footer.facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}

.av_font_icon.social-ico-footer.youtube:hover {
  color: #c4302b;
  border-color: #c4302b;
}

.av_font_icon.social-ico-footer.linkedin:hover {
  color: #00acee;
  border-color: #00acee;
}

.av_font_icon.social-ico-footer {
  float: left;
  width: 30px;
  height: 30px;
  display: block;
}

.av_font_icon.social-ico-footer:first-of-type {
  margin: 0px 0px 0px 0px;
}

#top #footer-page .flex_column.foot-logo-wrap .image-overlay
 { display: none !important; }



@media only screen and (max-width: 988px) {
  #footer-page .logo-footer {
   width: 100%;
   float: left;
   margin-bottom: 50px;
  }
  #footer-page .logo-footer img {
    height: auto;
    width: 170px;
    margin: auto;
  }
  #top #footer-page .foot-txt {
text-align: center;
width: 100%;
float: left;
margin-bottom: 20px;
  }
#top #footer-page .area-menu {
  text-align: center;
}
#top #footer-page .area-menu .widget_nav_menu li a {
  text-align: center;
}
#top #footer-page .area-menu .avia-builder-widget-area {
 width: 100%;
 margin: 0 10px 0 0;
}
  #top #footer-page .certificazione-footer {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    float: none;
}
#top #footer-page .footer-social-content {
 float: left;
 width: 100%;
 text-align: center;
}
#top #footer-page .footer-social-content .social-ico-footer {
 display: inline-block;
 margin: 0 20px;
 vertical-align: top;
 float: none;
}
#top #footer-page .foot-txt-bottom p {
text-align: center;
}

}

/* BREADCRUMBS ------------------------------------------------------------ */

.breadcrumbs p {
font-size: 12px!important;
font-weight: 400!important;
margin: 0!important;
  color: #cccccc;
}

.breadcrumbs-container {
  text-align: right;
  position: relative;
  z-index: 9;
}
.breadcrumbs-container-post {
  text-align: right;
padding: 0px 0 20px 0;
  width: 100%;
  float: left;
     background-color: #f7f7f7;
}
.breadcrumbs-container-post .breadcrumbs-container {
  border-top: none !important;
  margin-top:15px;
  padding-top: 5px;
}

.breadcrumbs-container a {
  font-size: 13px;
  color: #ffffff;
}

.breadcrumbs-container strong {
  font-size: 13px;
  color: ##efde7d;
}

#top #wrap_all #main .avia-no-border-styling.breadcrumbs-container.breadcrumbs-trasparent {
  text-align: right;
  border-top: none !important;
  margin-top: 0px;
  position: relative;
  margin-top: -100px;
  z-index: 999999;
  background-color: transparent !important;
}

@media only screen and (max-width: 988px) {
  #top #wrap_all #main .avia-no-border-styling.breadcrumbs-container {
    display: none;
  }
  #top #wrap_all #main .breadcrumbs-container {
    display: none;
  }
}

/* FORM ------------------------------------------------------------------ */

.bd-form-box {

}
/* Form fatta con Contact Form 7 */
.bd-form-box .form-colonna1 {
width: 50%;
float: left;
padding-right: 10px;
}
.bd-form-box .form-colonna2 {
width: 50%;
float: left;
}
.bd-form-box .form-colonna-intera {
width: 100%;
float: left;
}
.bd-form-box br {
display: none;
}
.bd-form-box p {
margin-bottom: 0px!important;
margin-top: 0px!important;
}
.bd-form-box a {
color: #efde7d;
}
#top .bd-form-box label span,
#top .bd-form-box legend span,
#top .bd-form-box label
 {
	color: #999;
  color: #999;
  font-size: 15px!important;
  margin: 0 20px;
}
.av-google-badge-message {
width: 100%;
display: block;
float: left;
}
.av-google-badge-message p {
	color: #999;
	font-size: 13px!important;
}
.bd-form-box .row {
margin-bottom: 0px!important;
}
.bd-form-box .testo-informative {
padding: 5px;
border: 1px solid #444;
border-radius: 8px;
margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .bd-form-box .form-colonna1 {
  width: 100%;
  padding-right: 0px;
  }
  .bd-form-box .form-colonna2 {
  width: 100%;
  padding-left: 0px;
  }
}
.bd-form-box input {
	background-color: #333333!important;
  color: #ffffff!important;
	font-weight: 300!important;
	font-size: 16px!important;
	border: none!important;
	padding: 15px 20px!important;
	margin-bottom: 20px!important;
}
.bd-form-box textarea {
background-color: #333333!important;
color: #ffffff!important;
font-weight: 300!important;
font-size: 16px!important;
	border: none!important;
		padding: 15px 20px!important;
			margin-bottom: 20px!important;
}
.bd-form-box input.wpcf7-submit {
  border: none !important;
  padding: 14px 45px!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #333333!important;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff!important;
	text-transform: uppercase;
	float: left;
}
.bd-form-box input.wpcf7-submit:hover {
  background-color: rgba(256, 256, 256, 0.5) !important;
  color: #ffffff;
}
.bd-form-box .wpcf7-list-item {
margin-left: 0!important;
}




/* SERVIZI ------------------------------------------------------------------ */
#top .menu-servizi {
background-color: #000000;
}
#top .menu-servizi h3 {
/* color: #efde7d!important; */
font-size: 24px !important;
}
