/*
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:*/

.iconbottom .w-iconbox-icon {
  margin-bottom: 15px;
}

ul {
  margin-inline-start: 1.1rem;
}

.w-form-message.type_success {
  color: #88AC97;
}

.w-form-message.type_error {
 color:#BA6669;
}

.trp-shortcode-switcher {
    padding: 0;
}

blockquote::after {
    content: "\201D";
    display: block;
    bottom: -100px;
	font-family: Georgia,serif;
    font-size: 6rem;
	opacity: .5;
	position: absolute;
	right: 20px; 
}

/*	
body {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
*/