/*!
 * Theme Name: 		   OceanWP Child Theme
 * Text Domain: 	   oceanwp
  Theme URI:    https://oceanwp.com
  Description:  A child theme for the oceanwp theme.
  Author:       oceanwp
  Author URI:   https://oceanwp.com
  Template:     oceanwp
  Version:      1.0.0
*/

/* Custom CSS below */
.e-con-inner .elementor-widget-heading .elementor-widget-container h1.elementor-heading-title.elementor-size-default{
	 white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  width: 245px; /* or max-width */
}
.e-con-inner .elementor-widget-post-info ul.elementor-post-info li span.elementor-post-info__terms-list{
	white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  width: 225px !important;
    display: block;
}
.e-con-inner .elementor-widget-theme-post-excerpt .elementor-widget-container {
	white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  width: 240px;
}

.eicon-chevron-right:before,.eicon-chevron-left:before{
	color:#FFD482;
}