/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme-child/
 Description: Child theme for Hello Elementor
 Author: Rahul Gupta
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0
*/

h1.entry-title {
    display: none;
}

/* ----- Map Infowindow ----- */
.fc-item-title {
	margin-bottom: 5px;
}

/* If image empty or broken */
.fc-item-box img:not([src]),
.fc-item-box img[src=""],
.fc-item-box .fc-item-image:empty {
    display: none !important;
}
.fc-item-box img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    display: block;
}

/* Featured & Category */
.wp-map-meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.wp-map-category {
    font-size: 13px;
    color: #555;
}
.wp-map-featured-btn {
    background-color: #f2f2f2 !important;
    color: #000;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    
    /* 👈 keeps button in one line */
    white-space: nowrap;
}
.wp-map-featured-btn::before {
    content: "\2605";
}

/* Directions button */
.wp-map-directions-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 14px;
    background-color: #0073aa;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
}
.wp-map-directions-btn:hover {
    background-color: #005f8d;
}


/* ----- Map Categories ----- */
.wpgmp_tabs_container .wpgmp_cat_title span.arrow {
	width: 20px !important;
	margin-top: 0px !important;
}

ttgmp-advanced-marker {
	background-color: #f0f0f0 !important;
	border-radius: 50% !important;
	height: 28px !important;
	width: 28px !important;
	display: flex;
	justify-content:center;
	align-items:center;
	padding: 5px;
}

ttgmp-advanced-marker img{
	width: 16px !important;
}

.wpgmp_tabs_container .wpgmp_tab_item {
	overflow-y: auto !important;
}
.wpgmp_tab_item .wpgmp_location_container {
    padding-bottom: 0 !important;
}

/* select all checkbox */
.wpgmp-select-all {
	text-align: left !important;
	margin-left: -14px !important;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wpgmp-select-all:hover{
	margin-left: 0 !important;
}


/* ----- Listing Skin ----- */
.wpgmp_locations_head {
	display: flex;
	justify-content:space-between;
	align-items: start !important;
	margin-bottom: 0px !important;
}
.wpgmp_locations_head .wp-map-featured-btn {
	font-size: 12px;
	font-weight: 500;
	padding: 2px 6px 2px 0;
}
.wpgmp_locations_head .wp-map-featured-btn::before{
	padding: 0 5px;	
}
.wpgmp-event-datetime .event-date::before {
	content: '📅';
	margin-right: 5px;
	font-size: 15px;
}
.wpgmp-event-datetime .event-time::before {
	content: '⏰';
	margin-right: 5px;
	font-size: 15px;
}
.event-sep {
    margin: 0 10px !important;
}

/* 2-line clamp Description */
.wpgmp-event-info .wpgmp-event-description {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
	margin-top: 4px;
}


/* ----- Listing Pagination ----- */
.wpgmp_pagination a,
.wpgmp_pagination span{
    background: #29b6f6 !important;
}



/* ----- Countdown ----- */
.elementor-countdown-item{
	display: flex;
	align-items: center;
	gap: 10px;
}


/* ----- Custom Code ----- */