/*!
 * entourance custom styles
 */

// Add your own code here!
// Because this file is compiled after Bootstrap, you're also able to use Bootstrap mixins for better code.

// Rimuovi sfondo bianco dal container principale
.entourance-plugin {
  background: transparent !important;
}





/* FINDER */


.page-template  .EFApp{
  width: auto !important;
  max-width: none !important;
  
}


header{
  /*border-bottom: 1px solid #337ab7;*/
}


body{

  overflow: auto !important;
  position: relative !important;
}



/* LANGUAGES */

.lang-item a img {
  width: auto;
  height: auto;
  padding: 0 10px;
}



.experience-finder{
  height: auto;
  min-height: 200px;
  position: relative;
}

.container .experience-finder app-ef-list.EFApp-Main-Content--Active{
  position:relative;
}

.container .experience-finder app-ef-map.EFApp-Main-Content--Active{
  position:relative;
  height: 400px;
}

.container .experience-finder app-ef-map.EFApp-Main-Content--Active .EFMap{
  min-height: 400px;
}

.experience-finder {
  overflow: hidden;
}


html.site-html{
  overflow: auto;
}



.dropdown-menu{
  right:0;
  left:auto !important;
}


/* HOME MAP */

ul.map-legenda{
  list-style: none;
  padding-left: 0;
}

ul.map-legenda li{
  margin-bottom: 15px;
  line-height: 40px;
}


ul.map-legenda .map-number{
  background-color: #AF2B2B;
  color:#fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-right: 5px;
}

.entourance.container{
  min-height: 500px;
}


.entourance-item{

}

.swiper-slide .entourance-item{

  padding-top: 0px;
  padding-bottom: 0px;
}

.entourance-item-hidden{
  display: none;
}


.entourance-map{
  width: 100%;
  height: 400px;
}


.swiper-container.swiper-images{
  margin-top: 0;
  height: 100%;
}


/* CARDS */


.img-container-slim-card {
	height: 210px;
}

.img-container-slim {
    width: 30%;
    height: 100% !important;
	flex: 0 0 auto;
    position: relative;
}

.card-icon-slim {
	bottom: 5px;
	top: auto !important;
}



.card-img-container {
  height: 210px;
  overflow: hidden;
  /*border-radius: .25rem .25rem 0 0;*/
}
.card-img-top{
  /*border-radius: 1rem 1rem 0 0 ;*/
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  object-position: center;
}

.card-img-bg{
position: relative;
overflow: hidden;
}

.card-img-bg .card-img-top{
position: absolute;
bottom: 0;
top: 0;
min-height: 100%;
max-width: none;
  width: auto;
overflow: hidden;
}

.card-img-bg .card-img-cover{
z-index: 2;
}
.card-img-bg:hover .card-img-cover{
background-color:#337ab799;
}
.card-img-bg .card-body{
z-index:3;
min-height: 100px;
}


.card-img-bg h3{
color:#fff;
}

.card-body-icon{
position: relative;
padding-top: 20px;
}

.card-icon{
  position: absolute;
  top: -27px;
  padding: 14px;
  border-radius: 42px;
  background-color: #fbb45c;
  color: #fff;
  left: auto;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  right:18px;
}

.shortcode-slider .card{
  height: 90%;
}

.ent-sticky{
  z-index:1000;
}

.btn-outline-secondary{
  border-color: #222222;
  border-width: 2px !important;
  color: #222222 !important;
}

/* Carousel */
.carousel {
  position: relative;
  height: 100%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: transform .6s ease-in-out;
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators button.active {
  opacity: 1;
}

