/**
 * Theme Name: KX Theme
 * Description: A theme by Kodeonix
 * Author: Kodeonix
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 /* Top Bar */
.top_bar_info {
    display: flex;
    align-items: center;
		color: white;
		font-size: 14px;
}

.top_bar_phone,
.top_bar_email {
    display: flex;
    align-items: center;
		margin-right: 10px;
}

.top_bar_phone i,
.top_bar_location i {
    margin-right: 5px; /* Adjust as needed */
}

.top_bar_phone span,
.top_bar_email span {
    margin-left: 5px; /* Adjust as needed */
}

.fa-solid.fa-phone  {
    color: #ffbc0a;
}

.fa-solid.fa-location-dot {
	color: #ffbc0a;
}

.top_bar_phone a {
	color: white;
}



