/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2024 | 01:58:24 */
/* Devices with iOS < 14.5 & Safari < 14.1 */
/* @supports (-webkit-touch-callout: none) - CSS specific to iOS devices */
/* The translate property had not been supported before Safari 14.1 for both macOS and iOS was released */
/* To negate this CSS omit-gapfix class can be applied to either a Container or Widget */
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
	.e-con:not(.omit-gapfix) .e-con-inner .elementor-widget:not(.omit-gapfix)  .elementor-widget-container {
		border-top: 20px solid transparent;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
    }
}