/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Header */
#top-bar-wrap {
	display: none;
}
#top-bar {
    padding: 0;
}
.topbar-cls {
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
	.topbar-cls {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}
@media screen and (max-width: 767px) {
	.info-header ul li.elementor-icon-list-item.elementor-inline-item {
		margin-inline: 0 !important;
	}
	.info-header ul.elementor-icon-list-items li:not(:last-child)::after{
		border-color: transparent !important;
	}
}