/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.textshadow {
	text-shadow: 1px 1px black;
}

.imggrayscale {
    transition: all .3s ease-in;
  	filter: grayscale(100%);
}

.imggrayscale:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.image-overlay25 {
  position: relative;
}

.image-overlay25:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: purple;
  opacity: 10%;
  border-radius: 25px!important;
}

.image-overlay1rem {
  position: relative;
}

.image-overlay1rem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: purple;
  opacity: 10%;
  border-radius: 1rem!important;
}

.image-overlay {
  position: relative;
}

.image-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: purple;
  opacity: 10%;
}