/* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
#site-logo {	
	margin-left: 10px; 
}
#site-description {		text-align:center;display: none; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #575757; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 100px; 
}
 }
/* Themify Custom CSS */
#freeHtmlMapStateInfo0 {
	color: white;
}


.fm-map-container a[href^="https://www.fla-shop.com/products/wp-plugins/world/countries/?utm_source=html5-maps-plugin&utm_medium=bottom-link&utm_campaign=world"]
{
display: none;
visibility: hidden;
}

.post-meta.entry-meta {
    display: none;
}

.post-image.tf_clearfix {
    display: none;
}

.page-title {
    display: none;
}

.post-date-wrap {
    display: none;
}

.post-title.entry-title {
    display: none;
}

/* Target the specific page by ID */
.page-id-2463 #site-logo a span {
    visibility: hidden; /* Hide the existing text */
    position: relative; /* Required to position the ::after pseudo-element */
}

/* Add the new text */
.page-id-2463 #site-logo a span::after {
    content: "Telecom"; /* The new text */
    visibility: visible; /* Make the new text visible */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    width: 116%;
}