/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Elementor child theme developed by Shanghai Special Network Technolog.
Author: Shanghai Special Network Technology - Kim
Author URI: https://shspecial.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: https://shspecial.com/
*/

/* Add your custom styles here */
.jet-listing-grid__slider-icon.slick-arrow{
	border-radius: 100%;
}
blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 0.8em;
  border-left: 5px solid #1d7484;
  margin-bottom: 2.5rem;
  background-color: #f1f1f1;
}

blockquote p {
  margin-bottom: 0;
}

.w100, .w100 img { 
	width:100%;
}
.hvrbgimggrow{
	overflow:hidden;
}
.hvrbgimggrow .scale115{
	transform: scale(1);
	transition: transform 0.6s ease;
	will-change: transform;
}
.hvrbgimggrow .scale115:hover{ 
	transform: scale(1.15);
}