.cutomie-border { border: 3px solid red; }
.iq-blog-box .iq-blog-image img {
    -webkit-transform: none !important;
    transform: none !important;
}
.iq-blog-box:hover .iq-blog-image img{
    -webkit-transform:none !important ;
    transform: none !important; 
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    bottom: 90px;
    left: 25px;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-right {
    bottom: 90px;
    right: 34px;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-right:has(~ .chaty > .chaty-widget.right-position.chaty-open ) {
  bottom: 210px;
  transition: bottom 0.3s ease 0s; 
}
.iq-blog-detail .iq-blog-meta .list-inline .list-inline-item:has(.fa-user),
.iq-blog-detail .iq-blog-meta .list-inline .list-inline-item:has(.fa-calendar-alt) { display: none; }


h2.iq-title.iq-heading-title {
    font-size: var(--e-global-typography-b094861-font-size) !important;
}


.iq-blog-image img.wp-post-image {
    max-height: 500px;
    max-width: auto;
    width: auto;
}


input[type=file].wpcf7-file { height: auto; }