
.featured-destinations .single {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.featured-destinations .single:hover {
  -webkit-box-shadow: 0 0.4rem 1rem rgba(61, 14, 61, 0.3);
  -moz-box-shadow: 0 0.4rem 1rem rgba(61, 14, 61, 0.3);
  -ms-box-shadow: 0 0.4rem 1rem rgba(61, 14, 61, 0.3);
  -o-box-shadow: 0 0.4rem 1rem rgba(61, 14, 61, 0.3);
  box-shadow: 0 0.4rem 1rem rgba(61, 14, 61, 0.3);
}
.featured-destinations .single:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  width: 100% !important;
}
.featured-destinations .single img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured-destinations .single .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: -webkit-linear-gradient(0deg, rgba(61, 14, 61, 0.4), transparent, rgba(61, 14, 61, 0.4));
  background: -moz-linear-gradient(0deg, rgba(61, 14, 61), transparent, rgba(61, 14, 61, 0.4));
  background: -ms-linear-gradient(0deg, rgba(61, 14, 61, 0.4), transparent, rgba(61, 14, 61, 0.4));
  background: -o-linear-gradient(0deg, rgba(61, 14, 61, 0.4), transparent, rgba(61, 14, 61, 0.4));
  background: linear-gradient(0deg, rgba(61, 14, 61, 0.4), transparent, rgba(61, 14, 61, 0.4));
  */
  background: none;
  text-shadow: 2px 2px 5px black;
}

.featured-destinations .single .contentClean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-darkPurple {
	color: #660066!important;
}

.text-lightPurple {
	color: #cc33cc!important;
}

.no-border {
    border: 0;
    box-shadow: none; 
}
.no-border:focus{
   outline: 0 !important;
   background: #f9eef9;    
}
