.elementor-kit-6{--e-global-color-primary:#FF9300;--e-global-color-secondary:#074B72;--e-global-color-text:#082B3A;--e-global-color-accent:#EA5524;--e-global-color-f2905fa:#EA552421;--e-global-color-c428627:#074B7217;--e-global-color-aae3d1a:#FCBB6B4F;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:700;text-transform:uppercase;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:15px 30px 15px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h3{font-weight:500;}.elementor-kit-6 h4{font-weight:normal;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {
    overflow-x: hidden;
}

/*Font style*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
     --hero-size: 70px;
    --h1-size: 56px;
    --h2-size: 44px;
    --h3-size: 30px;
    --h4-size: 24px;
    --Testo-size: 20px;
    --Testo-small-size: 17px;

    /* coefficienti font size per breakpoint */ 
    --font-size-coefficient-laptop: 0.9;
    --font-size-coefficient-desktop: 0.825;
    --font-size-coefficient-tablet: 0.7;
    --font-size-coefficient-mobile: 0.65;
    --font-size-coefficient-mobile-mini: 0.55;
  
    /* coefficienti interlinea per tag */ 
    --hero-line-height: 1;
    --h1-line-height: 1.125;
    --h2-line-height: 1.15;
    --h3-line-height: 1.25;
    --h4-line-height: 1.3;
    --Testo-line-height: 1.45;
  }
 
  
  /* Base Styles */
  .flx-hero, .flx-hero h1, .flx-hero h2, .flx-hero h3, .flx-hero h1.elementor-heading-title, .flx-hero h2.elementor-heading-title, .flx-hero h3.elementor-heading-title {
    font-size: var(--hero-size);
    line-height: var(--hero-line-height);
  }
  h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
    font-size: var(--h1-size);
    line-height: var(--h1-line-height);
  }
  h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
  }
  h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p {
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
  }
  h4, .h4, .h4 .elementor-heading-title, h4.elementor-heading-title, .h4 p {
    font-size: var(--h4-size);
    line-height: var(--h4-line-height);
  }
  body, p{
    font-size: var(--Testo-size);
    line-height: var(--Testo-line-height);
  }
  .p-small, .p-small p {
    font-size: var(--Testo-small-size);
    line-height: var(--Testo-line-height);
  }
  .p-lead, .p-lead p {
    font-size: var(--h4-size);
    line-height: var(--h4-line-height);
    font-weight: 500;
  }
  
  /* Media Queries */
   @media (max-width: 1700px) {
    .flx-hero, .flx-hero h1, .flx-hero h2, .flx-hero h3, .flx-hero h1.elementor-heading-title, .flx-hero h2.elementor-heading-title, .flx-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-laptop));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-laptop));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-laptop));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-laptop));
      line-height: var(--h3-line-height);
    }
    h4, .h4, .h4 .elementor-heading-title, h4.elementor-heading-title, .h4 p{
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-laptop));
      line-height: var(--h4-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-laptop));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-laptop));
      line-height: var(--Testo-line-height);
    }
    .p-lead, .p-lead p {
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-laptop));
      line-height: var(--h4-line-height);
      font-weight: 500;
    }
  }
  
  @media (max-width: 1440px) {
    .flx-hero, .flx-hero h1, .flx-hero h2, .flx-hero h3, .flx-hero h1.elementor-heading-title, .flx-hero h2.elementor-heading-title, .flx-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-desktop));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h3-line-height);
    }
    h4, .h4, .h4 .elementor-heading-title, h4.elementor-heading-title, .h4 p{
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h4-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
    .p-lead, .p-lead p {
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h4-line-height);
      font-weight: 500;
    }
  }


  @media (max-width: 1024px) {
    .flx-hero, .flx-hero h1, .flx-hero h2, .flx-hero h3, .flx-hero h1.elementor-heading-title, .flx-hero h2.elementor-heading-title, .flx-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-tablet));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h3-line-height);
    }
    h4, .h4, .h4 .elementor-heading-title, h4.elementor-heading-title, .h4 p{
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h4-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
    .p-lead, .p-lead p {
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h4-line-height);
      font-weight: 500;
    }
    
  }
  
  @media (max-width: 767px) {
    .flx-hero, .flx-hero h1, .flx-hero h2, .flx-hero h3, .flx-hero h1.elementor-heading-title, .flx-hero h2.elementor-heading-title, .flx-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-mobile-mini) * 0.75);
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-mobile-mini));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-mobile));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-mobile));
      line-height: var(--h3-line-height);
    }
    h4, .h4, .h4 .elementor-heading-title, h4.elementor-heading-title, .h4 p{
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-mobile));
      line-height: var(--h4-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-mobile) * 1.125);
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-mobile));
      line-height: var(--Testo-line-height);
    }
    .p-lead, .p-lead p {
      font-size: calc(var(--h4-size) * var(--font-size-coefficient-mobile));
      line-height: var(--h4-line-height);
      font-weight: 500;
    }
  }
  
  .flx-news-content{
      h1, h2, h3, h4, h5{
      font-weight:300;
    }
}

/*buttons*/
.elementor-widget-button .elementor-button {
    font-weight: 700!important;
}

.elementor-widget-button .elementor-button{
    transition: opacity 0.5s;
    opacity:1;
}
.elementor-widget-button .elementor-button:hover{
    opacity:0.75;
}

.flx-button.elementor-widget-button .elementor-button {
    font-size: var(--Testo-small-size);
    line-height: var(--testo-line-height);
    background: #fff!important;
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-primary);
}

.flx-button.elementor-widget-button .elementor-button .elementor-button-icon svg {
    fill: var(--e-global-color-accent);
}


.flx-button .elementor-button-content-wrapper {
    gap: 8px!important;
    transition: all 0.2s linear;
}

.flx-button:hover .elementor-button-content-wrapper {
    gap: 12px!important;
}

.flx-button:hover .elementor-button {
    color: var(--e-global-color-accent);
}
  
@media (max-width: 1440px) {
    .flx-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
}

@media (max-width: 1024px) {
    .flx-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
 }
  
@media (max-width: 767px) {
    .flx-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-mobile));
      line-height: var(--Testo-line-height);
    }
}




/********* button md *********/

.flx-button-md.elementor-widget-button .elementor-button{
    font-size: var(--Testo-small-size);
    line-height: var(--Testo-line-height);
}
.flx-button-md{
    transition: opacity 0.5s;
    opacity:1;
}
.flx-button-md:hover{
    opacity:0.6;
}
  
@media (max-width: 1440px) {
    .flx-button-md.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-small--size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
}

@media (max-width: 1024px) {
    .flx-button-md.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-small--size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
 }
  
@media (max-width: 767px) {
    .flx-button-md.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-small--size) * var(--font-size-coefficient-mobile));
      line-height: var(--Testo-line-height);
    }
}



/** BOX **/


/* test unità di misura "dinamica" */
    
:root {
  --base-unit: 30px;
  --unit-scale: 1;
  --variable-base: calc(var(--base-unit) * var(--unit-scale));
}


@media (max-width: 1700px) {
  :root {
    --unit-scale: 0.85;
    --variable-base: calc(var(--base-unit) * var(--unit-scale));
  }
}

@media (max-width: 1440px) {
  :root {
    --unit-scale: 0.75;
    --variable-base: calc(var(--base-unit) * var(--unit-scale));
  }
}

@media (max-width: 1024px) {
  :root {
    --unit-scale: 0.55;
    --variable-base: calc(var(--base-unit) * var(--unit-scale));
  }
}

@media (max-width: 767px) {
  :root {
    --unit-scale: 0.25; /*era 0.35*/
    --variable-base: calc(var(--base-unit) * var(--unit-scale));
  }
}


 /******* SEC boxed text *******/
 .flx-padding-md {
    padding:calc(var(--variable-base) * 2); /*60px*/
 }
 
 .flx-padding-sm{
    padding:calc(var(--variable-base) * 1); /*30px*/
 }
 
 .flx-padding-xs{
    padding:calc(var(--variable-base) * 0.5); /*15px*/
 }
 
@media (max-width: 767px) {
   .flx-padding-md,
    .flx-padding-sm,
     .flx-padding-xs,
     .flx-padding-y-md {
      padding: calc(var(--variable-base) * 2);
     }
 }
 
 .flx-padding-y-md {
        padding-left: 0;
        padding-right: 0;
        padding-top:calc(var(--variable-base) * 2); /*60px*/
        padding-bottom:calc(var(--variable-base) * 2); /*60px*/
  }
 
  .flx-padding-y-sm {
        padding-left: 0;
        padding-right: 0;
        padding-top:calc(var(--variable-base) * 1); /*30px*/
        padding-bottom:calc(var(--variable-base) * 1); /*30px*/
  }
 
 
  @media (max-width: 767px) {
     .flx-padding-y-md,
     .flx-padding-y-sm {
        padding-left: 0;
        padding-right: 0;
        padding-top:calc(var(--variable-base) * 0.5); /*60px*/
        padding-bottom:calc(var(--variable-base) * 0.5); /*60px*/
     }
 }
 
  .flx-padding-x-md {
        padding-left: calc(var(--variable-base) * 2); /*60px*/
        padding-right: calc(var(--variable-base) * 2); /*60px*/
        padding-top:0;
        padding-bottom:0;
  }
 
  .flx-padding-x-sm {
        padding-left: calc(var(--variable-base) * 1); /*30px*/
        padding-right: calc(var(--variable-base) * 1); /*30px*/
        padding-top:0;
        padding-bottom:0;
  }
 
 
  @media (max-width: 767px) {
     .flx-padding-x-md,
     .flx-padding-x-sm {
        padding-left: calc(var(--variable-base) * 0.5); /*60px*/;
        padding-right: calc(var(--variable-base) * 0.5); /*60px*/;
        padding-top:0;
        padding-bottom:0;
     }
 }
 
  
/* cornice bianca per box */
.flx-box {
    border-radius: calc(var(--variable-base) * 0.875);
}

.flx-frame {
    padding: calc(var(--variable-base) * 1);
}

.flx-frame-lg {
    padding: calc(var(--variable-base) * 1.75);
}

 @media (max-width: 767px) {
    .flx-box {
        border-radius: calc(var(--variable-base) * 1.25);
    }
    .flx-frame,
    .flx-frame-lg {
       padding: calc(var(--variable-base) * 1.5);
    }
 }
 
 
/****************** FORM ********************/
/****** FONT *******/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
button[type="submit"],
label {
    font-size: var(--Testo-size)!important;
    line-height: var(--Testo-line-height);
}

@media (max-width: 1440px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  textarea,
  button[type="submit"],
  label {
    font-size: calc(var(--Testo-size) * var(--font-size-coefficient-desktop))!important;
    line-height: var(--Testo-line-height);
  }
}

@media (max-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  textarea,
  button[type="submit"],
  label {
    font-size: calc(var(--Testo-size) * var(--font-size-coefficient-tablet))!important;
    line-height: var(--Testo-line-height);
  }
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  textarea,
  button[type="submit"],
  label {
    font-size: calc(var(--Testo-size) * var(--font-size-coefficient-mobile))!important;
    line-height: var(--Testo-line-height);
  }
}

/*fix colore select*/
.elementor-form select{
   /*background-color: var(--e-global-color-primary)!important;
   color:white!important;*/
}

/******* GENERAL *******/

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
    /*background-color: transparent!important;*/
    /*border: solid 1px #fff!important;*/
    /*border-radius: 0px!important;*/
    /*font-weight: 400!important;*/
    padding: 15px!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    /*color: #fff!important;*/
}

.elementor-field-type-html  {
    /*color: #fff!important;*/
}

select {
    /*color: #fff!important;*/
    /*font-weight: 400!important;*/
} 

.select-caret-down-wrapper i {
    /*color: #fff!important;*/
}

input[type="checkbox"] {
    /*background-color: transparent!important;*/
    /*border: solid 1px #fff!important;*/
    border-radius: 0px!important;
    /*font-weight: 400!important;*/
    padding: 8px!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    margin-right: 5px;
}

input[type="checkbox"]:checked {
    background: var(--e-global-color-primary)!important;
}

label {
    margin-bottom: 10px;
    text-transform: uppercase;
    /*color: #fff!important;*/
}

button[type="submit"] {
    /*background: #fff!important;*/
    padding: 15px!important;
    /*color: var( --e-global-color-primary )!important;*/
    text-transform: uppercase;
    /*font-weight: 400!important;*/
    border-radius: 0;
    /*border: solid 1px #fff!important;*/
}

@media (max-width: 1024px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="phone"],
    textarea,
    select,
    button[type="submit"] {
        padding: 10px!important;
    }
    input[type="checkbox"] { 
        padding: 5px!important;
    }
}

::placeholder {
    /*font-weight: 300;*/
    /*color: #fff!important;*/
}

/** spazio righe **/
.elementor-field-group {
    margin-bottom: 20px!important;
}

form a {
    /*color: #fff;*/
    text-decoration: underline!important;
    /*font-weight: 400;*/
}

form a:hover {
    /*color: #fff;*/
    text-decoration: none!important;
    /*font-weight: 400;*/
}

/* required */
.elementor-field-required .elementor-field-label:after {
    content: "*";
}

/* acceptance */
.elementor-field-type-acceptance .elementor-field-option label {
    font-size: calc(var(--Testo-size) * 0.75)!important;
    text-transform:none!important;
}


@media(max-width: 1024px){
    .elementor-field-type-acceptance .elementor-field-option label {
    font-size: calc(var(--Testo-small-size) * 0.65)!important;
    }
}

.elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px
}

/****** slider aree ******/
.flx-slider-aree .elementor-swiper-button {
    width: calc(var(--base-unit) * 1.75);
    height: calc(var(--base-unit) * 1.75);
    border-radius: calc(var(--base-unit) * 1.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flx-slider-aree .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(var(--base-unit) * -1)!important;
}

.flx-slider-aree .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(var(--base-unit) * -1)!important;
}

@media(max-width: 1024px){
    .flx-slider-aree .elementor-swiper-button {
        width: calc(var(--base-unit) * 1.25);
        height: calc(var(--base-unit) * 1.25);
    }
    .flx-slider-aree .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(var(--base-unit) * -0.7)!important;
    }
    .flx-slider-aree .elementor-swiper-button.elementor-swiper-button-prev {
        left: calc(var(--base-unit) * -0.7)!important;
    }
}

@media(max-width: 767px){
    .flx-slider-aree .elementor-swiper-button {
        width: calc(var(--base-unit) * 0.75);
        height: calc(var(--base-unit) * 0.75);
    }
    .flx-slider-aree .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(var(--base-unit) * -0.25)!important;
    }
    
    .flx-slider-aree .elementor-swiper-button.elementor-swiper-button-prev {
        left: calc(var(--base-unit) * -0.25)!important;
    }
}

/******* utility ********/
.flx-cover {
    padding-top: 170px;
}

.flx-area-img img {
    transform: scale(1.35) translateX(-8%) translateY(-4%);
}
/*loop cards*/
.flx-card-hover:hover{
    .flx-card-button{
        color:var(--e-global-color-primary)!important;
        transition: color ease 0.1s;
    }
}
.flx-card-hover .flx-card-button p{
            font-size:15px!important;
}

/*Linkedin fix*/
#linkedin-section button{
    border:none!important;
    color:var(--e-global-color-text)!important;
}/* End custom CSS */