/*
Theme Name: 	AVPRO
Description: 	Responsive WordPress Theme based on Understrap and Font Awesome.
Version:     	1.1.0
Author:     	Antonio Aversa
Author URI:   https://www.linkedin.com/in/antonio-aversa/
Text Domain: 	understrap
Domain Path: 	/languages
Tags:        	grid-layout, 1, custom-menu, featured-images, right-sidebar
License:    	Child theme di licenza proprietaria, ne è vietata la copia o la diffusione
non autorizzata dallo sviluppatore.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* TEST DEVELOP
header{border: 2px solid green;}
main{border: 2px solid purple}
article{border: 2px solid blue;}
aside{border: 2px solid brown;}
section{border: 2px solid yellow;}
footer{border: 2px solid red;} */

/* VARIABILI */
:root {
  --primary: #990332 !important;
  --secondary: #A9D400;
  --bg-gradient-bottom:  linear-gradient(180deg, #990332 0%, #B65202 50%, #A9D400 100%) ;
  --bg-gradient-left:  linear-gradient(271deg, #990332 0%, #B65202 50%, #A9D400 100%);
  --white: #fff;
  --dark-gray: #9FB7C7;
  --body-bg:#fff;
  --light-gray: #DAE6ED;
  --body-color: #542735;
  --bg-light-primary: #D4FAB9;
  --boxshadow:  0 0.5px 40px 0 rgba(52, 7, 21, .1);
  --common-font:  "DINPro", Roboto, Sans-serif ;

}

/*.borders {
  border: solid 2px #D60915 !important;
}*/

body {
  overflow-x: hidden !important;
}


.startup-back-desc, .mentor-back-back{overflow: auto;}
.startup-back-desc{
  height: 250px;
  }
.mentor-back-back{
height: 350px;
}

.cnt-desc p{
  overflow: hidden;
  text-overflow: ellipsis; }
.btn-outline-white, .cnt-desc,.card-text,
.cnt-intro-program p{font-size:0.8rem; margin: 0px;}
.badge-label,.info-date, .cnt-icon span, .header-author{font-size:1rem}

.h2,h2,
.number-counter{font-size:3rem}
.h5,h5{font-size:1.333rem}
.h4,h4{font-size:1.777rem}
.title-separator{font-size:1.333rem}
.user-role{font-size:.7rem}



/* ! JUMBOTRON HOME */
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: ab;
  right: 50%;
  width: 100vw;
  padding: 0px;
position: absolute;
top:0px;
}

.cnt-title-home{top:0px;}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
      top:0px;
  }

}
.home .cnt-header-title {margin-top: 110px;}

.home .jumbotron .display-1{color:var(--primary); font-weight: 700 !important; text-align:left !important}

.home .jumbotron{margin-top: 51px; height: calc(100vh - 250px); overflow: hidden; min-height: 825px;background: var(--white)}

.display-1,
.jumbotron h1{font-size:4.5rem !important; text-align:center}
.home .jumbotron h1{text-align:left}

.testimonual-text p,
.btn{font-size:.8 !important;line-height:1.4em}
.cnt-descript-team h4{font-size:1.5rem; margin-bottom: 15px;}


@media (max-width: 660px) {
  .home .jumbotron {
  min-height: 905px !important;
}
.jumbotron figure{

  margin: 4rem 0 0 0;
}
.cnt_top_menu_left{display: none !important; }

.post-template-default p{font-size:1rem}
.cnt-icon span, .filter-item,.cnt-desc, .card-text,
.cnt-intro-program p{font-size:1rem}
.display-1,
.jumbotron h1{font-size:2.2rem !important}
.h2,h2{font-size:2rem;line-height:2.3rem}
.number-counter{font-size:2.6rem}
.h5,h5{font-size:1.333rem}
.h4,h4{font-size:1.777rem}
.info-date, .badge-label{font-size:0.8rem}
.title-separator{font-size:1.333rem}
.user-role{font-size:0.7rem}
.wp-block-post-date,
.form-check,
.taxonomy-category{font-size:1rem}
.btn{font-size:1 !important;width:100%;text-align:center;display:block !important}
.cursor--large,
.cursor--small{display:none}
.wp-block-post-featured-image img{object-fit:cover;height:244px !important}
.wp-container-58{gap:0 !important}
}

/* -----------------------
  FOR THIS PROJECT
  ------------------------*/
.title-megamenu>a:hover {
  cursor: default;
  color: var(--secondary);
  background: none;
}

aside ul {
  padding: 0;
  list-style: none;
}



/* Active state */
.header__menu {
  position: relative;
}



.active a {
  opacity: 1 !important
}

@media (max-width: 768px) {
  .line-menu {
    display: none;
  }
  .cnt-logo {
  width: 150px;
}
}

#menu-item-2107:nth-child(2) {
  display: flex !important;
}

.post-grid-excerpt .understrap-read-more-link {
  display: none;
}

#menu-mobile-menu {
  list-style: none;
  padding: 0px;
  margin-left: 10px;
}

#menu-mobile-menu li {
  padding: 15px 5px !important;
}

#menu-mobile-menu a {
  color: var(--secondary);
  font-size: 1.1rem;
}

.navbar-brand img {
  max-width: inherit;
  padding: 12px;
}

/* Helper */
.title-bar-vertical::before {
  content: "";
  content: "";
  background: var(--primary);
  width: 5px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: -17px;
  margin-top: 6px;
}

.bg-blue{background: var(--bg-blue)}
.text-orange {
  color: #FF5A1A !important;
}

.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.bg-gray {
  background: var(--light-gray)
}

.b-radius {
  border-radius: 20px;
}

.custom-list {
  padding-left: 20px;
  list-style: none;
}

.custom-list li::before {
  content: "";
  font-size: 11px;
  line-height: 18px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  background: var(--secondary);
  vertical-align: revert;
  margin-left: -20px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.cnt-team figure {
  overflow: hidden;
  position: relative;
}

.navbar-brand {
  width: 270px;
}

.navbar-brand img {
  transition: all linear .2s
}

.logo-transform img {
  width: 100%;
  margin: 0 px;
}


.custom-logo{ width: auto;min-width: 145px; height: 50px;}


.cnt-brand {
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.bg-transition .cnt-brand {
  margin: 0px !important;
}

.home-title {
  transform: skewX(0deg);
  opacity: 0;
  position: absolute;
  top: -9999px;
  color: #fff;
}

a {
  cursor: pointer;
}

.custom-logo-link {

  display: flex;
}

.header__menu {
  background: #3A0A19 !important
}


.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{text-align: center;}
.woocommerce-mini-cart__buttons .checkout,
.wc-forward,.wc-block-components-button:not(.is-link).contained,
 .wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wp-block-search__button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.wp-block-button__link,
.btn-primary{
  color: white !important;
  background: rgb(153,3,50);
    background-image: linear-gradient(to left,  rgba(153,3,50,1) , rgba(182,82,2,1) , rgba(147,180,16,1) );

  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
     background-size: 120% 100%;
    border: 1px solid rgba(147,180,16,1);

}

.wc-block-components-button:not(.is-link).contained:focus, .wc-block-components-button:not(.is-link).contained:hover,
 .wp-block-button__link:hover, .wp-block-button__link:focus, .btn-primary:hover, .btn-primary:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .btn-primary:hover, .btn-primary:focus {
   background-position: 100% 10%;
  border-radius: 0;
    border: 1px solid transparent;
    background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
    background-size: 850% 200%;
          border: solid 1px transparent !important
}

.is-style-outline-white a {
  background: transparent !important;
  font-size: 0.8rem;
  color: var(--white) !important;
  border: solid 1px transparent !important
}

.border-gray,
.btn-outline-gray {
  border: solid 1px var(--light-gray)
}



/* -----------------------
STYLE
--------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

.social-box .sbtn {
  color: var(--primary) !important
}

.social-box i {
  font-size: 24px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
  padding: 10px;
}

.social-box i:hover {
  background: var(--primary);
  color:var(--white);
}

/* -----------------------
CUSTOM BLOCK
--------------------------*/
.primary-separator {
  border: solid 3px var(--primary);
  width: 60px;
  background: var(--primary);
  display: block;
}

.primary-separator-left {
  border: solid 3px var(--primary);
  width: 60px;
  float: none;
  display: block;
  background: var(--primary);
}



figure {
  margin: 0;
  position: relative;
  z-index: 1;
}

.div-gradient{transform: rotate(5deg);
position: absolute;
height: 368px;
display: block;
width: 86%;
right: 0;
left: 31px;
z-index: -2;
background: var(--bg-gradient-bottom);
transition: all 1s cubic-bezier(.215, .61, .355, 1);
top: 15px;;}

.cnt-figure:hover .div-gradient{transform: rotate(-5deg);}

/* CONTACTI FORM 7*/
.wpcf7-list-item {
  margin: 5px;
  padding: 0;
  width: auto;
  display: flex;
  display: inline-block;
}

.img-gradient::before{
transform: rotate(5deg);
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  right: 0;
  left: 0;
  content: "";
  z-index: -2;
  background: var(--bg-gradient-bottom);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
.img-gradient img{z-index: 2; }

.img-gradient:hover::before{transform: rotate(-5deg);}



/* Counter block*/
.number {
  font-size: 90px;
  font-weight: 800;
}

.cnt-block-counter {
  border: solid 1px var(--light-gray) !important
}

/* card square*/
.card-square {
  -webkit-box-shadow: var(--boxshadow);
  -moz-box-shadow: var(--boxshadow);
  background: var(--white);
  box-shadow: var(--boxshadow);
  border-radius: 20px;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

.circle-square {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 100px;
  border: solid 5px var(--primary);
  transition-timing-function: ease-in-out;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.card-square:hover, .card-square:focus {
  background: var(--primary);
}

.circle-square:focus {
  background: var(--primary);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.card-square:hover p, .card-square:focus p {
  color: #fff;
}

.card-square:hover .circle-square, .card-square:focus .circle-square {
  background: #fff;
  border: solid 5px var(--white);
}

/* TESTIMONIAL*/
.slick-list {
  display: grid !important;
}

.rounded {
  border-radius: 100px !important;
  height: 72px;
  width: 72px;
}

.info-name {
  font-weight: 800;
}

.cnt-testimonial-title h2 {
  font-size: 24px;
}

.testimonual-text {
  font-weight: 800;
}

.testimonual-text p {
  margin-bottom: 0.8rem;

}
.carousel-box {padding: 0; margin: 0;}
.carousel-box .slick-slide {

  margin: 0 15px;
  height: auto;
}


.quote-icon-testimonial {
  font-size: 60px;
  color: var(--primary)
}

#next-arrow, #prev-arrow, #next-arrow-logo, #prev-arrow-logo {
  border: solid 1px white;
  line-height: 52px;
  background: var(--bg-gradient-left);
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
  width: 54px;
  height: 54px;
  text-align: center;
  cursor: pointer;
  color: var(--white);
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
     background-size: 100% 100%;
}

#next-arrow:hover, #prev-arrow:hover ,#next-arrow-logo:hover, #prev-arrow-logo:hover{
  background: var(--bg-gradient-left);
  border: solid 1px white;
  background-size: 200% 300%;
background-position: top;
transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

/* -----------------------
  MENU RIGHT
  --------------------------*/
#main-menu .menu-item {
  background: transparent
}

.cta-top-header{padding: 0.7rem 1rem;}
/* Active state */
.header__menu {
  position: relative;
}

.line-menu {
  position: absolute;
  height: 2px;
  background: #3DE99E;
  bottom: 10px;
}

.active a {
  opacity: 1 !important
}

/* -----------------------
    MOBILE dropdown MENU
    --------------------------*/


#mobile_menu .dropdown-menu {
  background: var(--body-bg);
  -webkit-box-shadow: var(--boxshadow) !important;
  -moz-box-shadow: var(--boxshadow) !important;
  box-shadow: var(--boxshadow) !important;
  border: none !important;
  margin-top: 15px;
}

#mobile_menu .dropdown-menu .menu-item {
  border-bottom: 0 !important;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

#mobile_menu .dropdown-item,
#mobile_menu .nav-link {
  font-size: 14px;
  padding: 5px !important
}

#mobile_menu .dropdown-menu .menu-item::before {
  display: none !important;
}

.cnt-side-mobile .menu-item {
  position: relative;
  padding: 15px !important;
  padding: 5px;
  text-align: left;
}

.cnt-side-mobile {
  padding: 30px 15px !important;
}

.cnt-side-mobile .menu-item::before {
  left: -10px !important;
  top: 16px !important;
}

.header__menu--open {
  overflow: auto;
}

.cnt-side-mobile .dropdown-item:focus, .cnt-side-mobile .dropdown-item:hover {
  color: var(--primary);
  text-decoration: none;
  background-color: #fff;
}

.wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
  display: block;
  margin: auto;
}

/*SIDE SUB MENU height CLOSE EFFECT*/
.mobile-sid-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.submenu_open {
  overflow: auto !important;
  height: auto !important;
  max-height: 900px !important;
}



/* --------------------
        * !  GENERAL STYLE
        ------------------ */
        a{transition: all 0.3s cubic-bezier(.215, .61, .355, 1);}
        b, strong {
          font-weight: 600;
        }
        .gap-3 {
          gap: 1rem !important;
        }
.bg-gradient-left{background: var(--bg-gradient-left)}

.btn-white{background: var(--white); color: var(--primary)}
.btn-white:hover{background: var(--primary); color: var(--white)}

.preloading {
  background: var(--body-bg);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: 120px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999
}
.svg-text-center{width: 200px;
height: 200px;
position: relative;
overflow: hidden;}

.preloading svg {
  margin: auto;
  display: flex;
  width: 200px;
  height: 200px;
}

.preloading::-webkit-scrollbar {
  display: none;
}

/* Works on Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--primary) #3a0a19;
}


/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--body-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 20px;
  border: 3px solid re;
}

.bg-light-primary {
  background: #D4FAB9
}
.label{font-weight: 600 !important}
.badge-label {
  color:#7A9708;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background: #fff;
  color: var(--primary)
}





.btn:focus {
  box-shadow: none;
}

.form-control:hover {
  border: 1px solid var(--primary);
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.widget_search input {
  height: 51px;
}

.policy-text h4 {
  margin-top: 35px;
}

.policy-text .wpb_content_element li {
  margin-bottom: 5px;
}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.relative {
  position: relative;
}

.url-box:hover .arrow {
  margin-right: -20px;
}

h1 {
  position: relative;
  z-index: 2
}

.underline_title_left::after {
  margin: -31px 0 0 0;
  width: 70%;
}

.underline_title_center::after {
  margin: -31px auto 0 auto;
  width: 28%;
}

.menu-item-dropdown-1906 .dropdown-menu {
  display: block !important;
  border-radius: 0px;
}

.dropdown-menu {
  left: auto !important;
}



#menu-item-dropdown-wpml-ls-9-en .dropdown-menu.show {
  min-width: 0px !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: var(--primary);
}

.hamburger:focus {
  outline: none;
  border: none;
}

i {
  font-size: 18px;
}

a:hover {
  text-decoration: none;
}

::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

::selection {
  color: var(--white);
  background: var(--primary);
}

/* -------------------------------------------------------------------------------- */
/* ! CONTACT FORM 7 */
/* -------------------------------------------------------------------------------- */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wpcf7 input[type='checkbox'] {
    --active: var(--secondary);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: var(--primary);
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wpcf7 input[type='checkbox']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wpcf7 input[type='checkbox']:checked {
    --b: var(--secondary);
    --bc: var(--secondary);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wpcf7 input[type='checkbox']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wpcf7 input[type='checkbox']:hover:not(:checked):not(:disabled) {
    --bc: var(--primary);
  }
  .wpcf7 input[type='checkbox']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wpcf7 input[type='checkbox'] {
    width: 21px;
  }
  .wpcf7 input[type='checkbox']:after {
    opacity: var(--o, 0);
  }
  .wpcf7 input[type='checkbox']:checked {
    --o: 1;
  }
  .wpcf7 input[type='checkbox'] {
    border-radius: 3px;
    padding: 13px 13px;
  }
  .wpcf7 input[type='checkbox']:after {
    width: 9px;
  height: 16px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 8px;
  top: 1px;
  -webkit-transform: rotate(var(--r, 20deg));
  transform: rotate(var(--r, 20deg));
  }
  .wpcf7 input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
}
.wpcf7-list-item{margin: 5px; padding: 0; width:100%; display: flex;}
.wpcf7-list-item-label{padding: 5px 0px;}
.wpcf7 input[type="checkbox"]{margin-right: 15px;}
div[id^="wpcf7-f229"] button.cf7mls_next {
  color: #2c4200 !important;
  text-transform: uppercase;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
  padding: 13px 35px;
background-image: linear-gradient(to left, rgba(153,3,50,1) , rgba(182,82,2,1) , rgba(147,180,16,1) );
}
.wpcf7-icon-wraning{width: 8px;}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  color: #6c0d0d;
  font-size: 16px;
  background: #f2cbcb;
  padding: 50px;
  border: solid 2px var(--red);
}
.wpcf7-not-valid-tip{color:var(--red)}
div[id^="wpcf7-f229"] button.cf7mls_back {
  background-color: transparent !important;
  color: var(--primary)!important;
  border: solid 1px var(--primary)!important;
}
/* ! RIGHT MENU CTA*/

 .wpml-ls-sidebars-right-top-menu{
  margin-right: 0px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center;

}
.icon-login{font-size: 25px}

/* ! WPML */

.wpml-ls-sidebars-right-top-menu{

  width: 70px;
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center;

}

.wpml-ls-legacy-dropdown-click a {
  padding: 0px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-width: 0 1px 1px 1px;
  padding: 10px;
  margin-top: 9px;
  background: var(--body-bg);
  border: var(--body-bg);
  box-shadow: var(--boxshadow);
}

/* -----------------------
            COMPONENTS
            --------------------------*/
.accordion-button::after {
  content: "";
  position: absolute;
  right: 19px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important;
  padding: 1rem 1.25rem;
  color: var(--secondary);
  text-align: left;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.card-body {
  font-size: 0.8rem
}

button:focus {
  outline: none;
}

.btn {
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  text-transform: uppercase !important;
  font-weight: 700;
}



.sub-email::-webkit-input-placeholder,
.sub-email::-ms-input-placeholder,
.sub-email::-moz-placeholder {
  color: var(--primary);
  outline: none;
}

.nav-next,
.nav-previous {
  border: solid 1px var(--primary);
  padding: 5px 10px;
}

/* TITOLI */
.top_title_center::before {
  display: inline-block;
  content: "";
  width: 4rem;
  margin: -10px 0.5rem;
  transform: translateY(-1rem);
  border-bottom: 2px solid var(--primary);
}

.cnt-titolo::before {
  transform-origin: left;
  animation: grow 1s linear forwards;
  content: "";
  position: absolute;
  top: 15px;
  right: 100%;
  width: 100vw;
  border-bottom: 2px solid var(--primary);
}

@keyframes grow {
  to {
    width: 100px;
  }
}

.cnt-titolo-white::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 85px;
  top: 14px;
  border-bottom: 2px solid #fff;
  align: center;
  display: flex;
  align-items: center;
}

.link-1 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}

.link-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 5%;
  left: 0;
  bottom: 0;
  background-color: #00B388;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.link-1:hover {
  color: white;
}

.link-1:hover::after {
  height: 100%;
}

/* -----------------------
            HEADER
            --------------------------*/

#site-header {
  position: fixed;
  height: auto;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.8s ease;
}

#site-header.hide {
  top: -132px;
}



.nav-fixed {
  position: fixed;
  width: 100%;
}



.cnt-header{margin-top:132px;}
.jumbotron-spacing{margin-bottom:180px;}
.jumbotron {
  overflow: hidden;
  margin: 0px 0 auto;
  position: relative;
  width: 100%;
  align-items: center !important;
  display: flex;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
background-color: white;
  min-height: 400px;
height: calc(100vh - 500px);
background-size: cover !important;
background-position: center center !important
}




.bg-archive:before {
  display: none;
}



.full-jumbotron h1 {
  max-width: 100% !important;
}

.full-jumbotron .subtitle-header {
	text-align:center;
  max-width: 1900px;
  margin: auto;
}

.subtitle-header p {
  line-height: 2rem!important;
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: #3a0a19
}

.breadcrumbs {
  font-size: 12px;
}

.top-header {
  font-size: 14px;
  border-bottom: solid 1px transparent;
  text-align: center;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  border-bottom: solid 1px var(--primary);
  padding: 5px 0;
}

.top-header i {
  font-size: 16px;
  webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.top-header p,
.top-header a {
  color: var(--white);
  font-weight: 500;
  margin: 0px;
  font-size: 14px;
}

.top-header a:hover i {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

.top-header a:hover {
  text-decoration: none;
}

.bg-header {
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  box-shadow: var(--boxshadow);
}

/*Breadcrumb*/
.rank-math-breadcrumb {
	text-align:center;
  background: transparent;
  color: var(--body-color);
font-size: 14px;
  padding: 0px;
  margin-left: 5px;
}

.rank-math-breadcrumb a {
  color: var(--primary);
}

.rank-math-breadcrumb p {
  margin: 0px;
}


/* -----------------------
            NAVIGATION
            --------------------------*/



          #menu_principale li {
            padding: 0 24px;
          }


/*MENU mobile*/
.mobile-sid-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 3px 0 0 0;
}


.navbar {
  height: 110px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);

}
#nav-cnt {

  background: var(--body-bg)
}




.bg-transition {


}

.navbar-nav .nav-link {
  font-size: 1.1rem;

}


header .link-accedi {
  background: #161916 !important;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  align-items: center;
  border: solid 1px transparent
}

header .link-accedi:hover {
  border: solid 1px var(--primary);
  animation: shadow-pulse 1s infinite;
}

header .link-accedi:hover a {
  color: var(--primary) !important
}

header .link-accedi a {
  color: var(--primary);
  padding: 5px 0;
}

header .link-accedi a::before {
  display: none !important
}

header .link-accedi::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  width: 20px;
  height: 20px;
  background: url("./img/icon-users.svg");
  background-size: cover;
}

header .active .link-accedi .nav-link::before,
header .link-accedi a:hover {
  color: var(--primary);
  text-decoration: none;
}

.mobile-sid-menu .menu-item-has-children>a:after {
  content: "\f107";
font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 14px;
}

.header__icon {
  width: 66px;
  color: var(--secondary);
  z-index: 11;
  height: 30px;
}

.icon-search {
  color: var(--primary);
  transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  padding: 5px 10px;
  margin-left: 4px;
}

.icon-search:hover, .icon-search:focus {
  color: var(--primary);
  cursor: pointer;
}

.icon-search i {
  font-size: 22px;
}

.cnt-menu-header {
  align-items: center !important;
  position: relative;
  height: 72px;
}
.navbar-nav, .cnt-menu-header{  flex-direction: initial;}



.cnt-side-mobile .contact-button {
  text-align: left !important;
  border: 0;
}

.cnt_top_menu_left{width: 276px;}

/* .cnt-side-mobile .menu-item:before {
                  background: #fff;
                  content: "";
                  width: 7px;
                  height: 7px;
                  position: absolute;
                  margin-right: 17px;
                  display: inline-table;
                  left: -55px;
                  top: 12px;
                  } */
.cnt-side-mobile .menu-item {
  text-align: center;
}

.cnt-side-mobile .menu-item a {
  color: var(--white);
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 1.2rem;
}

.mobile-sid-menu .menu-item-has-children{background: #310b17 !important}

#nav_menu-2 {
  margin-top: 45px;
}

#menu-item-404 {
  align-items: center;
  justify-content: center;
}

.rotate-arrow>a:focus {
  font-weight: 400 !important;
}

.mobile-sid-menu .menu-item-has-children>a:first-child::after {
  color: var(--white) !important;
  transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
}

.mobile-sid-menu .rotate-arrow>a:first-child::after {
  transform: rotate(180deg);
}

/* MENU RIGHT*/
.menu-right-menu-container ul {
  padding: 0;
  list-style: none;
  text-align: center;
  flex-direction: row;
  display: flex;
  margin: 0px;
}


.menu-right-menu-container ul li {
  margin: 0 5px;
}



@media (max-width: 1726px) {
  .navbar-collapse {
    display: none
  }

  .navbar-expand-custom>.container,
  .navbar-expand-custom>.container-fluid,
  .navbar-expand-custom>.container-sm,
  .navbar-expand-custom>.container-md,
  .navbar-expand-custom>.container-custom,
  .navbar-expand-custom>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .cnt-altern-row {
    margin-bottom: 3rem;
  }

  .left-even img,
  .right-even img {
    transform: translate(0);
    object-fit: cover;
    width: 100%;
  }


  .side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background: #3A0A19;
    opacity: 0.8;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 0.8s cubic-bezier(.215, .61, .355, 1);
  }

  .side-overlay--open {
    transform: translateX(0%);
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: 100vh;
    z-index: 10;
    background: var(--secondary);
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
  }

  .header__menu--open {
    transform: translateX(0%);
  }

  .site-nav li {
    width: 100%;
  }

  .site-nav li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 23px;
  }

  .icon-hamburger {
    cursor: pointer;
    width: 35px;
    position: absolute;
    top: 22px;
    right: 18px;
    height: 30px;
    display: block;
    overflow: auto;
  }
}

.icon-hamburger span {
  height: 4px;
  width: 100%;
  position: absolute;
  background: var(--primary);
  top: 11px;
  transition: all 0.2s ease-in-out;
}

.icon-hamburger span:before,
.icon-hamburger span:after {
  width: 100%;
}

.icon-hamburger:hover span::before,
.icon-hamburger:hover span::after {
  width: 100%;
}

.icon-hamburger span:before,
.icon-hamburger span:after {
  height: 4px;
  position: absolute;
  content: ' ';
  margin-top: -10px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
  background: var(--primary);
}


.icon-hamburger span:after {
  margin-top: 10px
}

.icon-hamburger span,
.icon-hamburger span:before,
.icon-hamburger span:after {
  background: var(--bg-gradient-left);
}

.icon-hamburger--open span {
  background: transparent !important;
  width: 100%;
}

.icon-hamburger--open span:before {
  transform: rotate(45deg);
  margin-top: 0;
  width: 100%;
background: var(--secondary);
}

.icon-hamburger--open span:after {
  transform: rotate(-45deg);
  width: 100%;
  margin-top: 0;
background: var(--secondary);
}

.scroll-down .icon-hamburger span,
.scroll-down .icon-hamburger span:before,
.scroll-down .icon-hamburger span:after {
  background: var(--primary);
}

@media (min-width: 620px) and (max-width: 1440px) {
  .cnt-side-mobile .menu-item {
    text-align: center;
  }

  .cnt-side-mobile .cnt-social {
    display: flex;
    margin-top: 25px;
  }

  .cnt-side-mobile .menu-item:before {
    display: none;
  }

  .wpml-ls-sidebars-side-nav-mobile ul,
  .wpml-ls-sidebars-side-nav-mobile,
  .cnt-side-mobile .cnt-social .social-cont {
    margin: 0 auto !important;
  }

  .wpml-ls-sidebars-side-nav-mobile {
    display: flex;
  }
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  border-radius: 50px;
  background-color: var(--primary);
}

.contact-button:before {
  content: "\f0e0";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: var(--primary);
}

.contact-button {
  border-radius: 50px;
  border: solid 2px var(--primary);
}

.contact-button a {
  color: var(--primary);
  display: inline-block;
}

.contact-button .nav-link:before {
  display: none;
}

.contact-button:hover {
  background: var(--primary) !important;
}

.contact-button:hover a,
.contact-button:hover:before {
  color: #fff;
}

.dropdown-item {
  text-align: left !important;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-item,
.nav-link {
  padding: 16px 21px;
  font-family: var(--common-font);
  font-size: 16px;
  color: var(--body-color);
  font-weight:400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav {
  padding: 0;
  list-style: none;
  text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--body-bg);
  text-decoration: none;

  background-color: var(--primary);
}

.dropdown-menu .menu-item {
  display: block;
  padding:0px;
}

.dropdown-menu {
  border-color: transparent;
padding: 28px 3px;
margin-top: 10px;
    box-shadow: 0 20px 30px 0 rgba(51, 4, 4, 0.28)
}

.dropdown-menu .menu-item:last-child {
  border: none;
}

#main-menu .menu-item {
  position: relative;
  padding: 0px 14px;
}

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
    color: var(--body-color);
}

.active .nav-link {
  color: var(--primary);
}

.nav-link:hover:before,
.active .nav-link:before {
  width: 100%;
  left: 0;
}

.nav-link:before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  top: 38px;
  position: absolute;
  background: var(--bg-gradient-left);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0px;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--primary);
}

.wrapper {
  overflow: hidden;
}




.jumbotron h1 {
  position: relative;
  letter-spacing: -0.30px;
  color: var(-primary);
}

.jumbotron figure {
  animation-fill-mode: forwards;
margin: 6rem 0 0 0;
}

.jumbotron figure img {
  object-fit: cover !important;
  object-position: center center !important;
  animation-fill-mode: forwards;
  width: 100%;
  position: relative;
}


/* -------------------------------------------------------------------------------- */
/* ! HEADER SEARCH PAENEL */
/* -------------------------------------------------------------------------------- */
.search-panel {
  transform: translateY(-2040px);

  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 888;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.search-panel--open {
  transform: translateY(0px);
  opacity: 1;
  position: fixed;
    background: var(--body-bg);
}

.btn-search-close {
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
  margin: 30px;
  z-index: 26
}

.btn-search-close i {
  font-size: 43px
}

.search-panel #searchInput {
  width: 100%;
  padding: 23px;
  border-width: 0px 0em 2px 0;
  border-style: solid dotted inset double;
  position: relative;
  z-index: 22;
  border-color: var(--primary);
  background: transparent;
  color: var(--primary);
  font-size: 26px;
}

.search-panel #searchInput:focus {
  border-color: var(--primary);
  color: var(--primary);
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.search-panel #searchInput::-webkit-input-placeholder,
.search-panel #searchInput::-moz-placeholder,
.search-panel #searchInput:-ms-input-placeholder,
.search-panel #searchInput:-moz-placeholder {
  color: var(--white) !important;
}

#datafetch {
  overflow-y: scroll;
  height: calc(90vh - 100px);
  scrollbar-width: auto;
    scrollbar-color: var(--primary) white;
}

.cnt-result-article figure {
  width: 150px
}

.cnt-result-article figure img {
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
  width: 150px;
  height: 150px;
  transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------------------- */
/* ! HOME PAGE */
/* -------------------------------------------------------------------------------- */

.video-container  {
  overflow: hidden;
height: calc(100vh - 345px);
min-height: 825px;
}
.video-container video {


transform: scale(1.8);
  z-index: 9;

  margin:0 auto;
  overflow:hidden;
  width:100vh;
  height:100vh;

}



svg {
  position: absolute;
  top:0;
  left:0;
  height:100vh;
  width:100%;
}



.gradient-overlay::before{

  background: rgb(95,153,159);
background: linear-gradient(0deg, rgba(95,153,159,0.8) 0%, rgba(12,38,55,0.8) 73%, rgb(12, 38, 55) 100%);}


.bg-secondary h2 a,
.bg-secondary h4 a,
.dark-section h4 a {
  color: var(--white);
  font-size: 1.2rem;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.dark-section h4 a:hover, .dark-section h4 a:focus {
  color: var(--primary) !important;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.dark-section img {
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.dark-section img:hover {
  -webkit-box-shadow: inset 0 0 0 4px var(--primary);
  -moz-box-shadow: inset 0 0 0 4px var(--primary);
  -o-box-shadow: inset 0 0 0 4px var(--primary);
  box-shadow: inset 0 0 0 4px var(--primary);
}

.dark-section div {
  color: var(--secondary)
}

/*SECTION ARTICLE*/
.wp-block-post-featured-image a {
  width: 100%;
}

.wp-block-post-featured-image img {
  object-fit: cover;
  height: 380px;
}


.jumbotron-home {margin-bottom: 42px;}

/*SLIDER HOME*/
.cnt-slider-nav {
  margin-top: -69px;
  position: relative;
}

.slider-home .slick-dots li {
  display: block;
  margin: 10px 0;
  color: var(--primary);
}

.slick-dots .slick-active {
  background: var(--primary);
}

.slider-home .slick-dots {
  width: 0;
  right: -12px;
  top: 83%;
  height: auto;
  z-index: 99;
}

/* -----------------------
                          BLOG AND CONTENT
                          --------------------------*/
/* Progress bar*/
progress {
  width: 100%;
  position: fixed;
  height: 6px;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--primary);
  z-index: 9999
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: var(--primary);
}

progress::-moz-progress-bar {
  background-color: var(--primary);
}

.box-img figure {
  margin-bottom: 0px !important;
  overflow: hidden;
}

.box-img figure img {
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
  width: 100%;
  height: 235px;
  transition: all 0.5s ease-in-out;
}

.box-news h2 {
  font-size: 1.6rem;
}

.box-news a {
  color: var(--secondary);
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.box-news a:hover, .box-news a:focus {
  color: var(--primary)
}

.box-img small {
  color: var(--light-gray) !important
}

.box-img small:hover {
  color: var(--primary) !important
}

.page-link {
  padding: 1rem 1.5rem;
  margin-left: 6px;
  ;
}

.bg-secondary h2, .bg-secondary h1, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary p,
.bg-secondary .small, .bg-secondary .small a {
  color: var(--white) !important
}

.gray-separator, .gray-separator-dark {
  border-bottom: solid 1px;
  width: 100%;
}

.gray-separator {
  border-color: var(--light-gray)
}

.bg-secondary .gray-separator, .bg-secondary, .gray-separator-dark {
  border-color: var(--dark-gray);
}

.btn-close{position: absolute;right: 0 !important; top: 0; border: solid 1px var(--primary); color:var(--primary); background: transparent}

/* -------------------------------------------------------------------------------- */
/* ! FILTER ARCHIVE PAGE */
/* -------------------------------------------------------------------------------- */
#search-filter-btn {
  background: #E4E4E4 !important;
  list-style: none;
}

.search-filter-btn {
  font-size: 22px;
  padding: 7px 26px;
  background: #E4E4E4 !important;
  list-style: none;
}

.search-filter-btn:focus, .search-filter-btn:hover {
  background: var(--primary);
  cursor: pointer;
}


.filter-item {
  opacity: 1
}

.filter-item {

  margin: 0 15px;
  text-transform: uppercase;
  line-height: 48px;
  list-style: none;
  font-weight: 700;
}


.filter-item:hover{cursor: pointer;  color:var(--primary);}
.filter-item::before {
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
  left: 0;
  cursor: pointer;
}



.filter-carousel .btn {
  padding: 10px 16px;
}

.filter-carousel .filter-item::before {
  position: relative;
      cursor: pointer;
      left: 0;
      right: 0;
      content: "";
      display: block;
      height: 3px;;
      top: 45px;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      background: var(--bg-gradient-left);
      width: 0%;
}

.filter-carousel .active::before {
position: relative;
    cursor: pointer;
    left: 0;
    right: 0;
    content: "";
    display: block;
    height: 3px;;
    top: 45px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    background: var(--bg-gradient-left);
    width: 100%;

}

/* ! scroll nav filter*/
.filter-button-group {
  position: relative;
}



/* [5] */
.scrollnav-filter::-webkit-scrollbar {
  scrollbar-color: var(--primary)  var(--body-bg);
  -webkit-overflow-scrolling: touch;
  height: 3px;
  scrollbar-width: thin;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cnt-cat::-webkit-scrollbar {
  scrollbar-color: var(--primary)  var(--body-bg);
  width: 5px;
  height: 3px;
  -webkit-overflow-scrolling: touch;
}

.cnt-cat::-webkit-scrollbar-track {
  max-height: 3px;
  height: 3px;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cnt-cat {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-color: var(--primary)  var(--body-bg);
}

.cnt-cat {
  overflow-y: auto;
  min-height: 30px;
  max-height: 60px;
}

.cnt-flip-desc .btn-card {
  width: 56px;
  height: 54px;
  border: solid 1px #dedede;
  background: transparent;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.cnt-flip-desc .btn-card:hover {
  background: var(--primary);
  border: solid 1px var(--primary);
}


.cnt-social-icon{transition: all 0.5s cubic-bezier(.215, .61, .355, 1); width: 40px; margin:0 10px; height: 40px; display: block; border:solid 1px var(--primary);  }
.cnt-social-icon:hover{background: var(--primary); color: var(--white)}

.card-flip {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}




.con-img-mentors img {
  min-height: 416px;
}

.con-img-startups img {
  min-height: 460px;
}




.cnt-img-flip{height: 400px; overflow: hidden;}


.cnt-img-flip img {
  object-fit: cover;
  width: 100%;
  z-index: 3;
  height: 100%;
  position: relative;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}



.con-img-member {
  height: auto;
}

/* -------------------------------------------------------------------------------- */
/* ! CUSTOM block */
/* -------------------------------------------------------------------------------- */
/* LIST ITEMS*/
.block-list-icon-link{border:solid 1px var(--light-gray);
border-left: solid 3px var(--primary); transition: all 0.5s cubic-bezier(.215, .61, .355, 1);}
.btn-list-item{width: 54px; height: 54px; background: var(--bg-gradient-left); color:var(--white); transition: all 0.5s ease-out;;}
.block-list-icon-link:hover{border:solid 1px var(--primary)}
.block-list-icon-link:hover .btn-list-item{background-size: 850% 200%; background-position: 100% 0;}

/*carousel post_type*/
.btn-nav{padding: 0.9rem 1.2rem !important}

/* ! Timeline */

.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
  position: relative;
  overflow-y: hidden;
}

.cnt-timeline {
  position: relative;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}
.timeline > li {
  margin-bottom: 100px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li::before, .timeline > li::after {
  content: " ";
  display: table;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}
.timeline > li > .timeline-badge {
  color: var(--primary);
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  position: relative;
  margin: 0 20px;
    margin-bottom: 0px;
  top: -13px;
}
.timeline .timeline-panel {
  max-width: 500px;
}
.timeline > li.timeline-regular > .timeline-panel {
  float: right;
}
.timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: var(--primary);
  left: 50%;
  margin-left: -1.5px;
}
.timeline-badge > span > i {
  content: "";
  display: block;
  background: var(--body-bg);
  border: solid 2px var(--primary);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin: 1px;
}
.timeline-regular h3, .timeline-inverted h3{text-align: center;}
.timeline>li:nth-child(2) {
margin-top: 100px;
}
.title-timeline::after{  top: 0;
  bottom: 0;
  top:40px;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background: var(--primary);
  margin-left: -1.5px;
left:0;
}
.timeline-regular .title-timeline::after {left: 10px;}
.timeline-inverted .title-timeline::after {left: -10px;}

.img-logo-timeline{width: 80px !important;
height: 80px !important;
position: absolute;
left: -72px;
top: 0px;
border-radius: 200px;}

@media (max-width: 560px){
  .timeline>li:nth-child(2) {
margin-top: 0px;
}
.timeline > li.timeline-inverted {
float: left;
clear: left;
margin-top: 30px;
margin-bottom: 30px;
}
ul.timeline::before {
  left: 40px;
}
ul.timeline > li {
margin-bottom: 0px;
position: relative;
width: 100%;
float: left;
clear: left;
}
.timeline-regular h3{text-align: left;}
.timeline > li > .timeline-badge,
.timeline > li.timeline-inverted > .timeline-badge {
  left: 28px;
}
ul.timeline > li > .timeline-panel {
  float: right !important;
    width: calc(100% - 90px);
}}



/* ------------------------------------------------------------------------------- */
/* ! PAGINA E SHORTOCODE MEMBRI TEAM */
/* -------------------------------------------------------------------------------- */
.cnt-team{margin-top: 150px;}
.card-team{color:var(--body-bg); padding:2.5rem;
 box-shadow: 0 20px 50px 0 rgba(1, 8, 13, 0.12);
 border-radius: 60px 0px 60px 0px
}
.card-team-1 {background: var(--primary) !important }
.img-team{  margin-top: -126px;
margin-bottom: 30px; border-radius: 0px 60px 0px 60px !important; box-shadow: 0 20px 50px 0 rgba(2, 29, 47, 0.4) !important;}
.cnt-single-members{ margin-bottom: 134px;}

/* PAGINA MEMBRI SINGOLA*/
.single-membri .social-btn{display: none;}
.img-single-membro{max-width: 100%;
height: 100%;
object-fit: cover;}
.figure-single-membro{height: 500px;}
.cnt-single-membro .div-gradient{height: 466px;}

.btn-detail-page{
  background: var(--bg-gradient-left);
display: block;
text-align: center;
padding: 13px;
text-align: center;
color: var(--white);
text-transform: uppercase;
font-weight: 600;
background-size: 100% 100%;
letter-spacing: 0.7px;
margin-top: 15px;transition: all 0.5s cubic-bezier(.215, .61, .355, 1);}
.btn-detail-page:hover{background-size: 300% 300%; color: var(--white); transition: all 0.5s cubic-bezier(.215, .61, .355, 1);}

.cnt-info{border: solid 1px var(--light-gray)}


/* ------------------------------------------------------------------------------- */
/* !FOOTER */
/* -------------------------------------------------------------------------------- */
.cnt-button {
  justify-content: space-around !important;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
}

#footer-full-content {
  border-top: solid 1px var(--light-gray)
}

.back-to-top:hover {
  transform: translateY(-12px);
}

.back-to-top {
  position: fixed;
  bottom: 94px;
  right: 11px;
  cursor: pointer;
  text-decoration: none;
  z-index: 999;
  transform: translateY(0px);
  background-color: transparent;
  transition: all 0.8s cubic-bezier(.215, .61, .355, 1);
  opacity: 0;
  cursor: none;
}

.back-to-top i {
  color: var(--white);
  font-size: 16px;
  line-height: 50px;
}

.back-to-top .btn {
  width: 54px;
  height: 54px;
  padding: 0;
  position: relative;
  background-color: var(--primary);
  border: 2px solid var(--primary);

box-shadow: 0 20px 30px 0 rgba(51, 4, 4, 0.28);
  box-sizing: border-box;
}

.translateY {
  cursor: pointer;
  transition: all 0.8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;
}


.btn-wrapper {
  z-index: 9999999999999999999999999999
}

.copyright p {
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

footer a {
  color: var(--white);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer a:hover,
footer a:focus {
  color: var(--secondary);
}

footer .widget-title {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

footer {
background: #3A0A19;
  position: relative;
    color: var(--white);
}

footer h4 {
  font-size: 1rem;
  font-weight: 600;
}

footer h2, footer h3, footer h4,
footer p {
  color: var(--white);
  line-height: 1.8rem;
  font-size: 1rem;
}

footer .menu {
  margin-bottom: 0px;
  list-style: none;
  padding: 5px 0;
}

footer .menu-item {
  padding: 0px 0px;
  margin: 10px 0;
}

footer .sub-menu {
  padding: 0;
  list-style: none;
}

footer i {
  font-size: 20px;
}

.social-cont {gap:10px}
.social-cont i {
  color: #FFF;
  font-size: 20px;
border:solid 1px var(--primary);
  padding:10px 10px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}

.social-cont i:hover {
  background: var(--primary);
    color: var(--body-bg);
}


.copyright {
  font-size: 13px;
border-top:1px solid  #161916;
}

.copyright a {
  color: var(--whites)
}



/*MAILCHIMP WORDPRESS*/
.mc4wp-form-fields input[type="email"]:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.img-logo-overlay{transform: translate(-64%, -73%);}

/* -------------------------------------------------------------------------------- */
/* ! COMPLIANCE PLUGIN */
/* -------------------------------------------------------------------------------- */
#cmplz-document p, #cmplz-document li, #cmplz-document td {
  font-size: 18px;

}
#cmplz-document{width: 100%;}

.contact {
  background: var(--primary)
}
.call {
  background: var(--primary)
}

.contatti-mobile a {
  height: 300px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
}
.cnt-button {
  background: var(--primary)
}

contatto-sticky{height: 74px;}
.cnt-button a {
  color: var(--white);
  border-right: solid 1px #1B1C1B;
  text-align: center;
  width: 33.3% !important;
height: 75px!important;
}

.subs {
  background: var(--primary);
  color: var(--white) !important
}

.visible-xs {
  background: var(--primary);
  text-align: var(--white);
}
.cnt-button:last-child{border: none}

.visible-xs i {
  font-size: 28px;
  display: block;
  text-align: center
}


/* -------------------------------------------------------------------------------- */
/* ! MEDIA QUERY */
/* -------------------------------------------------------------------------------- */

@media (min-width: 1199px) and (max-width: 1426px) {
  #main-menu li {
    margin: 0 !important;
  }

}


@media (min-width: 1726px) {
  .page-template-default .content-area {
    padding: 0;
  }
  .header {
    display: none;
  }

  .navbar-expand-custom {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
    overflow: hidden;

  }


  .navbar-expand-custom>.container,
  .navbar-expand-custom>.container-fluid,
  .navbar-expand-custom>.container-sm,
  .navbar-expand-custom>.container-md,
  .navbar-expand-custom>.container-custom,
  .navbar-expand-custom>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
  }



  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}


@media only screen and (min-width: 1200px) {
.header__icon{display: none;}
}

@media only screen and (max-width: 480px) {
  .icon-search{display: none !important; visibility: hidden;}
  .filter-button-group {
    display: block !important;
  }
  .cnt-img-flip {
  height: 253px;

}
}

@media only screen and (max-width: 599px) {
  .figure-member .div-gradient {
    height: 494px;
    max-width: 100%;
    height: auto;
    min-height: 267px;
  }

  .jumbotron{min-height: 350px;}
  .box-img figure img {
    height: 47px !important;
  }

  .box-icon-detailheader {
    padding: 9px;
  }


}

@media only screen and (max-width: 768px) {
  .jumbotron {
    height: auto;
    min-height: 120px !important;

    margin-top: 79px;
  }

  .cnt-header {
  margin-top: 30px;
}
 .img-logo-overlay{display: none}
.home .cnt-header-title {margin-top: 59px  !important;}

.spacing_mobile{height: 35px !important;}

  .wp-block-button, .wp-block-button__link, .cnt-btn-program-intro .btn {
    width: 100%;
    display: block;
  }

  .search-no-results .search-field, .search-no-results .search-submit {
    width: 100%;
    margin-bottom: 15px
  }
}


@media only screen and (min-width: 992px) {
.filter-grid-filter-item {margin: auto !important;}

}


@media only screen and (max-width: 992px) {
  .pin-spacer{height: 0 !important;
  position: relative !important;}
.filter-select-mobile{display: flex !important;}
.filters-select{margin: auto !important;}

    .left-even img, .right-even img,
    .cnt-box-alter figure {
    transform: translate(0px);
  }


  .grid-item-blog {
    padding: 0 15px;
  }


  .subtitle-header p {
    line-height: 30px !important;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }


  .number {
    font-size: 56px;
  }
}



@media (min-width: 600px){
  .contatti-mobile{display: none;}
}


@media (min-width: 600px) and (max-width: 991px) {
  .box-img figure img {
    height: 100px !important;
  }
}


/* -------------------------------------------------------------------------------- */
/* ! progetti */
/* -------------------------------------------------------------------------------- */
.filters-select{border-radius: 0; padding: 15px; border: solid 1px var(--primary); background: white; color: var(--primary)}
.card-blur{
    width: 100%;
    height: 100%;
    bottom: -100%;
    position: absolute;
    background:#99073190;
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.8s;
    z-index: 9;
    opacity: 1
}
.img-project:hover .card-blur{
    bottom: 0;
    opacity: 1
}
.cnt-icon-show{text-align: center;}
.cnt-icon-show i{font-size: 40px;}

/* -------------------------------------------------------------------------------- */
/* ! GUTEMBERG */
/* -------------------------------------------------------------------------------- */


@media (max-width: 991px) {
.pin-spacer{height: 30px !important;}
.wp-block-columns{display: block !important;}
  .wp-container-19{display: flex !important}
.home .jumbotron{min-height: 1030px ;}
}