/**
Theme Name: Custom Theme
Author: PeraBite
Author URI: https://www.perabite.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root{
  --verde : #BFCD4A;
  --mainblue: #1f3167;
  --gradienteBluScuro: #011e2e;
  --gradienteBluChiaro: #014d6f;
  --white:  #ffffff;
  --giallo1:  #f1bc40;
  --giallo2:  #EEDE4B;
  --viola1: #cd689d;
  --viola2: #883396;
  --rosa1: #EC635E;
  --arancione:  #df7835;
  --verde1:  #55c14c;

  /*font size*/
  --titolo:  1em;
  --sottotitolo1: 1.3em;
  --sottotitolo2: 1.0em;
  --sottotitolo3: 0.8em;
  --testo: 16px;
  
  /*font family*/
  --testo-font: 'Gotham', sans-serif;
  

  /*line-height*/
  --one-line-height: 0.8em;


  /*Font weight*/
  --titolo-weight:  600;
  --testo-weight: 400;
}

p{
  margin: 0px !important; 
}


/*START UTILS LAYOUT*/
.flex{
  display: flex !important;
}

.flex-column{
  flex-direction: column;
}
.jc-c{
  justify-content: center;
}

.jc-f-s{
  justify-content: flex-start;
}

.jc-f-e{
  justify-content: flex-end;
}

.jc-s-a{
  justify-content: space-around;
}

.jc-s-b{
  justify-content: space-between;
}

.ai-f-s{
  align-items: flex-start;
}

.ai-f-e{
  align-items: flex-end;
}

.ai-c{
  align-items: center;
}

.m1{
  margin: 1em;
}

.m2{
  margin: 2em;
}

.m3{
  margin: 3em;
}

.m4{
  margin: 4em;
}

.p1{
  padding: 1em;
}

.p2{
  padding: 2em !important;
}

.p3{
  padding: 3em;
}

.p4{
  padding: 4em;
}

.mb-0{
  margin-bottom: 0px !important;
}

.mb-1{
  margin-bottom: 1em;
}

.mb-2{
  margin-bottom: 2em;
}

.mb-3{
  margin-bottom: 3em;
}

.mb-4{
  margin-bottom: 4em;
}

.fancybox__thumbs {
  display: none;
}

.column-gap-1{
  column-gap: 1em;
}
/*END UTILS LAYOUT*/


/*UTILS: text-color*/
.white{
  color: var(--white) !important;
}

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


.verde{
  color: var(--verde1);
}


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

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

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

.giallo1{
  color: var(--giallo1) !important;
}

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

.mainblue{
  color: var(--mainblue) !important;
}

.verde1{
  color: var(--verde1) !important;
}

/*UTILS: font size*/
.titolo{
  font-size: var(--titolo) !important;

  font-weight: var(--titolo-weight) !important;
}
.testo{
  font-size: var(--testo) !important;
  font-family: var(--testo-font) !important;
  font-weight: var(--testo-weight:) !important;
}
.sottotitolo1{
  font-size: var(--sottotitolo1) !important;
  font-weight: var(--titolo-weight) !important;

}
.sottotitolo2{
  font-size: var(--sottotitolo2) !important;
  font-weight: var(--titolo-weight) !important;

}
.sottotitolo3{
  font-size: var(--sottotitolo3) !important;
  font-weight: var(--titolo-weight) !important;

}

/*UTILS: line-height */
a:focus {
    outline: unset !important;
}

.one-line-height{
  line-height: var(--one-line-height) !important;
}

/*UTILS: text-appearence */

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

.weight-500{
  font-weight: 500 !important;
}

.capitalize{
  text-transform: capitalize;
}

.uppercase{
  text-transform: uppercase ;
}

.decoration-none{
  text-decoration: none;
}

/*NAVBAR START*/
#brand-navbar{
  display: flex;
  align-items: center;
}


#brand-navbar #logo{
  width: 180px;
}

#brand-navbar h1#logo{
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
  fill:  var(--white) !important;
}

body:not(.post-type-archive-atleti) header #filtraggio-atleti{
  display: none !important;
}

.ast-primary-header-bar{
  border: none !important;
}

#ast-fixed-header .main-header-bar{
  box-shadow: none;
}



/*nav-menu*/
.ast-grid-right-section{
  /*justify-content: center !important;*/
}

#ast-mobile-header > div > div > div > div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section > div > div > div,
#ast-desktop-header > div > div > div > div > div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section > div.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 > div > div{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.filtraggio-desktop{
  display: none;
}
.filtraggio-desktop img {
  width: 60px;
    border: solid 10px transparent;
    border-right: none;
    border-left: none;
}

.post-type-archive-atleti .filtraggio-desktop{
  display: block;
}

.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner,
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{
  max-width: 100%;
  width: 100%;
  background: #001F63;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header{
  width: 80%;
  margin: 30px auto;
}

.ahfb-svg-iconset svg{
  width: 30px;
  height: 30px;
}

li.menu-item{
  /*margin-left: 20%;
  height: 85px;*/
   position: relative;
   transition: 1s all ease;
}

.menu-item a {
    color: var(--white);
    font-family: var(--titolo-font);
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	position: relative;
}

.menu-item a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	background-color: #55c14c;
	height: 1px;
	transition: all 0.25s linear;
}
.menu-item a:hover::after, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item a::after {	
	width: 100%;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 28px;
	padding: 0 14px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a {
	padding: 0 0;
}
.ast-primary-header-bar {
	padding: 20px 0;
}

.ast-above-header.ast-above-header-bar {

  background-color: #001f63;
	
  /*vecchi colori della barra con i social
  
background: rgb(1,30,46);
background: -moz-linear-gradient(90deg, rgba(1,30,46,1) 21%, rgba(4,66,98,1) 72%);
background: -webkit-linear-gradient(90deg, rgba(1,30,46,1) 21%, rgba(4,66,98,1) 72%);
background: linear-gradient(90deg, rgba(1,30,46,1) 21%, rgba(4,66,98,1) 72%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011e2e",endColorstr="#044262",GradientType=1);
*/
}

#astra-footer-menu .menu-item > a {
	text-decoration: none;
}

/*
.menu-item:before{
  position: absolute;
  content:  "";
  width: 6px;
  height: 0%;
  left: -20px;
  top:  0px;
  opacity: 0;
  transition: 0.5s all ease;
}
*/

/*home*/
.menu-item-711:hover a, .menu-item-4645:hover a{
  /*color:  #6963F6 !important;*/
}

.menu-item-711:hover:before, .menu-item-4645:hover:before{
  /*background: #6963f6;
  opacity: 1;
  height: 100%;*/
}

/*chi siamo*/
.menu-item-716:hover a, .menu-item-4646:hover a{
  /*color:  var(--giallo1) !important;*/
}

.menu-item-716:hover:before, .menu-item-4646:hover:before{
  /*background: var(--giallo1);
  opacity: 1;
  height: 100%;*/
}

/*i nostri servizi*/
.menu-item-712:hover a, .menu-item-4647:hover a{
  /*color:  #CD689D !important;*/
}

.menu-item-712:hover:before, .menu-item-4647:hover:before{
  /*background: #cd689d;
  opacity: 1;
  height: 100%;*/
}

/*atleti*/
.menu-item-717:hover a, .menu-item-4684:hover a{
  /*color:  var(--verde) !important;*/
}

.menu-item-717:hover:before,.menu-item-4684:hover:before{
  /*background: var(--verde);
  opacity: 1;
  height: 100%;*/
}

/*Eventi*/
.menu-item-713:hover a, .menu-item-4686:hover a{
  /*color:  var(--arancione) !important;*/
}

.menu-item-713:hover:before, .menu-item-4686:hover:before{
  /*background: var(--arancione);
  opacity: 1;
  height: 100%;*/
}

/*Press*/
.menu-item-715:hover a, .menu-item-4651:hover a{
  /*color: var(--giallo2) !important;*/
}

.menu-item-715:hover:before, .menu-item-4651:hover:before{
  /*background: var(--giallo2);
  opacity: 1;
  height: 100%;*/
}

/*Contatti*/
.menu-item-714:hover a, .menu-item-4649:hover a{
  /*color:  #883396 !important;*/
}

.menu-item-714:hover:before, .menu-item-4649:hover:before{
  /*background: #883396;
  opacity: 1;
  height: 100%;*/
}

.swiper-wrapper {
  grid-column-gap: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--verde1);
}
.slider-atleti .swiper-button-prev, 
.slider-atleti .swiper-button-next,
.slides .swiper-button-prev, 
.slides .swiper-button-next {
	background-image: none;
}

.slider-atleti .swiper-button-prev:after, 
.slider-atleti .swiper-button-next:after,
.slides .swiper-button-prev:after, 
.slides .swiper-button-next:after {
    color: var(--verde)!important;
}

@media (max-width: 767px) {
  .slides .swiper-wrapper > .swiper-slide,
  .slider-atleti .swiper-wrapper > .swiper-slide {
    width: 80%;
  }
  .slides .swiper-wrapper .swiper-slide .swiper-slide,
  .slider-atleti .swiper-wrapper .swiper-slide .swiper-slide {
    width: 100%;
  }
}

.page-id-890 .frm_primary_label{
}

.page-id-890 input[type="text"],
.page-id-890 input[type="email"],
.page-id-890 input[type="tel"],
.page-id-890 textarea{
  color:  var(--gradienteBluScuro) !important;
  border-radius:  0px !important;
  border: 1px solid #883396 !important;
}

.page-id-890 input[type="text"]:focus,
.page-id-890 input[type="email"]:focus,
.page-id-890 input[type="tel"]:focus,
.page-id-890 textarea:focus{
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px var(--viola1) !important;
}

.page-id-890 .frm_button_submit{
  background: #883396 !important;
  border:  none !important;
  border-radius:  0px !important;
  color: white !important;
}

.page-id-890 .frm_button_submit:hover{
  background: white !important;
  color:  #883396 !important; 
  border:  1px solid #883396 !important;
}


/*NAVBAR END*/

/*FOOTER START*/
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
    max-width: 1400px !important;
  }

 .footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu{
  justify-content: space-around;
 }

 footer li.menu-item{
  height: auto !important;
 }

 footer .menu-item a {
  padding: 0px !important;
 }

 footer #follow-us p{
  text-align: left; 
  color: var(--white); 
  font-family: var(--titolo-font); 
  font-size: 1.2em; 
  font-weight: 700;
 }

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
  background: #001f63 !important;
  border:  none !important;
}

#follow-us img {
    width: 55px;
}

.ast-builder-html-element #logo{
  color: var(--white);
  text-align: left;
}


.ast-builder-grid-row-3-cwide .ast-builder-grid-row{
  grid-template-columns: 15% 60% 25%;
}
/*
.site-footer-primary-section-1.site-footer-section.site-footer-section-1{
  width: 15% !important;
}

.site-footer-primary-section-2.site-footer-section.site-footer-section-2{
  width: 60% !important;
}

.site-footer-primary-section-3.site-footer-section.site-footer-section-3{
  width: 25% !important;  
}
*/

.ast-footer-copyright p,
.ast-builder-html-element #follow-us{
  color: var(--white);
  font-size: var(--testo);
  font-weight: var(--testo-font); 
}

.ast-footer-copyright p{
  text-align: left;
}

.footer-social-icons{
  margin-top: 5px;
}

.menu-footer {
  margin-top:  4px;
}

.menu-footer a{
  color: var(--white);
  font-family: var(--testo-font);
}


footer .ast-builder-grid-row-container-inner{
  width: 70% !important;
  margin: 0 auto !important;
}

/*FOOTER END*/



.pseudo-line-left{
  position: relative;
}

.pseudo-line-left:before{
  position: absolute;
  content:  "";
  width: 6px;
  height: 100%;
  left: -20px;
  top:  0px;
}

.pseudo-line-left.viola1-line:before{
  background: var(--verde1);
}

.pseudo-line-left.rosa1-line:before{
  background: var(--verde1);
}

.pseudo-line-left.viola1-line:before{
  background: var(--verde1);
}

.pseudo-line-left.arancione-line:before{
  background: var(--verde1);
}

.pseudo-line-left.verde-line:before{
  background: var(--verde1);
}


.pseudo-line-left.giallo1-line:before{
  background: var(--verde1);
}

.pseudo-line-right:before{
  position: absolute;
  content:  "";
  width: 6px;
  height: 100%;
  right: 20px;
  top:  0px;
}

.pseudo-line-right.viola1-line:before{
  background: var(--viola1);
}

.pseudo-line-right.rosa1-line:before{
  background: var(--rosa1);
}

.pseudo-line-right.viola1-line:before{
  background: var(--viola1);
}

.pseudo-line-right.arancione-line:before{
  background: var(--arancione);
}

.pseudo-line-right.verde-line:before{
  background: var(--verde);
}



.view-all{
  position: absolute;
  font-size: 14px !important;
    left: 22%;
    bottom: 2px;
    font-weight: 400 !important;
    text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
  letter-spacing: 1.5px;
  position: relative;
  display: inline;
    left: 0;
    margin: 0 0 0 15px;
    bottom: auto;
}

.view-all.more-margin-left{
    /*left: 50%;*/
}



.view-all:before{
  position: absolute;
    content: "";
    width: 8px;
    left: 114%;
    height: 14px;
    background: url(../../uploads/2021/09/Vector.svg);
    bottom: 26px;
  top: 50%;
    margin-top: -9px;
}






.eventi{
  position: relative;
}

.eventi-scopri{
  position: relative;
}

.eventi-scopri:before{
  position: absolute;
    content: "";
    width: 8px;
    right: -20%;
    height: 14px;
    background: url(../../uploads/2021/09/Vector.svg);
    bottom: 4px;
}




/*START HOMEPAGE ----> .page-id-8*/
.site{
  overflow-x: hidden !important;
  width: 100vw;
}

.page-id-8 #content{
  background-color: #001f63;
  /*background: linear-gradient(180deg, var(--gradienteBluScuro) 27.61%, var(--gradienteBluChiaro) 100%);*/
}


#servizi-section .elementor-column-gap-default {
    column-gap: 2em;
}


#servizi-section .elementor-element-populated{
  max-height: 460px;
}

.page-id-8 .icon-cat{
  width: 65px !important;
  height: 65px !important;
  padding: 0;
  line-height: 65px !important;
  background: linear-gradient(287.06deg, rgba(0, 132, 192, 0.9) 4.69%, rgba(5, 42, 60, 0.9) 65.49%);
  opacity: 0.9 ;
  border-radius: 100%;
  max-width: 85px !important;
}

@media only screen and (max-width: 480px) {
  .page-id-8 .icon-cat{
      width: 70px !important;
      height: 70px !important;
      line-height: 70px !important;
      max-width: 70px !important;
  }
}



.page-id-8 .atleta-slide-container .elementor-row, .post-type-archive-atleti .atleta-slide-container .elementor-row {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .page-id-8 .atleta-slide-container .elementor-row, .post-type-archive-atleti .atleta-slide-container .elementor-row {
    height: 550px;
  }
}

.page-id-8 .slides .slick-list{
  overflow: visible;
}

.page-id-8 .slides article{
  /*min-width: 20vw;
  margin: 0px 20px;*/
}

.page-id-8 #servizi-section .elementor-row{
  /*column-gap:  1.5em;*/
}

.page-id-8 .slick-track .elementor-post{
  width: 20vw !important;
}
/*END HOMEPAGE ----> .page-id-8*/

#main-container .slide-arrow  {
    background: transparent;
    color: #BFCD4A;
    width: 40px;
    position: absolute;
    left: -25px;
    transform: translateX(50%);
    padding: 0;
    height: 40px;
    top: 50%;
	z-index:2;
  }
  #main-container .slide-arrow.next-arrow  {
    left: initial;
    right: 35px;
  }
  #main-container .slide-arrow svg  {
    width: 40px;
    height: 40px;
  }
#main-container .slide-arrow.slick-disabled {
	display:none;
}


/*START SERVIZI ----> .page-id-170*/
.page-id-170 #content{
  background: linear-gradient(180deg, var(--gradienteBluScuro) 27.61%, var(--gradienteBluChiaro) 100%);
}

.col-icons-servizi .hospitality{
  transition: all 0.7s ease;
}

.col-icons-servizi .hospitality:hover:before{
  content: "";
  position: absolute;
  right: 0px;
  top: 50% ;
  width: 23px;
  height: 43px;
  transform: translateY(-50%);
  background: url(../../uploads/2021/09/arrow-left-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.col-icons-servizi .hospitality:hover{
  padding-right: 30px;
}
.col-icons-servizi .hospitality:hover .elementor-icon-box-icon svg path{
  fill:  var(--viola1) !important;
}
@media only screen and (max-width: 768px) {
.col-icons-servizi .hospitality .elementor-icon-box-icon svg path{
  fill:  var(--viola1) !important;
}
}

.col-icons-servizi .hospitality:hover .elementor-icon-box-title span{
  color:  var(--viola1) !important;
}


.col-icons-servizi .hospitality:hover .elementor-icon-box-title span:first-line{
  color:  var(--mainblue) !important;
}
/*END SERVIZI ----> .page-id-170*/


/*START CHI SIAMO ----> .page-id-758*/
.page-id-758 #content{
  /*background: linear-gradient(180deg, var(--gradienteBluScuro) 27.61%, var(--gradienteBluChiaro) 100%);*/
}


.page-id-758 .swiper-pagination-bullet:nth-child(n+1) {
    background: #E9EAF0 !important;
  opacity: 1;
}


.page-id-758 .swiper-pagination-bullet-active:nth-child(n+1)
{
  background: var( --e-global-color-160ad69 ) !important;
}

.page-id-758 .elementor-icon-box-content {
    border-left: 2px solid var(--giallo1);
    padding-left: 20px;
}

/*.page-id-758  figure.swiper-slide-inner{
  margin-bottom: 50px !important;
}*/

.page-id-758 i.far.fa-address-book:before {
    content: '';
    background-image: url(../../wp-content/uploads/2021/09/elllisse-donna.svg);
    /* width: 50px; */
    padding: 45px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}



.carosello-chi-siamo .swiper-slide-image{height: 130px !important;}
 .carosello-chi-siamo .swiper-container {padding-bottom: 75px !important; width: 150% !important; margin-left: -80px !important;}


.carosello-chi-siamo-3 .swiper-slide-image{height: 130px !important;}
 .carosello-chi-siamo-3 .swiper-container {padding-bottom: 75px !important; width: 150% !important; margin-left: -30px !important;}

/*END CHI SIAMO ----> .page-id-758*/



/*START LOOP ATLETI*/
.post-type-archive-atleti #content{
  background: linear-gradient(180deg, var(--gradienteBluScuro) 27.61%, var(--gradienteBluChiaro) 100%);
}

.post-type-archive-atleti .icon-cat{
  display: none;
}

.post-type-archive-atleti .slick-list{
    width: 100vw !important;
    overflow: visible;
  }

.post-type-archive-atleti .slider-atleti .elementor-widget-container{
  width: 100%;
  overflow: visible;
}

.post-type-archive-atleti .slick-slide {
  width: 20vw !important; 
  max-width: 20vw !important;
  margin: 0px 30px !important;
}

.post-type-archive-atleti .slick-next,
.post-type-archive-atleti .slick-prev{
  top: 110% !important;
}

.slick-next{
  right: unset;
  left: 80% !important;
}

.slick-next:before {
    content: '' !important;
    background: url(../../wp-content/uploads/2021/09/Vector.svg);
    width: 16px;
    height: 28px;
    padding: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev:before{
    content: '' !important;
    background: url(../../wp-content/uploads/2021/09/leftArrow-1.svg);
    width: 16px;
    height: 28px;
    padding: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}




/*END LOOP ATLETI*/



/*START PRESS PAGE ----> .page-id-1055*/
.page-id-1055 #content{
  background: linear-gradient(180deg, var(--gradienteBluScuro) 27.61%, var(--gradienteBluChiaro) 100%);
}

/*BACKGROUND LIGHTBOX*/
.swiper-slide.elementor-lightbox-item.swiper-slide-active {
  background-color: #001f63;
}

/* LIGHTBOX CLOSE BUTTON */
i.eicon-close {
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glow-effect .elementor-image img{
box-shadow: 0px 0px 17px 1px rgb(255 255 255 / 34%);
}


/*END PRESS PAGE ----> .page-id-1055*/




.post-type-archive-eventi .evento img {
  max-width: 150px;
}


.atleti-cat-title .elementor-image-box-img {
  width: 70px !important;
}
@media only screen and (max-width: 767px) {
  .atleti-cat-title .elementor-image-box-img {
    margin-bottom: 12px;
  }
  .atleti-cat-title .elementor-image-box-title {
    font-size: 50px !important;
    line-height: 1em !important;
  }
}
@media only screen and (max-width: 500px) {
  
  .atleti-cat-title .elementor-image-box-title {
    font-size: 44px !important;
    line-height: 1em !important;
  }
}

#video-home-intro {
  display: none;
  overflow: hidden;
  position: relative;
}
#video-home-intro::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .infografica-mobile .elementor-widget-container {
    overflow: auto;
    display: block;
    position: relative;
  }
  .infografica-mobile .elementor-image {
    width: 200%;
    display: block;
    position: relative;
  }
  .infografica-mobile .elementor-image img {
    width: 100%;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .infografica-mobile .elementor-image {
    width: 300%;
  }
}


.full-width div img {
  width:  100vw;
}

/* START BREAKPOINT MOBILE*/
@media only screen and (max-width: 767px){

  /*chi siamo carosello*/
 .carosello-chi-siamo .swiper-container {margin-left: 0px !important; width: 100% !important;}

 .carosello-chi-siamo-3 .swiper-container {margin-left: 0px !important; width: 100% !important;}

 .page-id-758 .swiper-pagination {
  display: none;
 }
  
  
  /*Header start*/
  li.menu-item{
    /*line-height: 3em !important;
    height: calc(78vh/7) !important;*/
  }
  a.menu-link{
    font-size:  1.5em !important;
    font-weight: 500 !important;
  }
  .menu-item-711:before{
    display: block;
    opacity: 1 !important;
  }

  #text-logo{
    /*display: none !important;*/
  }

  .filtri_navbar_mobile{
    display: none;
  }

  .post-type-archive-atleti .filtri_navbar_mobile{
    display: flex;
  }





  /*Header end*/

  /*START SMARTPHONE HOMEPAGE ----> .page-id-8*/
  .view-all,.view-all.more-margin-left{
    left: unset;
    right:  5px;
  }
  #servizi-section-mobile .elementor-column-wrap{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .page-id-8 .slick-track .elementor-post{
    width: 95vw !important;
  }



  /*END SMARTPHONE HOMEPAGE ----> .page-id-8*/



  /*START SMARTHPONE CHI SIAMO */
  .page-id-758 .titolo{
    
  }
  .carosello-chi-siamo .swiper-container{
    width: 100% !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
  }

  .i-numeri .elementor-icon-box-wrapper {
    display: flex;
    column-gap: 2em;
  }

  .i-numeri .elementor-row{
    row-gap: 10vh;
  }

  .i-numeri .elementor-icon-box-icon:after{
    border-width: 2px !important;
  }

  .i-numeri .elementor-row .elementor-element-e7e8136,
  .i-numeri .elementor-row .elementor-element-100dd3b,
  .i-numeri .elementor-row .elementor-element-2ab5d2d,
  .i-numeri .elementor-row .elementor-element-bb1a5c1,
  .i-numeri .elementor-row .elementor-element-9eda522,
  .i-numeri .elementor-row .elementor-element-2d74817{
    padding-left: 25px;
  }

  .elementor-758 .elementor-element.elementor-element-2ab5d2d > .elementor-element-populated,
  .elementor-758 .elementor-element.elementor-element-2d74817 > .elementor-element-populated{
    margin: 0px !important;
  }
  .elementor-element-fb2eb06 .elementor-column-wrap.elementor-element-populated{
    overflow: hidden;
  }

  .i-numeri .elementor-widget-icon-box .elementor-icon-box-icon{
    margin-bottom: 0px !important;
  }
  /*END SMARTHPONE CHI SIAMO */


  /*START SMARTPHONE SERVIZI PAGE*/
  .servizi .elementor-icon-box-wrapper,
  .servizi-ma .elementor-icon-box-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center !important;
  }

  .servizi .elementor-icon-box-icon,
  .servizi-ma .elementor-icon-box-icon{
    background: transparent !important;
  }

  .servizi .elementor-icon-box-icon svg path,
  .servizi-ma .elementor-icon-box-icon svg path{
    fill:  var(--mainblue) !important;
  }

  .servizi .elementor-icon-box-title,
  .servizi-ma .elementor-icon-box-title{
    background: transparent !important;
    text-align: right;
    padding: 0px !important;
  }

  .servizi .elementor-icon-box-title a,
  .servizi-ma .elementor-icon-box-title a{
    color:  var(--viola1) !important;
    display: block;
  }

  .servizi .elementor-icon-box-title a:first-line,
  .servizi-ma .elementor-icon-box-title a:first-line{
    color:  var(--mainblue) !important;
  }


  /*END SMARTPHONE SERVIZI PAGE*/

  /*talent management smartphone start*/
  .page-id-570 .elementor-heading-title{
    color:  var(--viola1) !important;
    display: block;
  }

  .page-id-570 .elementor-heading-title:first-line{
    color:  var(--mainblue) !important;
  }
  .page-id-570 .elementor-icon svg{
    padding-right: 20px;
  }
  /*talent management smartphone end*/

  
  /*sport media relation page*/
  .elementor-642 .elementor-element.elementor-element-cd1d1d0{
    padding: 0% 3% 0% 1% !important;

  }
    .page-id-642 .elementor-heading-title{
    color:  var(--viola1) !important;
    display: block;
  }

  .page-id-642 .elementor-heading-title:first-line{
    color:  var(--mainblue) !important;
  }

  .page-id-642 .elementor-icon svg{
    padding-right: 20px;
  }
  /*sport media relation page*/


  /*start marketing page*/
  .page-id-545 .elementor-heading-title{
    color:  var(--viola1) !important;
    display: block;
  }

  .page-id-545 .elementor-heading-title:first-line{
    color:  var(--mainblue) !important;
  }
  .page-id-545 .elementor-icon svg{
    padding-right: 20px;
  }
  /*end marketing page*/

  /*FOOTER START SMARTPHONE*/
  footer .ast-builder-grid-row-container-inner{
    width: 100% !important;
  }

  .site-primary-footer-wrap{
    padding-bottom: 0px ;
  }

  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu{
    display: grid;
    grid-template-columns: 100%;
  }

  #follow-us p{
    text-align: left;
    color: var(--white); 
    font-weight: 500 !important;
    font-size: 1.2em !important;
  }

  li.menu-item{
    margin-left: 0px !important;
    height: 50px !important;
  }

  #astra-footer-menu .menu-item > a{
    padding: 5px 0px !important;
  }

  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu .menu-item{
    align-items: flex-start;
    padding-left: 25px;
  }

  #follow-us{
    padding-left: 25px; 
  }

  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element{
    text-align: left !important;
    padding-left: 25px !important;
  }


  .site-below-footer-wrap{
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  /*FOOTER END SMARTPHONE*/

  /*START SMARTPHONE PRESS PAGE ----> .page-id-1055*/
  .pseudo-line-left:before{
      width: 4px !important;
      height: 100% !Important;
      left: -10px !important;
      top: 0px !important;
  }
  /*END SMARTPHONE PRESS PAGE ----> .page-id-1055*/

  /*START LOOP ATLETI*/
  .post-type-archive-atleti .slick-slide{
    width: 92vw !important;
    max-width: 91vw !importanT;
  }

  .post-type-archive-atleti .slick-list{
    width: 100vw !important;
  }

  .slick-next{
    right: unset;
    left: 30vw !important;
  }

  .slick-prev{
    left : 5vw !important;
    right: unset;
  }


  .post-type-archive-atleti .slider-atleti .elementor-widget-container{
    width: 100% !important;
  }

  /*END LOOP ATLETI*/
}
/* END BREAKPOINT MOBILE*/


.slick-dots li {
  margin-bottom: 24px !important;
}

.ast-builder-language-switcher-item {
  color:#fff;
}

.ast-builder-language-switcher-menu li + li {
    margin-left: 20px;
}
.ast-builder-language-switcher-menu li + li {
}

/* GIAN */

.gallery-talent .elementor-swiper-button {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px #cccccc;
}
.gallery-talent .elementor-swiper-button.elementor-swiper-button-prev {
    left: -20px;
}
.gallery-talent .elementor-swiper-button.elementor-swiper-button-next {
    right: -105px;
}
.contatti li.elementor-icon-list-item {
    align-items: baseline;
}
.contatti span.elementor-icon-list-icon {
    padding-top: 3px;
}
.gallery-properties .elementor-swiper-button {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 0 10px #cccccc;
}
.gallery-properties .elementor-swiper-button.elementor-swiper-button-prev {
    left: -20px;
}
.gallery-properties .elementor-swiper-button.elementor-swiper-button-next {
    right: -20px;
}


/*DAVIDE*/
.slidecat_dao {
   width: 100%;
}
.slidecat_dao .swiper-button-prev, .slidecat_dao .swiper-button-next {
  color: var(--verde1);
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.slidecat_dao .swiper-button-prev {
  left: 20px;
} 
.slidecat_dao .swiper-button-next {
  right: 20px;
}
.slidecat_dao .swiper-button-prev::after, 
.slidecat_dao .swiper-button-next::after {
  font-size: 20px;
}
.slidecat_dao-slider {
   width: 100%;
   height: auto;
   margin: 0 0 10px 0;
}
.slidecat_dao-slider .info_dao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.slidecat_dao-slider .info_dao .link{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.slidecat_dao-slider .info_dao .link::after{
    content: 'next';
    font-size: 85%;
    font-family: swiper-icons;
}
.slidecat_dao-slider .info_dao img{
  max-width: 250px;
}
.slidecat_dao-slider .swiper-slide {
   width: auto;
}
 .slidecat_dao-slider .swiper-slide img {
   display: block;
   width: auto;
   /*height: 100%;*/
   margin: 0 auto;
}
 .slidecat_dao-thumbs {
   width: 100%;
   padding: 0;
   overflow: hidden;
}
 .slidecat_dao-thumbs .swiper-slide {
   width: 140px;
   height: auto;
   text-align: center;
   overflow: hidden;
   opacity: 0.25;
   cursor: pointer;
}
 .slidecat_dao-thumbs .swiper-slide-active {
   opacity: 1;
}

/*forzare il colore bianco ai loghi all'interno della pagina properties esclusive
swiper-slide swiper-slide-next img{
  filter: brightness(0) invert(1);
  opacity: 1;
}
 */


.slidecat_dao-thumbs .swiper-slide {
  display: flex;
  align-items: center;
}
 .slidecat_dao-thumbs .swiper-slide img {
   max-width: 150px;
   height: auto;
	 width: 100%;
}

/* SLIDER CAT INTRO DAO */
.not_gallery_dao #gallery_dao_single {
  display: none!important;
}
.slidegallery_dao-slider .swiper-wrapper {
  align-items: center;
}
.embed-container-dao { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container-dao iframe,
.embed-container-dao object,
.embed-container-dao embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slidegallery_dao-slider.swiper-container {
    padding-bottom: 40px!important;
}
.slidegallery_dao-slider .swiper-pagination-bullets{
  bottom: 0!important;
}
.slidegallery_dao-slider .swiper-pagination-bullet {
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.slidegallery_dao-slider .swiper-pagination-bullet-active{
  background-color: var(--verde1);
}

/*LOOP ADVISORY*/
.loop_advisory {
  display: block;
  text-align: center;
}
.loop_advisory .esclusiva {
  border-bottom: 2px solid #ddd;
  margin: 25px 0;
  position: relative;
}
.loop_advisory .esclusiva span {
  margin: -25px 0px 10px 0px;
  padding: 5px 15px 5px 15px;
  background-color: var(--verde1);
  border-radius: 50px 50px 50px 50px;
  font-family: "Circular", Titolo;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 14px);
}
.loop_advisory .anno {
  color: var(--verde1);
  font-family: "Circular", Titolo;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 10px;
}
.loop_advisory .luogo {
  color: var( --e-global-color-primary );
  font-family: "Circular", Titolo;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
}
.loop_advisory .logo {
    min-height: 30vh;
    display: flex;
    align-content: center;
	justify-content: center;
}
.loop_advisory .logo img {
    object-fit: contain;
}
.modal-dao-img {
  max-width: 780px;
}
.modal-dao-img.fancybox__content {
  padding: 0!important;
}
.atleti-link a {
	color: #1F3167;
}

/*ATLETA*/
#main-container.new-atleta {
  position: relative;
  padding-bottom: 100px;
}
.img_cover_atleta {
  position: relative;
  margin-bottom: 100px;
}

.img_cover_atleta .back-arrow {
  position: absolute;
  bottom: -50px;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
.img_cover_atleta .back-arrow svg {
  position: relative;
  left: 55px;
}
.img_cover_atleta img {
  object-fit: cover;
  width: 100%;
  height: 550px;
  object-position: top;
}


.slideatleta_dao {
  overflow: hidden;
  margin-bottom: 80px;
}
.slideatleta_dao::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='1468' height='19' viewBox='0 0 1468 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1467.5 1.00006L753.5 1.00006L733.5 18.5001L714.5 1.00007L-1.52989e-06 1.00018' stroke='url(%23paint0_linear_110_646)' stroke-width='0.733333'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_110_646' x1='1531' y1='1.00004' x2='-63.9999' y2='1.00111' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003E92' stop-opacity='0'/%3E%3Cstop offset='0.322917' stop-color='%23003E92'/%3E%3Cstop offset='0.71875' stop-color='%23003E92'/%3E%3Cstop offset='1' stop-color='%23003E92' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.slideatleta_dao .swiper-slide {
  padding-bottom: 30px;
}
.slideatleta_dao .swiper-button-prev, 
.slideatleta_dao .swiper-button-next {
  background: none;
}
.slideatleta_dao .swiper-button-prev::after, 
.slideatleta_dao .swiper-button-next::after {
  color: var(--verde1);
}

#page .slideatleta_dao .swiper-pagination {
  bottom: 50px;
}
#page .slideatleta_dao .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.info_atleta {
  border-top: 1px solid #ccc;
}
.info_atleta .item {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
.right-col .titolo-slide-atleta {
  border-top: 1px solid #ccc;
  font-size: 2em !important;
  display: block;
  padding: 20px 0;
  width: 100%;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0 !important;
}
.right-col .informazioni {
  font-weight: 500;
}
.right-col .informazioni strong {
  color: var(--verde);
}

.citazione-atleta {
  border-left: 0;
  position: relative;
}
.citazione-atleta svg {
  max-width: 70px;
  height: auto;
  fill: #e8eaef;
  position: absolute;
  left: 0;
  top: 0;
}
.citazione-atleta p {
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  z-index: 5;
  position: relative;
  color: var(--mainblue);
  padding-left: 40px;
  max-width: 80%;
  line-height: 1.2;
}

#main-container.new-atleta .slide-arrow.next-arrow {
  right: 0;
}

#main-container.new-atleta .social-icons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

#main-container.new-atleta .btn-atleta {
  background: var(--verde1);
  text-transform: uppercase;
  transition: opacity .5s;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px;
  border-radius: 100px;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  box-sizing: border-box;
}
#main-container.new-atleta .btn-atleta:hover {
  opacity: 0.75;
}
#main-container.new-atleta .btn-atleta svg {
  color: #fff;
  fill: #fff;
}

.rel-atleti-single {
  background: #eee;
  padding: 10px;
  border-radius: 15px;
  font-weight: 800;
}

.box-slide-atleta  {
  padding: 0 70px;
}
.box-slide-atleta h1 {
  margin-bottom: 30px!important;
}
.box-slide-atleta h1 .titolo {
    font-size: 4em !important;
    line-height: 1;
}
.box-slide-atleta-intro {
  display: flex;
  gap: 70px;
}
.box-slide-atleta-intro .left-col{
  width: 32%;
  float: none;
}
.box-slide-atleta-intro .right-col{
  width: 68%;
  float: none;
}

.contact-form-atleta.active {
  z-index: 5;
}

/* RESPONSIVE */
@media(max-width: 767px){
  .img_cover_atleta .back-arrow svg {
    left: 15px;
  }
	.img_cover_atleta {
		margin-bottom: 50px;
	}
  .box-slide-atleta {
    padding: 0 0px;
  }
	.box-slide-atleta h1 .titolo {
		font-size: 2em !important;
	}
  .box-slide-atleta-intro {
    flex-direction: column;
    gap: 30px;
  }
  .box-slide-atleta-intro > div {
    width: 100%!Important;
  }
  .citazione-atleta {
    padding: 0;
    margin: 30px 0;
  }
  .slideatleta_dao .swiper-button-prev, .slideatleta_dao .swiper-button-next {
    bottom: 36px;
    top: initial;
  }
  .img_cover_atleta .back-arrow {
    bottom: initial;
  }
  .contatti li.elementor-icon-list-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .gallery-talent .elementor-swiper-button.elementor-swiper-button-next {
    right: -20px;
  }
  .timeline .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
	align-items: center;
  }
  .team-mobile .elementor-row {
    flex-wrap: nowrap !important;
    overflow: scroll;
	align-items: flex-start;
  }
  .team-mobile .elementor-widget-wrap {
    min-width: 80vw;
  }
}
@media(max-width: 500px){
  .slidecat_dao-slider .swiper-slide img.copertina {
    object-fit: cover;
    height: 600px;
  }
}
.loop-gradient-blue .elementor-image {
	position: relative;
}
.loop-gradient-blue .elementor-image::after {
	background-image: linear-gradient(0deg, #034062E3 0%, #FFFFFF00 74%);
	content: "";
	display: block;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.img-team.elementor-widget-image .widget-image-caption {
    background-image: linear-gradient(0deg, #034062E3 0%, #FFFFFF00 74%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
}
.header-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
    margin-right: -25px;
}
.ast-builder-layout-element.site-header-focus-item.ast-header-language-switcher-element.ast-header-language-switcher.ast-hb-language-switcher-layout-horizontal {
    display: none;
} 
.post-type-archive-atleti .filtraggio-desktop {
    /*display: none !important;*/
}
.ast-builder-layout-element.site-header-focus-item.ast-header-html-3 {
    display: none !important;
}
.team-section .elementor-widget-wrap {
    flex-direction: row;
    gap: 0px 20px;
    justify-content: center;
}
.team-section section.elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    max-width: 23%;
}
@media screen and (max-width: 767px) {
    .team-section .elementor-widget-wrap {
        flex-wrap: nowrap;
        overflow: scroll;
        align-items: flex-start;
        display: flex !important;
        justify-content: flex-start;
        flex-direction: row;
    }
    .team-section .elementor-inner-section .elementor-widget-wrap {
        flex-wrap: wrap !important;
        overflow: hidden;
        align-items: flex-start;
        width: 80vw;
    }
    .team-section section.elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        width: 100%;
        max-width: 100%;
    }
}