/*
Theme Name: Mechanic Child Theme
Theme URI: http://themetrail.com/themes/mechanic/
Description: WordPress theme for car mechanics, car workshops, car repair shops, auto paint shops, tire and wheel shops or any other handyman business.
Version: 1.0
Template: mechanic
Author: ThemeTrail
Author URI: http://themetrail.com
License:
License URI:
Tags:
*/


/* Mobile View */
.el-hidden {
	display:none;
}
@media (max-width:768px) { 
	.el-sm-visible { display:block; }
	.el-sm-hidden { display:none; }
}

/*/ Mobile Customisations /*/
@media (max-width:768px) { 
	.widget-mechanic-contact-info {
		
	    padding-right: 15px;
	    margin-bottom: 10px;
	    text-align:center;
	    
	}
	#header .site-title {
		display:block;
		text-align:center;
	}
	.widget-mechanic-contact-info .text-line-2 {
		display: inline-block;
		text-align: left;
		font-size: 18px;
	}
	.widget-mechanic-contact-info .text-line-1 {
		display:none;
	}
	.widget mechanic_widget_contact_info-9 {
		display:none;
	}
	.mechanic-team-members .image-title {
		font-size: 1em;
	}
	.mechanic-team-members .image-alt {
		fontsize: 0.6em;
	}

}

.row.service-list .service-header {
	min-height:200px;
}