/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 09:59:07 */
/* Sidebar container wrapper */
.mappress-sidebar-widget {
    background-color: #000;
    padding: 25px;
    border-radius: 10px;
    color: #ff5c00;
    font-family: Tahoma, sans-serif;
    margin-bottom: 20px;
font-size: 14px;
}

/* Main country list */
.mappress-country-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Country section titles */
.mappress-country-list > .country {
    font-weight: 600;
   font-size: 14px;
    margin-top: 20px;
    margin-bottom: 6px;
}

/* Locations under each country */
.mappress-country-list .locations {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

/* Individual location links */
.mappress-country-list .locations li a {
    display: inline-block;
    color: #ff5c00;
    text-decoration: none;
    padding: 6px 10px;
    margin-bottom: 4px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    font-family: Tahoma, sans-serif;
	font-size: 15px;
}

/* Hover effect: underline and color shift */
.mappress-country-list .locations li a:hover,
.mappress-country-list .locations li a:focus {
    color:#ff5c00;
    text-decoration: underline;
}

/* Active link: border-left and outline highlight */
.mappress-country-list .locations li a.active {
	
    color: #ff5c00;
    border-left: 2px solid #ff5c00;
    outline: 1px solid #ff5c00;
    font-weight: 600;
    background: none;
}

.gtranslate_wrapper .gt_switcher-popup span{
	color:#ff5c00;
}