.fa-tiktok:before {
  content: "\e07b";
}
figcaption em {font-size:12px !important;}
img.img-rounded, .img-rounded img{    border-radius: 10%;}
footer .form-submit {
    background: var(--submenu-link-color-hover) !important;
	}
header h1 {margin-bottom:35px;}
.addtoany_list {text-align:right}

.node-detail .post-block blockquote span {
    font-size: 16px;
    font-style: italic;
}

.node-detail .post-block blockquote {   
    padding: 20px;
}

.node-detail .post-block blockquote {
    
    font-size: 24px;
    font-weight: 400 !important;
    font-style:italic !important;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light p {color:#FFF !important;}
	
.header-image {height:380px; margin: 0 0 30px 0;}
.topbar a:hover, .topbar a:focus {
    color: var(--submenu-link-color-hover) !important;
}
.topbar {padding: 10px 0 0 0 !important;}
.generic {clear:both;float:left; width:100%;}
.addtoany_list {clear:both;float:left; width:100%; margin-bottom:20px;}



@font-face {
  font-family: 'icotiktok';
  src: url('/themes/custom/conbiz/assets/fonts/icomoon/icotiktok.eot?2675720');
  src: url('/themes/custom/conbiz/assets/fonts/icomoon/icotiktok.eot?2675720#iefix') format('embedded-opentype'),
       url('/themes/custom/conbiz/assets/fonts/icomoon/icotiktok.woff?2675720') format('woff'),
       url('/themes/custom/conbiz/assets/fonts/icomoon/icotiktok.ttf?2675720') format('truetype'),
       url('/themes/custom/conbiz/assets/fonts/icomoon/icotiktok.svg?2675720#icotiktok') format('svg');
  font-weight: normal;
  font-style: normal;
}


.tiktok-icon {
  font-family: "icotiktok" !important;
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.owl-stage-outer .content-inner .box-content {display:none !important;}
.box-gallery-images {height: 300px !important;}
.box-gallery-images .images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Nasconde qualsiasi parte dell'immagine che esce dal contenitore */
}

.box-gallery-images .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-gallery-images .item-image img {
  display: block; /* Rimuove lo spazio sotto l'immagine */
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fai in modo che l'immagine riempia il contenitore */
}

.box-h500 {margin-bottom:20px;}
.box-h500 .post-content { 
  padding: 0 25px 20px 25px !important;
  height: 310px; 
  border: 1px solid #dee2e6;
}

.box-h500 .post-content.press { 
  padding: 0 0px 20px 0px !important;
  height: 130px;
  border:0px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}

.press-img .item-image { border: 1px solid #dee2e6; padding:0}

.press .press-source {position: absolute; bottom: 5px; left: 0;}
.press .post-title a:hover {color: var(--body-link-color);}

.box-h500 .post-meta {
  margin-top: 5px !important;
}
.box-h500 .btn-outline {
  padding: 4px 10px !important;
  position: absolute;
  bottom: 30px;}

.box-h500 .post-title:before {
  left: -25px !important;
}

.box-h500 .post-desc {
  margin-top: 12px;
  line-height: 18px !important;
}

.press .post-title {
  margin: 0;
  line-height: 26px;
  font-weight: 800;
  font-size: 20px;
  display: block;
}

.press-detail a {

    font-size: 16px;
    font-weight: bold;
    border: 2px solid rgba(34, 38, 49, 0.1);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    color: #1a1a1a;
    padding: 10px 25px;
    line-height: 28px;
    display: inline-block;


}

.press-detail a:hover {color:#e0ac00}
.press-source a {color:#000}
.press-source a:hover {color:#e0ac00}

.press .post-desc {
  margin-top: 5px;
  line-height: 16px !important;
}
.press-img.post-image {border-radius: 2%; border:1px solid #dee2e6; padding:0}
.press-img .item-image {position: relative;}
.press-img .spanZoom {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size:40px;
  z-index: 999;

   
  }
  .press-img .zoom { text-align: center;
    background-color: rgba(255, 255, 255, 0.9); /* Bianco con trasparenza al 90% */
    border-radius: 50%;
    padding: 14px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.1s ease;}
  
  .press-img .zoom:hover {
    background-color: #FFF;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); /* Ombra più pronunciata al passaggio del mouse */
  }

.hero-region {clear:both;float:left; width:100%; margin-top: 108px;}
.toolbar-fixed .hero-region {clear:both;float:left; width:100%; margin-top: 68px;}
.hero-container.custom-page-title {
  min-height: 280px;
  background-size: cover;
  background-position: center center;
  max-height: inherit;
  
  background-color: #000;
}

@media (max-width: 1023px) {
    .hero-region {
      margin-top: 0;
    }
    
}

.team-block.team-v2 .team-image {    
  margin-bottom: 0px;
}
.team-block.team-v2 .team-image img {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

 .header-right, .header-main-inner, header .sticky-wrapper {background-color: #1a1a1a;}
.header-right .header-info,
.header-right .header-info i ,
.header-right .header-info div,
.header-right .header-info h3 {color:#FFF}
.navigation .gva_menu .gva-mega-menu > .sub-menu > li > a {color: #e0ac00 !important}
.navigation .gva_menu .gva-mega-menu > .sub-menu > li > a:hover {color:#c46f00 !important}

#footer { background:none; background-color: #1a1a1a;} 
header.header-1 .branding { background:none; }
.full-image img {
  width: 100% !important;
}

.gallery-popup-internal {
  position: relative;

}

.gallery-popup-internal .item-image {
  margin: 0;
  height: 140px;
  overflow: hidden;
}


.gallery-popup-internal-section {
  position: relative;

}

.gallery-popup-internal-section .item-image {
  margin: 0;
  height: 340px;
  overflow: hidden;
}
header.header-1 .main-menu, header.header-2 .main-menu {
  width: unset;
}
.menu-bar span {
  background-color: #FFF;
}

.highlights-home .gsc-icon-box.left.v1 {
  padding: 0px 257px 0 3px !important;
    display: flex;
    align-items: center;
    background-color: #3f3e48 !important;
    border: 1px solid #000;

}
.gsc-icon-box .icon-container.fa-5x {
  width: 120px;
}

.highlights-home .highlight-icon {
  line-height: 0;
}

.highlights-home .highlight-icon img {
  border-radius:10px;
  padding-top: 2px;
  padding-bottom: 3px;
  max-width: 120px;
}


header .site-branding-logo {
  padding: 2px 0 5px 0 !important;
  height: auto;
  display: block;
}

header.header-1 .branding img, header.header-2 .branding img {
  max-width: 200px ;
}

.breadcrumbs {
  clear: both;
  float: left;
  width: 100%;
  /*padding-top: 150px;*/
  
}
header.header-1 .stuck, header.header-2 .stuck {
  background: #1a1a1a !important;
}


.post-content figure.align-right {
  float: right;
  margin-bottom:20px;
  margin-left:20px;
}
.post-content figure.align-right figcaption {text-align: center;}

.post-content figure.align-left {
  float: left;
  margin-bottom:20px;
  margin-right:20px;
}

.post-content figure.align-right figcaption,figure.align-left figcaption,figure.align-center figcaption {text-align: center;}


.post-content .align-center {
  width: 100%;
  text-align: center;
  margin: 10px 0 10px 0;
}




@media (max-width: 1515px) {
  .hero-region {
    margin-top: 105px;
  }

  /*.breadcrumbs {
      padding-top: 131px;
  }*/
  header.header-1 .branding img, header.header-2 .branding img {
    max-width: 185px !important;
}
}


@media (max-width: 1320px) {
    .navigation .gva_menu > li > a {
      
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 35px 10px !important;
        
    }
}

@media (max-width: 1200px) {

  .box-h500 .post-content.press { 
    height: 145px;
  }

  .post-content figure.align-right, .post-content figure.align-left {max-width: 50%;}
}


@media (max-width: 1023px) {

  .hero-region {
    margin-top: 0;
  }
  .hero-container.custom-page-title {
    min-height: 150px;   
  }
  .breadcrumbs {
      padding-top: 0;
  }

  .gallery-popup-internal .item-image {
   
    height: 325px;
    
  }
}

@media  (min-width: 1024px){
  .navigation .gva_menu > li:hover > a {
    color: #FFF !important;
  }



  header.header-1 .branding {
     margin-bottom: 0px !important;
  }

  .gva_menu_main li.menu-item:hover a {color: #FFF !important;}
}




@media  (max-width: 992px){

  .gallery-popup-internal .item-image {
   
    height: 350px;
    
  }

  .rotate-text span {font-size:24px}


  .galleryArchive .images {
    width: 100%;    
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden;
  }



  .galleryArchive .images img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 150%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) and (min-width: 768px){
.navigation .gva_menu > li:hover > a {
  color: #FFF !important;
}
}

@media (max-width: 767px) {

  .post-content figure.align-right, .post-content figure.align-left {max-width: 100%; margin: 10px 0 10px 0;}


  .box-h500 .btn-outline {
   margin-top:20px;
    position:unset !important;}

  .box-h500 .post-content { 
    height: auto; 
  }
  .gsc-icon-box.left.v1 {
      justify-content: inherit;
  }
}
