/**
 * Theme Name:     Bizisoinu
 * Author:         Lantalau
 * Template:       hello-elementor
 * Text Domain:	   bizisoinu
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/*--ITEMS SCROLL---*/

/* -- items en scroll -- */

.items-scroll {
  display: flex!important;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.items-no-scroll {
  overflow-x: unset;
}


@media (min-width: 575px) {

  .items-scroll-sm {
     display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-sm {
    overflow-x: unset;
  }

  .items-no-scroll-sm > *{
     margin-bottom: 0!important;
    flex-shrink:1!important;
    flex-grow:0;
  } 

}

@media (min-width: 768px) {

  .items-scroll-md {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-md {
    overflow-x: unset;
  }

  .items-no-scroll-md > *{
    margin-bottom: 0!important;
    flex-shrink:1!important;
    flex-grow:0;
  } 

}

@media (min-width: 1024px) {

  .items-scroll-lg {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-lg {
    /*flex-wrap: wrap;*/
    overflow-x: unset;
  }

  .items-no-scroll-lg > *{
    margin-bottom: 0!important;
    flex-shrink:1!important;
    flex-grow:0;
  } 
}

@media (min-width: 1140px) {

  .items-scroll-xl {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-xl {
    overflow-x: unset;
  }

  .items-no-scroll-xl > *{
     margin-bottom: 0!important;
    flex-shrink:1!important;
    flex-grow:0;
  } 
}

.items-scroll > *{
  flex-grow:0;
  flex-shrink: 0;
  margin-bottom: 10px!important;
} 


  /* Let's get this party started */
  .items-scroll::-webkit-scrollbar {
    height: 2px;
  }
   
  /* Track */
  .items-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
   
  /* Handle */
  .items-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--e-global-color-primary); 
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }

  .items-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(10, 162, 177, .3); 
  }
  
/*--BREADCRUMBS---*/
  
  .elementor-widget-breadcrumbs .breadcrumb_last{
      color:#64931f;
  }

/*----WPML---*/

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	font-family: 'FontAwesome';
	/*display: none !important;*/
    content: '\f107';
    vertical-align: middle;
    display: inline-block;
    border: unset;
    border-top: unset;
    position: absolute;
    right: 5px;
    top: calc(50% - 0.5em);
}
 
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown>ul,
.wpml-ls-legacy-dropdown>ul li,
.wpml-ls-legacy-dropdown>ul li a {
	border: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
	font-size:1em!important;
}
