/*
 Theme Name:     Specular Child
 Theme URI:      http://codeless.co/specular
 Description:    Specular Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       specular
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.services_medium img {
    width: 50px !important;
    height: 50px !important;
}
/* === Country Flag Bar (Consistent across all regions) === */
.country_flags {
	float: left;
	width: 100%;
}.country_flags ul {
	margin: 0;
	padding: 0;
}.country_flags ul li {
	padding: 5px;
}.top_nav .widget ul li a {
	width: 25px;
	float: left;
}
.country_flags ul li {
	width: 25px; display: inline-block;
	float: left;
}
.country_flags ul li a img {
	width: 100%;
	float: left;
}
.country_flags ul li a:hover{
	width: 30px;float: left;
 }
.active {
	width: 30px !important;
	float: left;
}