/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.services-item.item-elementor .item .content-item .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

#st-content-wrapper .st-breadcrumb ul {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    background: #F7F8FA ;
}
.meta
{
	display: none !important;
}