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

/* Main Menu Custom Style */
.jet-mega-menu-mega-container__inner{
	background:none !important;
}
.hhead .elementor-icon-list-icon{
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
  position: relative;
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}
.hhead .elementor-icon-list-item:hover .elementor-icon-list-icon:before{
    content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1.5px; 
  background: conic-gradient(
    from 225deg,  
    transparent 0deg, 
    red 60deg,  
    red 300deg,  
    transparent 360deg 
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.hhead .elementor-icon-list-icon svg{margin:0 !important; }
.csmsty1 .elementor-icon-list-item a{
    justify-content: space-between;
    display: flex;
}
.csmsty1 .elementor-icon-list-item .elementor-icon-list-icon{
    order: 2 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 100%;
    background: #DA291C;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* 
 * Add your custom styles here 
 * kim
 * */
/* General Custom */
.jet-listing-grid__slider-icon.slick-arrow{
	border-radius: 100%;
}
.w100, .w100 img { width:100%; height:auto;}
ul, ol{
	padding-left:15px;
}
.small{
	font-size:0.8em;
	line-height: calc(1em/0.8 + 2px);
}
.dsm-number{
    background: #E12027;
    color: #fff;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}
.dsm-text{
    background: #E12027;
    color: #fff;
    padding:2px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}
@media (max-width: 767px) {
.dsm-text{ 
	display:block; 
	text-align:left;
	}
}
/* custom animation style */
.float-down img {
  animation: floatUpDown 6s ease-in-out infinite;
  filter: blur(2px);
  animation-delay: 0s; 
}
.float-up img {
  animation: floatUpDown 6s ease-in-out infinite;
  animation-delay: 3s; 
}
.float-middle img {
  animation: floatUpDown 3s ease-in-out infinite;
  filter: blur(1px);
  animation-delay: 3s; 
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
/* Post Content Style */
.singlecontent .wp-block-quote, .wp-block-quote-custom {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0px;
  border-left: 5px solid #E60012;
}
.singlecontent .textbox1{
	background:#f4f4f4;
	padding: 30px;
    font-size: 1em;
    text-align: left;
	box-shadow: -4px 0 6px -3px rgba(0, 0, 0, 0.15), 0 6px 6px -3px rgba(0, 0, 0, 0.2);
	margin: 20px 0 !important;
	max-width: 100%;
}

.singlecontent blockquote p {
  margin-bottom: 0;
}

